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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
The patch introduces new way of narrowing complex (>UINT16 variants) solutions.
Evgeny Stupachenko
2017-02-21
1
-1
/
+159
*
Add a wrapper around copy_if in STLExtras; NFC
Sanjoy Das
2017-02-21
3
-34
/
+33
*
[IndVars] Add an assert
Sanjoy Das
2017-02-20
1
-0
/
+3
*
NewGVN: Start making use of predicateinfo pass.
Daniel Berlin
2017-02-18
1
-18
/
+275
*
NewGVN: Make ranking prefer undef to constants. Fix direction of
Daniel Berlin
2017-02-18
1
-8
/
+9
*
Increases full-unroll threshold.
Dehao Chen
2017-02-18
1
-23
/
+26
*
[NewGVN] isOnlyReachableViaThisEdge() is dead now. NFCI.
Davide Italiano
2017-02-17
1
-18
/
+0
*
[NewGVN] createVariableOrConstant is not required anymore. NFCI.
Davide Italiano
2017-02-17
1
-8
/
+0
*
[JumpThreading] Re-enable JumpThreading for guards
Sanjoy Das
2017-02-17
1
-15
/
+158
*
Bug 31948: Fix assertion when bitcasting constantexpr pointers
Matt Arsenault
2017-02-17
1
-0
/
+6
*
[LSR] Prevent formula with SCEVAddRecExpr type of Reg from Sibling loops
Wei Mi
2017-02-16
1
-0
/
+7
*
Revert "[JumpThreading] Thread through guards"
Anna Thomas
2017-02-15
1
-152
/
+15
*
Correct a typo, s/hosting/hoisting/
Brian Cain
2017-02-14
1
-1
/
+1
*
Test commit permission
Karl-Johan Karlsson
2017-02-14
1
-1
/
+1
*
[LSR] Pointers with different address spaces are considered incompatible.
Mikael Holmen
2017-02-14
1
-1
/
+6
*
[LICM] Make store promotion work in the face of unordered atomics
Philip Reames
2017-02-14
1
-5
/
+27
*
NewGVN: Reverse order of congruence class elimination to maximize trivial dea...
Daniel Berlin
2017-02-12
1
-2
/
+2
*
NewGVN: Use shouldSwapOperands in one more place
Daniel Berlin
2017-02-12
1
-1
/
+1
*
Revert accidental commit titled "testing"
Daniel Berlin
2017-02-12
1
-1
/
+1
*
NewGVN: Apply the fast math flags fix in r267113 to NewGVN as well.
Daniel Berlin
2017-02-12
1
-23
/
+26
*
NewGVN: Fix missed call that should be to shouldSwapOperands
Daniel Berlin
2017-02-12
1
-1
/
+0
*
testing
Daniel Berlin
2017-02-12
1
-1
/
+2
*
NewGVN: Reverse sense of this test to make it clearer
Daniel Berlin
2017-02-11
1
-5
/
+7
*
NewGVN: Add missing initialization of NumFuncArgs lost due to bad merge.
Daniel Berlin
2017-02-11
1
-0
/
+1
*
NewGVN: Rank and order commutative operands consistently.
Daniel Berlin
2017-02-11
1
-2
/
+40
*
NewGVN: Clean up how we handle the INITIAL class so that everything in
Daniel Berlin
2017-02-11
1
-16
/
+38
*
Move symbols from the global namespace into (anonymous) namespaces. NFC.
Benjamin Kramer
2017-02-11
1
-9
/
+2
*
Fix PR23384 (under "-lsr-insns-cost" option)
Evgeny Stupachenko
2017-02-11
1
-4
/
+57
*
[LSR] Recommit: Allow formula containing Reg for SCEVAddRecExpr related with ...
Wei Mi
2017-02-11
1
-6
/
+5
*
[PM] Fix a bug in how I ported LoopDeletion to the new PM.
Chandler Carruth
2017-02-11
1
-21
/
+14
*
[LoopUnswitch] Remove BFI usage (dead code)
Philip Reames
2017-02-10
1
-43
/
+0
*
[LoadCombine] Fix combining of loads which span an aliasing store.
Michael J. Spencer
2017-02-09
1
-1
/
+5
*
[JumpThreading] Thread through guards
Sanjoy Das
2017-02-09
1
-15
/
+152
*
[Reassociate] Remove an unused argument. NFC.
Chad Rosier
2017-02-08
1
-5
/
+4
*
LSR: Check atomic instruction pointer operands
Matt Arsenault
2017-02-08
1
-1
/
+11
*
Revert "CVP: Make CVP iterate in an order that maximizes reuse of LVI cache"
Daniel Berlin
2017-02-08
1
-5
/
+6
*
CVP: Make CVP iterate in an order that maximizes reuse of LVI cache
Daniel Berlin
2017-02-08
1
-6
/
+5
*
[IRCE] Add a missing invariant check
Sanjoy Das
2017-02-07
1
-5
/
+39
*
Revert "[GVNHoist] Merge DebugLoc metadata on hoisted instructions"
Reid Kleckner
2017-02-07
1
-7
/
+0
*
[GVNHoist] Merge DebugLoc metadata on hoisted instructions
Taewook Oh
2017-02-06
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
*
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
*
[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
*
[LoopPredication] Add a new line to debug output in LoopPredication pass
Artur Pilipenko
2017-02-01
1
-1
/
+1
*
[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
[next]