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
/
llvm
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo in comment
Michael Zolotukhin
2014-04-29
1
-1
/
+1
*
Revert r207271 for now. This commit introduced a test case that ran
Chandler Carruth
2014-04-28
1
-12
/
+9
*
InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)
Hans Wennborg
2014-04-28
1
-0
/
+1
*
Fix rampant quadratic behavior in UpdatePHINodes. The operation of
Chandler Carruth
2014-04-28
1
-23
/
+40
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
14
-44
/
+44
*
RecursivelyDeleteTriviallyDeadInstructions() could remove
Gerolf Hoflehner
2014-04-26
2
-2
/
+18
*
Restore CloneFunction.cpp which got accidently
Gerolf Hoflehner
2014-04-26
1
-92
/
+33
*
Revert commit r207302 since build failures
Gerolf Hoflehner
2014-04-26
3
-51
/
+94
*
RecursivelyDeleteTriviallyDeadInstructions() could remove
Gerolf Hoflehner
2014-04-26
2
-2
/
+18
*
[InstCombine][X86] Teach how to fold calls to SSE2/AVX2 packed logical shift
Andrea Di Biagio
2014-04-26
1
-9
/
+41
*
Unbreak the gdb buildbot by not lowering dbg.declare intrinsics for arrays.
Adrian Prantl
2014-04-25
1
-1
/
+7
*
[LoopStrengthReduce] Don't trim formula that uses a subset of required registers
Adam Nemet
2014-04-25
1
-9
/
+12
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-8
/
+14
*
SCC: Change clients to use const, NFC
Duncan P. N. Exon Smith
2014-04-25
2
-8
/
+7
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-14
/
+8
*
[inline cold threshold] Command line argument for inline threshold will
Manman Ren
2014-04-25
1
-1
/
+6
*
Reapply r207135 without modifications.
Adrian Prantl
2014-04-25
1
-17
/
+3
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-8
/
+14
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
100
-1600
/
+1628
*
Allow vectorization of bit intrinsics in BB Vectorizer.
Karthik Bhat
2014-04-25
1
-8
/
+21
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-14
/
+8
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-8
/
+14
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
1
-14
/
+8
*
Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...
Adrian Prantl
2014-04-24
1
-3
/
+17
*
Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the location
Adrian Prantl
2014-04-24
1
-17
/
+3
*
Debug info for optimized code: Support variables that are on the stack and
Adrian Prantl
2014-04-24
1
-8
/
+14
*
Allow vectorization of few missed llvm intrinsic calls in BBVectorizor by han...
Karthik Bhat
2014-04-24
1
-0
/
+8
*
[InstCombine][x86] Constant fold psll intrinsics.
Michael J. Spencer
2014-04-24
1
-0
/
+41
*
Optimize some special cases for SSE4a insertqi
Filipe Cabecinhas
2014-04-24
1
-0
/
+67
*
Handle addrspacecast when looking at memcpys from globals
Matt Arsenault
2014-04-24
1
-3
/
+6
*
Remove more default address space argument usage.
Matt Arsenault
2014-04-23
4
-7
/
+13
*
Don't use default address space arguments in GlobalOpt
Matt Arsenault
2014-04-23
1
-3
/
+7
*
[ASan] Move the shadow range on 32-bit iOS (and iOS Simulator)
Alexander Potapenko
2014-04-23
1
-1
/
+4
*
Remove dead code in instcombine.
Matt Arsenault
2014-04-23
1
-11
/
+2
*
Fix handling of missing DataLayout in sanitizers.
Evgeniy Stepanov
2014-04-23
4
-4
/
+4
*
[LV] Statistics numbers for LoopVectorize introduced: a number of analyzed lo...
Alexander Musman
2014-04-23
1
-0
/
+7
*
[Constant Hoisting] Materialize the constant before the cloned cast instruction.
Juergen Ributzka
2014-04-22
1
-2
/
+11
*
[Constant Hoisting] Print the instructions in the correct order for debugging...
Juergen Ributzka
2014-04-22
1
-2
/
+2
*
[asan] Support outline instrumentation for wide types and delete dead code, p...
Kostya Serebryany
2014-04-22
1
-27
/
+12
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
98
-111
/
+202
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
4
-1
/
+8
*
Simplify a vpermil* with constant mask.
Rafael Espindola
2014-04-21
1
-0
/
+15
*
Use unique_ptr to handle GlobalOpt's Evaluator members
David Blaikie
2014-04-21
1
-17
/
+10
*
Fix PR7272 in -tailcallelim instead of the inliner
Reid Kleckner
2014-04-21
2
-8
/
+10
*
Simplify expression that was explicitly naming an operator overload in a call.
David Blaikie
2014-04-21
1
-1
/
+1
*
Use unique_ptr to handle ownership of GCOVFunctions in GCOVProfiler.
David Blaikie
2014-04-21
1
-14
/
+10
*
[Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
Chandler Carruth
2014-04-21
13
-2
/
+12
*
[msan] Enable out-of-line instrumentation for large functions by default.
Evgeniy Stepanov
2014-04-21
1
-1
/
+1
*
[asan] add a run-time flag detect_container_overflow=true/false
Kostya Serebryany
2014-04-21
1
-1
/
+1
*
[asan] instead of inserting inline instrumentation around memset/memcpy/memmo...
Kostya Serebryany
2014-04-21
1
-29
/
+33
[next]