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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachineInstrInfo no longer #includes this header, so we must
Chris Lattner
2002-10-28
2
-2
/
+2
*
Minor cleanups, remove noncopyable so dot doesn't cluster unrelated stuff
Chris Lattner
2002-10-28
1
-2
/
+6
*
Strip a bunch of #includes from the file, move some virtual functions to
Chris Lattner
2002-10-28
2
-26
/
+22
*
Inline some code from the cpp file
Chris Lattner
2002-10-28
1
-2
/
+4
*
Use BuildMI instead of explicit code.
Chris Lattner
2002-10-28
1
-34
/
+15
*
Minor comment updates
Chris Lattner
2002-10-28
1
-2
/
+9
*
Initial checkin of MachineInstrBuilder class
Chris Lattner
2002-10-28
1
-0
/
+81
*
Remove all traces of the "Opcode Mask" field in the MachineInstr class
Chris Lattner
2002-10-28
6
-30
/
+3
*
Remove more default arguments that are never used
Chris Lattner
2002-10-28
2
-9
/
+5
*
Remove default operands that are never used
Chris Lattner
2002-10-28
2
-8
/
+12
*
* Make MachineOperand ctors private, so MachineOperand can only be created
Chris Lattner
2002-10-28
2
-31
/
+109
*
Fix minor bug
Chris Lattner
2002-10-28
1
-3
/
+3
*
Don't pass default args
Chris Lattner
2002-10-28
1
-8
/
+7
*
Fixed spelling and grammar.
Misha Brukman
2002-10-28
1
-3
/
+3
*
Rewrote uses of deprecated `MachineFunction::get(BasicBlock *BB)'.
Misha Brukman
2002-10-28
2
-17
/
+17
*
Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'.
Misha Brukman
2002-10-28
3
-35
/
+31
*
Iterator functions now line up together.
Misha Brukman
2002-10-28
1
-2
/
+2
*
Casting NULL can cause problems so lets just not cast NULL to anything.
Nick Hildenbrandt
2002-10-28
2
-6
/
+2
*
Remove two arguments that are never specified
Chris Lattner
2002-10-28
2
-11
/
+3
*
Don't bother passing in default value
Chris Lattner
2002-10-28
1
-13
/
+13
*
Rename some regalloc fields
Chris Lattner
2002-10-28
2
-8
/
+8
*
Fixes to work with updated RegAlloc
Chris Lattner
2002-10-28
1
-10
/
+10
*
Eliminate usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
4
-206
/
+164
*
*** empty log message ***
Nick Hildenbrandt
2002-10-28
2
-2
/
+28
*
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
2
-28
/
+36
*
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
8
-372
/
+192
*
Eliminate uses of MachineBasicBlock::get
Chris Lattner
2002-10-28
6
-66
/
+86
*
Eliminate unneccesary use of MachineBasicBlock::get
Chris Lattner
2002-10-28
1
-8
/
+6
*
s/method/function
Chris Lattner
2002-10-28
2
-20
/
+27
*
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
6
-48
/
+79
*
Make sched class unsigned
Chris Lattner
2002-10-28
1
-1
/
+1
*
* s/unsigned int/unsigned
Chris Lattner
2002-10-28
2
-54
/
+54
*
Make scheduling class variables be 'unsigned' instead of 'int'
Chris Lattner
2002-10-28
3
-9
/
+6
*
Make Scheduling Class variables be 'unsigned' instead of 'int'
Chris Lattner
2002-10-28
2
-6
/
+6
*
Remove typedef that is unneccesary
Chris Lattner
2002-10-28
1
-1
/
+0
*
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
12
-104
/
+101
*
Add new getOperandType(i) method to MachineInstr
Chris Lattner
2002-10-28
1
-12
/
+16
*
Fairly major overhaul of MachineInstr & Operand classes
Chris Lattner
2002-10-28
2
-254
/
+106
*
Make MachineInstr.h not #include MachineInstrInfo.h
Chris Lattner
2002-10-28
2
-2
/
+9
*
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
10
-0
/
+10
*
Remvoe a bunch of unneeded forward decls
Chris Lattner
2002-10-28
1
-4
/
+0
*
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-28
14
-14
/
+14
*
Add BasicBlock list to MchineFunction that will eventually be the only
Chris Lattner
2002-10-28
2
-4
/
+19
*
*** empty log message ***
Chris Lattner
2002-10-28
10
-10
/
+0
*
MachineFunction now includes MachineBasicBlock so there is no need to
Chris Lattner
2002-10-28
1
-1
/
+0
*
MachineFunction.h now includes MachineBasicBlock.h in preparation for
Chris Lattner
2002-10-28
1
-1
/
+1
*
Remvoe dead fixme and typedef
Chris Lattner
2002-10-28
1
-4
/
+0
*
MachineBasicBlock doesn't need basicblock.h, it needs Annotation.h
Chris Lattner
2002-10-28
1
-6
/
+9
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
16
-93
/
+81
*
*** empty log message ***
Chris Lattner
2002-10-28
4
-52
/
+50
[next]