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
*
Use BitVector instead of vector<bool> which can be extremely slow.
Evan Cheng
2007-02-15
1
-1
/
+1
*
rename DenseMap to IndexedMap.
Chris Lattner
2007-02-01
1
-2
/
+2
*
Eliminate static ctors from Statistics
Chris Lattner
2006-12-19
1
-5
/
+4
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-1
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-3
/
+3
*
More removal of std::cerr and DEBUG, replacing with DOUT instead.
Bill Wendling
2006-11-17
1
-27
/
+26
*
Match live variable changes.
Evan Cheng
2006-11-15
1
-10
/
+56
*
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
1
-2
/
+2
*
Fix UnitTests/2005-05-12-Int64ToFP.c with llc-beta. In particular, do not
Chris Lattner
2006-09-19
1
-7
/
+10
*
Non-allocatable physregs can be killed and dead, but don't treat them as
Chris Lattner
2006-09-08
1
-0
/
+6
*
This fixes Benchmarks/Prolangs-C/unix-smail
Chris Lattner
2006-09-08
1
-0
/
+2
*
Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selection
Chris Lattner
2006-09-08
1
-17
/
+42
*
Only call isUse/isDef on register operands
Evan Cheng
2006-09-05
1
-3
/
+3
*
Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.
Chris Lattner
2006-09-03
1
-6
/
+11
*
When deleting a machine instruction, make sure to remove it from the
Chris Lattner
2006-09-03
1
-1
/
+4
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Final polish on machine pass registries.
Jim Laskey
2006-08-02
1
-1
/
+1
*
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
1
-0
/
+7
*
Eliminate data relocations by using NULL instead of global empty list.
Jim Laskey
2006-07-21
1
-15
/
+19
*
80 cols
Andrew Lenharth
2006-07-20
1
-2
/
+2
*
Reduce number of exported symbols
Andrew Lenharth
2006-07-20
1
-4
/
+4
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
1
-1
/
+2
*
Teach the local allocator to know that live-in values (e.g. arguments) are
Chris Lattner
2006-06-15
1
-0
/
+20
*
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
1
-3
/
+3
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Nuke noop copies.
Chris Lattner
2005-11-09
1
-4
/
+11
*
Disable some overly-aggressive checking code. This speeds up the local
Chris Lattner
2005-11-09
1
-1
/
+2
*
Change this code ot pass register classes into the stack slot spiller/reloader
Chris Lattner
2005-09-30
1
-2
/
+2
*
adjust to new live variables interface
Chris Lattner
2005-08-23
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-1
/
+1
*
Update this pass to set PhysRegsUsed info in MachineFunction.
Chris Lattner
2005-01-23
1
-1
/
+13
*
Clean up the MachineBasicBlock.h file, percolating #includes into this file.
Chris Lattner
2004-10-26
1
-0
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Reduce usage of MRegisterInfo::getRegClass
Chris Lattner
2004-08-15
1
-2
/
+2
*
Nuke ifdef'd out code
Chris Lattner
2004-08-15
1
-33
/
+0
*
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
*
Fix a recent regression in Applications/sgefa that Alkis pointed out to me.
Chris Lattner
2004-06-16
1
-2
/
+2
*
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
1
-1
/
+1
*
Change MRegisterInfo::foldMemoryOperand to return the folded
Alkis Evlogimenos
2004-03-14
1
-4
/
+3
*
Uncomment assertions that register# != 0 on calls to
Alkis Evlogimenos
2004-02-26
1
-12
/
+18
*
No need to clear the map here, it will always be empty
Chris Lattner
2004-02-26
1
-1
/
+0
*
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
1
-13
/
+8
*
Refactor rewinding code for finding the first terminator of a basic
Alkis Evlogimenos
2004-02-23
1
-5
/
+1
*
Another bug fix for empty MBB's
Chris Lattner
2004-02-22
1
-1
/
+1
*
Fix a bug where we were implicitly assuming that there would be at least
Chris Lattner
2004-02-22
1
-2
/
+2
*
Make 'fold' statistic's description the same in both allocators.
Alkis Evlogimenos
2004-02-21
1
-2
/
+3
*
Fix problem fusing spill code into instructions: we didn't update the live
Chris Lattner
2004-02-19
1
-0
/
+3
*
Rename reloads/spills to loads/stores.
Alkis Evlogimenos
2004-02-19
1
-5
/
+5
[next]