index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate users of MachineOperand::isPhysicalRegister
Chris Lattner
2004-02-10
3
-5
/
+8
*
Move InstrSchedule's iterator begin/end methods inline.
Brian Gaeke
2004-02-09
1
-28
/
+4
*
Make SchedGraph::dump() use SchedGraphNodeCommon's const_iterator
Brian Gaeke
2004-02-09
1
-25
/
+14
*
Another nice speedup for the register allocator. This time, we replace
Chris Lattner
2004-02-09
1
-37
/
+55
*
Ugh, perform an optimization that GCC should be able to do itself. This
Chris Lattner
2004-02-09
1
-6
/
+7
*
Only do stuff for the REAL number of physical registers we have, not 1024.
Chris Lattner
2004-02-09
1
-10
/
+8
*
Change the PhysRegsUsed map into a dense array. Seeing that this is a mapping
Chris Lattner
2004-02-09
1
-34
/
+35
*
Increase code clarity.
Alkis Evlogimenos
2004-02-06
1
-127
/
+100
*
Eliminate uneeded lookups by passing a Virt2PhysMap::iterator instead
Alkis Evlogimenos
2004-02-06
1
-23
/
+33
*
Change live interval representation. Machine instructions now have two
Alkis Evlogimenos
2004-02-05
1
-22
/
+31
*
We don't need to scan the blocks that we are live-in on every
Alkis Evlogimenos
2004-02-05
1
-12
/
+13
*
Added missing include.
Tanya Lattner
2004-02-05
1
-0
/
+1
*
Modify the two address instruction pass to remove the duplicate
Alkis Evlogimenos
2004-02-04
3
-104
/
+94
*
When an instruction like: A += B had both A and B virtual registers
Alkis Evlogimenos
2004-02-03
2
-10
/
+24
*
Revert changes. Will implement this using a different set of primitives
Alkis Evlogimenos
2004-02-02
1
-9
/
+3
*
Fix debugging output.
Alkis Evlogimenos
2004-02-02
1
-1
/
+1
*
Correctly update def/use information for modified machine operands.
Alkis Evlogimenos
2004-02-02
1
-3
/
+9
*
Should be more careful. The previously applied change made all counts
Alkis Evlogimenos
2004-02-02
1
-10
/
+6
*
Create an object for tracking physical register usage. This will look
Alkis Evlogimenos
2004-02-02
1
-106
/
+116
*
Change weight array into a vector and make it as big as the number of
Alkis Evlogimenos
2004-02-01
1
-17
/
+25
*
Use std::map::count() instead of std::map::find() != std::map::end()
Alkis Evlogimenos
2004-02-01
1
-5
/
+3
*
Change string for joined intervals.
Alkis Evlogimenos
2004-02-01
1
-1
/
+1
*
Change xor to ^.
Alkis Evlogimenos
2004-02-01
1
-1
/
+1
*
Fix a bug in a recent checkin
Chris Lattner
2004-02-01
1
-1
/
+1
*
Missed one silly assert :-)
Alkis Evlogimenos
2004-02-01
1
-1
/
+1
*
Simplify joinIntervals() code.
Alkis Evlogimenos
2004-02-01
1
-62
/
+57
*
Use MRegisterInfo::isPhysicalRegister and
Alkis Evlogimenos
2004-02-01
2
-33
/
+33
*
Apply final part of Chris' patch.
Alkis Evlogimenos
2004-01-31
1
-11
/
+9
*
Be a little smarter on the way we handle physical register defs.
Alkis Evlogimenos
2004-01-31
1
-26
/
+13
*
Finegrainify namespacification, use new MRegisterInfo::isVirtualRegister
Chris Lattner
2004-01-31
2
-9
/
+7
*
Fix, correctly this time, the computation of the return value
Chris Lattner
2004-01-31
1
-15
/
+16
*
* Fix incorrect computation of the runOnMachineFunction return value
Chris Lattner
2004-01-31
1
-30
/
+23
*
Remove unneeded #includes
Chris Lattner
2004-01-31
1
-12
/
+10
*
Merge safe parts from last night's buggy commit. These do not break
Alkis Evlogimenos
2004-01-31
1
-47
/
+71
*
Optimize liveAt() and overlaps(). We now use a binary search instead
Alkis Evlogimenos
2004-01-31
1
-20
/
+30
*
Revert last night's changes as they broke some tests. Will remerge parts of t...
Alkis Evlogimenos
2004-01-31
1
-105
/
+105
*
Several performance enhancements and cleanups from Chris.
Alkis Evlogimenos
2004-01-31
1
-105
/
+105
*
Finegrainify namespacification
Chris Lattner
2004-01-30
1
-4
/
+17
*
Give clients of MachineFunctionPrinter the ability to specify a banner and
Brian Gaeke
2004-01-30
1
-3
/
+14
*
Fix failing test cases with joined live intervals. It turns out that
Alkis Evlogimenos
2004-01-23
1
-3
/
+24
*
Add option to join live intervals. Two intervals are joined if there
Alkis Evlogimenos
2004-01-22
2
-44
/
+232
*
Remove unneeded check. An interval in active, by definition overlaps
Alkis Evlogimenos
2004-01-22
1
-4
/
+1
*
Improve debugging output. Remove unneeded virtReg->0 mapping when
Alkis Evlogimenos
2004-01-22
1
-20
/
+31
*
Revert previous change. The code was correct...
Alkis Evlogimenos
2004-01-22
1
-1
/
+1
*
Fix incorrect negatives in LiveIntervals::Interval::liveAt().
Alkis Evlogimenos
2004-01-22
1
-1
/
+1
*
Moved iterators around.
Tanya Lattner
2004-01-20
1
-2
/
+0
*
Moved iterators to common file.
Tanya Lattner
2004-01-20
1
-62
/
+0
*
Handle printing of intervals that are not assign to any physical
Alkis Evlogimenos
2004-01-16
1
-1
/
+1
*
Handle printing of intervals that are not assign to any physical
Alkis Evlogimenos
2004-01-16
1
-6
/
+7
*
Fold open interval ends handling into
Alkis Evlogimenos
2004-01-16
1
-10
/
+4
[next]