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
/
RegAllocSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Stop using CreateStackObject(RegClass*)
Chris Lattner
2004-08-15
1
-1
/
+2
*
These methods no longer take a TargetRegisterClass* operand.
Chris Lattner
2004-08-15
1
-2
/
+2
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-25
1
-1
/
+1
*
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
1
-2
/
+2
*
Fix PR294
Chris Lattner
2004-03-16
1
-1
/
+2
*
Simplify iterator usage now that we have next(). Also don't pass iterators by...
Alkis Evlogimenos
2004-02-23
1
-11
/
+7
*
Rename reloads/spills to loads/stores.
Alkis Evlogimenos
2004-02-19
1
-4
/
+4
*
Finegrainify namespacification
Chris Lattner
2004-02-15
1
-8
/
+12
*
Make dense maps keyed on physical registers smallerusing
Alkis Evlogimenos
2004-02-15
1
-1
/
+1
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-4
/
+4
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-7
/
+5
*
Do not use MachineOperand::isVirtualRegister either!
Chris Lattner
2004-02-10
1
-1
/
+1
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-2
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
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
-6
/
+6
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-08-13
1
-1
/
+1
*
Set debug types
Chris Lattner
2003-08-03
1
-0
/
+1
*
Move DEBUG to Debug.h
Chris Lattner
2003-08-01
1
-0
/
+1
*
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-05-27
1
-1
/
+1
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-2
/
+2
*
* Use the PHI Elimination pass
Chris Lattner
2003-01-13
1
-80
/
+6
*
Rename FunctionFrameInfo to MachineFrameInfo
Chris Lattner
2002-12-28
1
-1
/
+1
*
* Convert to be a MachineFunctionPass instance
Chris Lattner
2002-12-28
1
-174
/
+67
*
Adjustments to work with the simpler spill interface
Chris Lattner
2002-12-25
1
-22
/
+24
*
Fix compilation on GCC 2.96
Chris Lattner
2002-12-23
1
-1
/
+1
*
Implicit defs/uses list may be empty.
Chris Lattner
2002-12-18
1
-6
/
+6
*
Use new reginfo interface
Chris Lattner
2002-12-17
1
-3
/
+59
*
Keep the stack frame aligned.
Chris Lattner
2002-12-16
1
-0
/
+4
*
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
*
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
[next]