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
*
[PGO] make graph view internal options available for all builds
Xinliang David Li
2017-02-02
1
-2
/
+0
*
FunctionImport: Remove the -disable-force-link-odr flag and change importFunc...
Peter Collingbourne
2017-02-02
1
-13
/
+3
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-0
/
+7
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-7
/
+0
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-0
/
+7
*
[JumpThread] Enhance finding partial redundant loads by continuing scanning s...
Jun Bum Lim
2017-02-02
1
-4
/
+19
*
[LICM] Hoist loads that are dominated by invariant.start intrinsic, and are i...
Anna Thomas
2017-02-02
1
-0
/
+62
*
[LV] Also port failure remarks to new OptimizationRemarkEmitter API
Adam Nemet
2017-02-02
1
-6
/
+10
*
InferAddressSpaces: Handle more cases with constant select operands
Matt Arsenault
2017-02-02
1
-11
/
+63
*
[IPSCCP] Restore the old behaviour (pre r293799).
Davide Italiano
2017-02-02
1
-6
/
+1
*
InferAddressSpaces: clang-format some things
Matt Arsenault
2017-02-02
1
-35
/
+35
*
[InstCombine] move folds for shift-shift pairs; NFCI
Sanjay Patel
2017-02-01
1
-48
/
+34
*
Shut up another GCC warning about operator precedence. NFC.
Michael Kuperstein
2017-02-01
1
-1
/
+1
*
[JumpThread] No need to erase BB from LoopHeaders. NFC.
Jun Bum Lim
2017-02-01
1
-14
/
+1
*
[IPSCCP] Don't propagate return values of functions marked as noinline.
Davide Italiano
2017-02-01
1
-1
/
+6
*
[LV] Move interleaved access helper functions to VectorUtils (NFC)
Matthew Simpson
2017-02-01
1
-99
/
+3
*
[InstCombine] Allow InstCombine to merge adjacent guards
Sanjoy Das
2017-02-01
1
-6
/
+14
*
[LoopPredication] Add a new line to debug output in LoopPredication pass
Artur Pilipenko
2017-02-01
1
-1
/
+1
*
[LoopUnroll] Use addClonedBlockToLoopInfo to add loop header to LI (NFC).
Florian Hahn
2017-02-01
1
-11
/
+8
*
SanitizerCoverage: Support sanitizer guard section on darwin
Justin Bogner
2017-02-01
1
-13
/
+30
*
[IPSCCP] Teach how to not propagate return values of naked functions.
Davide Italiano
2017-02-01
1
-1
/
+4
*
InferAddressSpaces: Handle select
Matt Arsenault
2017-02-01
1
-0
/
+8
*
InferAddressSpaces: Remove dead declaration
Matt Arsenault
2017-01-31
1
-1
/
+0
*
InferAddressSpaces: Avoid double map lookup
Matt Arsenault
2017-01-31
1
-6
/
+4
*
InferAddressSpaces: Fix broken casting of constants
Matt Arsenault
2017-01-31
1
-2
/
+7
*
NewGVN: Dead argument cleanup
Daniel Berlin
2017-01-31
1
-91
/
+63
*
NewGVN: Cleanup conditions to match reality
Daniel Berlin
2017-01-31
1
-13
/
+8
*
NewGVN: Add basic support for symbolic comparison evaluation
Daniel Berlin
2017-01-31
1
-3
/
+20
*
NewGVN: Formatting cleanup after lookupOperandLeader change
Daniel Berlin
2017-01-31
1
-6
/
+3
*
NewGVN: Remove the unsued two arguments from lookupOperandLeader.
Daniel Berlin
2017-01-31
1
-21
/
+17
*
NewGVN: Cleanup header files we are using.
Daniel Berlin
2017-01-31
1
-5
/
+0
*
[NewGVN] Preserve TargetLibraryInfo analysis.
Davide Italiano
2017-01-31
1
-0
/
+2
*
Do not propagate DebugLoc across basic blocks
Taewook Oh
2017-01-31
1
-2
/
+2
*
[Instcombine] Combine consecutive identical fences
Davide Italiano
2017-01-31
2
-0
/
+10
*
Don't combine stores to a swifterror pointer operand to a different type
Arnold Schwaighofer
2017-01-31
1
-1
/
+2
*
Explicitly promote indirect calls before sample profile annotation.
Dehao Chen
2017-01-31
1
-5
/
+24
*
fix formatting; NFC
Sanjay Patel
2017-01-31
5
-17
/
+17
*
[InstCombine] Make sure that LHS and RHS have the same type in
Silviu Baranga
2017-01-31
1
-0
/
+4
*
[LoopUnroll] Use addClonedBlockToLoopInfo to clone the top level loop (NFC)
Florian Hahn
2017-01-31
1
-14
/
+6
*
InferAddressSpaces: Rename constant
Matt Arsenault
2017-01-31
1
-6
/
+6
*
InferAddressSpaces: Handle icmp
Matt Arsenault
2017-01-31
1
-8
/
+64
*
InferAddressSpaces: Support memory intrinsics
Matt Arsenault
2017-01-31
1
-14
/
+146
*
InferAddressSpaces: Support atomics
Matt Arsenault
2017-01-31
1
-16
/
+44
*
InferAddressSpaces: Don't replace volatile users
Matt Arsenault
2017-01-31
1
-2
/
+5
*
NVPTX: Move InferAddressSpaces to generic code
Matt Arsenault
2017-01-31
3
-0
/
+612
*
[InstCombine] enable (X <<nsw C1) >>s C2 --> X <<nsw (C1 - C2) for vectors wi...
Sanjay Patel
2017-01-30
1
-54
/
+19
*
[ICP] Fix bool conversion warning and actually write out the reason instead o...
Benjamin Kramer
2017-01-30
1
-1
/
+1
*
[InstCombine] enable more lshr(shl X, C1), C2 folds for vectors with splat co...
Sanjay Patel
2017-01-30
1
-23
/
+17
*
Expose isLegalToPromot as a global helper function so that SamplePGO pass can...
Dehao Chen
2017-01-30
1
-46
/
+36
*
Revert r292979 which causes compile time failure.
Dehao Chen
2017-01-30
1
-19
/
+5
[next]