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
/
include
/
llvm
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo in the head-of-file comment.
Brian Gaeke
2004-05-23
1
-14
/
+21
*
Fix a comment.
Brian Gaeke
2004-05-12
1
-2
/
+4
*
Add a NextMBBNumber field w/ incrementing accessor method, for
Brian Gaeke
2004-05-12
1
-0
/
+7
*
Add a Number field w/ accessor method, for function-level unique numbering
Brian Gaeke
2004-05-12
1
-1
/
+8
*
Add support for inserting all prototypes up-front
Chris Lattner
2004-05-09
1
-0
/
+7
*
Fixed up sched graph.
Tanya Lattner
2004-05-08
1
-4
/
+3
*
Registering the ModuloScheduling pass.
Tanya Lattner
2004-05-08
1
-0
/
+4
*
Chris told me to take these assertions out a few days ago, but I forgot to
Brian Gaeke
2004-05-02
1
-10
/
+0
*
Stop LiveVariables from using BasicBlocks as part of the mapping, instead
Chris Lattner
2004-05-01
1
-10
/
+6
*
Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.
Chris Lattner
2004-05-01
1
-0
/
+70
*
Add pred./succ. list size methods.
Brian Gaeke
2004-04-28
1
-0
/
+2
*
Move private methods to end of class decl at Chris's request
Brian Gaeke
2004-04-28
1
-26
/
+26
*
Fix thinkos that Chris caught for me.
Brian Gaeke
2004-04-28
1
-2
/
+4
*
Add machine-code CFG support: MachineBasicBlocks may now have their own
Brian Gaeke
2004-04-28
1
-0
/
+67
*
Add emitWordAt() - a quick and dirty interface that the machine-dependent
Brian Gaeke
2004-04-23
1
-0
/
+6
*
Include <string> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
1
-0
/
+1
*
Add definition list to each live interval.
Alkis Evlogimenos
2004-04-09
1
-3
/
+7
*
This file does not appear to be included anywhere.
Brian Gaeke
2004-04-08
1
-240
/
+0
*
This file is no longer used.
Brian Gaeke
2004-04-07
1
-52
/
+0
*
Allow converting a builder to an iterator
Chris Lattner
2004-04-01
1
-0
/
+1
*
Add clear() forwarding method.
Brian Gaeke
2004-03-31
1
-0
/
+1
*
MachineBasicBlock::remove should not change the iterator passed into it
Chris Lattner
2004-03-31
1
-1
/
+1
*
Fix bug introduced by yesterday's changes.
Alkis Evlogimenos
2004-03-04
1
-0
/
+1
*
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-03-03
1
-64
/
+99
*
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-03-01
1
-1
/
+2
*
Remove public header. It's been moved to lib/Target/SparcV9
Chris Lattner
2004-02-29
1
-95
/
+0
*
Do not use explicit casts that hide the dependence on Instruction being
Chris Lattner
2004-02-29
1
-8
/
+2
*
Remove unneeded #include
Chris Lattner
2004-02-29
1
-1
/
+1
*
Continue Alkis's int64_t cleanup. This makes all of the immediate related
Chris Lattner
2004-02-29
2
-16
/
+22
*
Add BuildMI variants that take a MBB::iterator
Chris Lattner
2004-02-29
1
-5
/
+24
*
Make MachineOperand's immediate value an int and save 4 bytes out of
Alkis Evlogimenos
2004-02-27
1
-1
/
+1
*
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
1
-12
/
+11
*
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-24
1
-111
/
+0
*
Refactor rewinding code for finding the first terminator of a basic
Alkis Evlogimenos
2004-02-23
1
-0
/
+5
*
Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa...
Alkis Evlogimenos
2004-02-23
1
-213
/
+0
*
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
2
-91
/
+89
*
Fix silly bug in implementation of getUseType(). Thanks Misha.
Alkis Evlogimenos
2004-02-22
1
-1
/
+1
*
When folding memory operands in machine instructions be careful to
Alkis Evlogimenos
2004-02-22
1
-0
/
+7
*
Abstract merging of ranges away from number of slots per instruction.
Alkis Evlogimenos
2004-02-22
2
-2
/
+8
*
Too many changes in one commit:
Alkis Evlogimenos
2004-02-20
2
-2
/
+66
*
ADd a method for when an instruction moves
Chris Lattner
2004-02-19
1
-0
/
+6
*
Add a MachineBasicBlock::getParent() method
Chris Lattner
2004-02-19
1
-3
/
+7
*
Move unused typedefs in private section. Add method to return interval
Alkis Evlogimenos
2004-02-18
2
-4
/
+12
*
eliminate a pair of really inefficient methods now that noone uses them
Chris Lattner
2004-02-18
1
-21
/
+0
*
Add LiveIntervals::Interval::empty() member function.
Alkis Evlogimenos
2004-02-17
2
-4
/
+8
*
Add LeakDetection to MachineInstr.
Alkis Evlogimenos
2004-02-16
2
-22
/
+9
*
Eliminate the use of spill (reserved) registers.
Alkis Evlogimenos
2004-02-15
2
-14
/
+20
*
finegrainify namespacification
Chris Lattner
2004-02-15
1
-7
/
+2
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-4
/
+1
*
Mark MachineBasicBlock::operator[] deprecated.
Alkis Evlogimenos
2004-02-13
1
-10
/
+20
[next]