index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handling of preincrement on bit-fields. This gives a bit-field in C++, but
Richard Smith
2014-09-24
2
-1
/
+52
*
pass environment when invoking llvm-config and clang from lit.cfg
Scott Douglass
2014-09-24
1
-2
/
+4
*
Simplify tests.
Nico Weber
2014-09-24
3
-16
/
+2
*
Downgrade error about stdcall decls with no prototype to a warning
Reid Kleckner
2014-09-24
4
-10
/
+10
*
Patch to allow mangling of microsoft’s __uuidof expression for the Itanium ...
Fariborz Jahanian
2014-09-24
2
-2
/
+50
*
Sema: Inherit the flexible array property from struct fields
David Majnemer
2014-09-24
1
-0
/
+6
*
[x86] Fixed argument types in intrinsics:
Robert Khasanov
2014-09-24
2
-7
/
+10
*
Fix the argument index error of __builtin___memccpy_chk
Steven Wu
2014-09-24
1
-0
/
+9
*
Fix an edge case with BinaryOperator's in -Wuninitialized. Add testcases for
Richard Trieu
2014-09-24
1
-0
/
+16
*
Follow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs.
Nico Weber
2014-09-24
2
-4
/
+100
*
MS ABI: Pure virtual functions don't contribute to vtordisps
David Majnemer
2014-09-23
1
-0
/
+26
*
Improve -Wuninitialized to take into account field ordering with initializer
Richard Trieu
2014-09-23
3
-3
/
+55
*
PR18793: If we try to EnterTokenStream when our current lexer is a caching
Richard Smith
2014-09-23
1
-0
/
+5
*
Don't perform ADL when looking up operator=; there is no non-member form of
Richard Smith
2014-09-23
2
-4
/
+16
*
Revert "Don't use comdats for initializers on platforms that don't support it"
Reid Kleckner
2014-09-23
2
-9
/
+3
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
19
-0
/
+3863
*
[mips] Fix r218248's testcase to use -O1 instead of -O3.
Daniel Sanders
2014-09-23
1
-3
/
+3
*
AST: Mangle cast expression encoding more accurately
David Majnemer
2014-09-23
1
-3
/
+22
*
Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files.
Nico Weber
2014-09-23
2
-4
/
+12
*
Attempt to fix Sema/builtin-object-size.c after r218258
Hans Wennborg
2014-09-23
1
-1
/
+1
*
Don't use comdats for initializers on platforms that don't support it
Reid Kleckner
2014-09-23
2
-3
/
+9
*
Fix a vftable mangling bug
Reid Kleckner
2014-09-22
1
-6
/
+39
*
ms-inline-asm: Add a test case for the usage of labels in bracket expressions
Ehsan Akhgari
2014-09-22
1
-0
/
+9
*
Fix test/CodeGen/mips-varargs.c to use %clang_cc1
Kaelyn Takata
2014-09-22
1
-3
/
+3
*
Fix evatuated value of __builtin_object_size according to its
Fariborz Jahanian
2014-09-22
1
-0
/
+17
*
clang/test/CodeGen/mips-varargs.c: Fixup for -Asserts.
NAKAMURA Takumi
2014-09-22
1
-21
/
+20
*
[mips] Correct alignment of vectors passed in varargs for the O32 ABI.
Daniel Sanders
2014-09-22
1
-0
/
+53
*
[OPENMP] Codegen for 'omp critical' directive.
Alexey Bataev
2014-09-22
1
-0
/
+38
*
ms-inline-asm: Scope inline asm labels to functions
Ehsan Akhgari
2014-09-22
5
-11
/
+95
*
Fix bugs in cpuid.h.
Akira Hatanaka
2014-09-20
1
-0
/
+18
*
Follow-up to r214408: Warn on other callee-cleanup functions without prototyp...
Nico Weber
2014-09-19
4
-6
/
+34
*
Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)
Dario Domizioli
2014-09-19
1
-0
/
+18
*
In the Itanium ABI, move stuff to the comdat of variables with static init.
Rafael Espindola
2014-09-19
2
-5
/
+16
*
[x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}.
Robert Khasanov
2014-09-19
1
-0
/
+31
*
[x86] Added _addcarryx_u32, _addcarryx_u64 intrinsics
Robert Khasanov
2014-09-19
1
-0
/
+17
*
[x86] Enable broadwell target in clang.
Robert Khasanov
2014-09-19
2
-0
/
+72
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
4
-36
/
+524
*
Don't use the third field of llvm.global_ctors for MachO.
Rafael Espindola
2014-09-19
1
-53
/
+68
*
Revert "Put more stuff in the comdat used for variables with static init."
Rafael Espindola
2014-09-19
1
-9
/
+3
*
Put more stuff in the comdat used for variables with static init.
Rafael Espindola
2014-09-18
1
-3
/
+9
*
Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, which
DeLesley Hutchins
2014-09-18
1
-0
/
+108
*
MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
2014-09-18
1
-6
/
+16
*
[X86, inlineasm] Do not allow using constraint 'x' for a variable larger than
Akira Hatanaka
2014-09-18
1
-2
/
+9
*
[X86, inline-asm] Allow 256-bit wide operands for the 'x' constraints
Hans Wennborg
2014-09-18
1
-0
/
+6
*
[X86, inlineasm] Check that the output size is correct for the given constraint.
Akira Hatanaka
2014-09-18
2
-2
/
+15
*
Patch to check at compile time for overflow when
Fariborz Jahanian
2014-09-18
2
-3
/
+24
*
Revert r217995 and follow-ups:
Hans Wennborg
2014-09-18
3
-69
/
+2
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
13
-0
/
+3634
*
Basic: use hex string for __ARM_FP macro
Saleem Abdulrasool
2014-09-18
1
-2
/
+2
*
Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.
Nico Weber
2014-09-18
6
-32
/
+34
[next]