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 std::numeric_limits<float>::infinity() instead of
Alkis Evlogimenos
2004-02-14
2
-2
/
+2
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
8
-26
/
+26
*
Use getNumVirtualRegs().
Alkis Evlogimenos
2004-02-13
1
-41
/
+34
*
Refactor MachineFunction::print() into MachineBasicBlock::print().
Brian Gaeke
2004-02-13
1
-8
/
+12
*
Add head-of-file comments and Doxygen comments. Tighten up a lot of whitespace.
Brian Gaeke
2004-02-13
1
-36
/
+32
*
Add parent pointer to MachineInstr that points to owning
Alkis Evlogimenos
2004-02-12
1
-7
/
+14
*
Add support for the llvm.memmove intrinsic
Chris Lattner
2004-02-12
1
-0
/
+13
*
Implement the llvm.memcpy intrinsic
Chris Lattner
2004-02-12
1
-1
/
+15
*
Rename the opCode instance variable to Opcode
Chris Lattner
2004-02-12
1
-29
/
+15
*
This field is never read
Chris Lattner
2004-02-12
1
-3
/
+0
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
12
-148
/
+115
*
getOpCode() --> getOpcode().
Brian Gaeke
2004-02-12
4
-53
/
+53
*
Add #include
Chris Lattner
2004-02-10
1
-0
/
+1
*
Do not use MachineOperand::isVirtualRegister either!
Chris Lattner
2004-02-10
7
-27
/
+29
*
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
2
-67
/
+78
*
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
2
-115
/
+115
[prev]
[next]