index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
Age
Commit message (
Expand
)
Author
2003-05-27
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-22
Cleaned up code layout. No functional changes.
Misha Brukman
2003-05-22
Kill `using' directives.
Misha Brukman
2003-05-12
Use a kill, not a dead definition, update comment
Chris Lattner
2003-05-12
* Keep LiveVariable information more up-to-date and consistent
Chris Lattner
2003-05-12
Fix bug where we could iterate off the end of a basic block
Chris Lattner
2003-05-12
* Keep the BBMap around as long as the pass is live
Chris Lattner
2003-05-12
Fix N^2 algorithm
Chris Lattner
2003-05-12
* Fix several comments
Chris Lattner
2003-05-12
Fix tab infestation!
Chris Lattner
2003-05-09
Allow const functions
Chris Lattner
2003-05-08
Add methods for stub function generation
Chris Lattner
2003-05-07
Add a vector to keep track of which registers are allocatable. Remove FIXMEs
Chris Lattner
2003-05-06
Re-add gross hack, it's still necessary. :(
Chris Lattner
2003-05-06
Remove hideously nasty hack
Chris Lattner
2003-05-04
Debug output should go to cerr, not cout, because that's where bytecode goes.
Misha Brukman
2003-05-02
Fix a bug which occurred with empty basic blocks
Chris Lattner
2003-05-01
Minor cleanup
Chris Lattner
2003-04-23
Remove unneccesary &*
Chris Lattner
2003-04-22
Just some code beautification changes I had sitting around in my tree.
Misha Brukman
2003-04-10
Fixed compilation errors, command-line argument declarations, cleaned up code to
Misha Brukman
2003-04-09
Made the code readable:
Misha Brukman
2003-04-06
change the include file names and some class names to make it compile
Guochun Shi
2003-03-27
*** empty log message ***
Guochun Shi
2003-01-16
Print machine frame objects with the frame offset intrinsic to the machine
Chris Lattner
2003-01-16
Fix problems with empty basic blocks
Chris Lattner
2003-01-16
Arg, fix bugs in previous checkin...
Chris Lattner
2003-01-16
Add assertion
Chris Lattner
2003-01-15
* Insert prolog/epilog code before rewriting indexes
Chris Lattner
2003-01-15
Move sparc specific code into the Sparc backend
Chris Lattner
2003-01-15
Adjust to new interfaces
Chris Lattner
2003-01-15
Move headers around
Chris Lattner
2003-01-15
Header is moved into local directory
Chris Lattner
2003-01-15
Fix bug in previous checkin
Chris Lattner
2003-01-15
Add new method
Chris Lattner
2003-01-15
#include RegClass.h explicitly
Chris Lattner
2003-01-15
Remvoe dependency on RegClass.h
Chris Lattner
2003-01-15
Prune #includes
Chris Lattner
2003-01-15
Minor changes
Chris Lattner
2003-01-15
Remove obsolete ctor
Chris Lattner
2003-01-15
Remove dead code
Chris Lattner
2003-01-15
Use buildmi not MI ctor directly
Chris Lattner
2003-01-14
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2003-01-14
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
New files
Chris Lattner
2003-01-13
* Use the PHI Elimination pass
Chris Lattner
2003-01-13
* Convert to use LiveVariable analysis
Chris Lattner
2003-01-13
Convert to MachineFunctionPass
Chris Lattner
2003-01-13
Add support for 3 new forms of MachineOperand
Chris Lattner
[next]