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
*
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-14
1
-1
/
+1
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-2
/
+2
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Reuse the MO variable instead of recomputing it in RegAllocLocal.
Dan Gohman
2008-07-09
1
-8
/
+8
*
Give RegAllocSimple a TargetInstrInfo member to keep it consistent
Dan Gohman
2008-07-09
1
-2
/
+2
*
Use find with std::map, when that's what's needed, instead of lower_bound
Dan Gohman
2008-07-09
1
-3
/
+2
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-4
/
+4
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-2
/
+2
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-3
/
+2
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-2
/
+5
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-11
/
+11
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
Evan Cheng
2007-12-05
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+5
*
Match MachineFunction::UsedPhysRegs changes.
Evan Cheng
2007-04-25
1
-7
/
+2
*
Eliminate static ctors from Statistics
Chris Lattner
2006-12-19
1
-3
/
+3
*
Move findTiedToSrcOperand to TargetInstrDescriptor.
Evan Cheng
2006-12-08
1
-2
/
+1
*
findTiedToSrcOperand() changed.
Evan Cheng
2006-12-08
1
-2
/
+2
*
Removed more <iostream> includes
Bill Wendling
2006-12-07
1
-2
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Use llvm streams instead of <iostream>
Bill Wendling
2006-11-28
1
-6
/
+5
*
Rename
Evan Cheng
2006-11-01
1
-1
/
+1
*
Two-address instructions no longer have to be A := A op C. Now any pair of de...
Evan Cheng
2006-11-01
1
-7
/
+10
*
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-09-05
1
-5
/
+1
*
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
/
+5
*
Eliminate data relocations by using NULL instead of global empty list.
Jim Laskey
2006-07-21
1
-5
/
+9
*
Reduce number of exported symbols
Andrew Lenharth
2006-07-20
1
-2
/
+2
*
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-28
1
-1
/
+2
*
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
1
-1
/
+1
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Change this code ot pass register classes into the stack slot spiller/reloader
Chris Lattner
2005-09-30
1
-2
/
+2
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-12
/
+12
*
Update physregsused info.
Chris Lattner
2005-01-23
1
-10
/
+18
*
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
[next]