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
*
[LoopInterchange] Typo. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
*
[LoopInterchange] Add CL option to override cost threshold.
Chad Rosier
2016-09-14
1
-3
/
+6
*
[LoopInterchange] Cleanup debug whitespace. NFC.
Chad Rosier
2016-09-14
1
-4
/
+4
*
[LoopInterchange] Minor refactor. NFC.
Chad Rosier
2016-09-13
1
-12
/
+11
*
Don't use else if after return. Tidy comments. NFC.
Chad Rosier
2016-09-13
1
-5
/
+3
*
Typo. NFC.
Chad Rosier
2016-09-13
1
-3
/
+3
*
[LoopInterchange] Tidy up and remove unnecessary dyn_casts. NFC.
Chad Rosier
2016-09-13
1
-13
/
+12
*
[LoopInterchange] Improve debug output. NFC.
Chad Rosier
2016-09-12
1
-2
/
+2
*
ScalarOpts: Use std::list for Candidates, NFC
Duncan P. N. Exon Smith
2016-09-11
1
-2
/
+3
*
ScalarOpts: Sort includes, NFC
Duncan P. N. Exon Smith
2016-09-11
1
-2
/
+1
*
[LoopDataPrefetch] Use range based for loop; NFCI
Balaram Makam
2016-09-08
1
-17
/
+12
*
revert r280427
Dehao Chen
2016-09-08
1
-2
/
+2
*
IR: Remove Value::intersectOptionalDataWith, replace all calls with calls to ...
Peter Collingbourne
2016-09-07
2
-4
/
+4
*
[LoopUnroll] Correct a debug message. NFC.
Haicheng Wu
2016-09-07
1
-1
/
+1
*
Typo. NFC.
Chad Rosier
2016-09-07
1
-1
/
+1
*
[LoopInterchange] Improve debug output. NFC.
Chad Rosier
2016-09-07
1
-6
/
+6
*
[LoopInterchange] Improve debug output. NFC.
Chad Rosier
2016-09-07
1
-4
/
+6
*
Fix typo in comment, NFC
Nick Lewycky
2016-09-07
1
-1
/
+1
*
[JumpThreading] Only write back branch-weight MDs for blocks that originally ...
Adam Nemet
2016-09-06
1
-1
/
+52
*
Cleanup : Use metadata preserving API for branch creation
Xinliang David Li
2016-09-03
1
-9
/
+4
*
[Profile] handle select instruction in 'expect' lowering
Xinliang David Li
2016-09-02
1
-11
/
+25
*
revert r280429 and r280425:
Dehao Chen
2016-09-02
1
-22
/
+24
*
Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Dehao Chen
2016-09-01
1
-7
/
+3
*
Refactor replaceDominatedUsesWith to have a flag to control whether to replac...
Dehao Chen
2016-09-01
1
-2
/
+2
*
Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen
2016-09-01
1
-21
/
+23
*
[EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSA
Geoff Berry
2016-09-01
1
-2
/
+6
*
[LoopInfo] Add verification by recomputation.
Michael Zolotukhin
2016-08-31
1
-1
/
+1
*
[EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry
2016-08-31
2
-19
/
+128
*
[EarlyCSE] Allow forwarding a non-invariant load into an invariant load.
Geoff Berry
2016-08-31
1
-5
/
+5
*
[statepoints][experimental] Add support for live-in semantics of values in de...
Philip Reames
2016-08-31
1
-0
/
+26
*
[Reassociate] Add additional debug output. NFC.
Chad Rosier
2016-08-30
1
-0
/
+2
*
[RewriteStatepointsForGC] Update comment for same PHI node check. NFC
Anna Thomas
2016-08-30
1
-1
/
+2
*
ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith
2016-08-30
2
-7
/
+6
*
[StatepointsForGC] Rematerialize in the presence of PHIs
Anna Thomas
2016-08-29
1
-0
/
+35
*
GVN-hoist: invalidate MD cache (PR29144)
Sebastian Pop
2016-08-27
1
-0
/
+2
*
limit the number of instructions per block examined by dead store elimination
Bob Haarman
2016-08-26
1
-2
/
+10
*
test commit
Bob Haarman
2016-08-26
1
-1
/
+0
*
[LoopUnroll] Use OptimizationRemarkEmitter directly not via the analysis pass
Adam Nemet
2016-08-26
1
-1
/
+4
*
[MemCpy] Add comments for r279769
Tim Shen
2016-08-25
1
-1
/
+2
*
[MemCpy] Check for alias in performMemCpyToMemSetOptzn, instead of the identi...
Tim Shen
2016-08-25
1
-1
/
+3
*
GVN-hoist: fix hoistingFromAllPaths for loops (PR29034)
Sebastian Pop
2016-08-25
1
-31
/
+46
*
[SCCP] Don't delete side-effecting instructions
Sanjoy Das
2016-08-24
1
-17
/
+6
*
[ADCE] Add control dependence computation
David Callahan
2016-08-24
1
-21
/
+88
*
[LoopUnroll] By default disable unrolling when optimizing for size.
Michael Zolotukhin
2016-08-23
1
-0
/
+4
*
Possible fix of test failures on win bots
Xinliang David Li
2016-08-23
1
-3
/
+3
*
[Profile] refactor meta data copying/swapping code
Xinliang David Li
2016-08-23
1
-37
/
+8
*
GVNHoist: Use the pass version of MemorySSA and preserve it.
Daniel Berlin
2016-08-23
1
-9
/
+12
*
[SROA] Remove incorrect assertion
James Molloy
2016-08-22
1
-3
/
+0
*
Revert -r278269 [IndVarSimplify] Eliminate zext of a signed IV when the IV is...
Artur Pilipenko
2016-08-22
1
-7
/
+2
*
Partially revert 279331, as we modify this instruction in the loop
Daniel Berlin
2016-08-19
1
-3
/
+7
[next]