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
/
CodeGen
/
CodeGenPrepare.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.
Tim Northover
2014-03-29
1
-0
/
+80
*
Fix for incorrect address sinking in the presence of potential overflows.
Jim Grosbach
2014-03-26
1
-1
/
+8
*
CodeGenPrep: sink extends of illegal types into use block.
Manuel Jacob
2014-03-13
1
-36
/
+49
*
Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."
NAKAMURA Takumi
2014-03-09
1
-58
/
+34
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-44
/
+34
*
CodeGenPrep: sink extends of illegal types into use block.
Tim Northover
2014-03-07
1
-34
/
+58
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-14
/
+14
*
[Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Make helper function static.
Benjamin Kramer
2014-03-01
1
-2
/
+1
*
[CodeGenPrepare] Fix the check of the legality of an instruction.
Quentin Colombet
2014-02-22
1
-1
/
+6
*
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
Quentin Colombet
2014-02-22
1
-0
/
+2914