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
/
RegAllocLocal.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
standardize command line option names
Chris Lattner
2003-10-24
1
-1
/
+1
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs
Alkis Evlogimenos
2003-10-08
1
-20
/
+23
*
Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
Chris Lattner
2003-08-23
1
-13
/
+21
*
Fix bug: Jello/2003-08-15-AllocaAssertion.ll
Chris Lattner
2003-08-17
1
-8
/
+18
*
Fix typo in comment
Brian Gaeke
2003-08-15
1
-1
/
+1
*
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-13
1
-1
/
+1
*
Fix bugs handling ESP in alloca references
Chris Lattner
2003-08-05
1
-3
/
+6
*
Revert previous change, and be really anal about what physical registers can do.
Chris Lattner
2003-08-05
1
-27
/
+19
*
Don't bother calculating info unless its needed. May reduce number of stack ...
Chris Lattner
2003-08-04
1
-4
/
+2
*
* Fix spelling of 'necessary'
Chris Lattner
2003-08-04
1
-26
/
+61
*
Set debug types
Chris Lattner
2003-08-03
1
-0
/
+1
*
Wrap at 80 columns
Chris Lattner
2003-08-03
1
-1
/
+2
*
Move DEBUG to Debug.h
Chris Lattner
2003-08-01
1
-1
/
+2
*
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-27
1
-3
/
+3
*
Fix tab infestation!
Chris Lattner
2003-05-12
1
-45
/
+45
*
Debug output should go to cerr, not cout, because that's where bytecode goes.
Misha Brukman
2003-05-04
1
-2
/
+2
*
Fix problems with empty basic blocks
Chris Lattner
2003-01-16
1
-1
/
+1
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-6
/
+6
*
* Convert to use LiveVariable analysis
Chris Lattner
2003-01-13
1
-261
/
+251
*
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
1
-1
/
+1
*
* Convert to be a MachineFunctionPass instance
Chris Lattner
2002-12-28
1
-196
/
+64
*
Adjust to simpler spill interface
Chris Lattner
2002-12-25
1
-35
/
+64
*
Substantial fixes to live range handling, fixing several problems, getting
Chris Lattner
2002-12-24
1
-27
/
+35
*
* Fix several register aliasing bugs
Chris Lattner
2002-12-18
1
-39
/
+148
*
Use new reginfo interface
Chris Lattner
2002-12-17
1
-31
/
+7
*
Add prolog/epilog spills/reloads to counters
Chris Lattner
2002-12-17
1
-4
/
+7
*
Fix many bugs, regallocator now saves callee-save registers instead of target
Chris Lattner
2002-12-17
1
-52
/
+163
*
* Fix a gross X86 hack that was intended to avoid allocating SP and BP
Chris Lattner
2002-12-16
1
-5
/
+38
*
Initial checkin of "local" register allocator. Bugs are still present.
Chris Lattner
2002-12-16
1
-0
/
+490