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
*
[LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin
2016-02-05
1
-7
/
+56
*
[SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative to
Gerolf Hoflehner
2016-02-03
1
-2
/
+6
*
Add #include "llvm/Support/raw_ostream.h" to fix Windows build.
Peter Collingbourne
2016-02-03
1
-0
/
+1
*
Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused.
Peter Collingbourne
2016-02-03
2
-0
/
+597
*
[LoopVersioning] Expose loop versioning as a pass too
Adam Nemet
2016-02-03
1
-0
/
+74
*
Attempt #2 to unbreak r259595.
George Burgess IV
2016-02-02
1
-4
/
+4
*
Attempt to fix builds broken by r259595.
George Burgess IV
2016-02-02
1
-1
/
+1
*
This patch adds MemorySSA to LLVM.
George Burgess IV
2016-02-02
3
-0
/
+942
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-1
/
+0
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
2
-2
/
+2
*
[SplitModule] In split module utility we should never separate alias with its...
Sergei Larin
2016-01-28
1
-0
/
+7
*
Minor code formatting cleanup. NFC.
Junmo Park
2016-01-28
1
-1
/
+1
*
[SimplifyCFG] limit recursion depth when speculating instructions (PR26308)
Sanjay Patel
2016-01-27
1
-0
/
+12
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
Revert "Revert "[SimplifyCFG] allow speculation of exactly one expensive inst...
David Majnemer
2016-01-27
1
-4
/
+19
*
[SimplifyCFG] Don't mistake icmp of and for a tree of comparisons
David Majnemer
2016-01-27
1
-2
/
+3
*
Revert "[SimplifyCFG] allow speculation of exactly one expensive instruction ...
David Majnemer
2016-01-27
1
-19
/
+4
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-15
/
+0
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
2
-3
/
+3
*
[LibCallSimplifier] fold memset(malloc(x), 0, x) --> calloc(1, x)
Sanjay Patel
2016-01-26
1
-0
/
+81
*
[LoopSimplify] Reuse changeToUnreachable
David Majnemer
2016-01-24
1
-6
/
+1
*
[SCCP] Remove duplicate code
David Majnemer
2016-01-24
1
-1
/
+4
*
[InstCombine, SCCP] Consolidate code used to remove instructions
David Majnemer
2016-01-24
1
-0
/
+21
*
move function definitions so we don't need separate declarations ; NFCI
Sanjay Patel
2016-01-21
1
-67
/
+63
*
[LibCallSimplifier] refactor FP function signature checks ; NFCI
Sanjay Patel
2016-01-21
1
-60
/
+24
*
avoid variable shadowing; NFC
Sanjay Patel
2016-01-21
1
-2
/
+2
*
remove unnecessary variable; NFC
Sanjay Patel
2016-01-21
1
-2
/
+1
*
Fix for two constant propagation problems in GVN with the assume intrinsic
David L Kreitzer
2016-01-21
1
-1
/
+1
*
[LibCallSimplifier] don't get fooled by a fake fmin()
Sanjay Patel
2016-01-21
1
-9
/
+25
*
make helper functions static; NFCI
Sanjay Patel
2016-01-21
1
-7
/
+5
*
Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...
Manuel Jacob
2016-01-21
1
-1
/
+1
*
[LibCallSimplifier] don't get fooled by a fake sqrt()
Sanjay Patel
2016-01-20
1
-1
/
+10
*
[Inliner/WinEH] Honor implicit nounwinds
Joseph Tremoulet
2016-01-20
1
-17
/
+314
*
getParent()->getParent() == getModule() ; NFC
Sanjay Patel
2016-01-19
1
-15
/
+15
*
function names start with a lowercase letter; NFC
Sanjay Patel
2016-01-19
2
-73
/
+73
*
fix formatting; NFC
Sanjay Patel
2016-01-19
1
-3
/
+4
*
don't repeat documentation comments in implementation file; NFC
Sanjay Patel
2016-01-19
1
-36
/
+0
*
[LibCallSimplifier] use instruction-level fast-math-flags to shrink calls
Sanjay Patel
2016-01-19
1
-19
/
+2
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...
Sanjay Patel
2016-01-19
1
-4
/
+3
*
Add a change accidentally left out from r258100
Tobias Edler von Koch
2016-01-18
1
-0
/
+0
*
Add to the split module utility an SCC based method which allows not to g...
Sergei Larin
2016-01-18
1
-19
/
+188
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
2
-3
/
+3
*
Introduce sanstats tool and llvm::CreateSanitizerStatReport function.
Peter Collingbourne
2016-01-16
2
-0
/
+109
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-15
1
-13
/
+20
*
[InstCombine] Rewrite bswap/bitreverse handling completely.
James Molloy
2016-01-15
1
-0
/
+202
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
[Utils] Fix incorrect dbg.declare store conversion
Keno Fischer
2016-01-14
1
-5
/
+8
*
Revert "Stop increasing alignment of externally-visible globals on ELF platfo...
James Y Knight
2016-01-14
1
-7
/
+13
*
[OperandBundles] Copy DebugLoc with calls/invokes
Joseph Tremoulet
2016-01-14
1
-1
/
+0
*
Stop increasing alignment of externally-visible globals on ELF
James Y Knight
2016-01-13
1
-13
/
+7
[next]