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
/
include
/
llvm
/
CodeGen
/
LiveVariables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix live variables issues:
Evan Cheng
2008-03-19
1
-0
/
+6
*
Improve VarInfo::removeKill() by using std::find instead of linear search.
Evan Cheng
2008-03-13
1
-7
/
+6
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
1
-11
/
+3
*
Fixed typo.
Bill Wendling
2008-02-20
1
-1
/
+1
*
More constification of things. More comments added. No functionality
Bill Wendling
2008-02-20
1
-3
/
+3
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-2
/
+2
*
Fix a typo in a comment.
Dan Gohman
2008-01-31
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Move some functionality for adding flags to MachineInstr's into methods on Ma...
Owen Anderson
2008-01-24
1
-23
/
+2
*
Move some calls to getVRegDef higher in the callgraph, so they don't get exec...
Owen Anderson
2008-01-15
1
-2
/
+4
*
Unbreak the build.
Evan Cheng
2008-01-15
1
-3
/
+3
*
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Live interval splitting:
Evan Cheng
2007-11-17
1
-17
/
+24
*
Oops, forgot to commit this file.
Owen Anderson
2007-11-08
1
-0
/
+4
*
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
1
-2
/
+2
*
Don't assume that only Uses can be kills. Defs are marked as kills initially
Dan Gohman
2007-07-20
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+304