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
2004-11-28
Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully
Chris Lattner
2004-11-22
Fix the FIXME, nuke the JIT specific forceCompilationOf method.
Chris Lattner
2004-11-22
These methods are obsolete
Chris Lattner
2004-11-20
Adjust to changed interfaces
Chris Lattner
2004-11-20
Add getCurrentPCOffset() and addRelocation() methods.
Chris Lattner
2004-11-19
Match change in MachineCodeEmitter prototype.
Chris Lattner
2004-11-18
* There is no reason for SpillWeights to be an instance var
Chris Lattner
2004-11-18
There is no need to check to see if j overflowed in this loop as we're only
Chris Lattner
2004-11-18
Moderate head scratching reveals that this conditional is not needed. If
Chris Lattner
2004-11-18
Fix a couple of bugs where we considered physregs past their range as possibly
Chris Lattner
2004-11-18
Fix typeo
Chris Lattner
2004-11-18
Start using the iterators in the fixed_ intervals to avoid having to binary
Chris Lattner
2004-11-18
Take another .7 seconds off of linear scan time.
Chris Lattner
2004-11-18
Add a counter for the number of times linscan has to backtrack. Start using
Chris Lattner
2004-11-18
Add ability to give hints to the overlaps routines.
Chris Lattner
2004-11-18
* Improve comments/documentation substantially
Chris Lattner
2004-11-18
Add new advanceTo method
Chris Lattner
2004-11-18
Fix a minor bug in expiredAt. endNumber() is the first number that is not va...
Chris Lattner
2004-11-18
Rename some methods, use 'begin' instead of 'start', add new LiveInterval
Chris Lattner
2004-11-16
Give a better message for a common assertion failure.
Brian Gaeke
2004-11-05
Do not make i have bigger scope that we need
Chris Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-26
Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp
Chris Lattner
2004-10-26
Clean up the MachineBasicBlock.h file, percolating #includes into this file.
Chris Lattner
2004-10-26
Reduce usage of MRegisterInfo::getRegClass
Chris Lattner
2004-10-25
Do not use variable sized arrays in C++, they are non-portable. Patch
Chris Lattner
2004-10-25
Patch to support MSVC better, contributed by Morten Ofstad
Chris Lattner
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-16
Add support for undef
Chris Lattner
2004-10-15
Allow machine operands to represent global variables with offsets. This is
Chris Lattner
2004-10-15
This patch fixes the nasty bug that caused 175.vpr to fail for X86 last night.
Chris Lattner
2004-10-15
This patch adds and improves debugging output. No functionality changes.
Chris Lattner
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
ModuloScheduling has moved to lib/Target/SparcV9
Misha Brukman
2004-10-10
ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific
Misha Brukman
2004-10-10
Added debug information. Fixed several bugs in the reconstruct loop function.
Tanya Lattner
2004-10-10
Remove the InstrSched directory (moved to SparcV9)
Reid Spencer
2004-10-10
Directory no long exists (moved to Targets/SparcV9).
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-08
Hyphenate target-(in)dependent for more tasty grammar goodness (tm)
Misha Brukman
2004-10-08
InstrSched has been moved to lib/Target/SparcV9
Misha Brukman
2004-10-08
InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/
Misha Brukman
2004-10-08
Single-space instead of double-spacing in the Makefile
Misha Brukman
2004-10-01
Do not repeat the map lookup
Chris Lattner
2004-10-01
When a virtual register is folded into an instruction, keep track of whether
Chris Lattner
2004-10-01
Add a simple little improvement to the local spiller to keep track of stores
Chris Lattner
2004-10-01
Substantially revamp the local spiller, causing it to actually improve the
Chris Lattner
2004-10-01
Pretty print a bit nicer :)
Chris Lattner
2004-10-01
Document this class a bit :-)
Alkis Evlogimenos
[next]