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
*
[ASan] Change fake stack and local variables handling.
Alexey Samsonov
2014-12-11
1
-44
/
+104
*
[InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi.
Andrea Di Biagio
2014-12-11
1
-1
/
+16
*
The inliner needs to fix up debug information for llvm.dbg.declare, not only ...
Michael Kuperstein
2014-12-11
1
-0
/
+6
*
Refactor creation of overflow result tuples in InstCombineCalls.
Erik Eckstein
2014-12-11
2
-57
/
+30
*
Rename static functiom "map" to be more descriptive and to avoid
Kaelyn Takata
2014-12-09
1
-5
/
+5
*
Remove redundant variable.
Michael Zolotukhin
2014-12-09
1
-4
/
+2
*
Revert r223764 which taught instcombine about integer-based elment extraction
Chandler Carruth
2014-12-09
1
-349
/
+41
*
Remove unneeded curly braces.
Frederic Riss
2014-12-09
1
-4
/
+2
*
Reorder the code to avoid inserting at the beginning of a vector.
Frederic Riss
2014-12-09
1
-1
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
17
-148
/
+243
*
Correctly handle complex locations expressions in replaceDbgDeclareForAlloca()
Frederic Riss
2014-12-09
1
-2
/
+2
*
Revert "Move function to obtain branch weights into the BranchInst class. NFC."
Juergen Ributzka
2014-12-09
1
-6
/
+26
*
Move function to obtain branch weights into the BranchInst class. NFC.
Juergen Ributzka
2014-12-09
1
-26
/
+6
*
Teach instcombine to canonicalize "element extraction" from a load of an
Chandler Carruth
2014-12-09
1
-41
/
+349
*
InstrProf: An intrinsic and lowering for instrumentation based profiling
Justin Bogner
2014-12-08
3
-0
/
+311
*
LLVMInstrumentation requires MC since r223532.
NAKAMURA Takumi
2014-12-06
1
-1
/
+1
*
Utils: Style cleanups, NFC
Duncan P. N. Exon Smith
2014-12-06
1
-7
/
+7
*
Utils: Avoid RAUW on metadata in CloneFunction()
Duncan P. N. Exon Smith
2014-12-06
1
-4
/
+4
*
Recommit of r223513 and r223514.
Kuba Brecka
2014-12-05
1
-34
/
+48
*
Reverting r223513 and r223514.
Kuba Brecka
2014-12-05
1
-48
/
+34
*
[DFSAN][MIPS][LLVM] Defining ShadowPtrMask variable for MIPS64
Peter Collingbourne
2014-12-05
1
-1
/
+12
*
AddressSanitizer - Don't instrument globals from cstring_literals sections. (...
Kuba Brecka
2014-12-05
1
-34
/
+48
*
[msan] Avoid extra origin address realignment.
Evgeniy Stepanov
2014-12-05
1
-21
/
+24
*
[InstCombine] Minor optimization for bswap with binary ops
Simon Pilgrim
2014-12-04
2
-0
/
+65
*
[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, llvm part
Kostya Serebryany
2014-12-03
2
-2
/
+5
*
correct spelling, NFC
Matthias Braun
2014-12-03
1
-3
/
+3
*
[SimplifyLibCalls] Improve double->float shrinking to consider constants
Matthias Braun
2014-12-03
1
-14
/
+33
*
[SimplifyLibCalls] Enable double to float shrinking for copysign
Matthias Braun
2014-12-03
1
-0
/
+1
*
msan] Add compile-time checks for missing origins.
Evgeniy Stepanov
2014-12-03
1
-10
/
+13
*
InstCombine: simplify signed range checks
Erik Eckstein
2014-12-03
2
-0
/
+74
*
Revert r222997. The newly added compile-time checks are finding missing origi...
Nick Lewycky
2014-12-03
1
-10
/
+9
*
LoopVectorize: Remove unnecessary RAUW
Duncan P. N. Exon Smith
2014-12-03
1
-2
/
+0
*
StructurizeCFG: Use LoopInfo analysis for better loop detection
Tom Stellard
2014-12-03
1
-1
/
+6
*
Emit the entry block first and the exit block second, then all the blocks in ...
Nick Lewycky
2014-12-03
1
-3
/
+7
*
Prologue support
Peter Collingbourne
2014-12-03
1
-0
/
+3
*
PR21302. Vectorize only bottom-tested loops.
Michael Zolotukhin
2014-12-02
1
-0
/
+9
*
[Statepoints 3/4] Statepoint infrastructure for garbage collection: Selection...
Philip Reames
2014-12-02
1
-0
/
+9
*
[SwitchLowering] Handle destinations on multiple phi instructions
Bruno Cardoso Lopes
2014-12-02
1
-2
/
+3
*
[LICM] Avoind store sinking if no preheader is available
Bruno Cardoso Lopes
2014-12-02
1
-2
/
+4
*
Revert r223049, r223050 and r223051 while investigating test failures.
Hans Wennborg
2014-12-01
1
-8
/
+56
*
SimplifyCFG: Omit range checks for switch lookup tables when default is unrea...
Hans Wennborg
2014-12-01
1
-7
/
+8
*
SimplifyCFG: don't remove unreachable default switch destinations
Hans Wennborg
2014-12-01
1
-49
/
+0
*
[msan] Add compile-time checks for missing origins.
Evgeniy Stepanov
2014-12-01
1
-9
/
+10
*
[asan] Change dynamic alloca instrumentation to only consider allocas that ar...
Yury Gribov
2014-12-01
1
-3
/
+35
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
3
-716
/
+0
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-83
/
+15
*
InstCombine: FoldOrOfICmps harder
David Majnemer
2014-11-28
1
-2
/
+25
*
[LICM] Store sink and indirectbr instructions
Bruno Cardoso Lopes
2014-11-28
1
-0
/
+6
*
[SwitchLowering] Handle multiple destinations on condensed case stmts
Bruno Cardoso Lopes
2014-11-28
1
-12
/
+29
*
[msan] Fix origin propagation for select of floats.
Evgeniy Stepanov
2014-11-28
1
-3
/
+4
[next]