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
/
utils
/
TableGen
/
CodeGenInstruction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
Dan Gohman
2008-12-03
1
-1
/
+1
*
Add a flag to indicate that an instruction is as cheap (or cheaper) than a move
Bill Wendling
2008-05-28
1
-1
/
+4
*
Remove isImplicitDef TargetInstrDesc flag.
Evan Cheng
2008-03-15
1
-1
/
+0
*
Start inferring side effect information more aggressively, and fix many bugs ...
Chris Lattner
2008-01-10
1
-2
/
+1
*
add a mayLoad property for machine instructions, a correlary to mayStore.
Chris Lattner
2008-01-08
1
-1
/
+1
*
rename hasVariableOperands() -> isVariadic(). Add some comments.
Chris Lattner
2008-01-07
1
-1
/
+1
*
the name field of instructions is never set to a non-empty string,
Chris Lattner
2008-01-07
1
-5
/
+0
*
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
*
Split the impl of CodeGenInstruction out to its own .cpp file, add a getName(...
Chris Lattner
2008-01-06
1
-1
/
+5
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add flags to indicate that there are "never" side effects or that there "may be"
Bill Wendling
2007-12-14
1
-0
/
+2
*
Oops. Forgot these.
Evan Cheng
2007-12-13
1
-0
/
+1
*
Add a flag for indirect branch instructions.
Owen Anderson
2007-11-12
1
-0
/
+1
*
No need for noResults anymore.
Evan Cheng
2007-07-20
1
-1
/
+0
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
1
-0
/
+4
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+146