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
*
Make llvm::ConvertDebugDeclareToDebugValue() be a void function (NFC)
Keith Walker
2016-09-20
1
-8
/
+5
*
Reverting revision 281960 due to test failures.
Dorit Nuzman
2016-09-20
1
-10
/
+2
*
[SROA] Preserve llvm.mem.parallel_loop_access metadata.
Dorit Nuzman
2016-09-20
1
-2
/
+10
*
[sanitizer-coverage] add comdat to coverage guards if needed
Kostya Serebryany
2016-09-20
1
-0
/
+2
*
[LCSSA] Cache LoopExits to avoid wasted work
Philip Reames
2016-09-19
1
-3
/
+9
*
Merge branch 'ADCE5'
David Callahan
2016-09-19
1
-2
/
+39
*
Handle early inline for hot callsites that reside in the same basic block.
Dehao Chen
2016-09-19
1
-2
/
+7
*
Only set branch weight during sample pgo annotation when max_weight of the br...
Dehao Chen
2016-09-19
1
-11
/
+15
*
Use call target count to derive the call instruction weight
Dehao Chen
2016-09-19
1
-3
/
+5
*
[asan] Support dynamic shadow address instrumentation
Etienne Bergeron
2016-09-19
1
-7
/
+46
*
Add @llvm.dbg.value entries for the phi node created by -mem2reg
Keith Walker
2016-09-19
2
-0
/
+47
*
[SimplifyCFG] Update (AND) IR flags when CSE'ing instructions
James Molloy
2016-09-19
1
-2
/
+4
*
Handle Invoke during sample profiler annotation: make it inlinable.
Dehao Chen
2016-09-18
1
-23
/
+32
*
Fix covered-switch-default warning
Simon Pilgrim
2016-09-18
1
-5
/
+4
*
Fix built bot failure
Xinliang David Li
2016-09-18
1
-1
/
+1
*
[Profile] Implement select instruction instrumentation in IR PGO
Xinliang David Li
2016-09-18
2
-11
/
+151
*
[Loop Vectorizer] Consecutive memory access - fixed and simplified
Elena Demikhovsky
2016-09-18
1
-81
/
+5
*
[Loop vectorizer] Simplified GEP cloning. NFC.
Elena Demikhovsky
2016-09-18
1
-35
/
+26
*
[libFuzzer] use 'if guard' instead of 'if guard >= 0' with trace-pc; change t...
Kostya Serebryany
2016-09-18
1
-7
/
+9
*
[ThinLTO] Ensure anonymous globals renamed even at -O0
Teresa Johnson
2016-09-17
1
-1
/
+9
*
Don't create a SymbolTable in Function when the LLVMContext discards value na...
Mehdi Amini
2016-09-17
1
-1
/
+2
*
[sanitizer-coverage] change trace-pc to use 8-byte guards
Kostya Serebryany
2016-09-17
1
-24
/
+27
*
[InstCombine] canonicalize vector select with constant vector condition to sh...
Sanjay Patel
2016-09-16
1
-0
/
+39
*
[InstCombine] allow vector types for constant folding / computeKnownBits (PR2...
Sanjay Patel
2016-09-16
1
-3
/
+4
*
LoopDistribute should preserve GlobalsAA.
Eli Friedman
2016-09-16
1
-0
/
+2
*
LoopLoadElimination should preserve GlobalsAA.
Eli Friedman
2016-09-16
1
-0
/
+2
*
Rename NameAnonFunctions to NameAnonGlobals to match what it is doing (NFC)
Mehdi Amini
2016-09-16
4
-27
/
+27
*
Fix NameAnonFunctions pass: for ThinLTO we need to rename global variables as...
Mehdi Amini
2016-09-16
1
-5
/
+10
*
[InstCombine] add helper functions for visitICmpInst(); NFCI
Sanjay Patel
2016-09-16
2
-523
/
+559
*
Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...
Vitaly Buka
2016-09-16
1
-75
/
+0
*
Revert "[asan] Add flag to allow lifetime analysis of problematic allocas"
Vitaly Buka
2016-09-16
1
-6
/
+0
*
[InstCombine] move folds for icmp (sh C2, Y), C1 in with other icmp+sh folds;...
Sanjay Patel
2016-09-15
2
-31
/
+25
*
[sanitizer-coverage] make trace-pc-guard and indirect-call work together
Kostya Serebryany
2016-09-15
1
-1
/
+1
*
[InstCombine] allow icmp (shr/shl) folds for vectors
Sanjay Patel
2016-09-15
2
-25
/
+20
*
[GlobalOpt] Dead Eliminate declarations
Mehdi Amini
2016-09-15
1
-2
/
+2
*
[InstCombine] Do not RAUW a constant GEP
David Majnemer
2016-09-15
1
-1
/
+1
*
[InstCombine] simplify code; NFCI
Sanjay Patel
2016-09-15
1
-14
/
+7
*
fix function names; NFC
Sanjay Patel
2016-09-15
1
-34
/
+34
*
[InstCombine] allow icmp (sub nsw) folds for vectors
Sanjay Patel
2016-09-15
1
-40
/
+35
*
[InstCombine] remove duplicated fold ; NFCI
Sanjay Patel
2016-09-15
1
-7
/
+2
*
[InstCombine] allow (icmp sgt smin(PosA, B), 0) fold for vectors
Sanjay Patel
2016-09-15
1
-14
/
+18
*
[compiler-rt] Changing function prototype returning unused value
Etienne Bergeron
2016-09-15
1
-5
/
+10
*
Fix silly mistake introduced here : https://reviews.llvm.org/D24566
Etienne Bergeron
2016-09-15
1
-1
/
+1
*
address comments from: https://reviews.llvm.org/D24566
Etienne Bergeron
2016-09-15
1
-1
/
+1
*
[InstCombine] clean up foldICmpWithConstant(); NFC
Sanjay Patel
2016-09-15
1
-114
/
+117
*
[InstCombine] add helper function for foldICmpWithConstant; NFC
Sanjay Patel
2016-09-15
2
-210
/
+223
*
[InstCombine] use m_APInt to allow icmp folds using known bits for splat cons...
Sanjay Patel
2016-09-15
1
-3
/
+3
*
[InstCombine] refactor eq/ne cases in foldICmpUsingKnownBits() ; NFCI
Sanjay Patel
2016-09-14
1
-62
/
+27
*
[compiler-rt] Avoid instrumenting sanitizer functions
Etienne Bergeron
2016-09-14
1
-6
/
+10
*
[LoopInterchange] Typo. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
[next]