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
*
move return variable declarations down to where they are actually used; NFCI
Sanjay Patel
2016-01-13
1
-11
/
+10
*
hasNUses(0) == use_empty() ; NFCI
Sanjay Patel
2016-01-13
1
-4
/
+3
*
rangify; NFCI
Sanjay Patel
2016-01-13
1
-6
/
+5
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-13
1
-10
/
+10
*
[Utils] Insert DW_OP_bit_piece when only describing part of the variable
Keno Fischer
2016-01-12
1
-2
/
+24
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x,...
Sanjay Patel
2016-01-12
1
-1
/
+4
*
rangify; NFCI
Sanjay Patel
2016-01-12
1
-12
/
+10
*
function names start with a lower case letter ; NFC
Sanjay Patel
2016-01-12
5
-14
/
+14
*
[ThinLTO] Handle an external call from an import to an alias in dest
Teresa Johnson
2016-01-12
1
-0
/
+2
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform pow(ex...
Sanjay Patel
2016-01-12
1
-17
/
+14
*
LoopUnroll: Move the actual unrolling logic to a standalone function. NFC
Justin Bogner
2016-01-12
1
-86
/
+95
*
LoopUnroll: Make canUnrollCompletely static - it doesn't use any state. NFC
Justin Bogner
2016-01-12
1
-11
/
+5
*
LoopUnroll: Clean up the maze of initialization for unroll parameters. NFC
Justin Bogner
2016-01-12
1
-199
/
+141
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform log calls
Sanjay Patel
2016-01-11
1
-2
/
+4
*
[LibCallSimplifier] don't allow sqrt transform unless all ops are unsafe
Sanjay Patel
2016-01-11
1
-2
/
+2
*
LoopUnroll: Use the optsize threshold for minsize as well
Justin Bogner
2016-01-11
1
-4
/
+1
*
more space; NFC
Sanjay Patel
2016-01-11
1
-0
/
+1
*
[LibCallSimplifier] use instruction-level fast-math-flags to transform sqrt c...
Sanjay Patel
2016-01-11
1
-4
/
+4
*
Split resolveCycles(bool AllowTemps) into two interfaces and document
Teresa Johnson
2016-01-11
1
-2
/
+11
*
[sanitizer] [msan] Fix origin store of array types
Adhemerval Zanella
2016-01-11
1
-1
/
+1
*
Code refactoring for commit r257278.
Chen Li
2016-01-11
1
-2
/
+2
*
Revert r257164 - it has caused spec2k6 failures in LTO mode
Silviu Baranga
2016-01-11
1
-322
/
+3
*
[JumpThreading] Don't forget to report that the IR changed
David Majnemer
2016-01-10
2
-3
/
+7
*
Fix a control flow problem in commit rL257277.
Chen Li
2016-01-10
1
-0
/
+2
*
[SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad.
Chen Li
2016-01-10
1
-6
/
+93
*
[JumpThreading] Use range-based for loops.
Benjamin Kramer
2016-01-09
1
-82
/
+68
*
[TRE] Simplify code with range-based loops and std::find.
Benjamin Kramer
2016-01-09
1
-7
/
+2
*
[RS4GC] Update and simplify handling of Constants in findBaseDefiningValueOfV...
Manuel Jacob
2016-01-09
1
-18
/
+2
*
[RS4GC] Unify two asserts. NFC.
Manuel Jacob
2016-01-09
1
-7
/
+3
*
[rs4gc] Optionally directly relocated vector of pointers
Philip Reames
2016-01-09
1
-12
/
+29
*
rangify; NFCI
Sanjay Patel
2016-01-08
1
-20
/
+12
*
variable names start with an upper case letter; NFC
Sanjay Patel
2016-01-08
1
-7
/
+7
*
[JumpThreading] Split select that has constant conditions coming from the PHI...
Haicheng Wu
2016-01-08
1
-0
/
+63
*
LoopInfo: Simplify ownership of Loop objects
Justin Bogner
2016-01-08
3
-5
/
+5
*
Remove CloningDirector and associated code
Easwaran Raman
2016-01-08
1
-65
/
+7
*
[ThinLTO] Use new in-place symbol changes for exporting module
Teresa Johnson
2016-01-08
1
-2
/
+7
*
[ThinLTO] Delay metadata materializtion in function importer
Teresa Johnson
2016-01-08
1
-4
/
+9
*
InstCombineCompares.cpp: Fix a warning. [-Wbraced-scalar-init]
NAKAMURA Takumi
2016-01-08
1
-1
/
+1
*
Re-commit r257064, this time with a fixed assert
Silviu Baranga
2016-01-08
1
-3
/
+322
*
[attrs] Split the late-revisit pattern for deducing norecurse in
Chandler Carruth
2016-01-08
3
-64
/
+117
*
Remove static global GCNames from Function.cpp and move it to the Context
Mehdi Amini
2016-01-08
2
-2
/
+2
*
[InstCombine] insert a new shuffle in a safe place (PR25999)
Sanjay Patel
2016-01-08
1
-10
/
+7
*
Instructions to be redone only if from the same BB
Aditya Nandakumar
2016-01-07
1
-1
/
+2
*
[SCCP] Don't violate the lattice invariants
David Majnemer
2016-01-07
1
-15
/
+42
*
[PGO] Simplify coverage mapping lowering
Xinliang David Li
2016-01-07
1
-23
/
+11
*
Remove junk accidentally commited with r257087
David Majnemer
2016-01-07
1
-1
/
+1
*
[SCCP] Can't go from overdefined to constant
David Majnemer
2016-01-07
1
-3
/
+3
*
Revert r257064. It caused failures in some sanitizer tests.
Silviu Baranga
2016-01-07
1
-322
/
+3
*
Fix build after r257064: we should be returning false, not nullptr
Silviu Baranga
2016-01-07
1
-2
/
+2
*
[InstCombine] Look through PHIs, GEPs, IntToPtrs and PtrToInts to expose more...
Silviu Baranga
2016-01-07
1
-3
/
+322
[next]