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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[SimplifyIndVars] Eliminate redundant truncs
Max Kazantsev
2018-06-19
1
-0
/
+92
*
Revert "Simplify blockaddress usage before giving up in MergeBlockIntoPredece...
Xin Tong
2018-06-18
1
-8
/
+1
*
Simplify blockaddress usage before giving up in MergeBlockIntoPredecessor
Xin Tong
2018-06-18
1
-1
/
+8
*
Re-apply "[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue"
Bjorn Pettersson
2018-06-15
1
-0
/
+38
*
Revert rL334704: "[DebugInfo] Check size of variable in ConvertDebugDeclareTo...
Bjorn Pettersson
2018-06-14
1
-38
/
+0
*
[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue
Bjorn Pettersson
2018-06-14
1
-0
/
+38
*
[SimplifyIndVars] Ignore dead users
Max Kazantsev
2018-06-13
1
-0
/
+10
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
3
-5
/
+3
*
Use SmallPtrSet instead of SmallSet in places where we iterate over the set.
Craig Topper
2018-06-09
1
-2
/
+2
*
[Mem2Reg] Avoid replacing load with itself in promoteSingleBlockAlloca.
Florian Hahn
2018-06-07
1
-0
/
+5
*
[NFC] Use variable instead of accessing pair many times
Max Kazantsev
2018-06-07
1
-6
/
+6
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
16
-16
/
+16
*
[SimplifyLibcalls] [NFC] Cleanup, improvements
David Bolvansky
2018-05-31
1
-11
/
+9
*
[LoopInstSimplify] Re-implement the core logic of loop-instsimplify to
Chandler Carruth
2018-05-29
1
-11
/
+22
*
Revert 333358 as it's failing on some builders.
David Green
2018-05-27
3
-805
/
+11
*
[UnrollAndJam] Add a new Unroll and Jam pass
David Green
2018-05-27
3
-11
/
+805
*
[InstCombine] use nsw negation for abs libcalls
Sanjay Patel
2018-05-22
1
-7
/
+7
*
[InstCombine] Remove calloc transformations
David Bolvansky
2018-05-22
1
-14
/
+14
*
[InstCombine] Calloc-ed strings optimizations
David Bolvansky
2018-05-22
1
-15
/
+15
*
[LowerSwitch] Fixed faulty PHI node update
Karl-Johan Karlsson
2018-05-22
1
-9
/
+9
*
[LoopVersioning] Don't modify the list that we iterate over in addPHINodes
Bjorn Pettersson
2018-05-22
1
-3
/
+6
*
Fix evaluator for non-zero alloca addr space
Yaxun Liu
2018-05-19
1
-1
/
+2
*
Constant fold launder of null and undef
Piotr Padlewski
2018-05-18
1
-2
/
+3
*
[SimplifyCFG] Fix a debug invariant bug in FoldBranchToCommonDest()
David Stenberg
2018-05-18
1
-3
/
+5
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
2
-3
/
+3
*
[InstCombine] Fix the signature of fgets_unlocked.
Benjamin Kramer
2018-05-16
1
-2
/
+2
*
[SimplifyLibcalls] Replace locked IO with unlocked IO
David Bolvansky
2018-05-16
2
-19
/
+217
*
[LoopUnroll] Split out simplify code after Unroll into a new function. NFC
David Green
2018-05-16
1
-34
/
+46
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
22
-295
/
+319
*
Test commit access.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
[CodeExtractor] Allow extracting blocks with exception handling
Sergey Dmitriev
2018-05-11
1
-27
/
+91
*
[InstCombine] snprintf optimizations
David Bolvansky
2018-05-11
1
-0
/
+90
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
4
-10
/
+7
*
Revert "[InstCombine] snprintf optimizations"
Martin Storsjo
2018-05-10
1
-90
/
+0
*
[PR37339] Fix assertion in FunctionComparator::cmpInlineAsm
whitequark
2018-05-10
1
-1
/
+1
*
[InstCombine] snprintf optimizations
David Bolvansky
2018-05-09
1
-0
/
+90
*
Revert "[InstCombine] snprintf optimizations"
Benjamin Kramer
2018-05-09
1
-90
/
+0
*
[InstCombine] snprintf optimizations
David Bolvansky
2018-05-09
1
-0
/
+90
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
2
-0
/
+6
*
Support a funclet operand bundle in LowerInvoke
Heejin Ahn
2018-05-09
1
-2
/
+4
*
[SimplifyCFG] Fix a crash when folding PHIs.
Davide Italiano
2018-05-08
1
-4
/
+5
*
[LCSSA] Do not remove used PHI nodes in formLCSSAForInstructions
Bjorn Pettersson
2018-05-08
1
-5
/
+10
*
Simplify LLVM_ATTRIBUTE_USED call sites.
Fangrui Song
2018-05-05
1
-5
/
+2
*
Range-ify for loop; NFC
George Burgess IV
2018-05-05
1
-2
/
+1
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-1
/
+1
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-6
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
14
-36
/
+36
*
[SimplifyCFG] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-37
/
+14
*
[LoopSimplify] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-4
/
+1
*
Fix a bug in GlobalOpt's handling of DIExpressions.
Adrian Prantl
2018-04-27
1
-2
/
+2
[prev]
[next]