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
/
SpeculativeExecution.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Support FNeg in SpeculativeExecution pass
Cameron McInally
2019-05-14
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-2
/
+2
*
SpeculativeExecution Pass: Set PreserveCFG to avoid unnecessary analyses inva...
Michael Zolotukhin
2018-06-07
1
-0
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
Revert r301950: SpeculativeExecution: Stop using whitelist for costs
Chandler Carruth
2017-05-10
1
-1
/
+42
*
SpeculativeExecution: Stop using whitelist for costs
Matt Arsenault
2017-05-02
1
-42
/
+1
*
SpeculativeExecution: Allow speculating more inst types
Matt Arsenault
2016-10-28
1
-0
/
+18
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[PM] Port SpeculativeExecution to the new PM
Michael Kuperstein
2016-08-01
1
-39
/
+57
*
Mark that SpeculativeExecution preserves Globals Alias Analysis.
Kristof Beyls
2016-05-03
1
-0
/
+2
*
Typo. NFC.
Chad Rosier
2016-05-02
1
-1
/
+1
*
Use false rather than 0 for a boolean value. NFC.
Chad Rosier
2016-05-02
1
-1
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[Speculation] Add a SpeculativeExecution mode where the pass does nothing unl...
Justin Lebar
2016-04-15
1
-5
/
+43
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
[Speculation] NFC: more header comments
Jingyue Wu
2015-05-19
1
-0
/
+9
*
Move Pass into anonymous namespace. NFC.
Benjamin Kramer
2015-05-16
1
-0
/
+2
*
Add a speculative execution pass
Jingyue Wu
2015-05-15
1
-0
/
+232