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
*
[InstCombine] Rewrite bswap/bitreverse handling completely.
James Molloy
2016-01-15
2
-179
/
+210
*
Refactor threshold computation for inline cost analysis
Easwaran Raman
2016-01-14
3
-107
/
+15
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
5
-13
/
+12
*
[SLP] Vectorize the index computations of getelementptr instructions.
Matthew Simpson
2016-01-14
1
-41
/
+217
*
[SROA] Also insert a bit piece expression if only one piece is needed
Keno Fischer
2016-01-14
1
-2
/
+5
*
[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
*
[LTO] Add a run of LoopUnroll
James Molloy
2016-01-14
1
-0
/
+5
*
[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
*
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
[next]