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