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
*
* Use the PHI Elimination pass
Chris Lattner
2003-01-13
1
-80
/
+6
*
* Convert to use LiveVariable analysis
Chris Lattner
2003-01-13
1
-261
/
+251
*
Convert to MachineFunctionPass
Chris Lattner
2003-01-13
1
-7
/
+6
*
Add support for 3 new forms of MachineOperand
Chris Lattner
2003-01-13
1
-18
/
+39
*
Add support for constant pool
Chris Lattner
2003-01-13
1
-1
/
+29
*
Add support for global address by string and constant pool values
Chris Lattner
2003-01-13
1
-1
/
+10
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
9
-18
/
+18
*
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-29
1
-1
/
+1
*
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
4
-10
/
+10
*
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
3
-3
/
+3
*
Initial checkin of Prolog/Epilog code inserter, which is an important part
Chris Lattner
2002-12-28
1
-0
/
+247
*
* Convert to be a MachineFunctionPass instance
Chris Lattner
2002-12-28
1
-174
/
+67
*
* Convert to be a MachineFunctionPass instance
Chris Lattner
2002-12-28
1
-196
/
+64
*
* Add printing support for FrameIndex operands
Chris Lattner
2002-12-28
1
-24
/
+29
*
* A bunch of functionality and data was removed from MachineFunction and put
Chris Lattner
2002-12-28
1
-48
/
+84
*
Frame info moved out of MachineFunction into a seperate object
Chris Lattner
2002-12-28
1
-6
/
+7
*
Adjust to simpler spill interface
Chris Lattner
2002-12-25
1
-35
/
+64
*
Adjustments to work with the simpler spill interface
Chris Lattner
2002-12-25
1
-22
/
+24
*
Remove dependency on SSARegMap.h by MachineFunction.h
Chris Lattner
2002-12-25
1
-8
/
+19
*
Substantial fixes to live range handling, fixing several problems, getting
Chris Lattner
2002-12-24
1
-27
/
+35
*
Fix compilation on GCC 2.96
Chris Lattner
2002-12-23
1
-1
/
+1
*
* Fix several register aliasing bugs
Chris Lattner
2002-12-18
1
-39
/
+148
*
Implicit defs/uses list may be empty.
Chris Lattner
2002-12-18
1
-6
/
+6
*
Use new reginfo interface
Chris Lattner
2002-12-17
2
-34
/
+66
*
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
*
Keep the stack frame aligned.
Chris Lattner
2002-12-16
1
-0
/
+4
*
Initial checkin of "local" register allocator. Bugs are still present.
Chris Lattner
2002-12-16
1
-0
/
+490
*
Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocator.
Chris Lattner
2002-12-16
1
-28
/
+2
*
Some simpliciations to the spill/reload interface
Chris Lattner
2002-12-15
1
-25
/
+21
*
Simplify PHI node elimination significantly by doing it as a prepass to
Chris Lattner
2002-12-15
1
-30
/
+13
*
Variety of small or trivial simplifications to the code, completely eliminated
Chris Lattner
2002-12-15
1
-92
/
+68
*
Remove unused savePhysRegToStack method
Chris Lattner
2002-12-15
1
-28
/
+4
*
Localize a map, remove another
Chris Lattner
2002-12-15
1
-9
/
+3
*
Give simple reg allocator a nice Pass Name
Chris Lattner
2002-12-15
1
-1
/
+5
*
Add a big assert making sure 2 address instructions are formed right
Chris Lattner
2002-12-15
1
-0
/
+6
*
Fix a problem that occurs when PHI nodes have multiple entries for the same p...
Chris Lattner
2002-12-15
1
-30
/
+47
*
Grab bag of minor cleanups. Export some statistics about the number of
Chris Lattner
2002-12-15
1
-46
/
+56
*
Implement printing of MBB arguments
Chris Lattner
2002-12-15
2
-19
/
+29
*
Simplify interfaces used by regalloc to insert code
Chris Lattner
2002-12-15
1
-9
/
+6
*
* Simplify code a bit by breaking the PHI node handling stuff out into a sepe...
Chris Lattner
2002-12-15
1
-152
/
+161
*
* Remove some unneccesary instance variables
Chris Lattner
2002-12-15
1
-19
/
+16
*
pull inverse reg class mapping into a class that is sharable and out of the
Chris Lattner
2002-12-15
1
-6
/
+28
*
Prune #includes
Chris Lattner
2002-12-15
1
-8
/
+2
*
Remove extraneous #includes, perform FIXME
Chris Lattner
2002-12-15
1
-10
/
+6
*
Fix borkness with not using MachineBasicBlocks in PHI nodes
Chris Lattner
2002-12-15
1
-12
/
+1
*
Fixed a bug where moves due to phis were being neglected.
Misha Brukman
2002-12-13
1
-23
/
+19
*
Need to insert all moves due to PHI nodes before *ALL* jumps in a predecessor
Misha Brukman
2002-12-13
1
-15
/
+10
*
This should be more correct: invalidates physical registers that are used in
Misha Brukman
2002-12-13
1
-4
/
+41
[next]