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
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP 4.0] Codegen for 'omp cancel' directive.
Alexey Bataev
2015-07-06
3
-17
/
+77
*
Add missing builtins to altivec.h for ABI compliance (vol. 2)
Nemanja Ivanovic
2015-07-05
1
-1
/
+70
*
[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.
Alexey Bataev
2015-07-03
4
-86
/
+146
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
6
-13
/
+26
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
5
-19
/
+18
*
[CodeGen] Use llvm::join to simplify string joining.
Benjamin Kramer
2015-07-02
1
-8
/
+2
*
InstrProf: Add a comment to clarify an argument
Justin Bogner
2015-07-02
1
-1
/
+2
*
Remove whitespace from start of line, NFC.
Yaron Keren
2015-07-02
1
-1
/
+1
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
3
-0
/
+8
*
Revert 241171, 241187, 241199 (32-bit SEH).
Nico Weber
2015-07-02
3
-244
/
+153
*
[OPENMP 4.0] Codegen for 'cancellation point' directive.
Alexey Bataev
2015-07-02
4
-36
/
+108
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
4
-42
/
+15
*
InstrProf: Pack the coverage mapping structs that we write out
Justin Bogner
2015-07-02
1
-1
/
+1
*
[SEH] Update EmitCapturedLocals to match r241187
Reid Kleckner
2015-07-01
1
-14
/
+11
*
[SEH] Delete the 32-bit IR lowering for __finally blocks and use x64
Reid Kleckner
2015-07-01
2
-65
/
+23
*
Revert "[DebugInfo] Fix debug info generation for function static variables, ...
David Blaikie
2015-07-01
3
-51
/
+7
*
[SEH] Add 32-bit lowering for SEH __try
Reid Kleckner
2015-07-01
3
-158
/
+294
*
[DebugInfo] Fix debug info generation for function static variables, typedefs...
Michael Kuperstein
2015-07-01
3
-7
/
+51
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
3
-0
/
+12
*
CodeGen: Do not give local-linkage functions externally available linkage, ev...
Peter Collingbourne
2015-07-01
1
-1
/
+1
*
Use a stable sort to guarantee target feature ordering in the IR
Eric Christopher
2015-07-01
1
-0
/
+1
*
CodeGen: Resize LifetimeExtendedCleanupHeader to avoid alignment issues
Justin Bogner
2015-07-01
1
-4
/
+6
*
Fix a TODO dealing with canonicalizing attributes on functions by
Eric Christopher
2015-07-01
1
-9
/
+21
*
Fix use-after-free.
Peter Collingbourne
2015-06-30
2
-5
/
+9
*
[MS ABI] Stick constructor closures in an IR COMDAT group
David Majnemer
2015-06-30
1
-0
/
+2
*
CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
2015-06-30
1
-10
/
+8
*
Use an early exit to improve readability. (NFC)
Adrian Prantl
2015-06-30
1
-34
/
+32
*
Debug Info: Emit debug info for @import declarations.
Adrian Prantl
2015-06-30
3
-0
/
+66
*
[CodeGen] Tweak isTriviallyRecursive further
David Majnemer
2015-06-30
1
-6
/
+1
*
[MS ABI] Workaround corner-case bug in the ABI for operator delete
David Majnemer
2015-06-30
1
-1
/
+2
*
Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Adrian Prantl
2015-06-30
5
-24
/
+56
*
Add support for the x86 builtin __builtin_cpu_supports.
Eric Christopher
2015-06-29
1
-0
/
+77
*
[CodeGen] Remove atomic sugar from record types in isSafeToConvert
David Majnemer
2015-06-29
1
-5
/
+7
*
Delete unused variables.
Frederic Riss
2015-06-29
1
-3
/
+0
*
[MS ABI] Unify constant and non-constant member pointer conversion
David Majnemer
2015-06-29
1
-138
/
+51
*
Add missing builtins to altivec.h for ABI compliance (vol. 1)
Nemanja Ivanovic
2015-06-26
1
-0
/
+7
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-2
/
+32
*
[Sema] Commit a better fix for r240242
Davide Italiano
2015-06-26
1
-4
/
+5
*
[CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwardin...
David Majnemer
2015-06-25
1
-2
/
+7
*
Display profile file name when emitting a file not found diagnostic.
Diego Novillo
2015-06-25
1
-2
/
+3
*
[CUDA] Implemented __nvvm_atom_*_gen_* builtins.
Artem Belevich
2015-06-25
2
-52
/
+128
*
Omit 'nodebug' methods from the class description.
Paul Robinson
2015-06-25
1
-1
/
+2
*
update comment
Derek Schuff
2015-06-24
1
-2
/
+4
*
Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
2015-06-24
1
-1
/
+2
*
[OPENMP] Codegen for 'depend' clause (OpenMP 4.0).
Alexey Bataev
2015-06-24
3
-37
/
+196
*
Move the special-case check from r240462 into ARM-specific code.
Bob Wilson
2015-06-24
1
-19
/
+53
*
Proper changing/restoring for CapturedStmtInfo, NFC.
Alexey Bataev
2015-06-24
3
-9
/
+20
*
PR22560: Fix argument order for ARM _MoveToCoprocessor builtins.
Bob Wilson
2015-06-23
1
-0
/
+8
*
[MS ABI] Account for the virtual inheritance quirk when mangling
David Majnemer
2015-06-23
1
-28
/
+6
*
InstrProf: Fix a crash when an implicit def appears in a macro
Justin Bogner
2015-06-23
1
-1
/
+2
[next]