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
/
Float2Int.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Float2Int] Replace a ConstantRange copy with a move. Remove an extra call to...
Craig Topper
2017-05-05
1
-3
/
+4
*
[Float2Int] Remove return of ConstantRange from seen method. Nothing uses it ...
Craig Topper
2017-05-04
1
-2
/
+1
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-6
/
+5
*
Factor out common parts of LVI and Float2Int into ConstantRange [NFCI]
Philip Reames
2016-12-01
1
-30
/
+15
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-1
/
+1
*
[PM] Port float2int to the new pass manager
Michael Kuperstein
2016-06-24
1
-42
/
+41
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-2
/
+2
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
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
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[Float2Int] Don't operate on vector instructions
Reid Kleckner
2015-12-09
1
-0
/
+2
*
Prune trailing whitespaces.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Reformat blank lines.
NAKAMURA Takumi
2015-09-22
1
-2
/
+2
*
Reformat comment lines.
NAKAMURA Takumi
2015-09-22
1
-3
/
+3
*
Reformat.
NAKAMURA Takumi
2015-09-22
1
-4
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-2
/
+5
*
Rename inst_range() to instructions() for consistency. NFC
Nico Rieck
2015-08-06
1
-1
/
+1
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-6
/
+5
*
[GMR] Add a late run of GlobalsModRef to the main pass pipeline behind
Chandler Carruth
2015-07-23
1
-0
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Reapply r233175 and r233183: float2int.
James Molloy
2015-03-27
1
-0
/
+540
*
Revert r233175 and r233183 with it. This pulls float2int back out of the tree...
Nick Lewycky
2015-03-27
1
-540
/
+0
*
[optnone] Skip pass Float2Int on optnone functions.
Andrea Di Biagio
2015-03-25
1
-0
/
+3
*
Reapply r233062: "float2int": Add a new pass to demote from float to int wher...
James Molloy
2015-03-25
1
-0
/
+537
*
Revert r233062 ""float2int": Add a new pass to demote from float to int where...
Hans Wennborg
2015-03-24
1
-536
/
+0
*
[float2int] Sort includes and add missing raw_ostream include.
Benjamin Kramer
2015-03-24
1
-6
/
+7
*
"float2int": Add a new pass to demote from float to int where possible.
James Molloy
2015-03-24
1
-0
/
+535