0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create a separate file for JS-specific unit tests. More... about 11 years ago
Preserve carriage return when using clang-format's XML interface. More... about 11 years ago
Parse: Fix references to 'if' that meant 'for', 'do', and 'while' More... about 11 years ago
Remove HandleTagDeclDefinition class declaration More... about 11 years ago
Documentation typo corrections More... about 11 years ago
Fix method/variable name typos More... about 11 years ago
clang-format: Explicitly set fallback style that is tested. More... about 11 years ago
Emit an extension warning when changing system header tokens More... about 11 years ago
[AArch64]Add missing floating point convert, round and misc intrinsics. E.g. int64x1_t vcvt_s64_f64(float64x1_t a) -> FCVTZS Dd, Dn More... about 11 years ago
AArch64: add missing ACLE intrinsics mapping to general arithmetic operation from VFP instructions. E.g. float64x1_t vadd_f64(float64x1_t a, float64x1_t b) -> FADD Dd, Dn, Dm. More... about 11 years ago
Patch by Ana Pazos. More... about 11 years ago
revert r196152. This is a duplicate implementation. E.g. this patch defines: float64_t vabd_f64(float64_t a, float64_t b) But there is already a similar intrinsic "vabdd_f64" with the same types. Also, this intrinsic will be conflicted to the vector type intrinsic as following(Which is implemented by me and will be committed to trunk): float64x1_t vabd_f64(float64x1_t a, float64x1_t b). Two functions shouldn't have a same name in arm_neon.h. According to ARM ACLE document, such vabd_f64 with float64_t is not existing. So I revert this commit. More... about 11 years ago
Test to ensure no old-style-cast warning is emitted for objc-arc __bridge casts More... about 11 years ago
AArch64: Add missing scalar pair intrinsics. E.g. "float32_t vaddv_f32(float32x2_t a)" to be matched into "faddp s0, v1.2s". More... about 11 years ago
Add some missing AArch64 Neon intrinsics like vuqadd_s64 and friends. More... about 11 years ago
Add some missing AArch64 Neon intrinsics like vmull_high_n_s16 and friends. More... about 11 years ago
MS inline asm: When LLVM called back to Clang to parse a name and do name lookup, if parsing failed, we did not restore the lexer state properly, and eventually crashed. This change ensures that we always consume all the tokens from the new token stream we started to parse the name from inline asm. More... about 11 years ago
Refactored the work group-related attributes to use a template, which reduces the amount of duplicate code in the handler. No functional change intended. More... about 11 years ago
Simplifying a test for duplicate vec_type_hint attributes. The assert and attribute kind test were superfluous. No functional change intended. More... about 11 years ago
The CUDA device attribute doesn't need custom logic to check the number of attribute arguments (the common attribute handler already does this). Switching to use the simple attribute handler. No functional change intended. More... about 11 years ago
[AArch64] Implemented vcopy_lane patterns using scalar DUP instruction. Patch by Ana Pazos! More... about 11 years ago
[AArch64] Add missing NEON scalar floating-point to integer convert ACLEs. More... about 11 years ago
Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h. More... about 11 years ago
Expand comments for Debug Info Version. More... about 11 years ago
Rectifying style issues with generated code. No functional change intended. More... about 11 years ago
Automate attribute language option checking by specifying the list of options to test in tablegen. More... about 11 years ago
ClangFormatPackage.cs: fix inconsistent line endings More... about 11 years ago
Factored attribute mutual exclusion code into a helper function; split the cf_audited_transfer and cf_unknown_transfer attributes into separate helper methods for simplicity. No functional changes intended. More... about 11 years ago
clang-format vs plugin: use Alp's suggestion for getting the path More... about 11 years ago
Fix a typo in a comment: expasion -> expansion More... about 11 years ago