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
*
Small formatting change.
Eric Christopher
2014-05-02
1
-1
/
+1
*
XCore target: fix bug in dereferencing null pointer.
Robert Lytton
2014-05-02
1
-6
/
+7
*
XCore target: Add TypeString meta data to IR output.
Robert Lytton
2014-05-02
3
-0
/
+551
*
CodeGen: rename __builtin_arm_sevl to __sevl
Saleem Abdulrasool
2014-05-02
1
-5
/
+5
*
Remove unused variable that I missed in my rush to fix the bots
Reid Kleckner
2014-05-02
1
-1
/
+1
*
Win64: Use ConvertType instead of checking the MS inheritance
Reid Kleckner
2014-05-02
1
-12
/
+5
*
Win64: Pass member pointers larger than 8 bytes by reference
Reid Kleckner
2014-05-02
1
-6
/
+23
*
MS ABI: Fix logic bug in member pointer null test code
Reid Kleckner
2014-05-02
1
-1
/
+1
*
PR19623: Support typedefs (and alias templates) of void.
David Blaikie
2014-05-01
1
-3
/
+0
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-1
/
+2
*
MS ABI x64: Don't destroy arguments twice on x64
Reid Kleckner
2014-05-01
1
-4
/
+11
*
[ARM64] Add arm64_be where it was accidentally missed from a bunch of if-cond...
James Molloy
2014-04-30
1
-0
/
+1
*
Drop non-cfi assembly support from clang.
Rafael Espindola
2014-04-30
1
-2
/
+0
*
CodeGen: Reference temporaries inherit visibility
David Majnemer
2014-04-29
1
-0
/
+3
*
Debug info: Improve line table for functions with cleanups an early exit
Adrian Prantl
2014-04-29
1
-0
/
+20
*
CodeGen: Fix linkage of reference temporaries
David Majnemer
2014-04-28
4
-102
/
+110
*
[ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount.
Hao Liu
2014-04-28
1
-10
/
+6
*
CodeGen: remove an unused variable
Saleem Abdulrasool
2014-04-28
1
-3
/
+0
*
remove useless code
Sylvestre Ledru
2014-04-27
1
-1
/
+0
*
Fixed Assert In CGRecordLowering
Warren Hunt
2014-04-25
1
-6
/
+23
*
CodeGen: add __yield intrinsic for ARM
Saleem Abdulrasool
2014-04-25
1
-0
/
+5
*
CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hint
Saleem Abdulrasool
2014-04-25
1
-2
/
+2
*
CodeGen: Cleanup variable linkage calculation
David Majnemer
2014-04-25
1
-9
/
+18
*
CodeGen: Refactor linkage/visibility calculation
David Majnemer
2014-04-25
1
-33
/
+27
*
CodeGen: Avoid instrumenting implicit Decls more effectively
Justin Bogner
2014-04-25
1
-2
/
+4
*
MS ABI: Use a different guard variable for each weak global
Reid Kleckner
2014-04-23
1
-11
/
+16
*
Objective-C [IRGen]. Fixes a crash in IRGen involving use of
Fariborz Jahanian
2014-04-23
1
-1
/
+4
*
[ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs ...
James Molloy
2014-04-23
1
-1
/
+2
*
CodeGen: Unify handling guard variables in the Itanium C++ ABI
Justin Bogner
2014-04-23
1
-41
/
+39
*
Use a manipulator to add a value to the current diagnostic flag.
Diego Novillo
2014-04-22
1
-3
/
+2
*
Allow adding a value to a flag in diagnostics.
Diego Novillo
2014-04-21
1
-1
/
+2
*
[Modules] Remove the only use of the DEBUG(...) macro in the compiler
Chandler Carruth
2014-04-21
1
-1
/
+0
*
ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI.
Bob Wilson
2014-04-21
1
-6
/
+24
*
Fix a comment typo.
Bob Wilson
2014-04-21
1
-1
/
+1
*
Remove some empty statements
Alp Toker
2014-04-19
2
-2
/
+2
*
When a module completes the definition of a class template specialization imp...
Richard Smith
2014-04-19
2
-3
/
+5
*
CodeGen: Remove an unused include
Justin Bogner
2014-04-18
1
-1
/
+0
*
CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=
Justin Bogner
2014-04-18
5
-177
/
+31
*
[Cleanup] Remove a trailing whitespace
Justin Bogner
2014-04-18
1
-1
/
+1
*
ARM64: make sure the caller is expected to extend in AAPCS.
Tim Northover
2014-04-18
1
-2
/
+3
*
ARM64: make sure HFAs on the stack get properly aligned.
Tim Northover
2014-04-18
1
-7
/
+8
*
BackendUtil: Pass through -mdisable-tail-calls
Duncan P. N. Exon Smith
2014-04-18
1
-0
/
+1
*
Bug 18567: Fix constantexpr pointer casts with address spaces.
Matt Arsenault
2014-04-17
1
-1
/
+3
*
ARM64: remove holes from *all* HFAs on the stack.
Tim Northover
2014-04-17
1
-13
/
+15
*
Adding type info for f16c floating-point type. This is consistent with the
Yunzhong Gao
2014-04-17
1
-1
/
+2
*
Further simplify r206430.
Adrian Prantl
2014-04-17
1
-13
/
+4
*
Debug info: When collecting the parameters of C++ partial template
Adrian Prantl
2014-04-17
1
-4
/
+10
*
Add support for optimization reports.
Diego Novillo
2014-04-16
1
-0
/
+49
*
InstrProf: Calculate a better function hash
Duncan P. N. Exon Smith
2014-04-16
1
-7
/
+131
*
CodeGen: Emit warnings for out of date profile data during PGO
Justin Bogner
2014-04-15
3
-2
/
+25
[next]