index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
/
PPCHazardRecognizers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-3
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-3
/
+4
*
Refactor ABI code in the PowerPC backend.
Tilmann Scheller
2009-07-03
1
-1
/
+1
*
Initial hazard recognizer support in post-pass scheduling. This includes
Dan Gohman
2009-01-16
1
-4
/
+0
*
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2009-01-15
1
-3
/
+6
*
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-12-03
1
-1
/
+1
*
Rename ConstantSDNode::getValue to getZExtValue, for consistency
Dan Gohman
2008-09-12
1
-2
/
+2
*
Rename SDOperand to SDValue.
Dan Gohman
2008-07-27
1
-1
/
+1
*
Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk
Dan Gohman
2008-07-17
1
-4
/
+4
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-1
/
+1
*
use predicate.
Chris Lattner
2008-01-07
1
-1
/
+1
*
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
1
-1
/
+1
*
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-06
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
LVXL and STVXL are also a load and store resp.
Bill Wendling
2007-09-05
1
-0
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+303