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
*
setOperand should not zap the operand list or add implicit operands to an
Chris Lattner
2006-11-20
1
-1
/
+1
*
MachineInstr includes this
Chris Lattner
2006-11-18
1
-1
/
+0
*
Implement operator<< for machine basic blocks to make it easier to dump them.
Chris Lattner
2006-11-18
2
-0
/
+2
*
Hopefully a good crack at making debugging work on intel -disable-fp-elim.
Jim Laskey
2006-11-17
1
-1
/
+17
*
Allow target to specify alignment for function stub.
Evan Cheng
2006-11-16
1
-1
/
+1
*
Added "removeRange", which takes and removes an entire LiveRange.
Bill Wendling
2006-11-16
1
-0
/
+4
*
Added a new method "CreateNewLiveInterval" which, given a list of
Bill Wendling
2006-11-16
1
-0
/
+5
*
ChangeToRegister should clear IsImp bit.
Evan Cheng
2006-11-15
1
-4
/
+4
*
Do away with kill / dead maps. Move kill / dead info onto MI's.
Evan Cheng
2006-11-15
1
-95
/
+36
*
Add copyKillDeadInfo to copy kill / dead info; other minor updates.
Evan Cheng
2006-11-15
1
-8
/
+28
*
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
1
-30
/
+3
*
Matches MachineInstr changes.
Evan Cheng
2006-11-13
1
-14
/
+15
*
- Let MachineInstr ctors add implicit def and use operands. Other operands
Evan Cheng
2006-11-13
1
-10
/
+65
*
Add methods to add implicit def use operands to a MI.
Evan Cheng
2006-11-11
2
-0
/
+9
*
Shut up the warning.
Jim Laskey
2006-11-10
1
-1
/
+1
*
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-10
2
-6
/
+20
*
Rename ISD::MemOpAddrMode to ISD::MemIndexedMode
Evan Cheng
2006-11-09
2
-13
/
+14
*
Wasn't handling case of when machine move labels were undefined.
Jim Laskey
2006-11-08
1
-1
/
+6
*
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-11-07
2
-11
/
+30
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
2
-3
/
+4
*
Added getIndexedStore.
Evan Cheng
2006-11-05
1
-0
/
+2
*
Move to operand constraints for two-address instructions.
Evan Cheng
2006-11-04
1
-1
/
+12
*
Fix comments.
Evan Cheng
2006-11-03
1
-3
/
+8
*
Add isPredecessor to check whether a node is another's predecessor.
Evan Cheng
2006-11-03
1
-0
/
+3
*
Add a printSetLabel that takes two id's.
Evan Cheng
2006-11-01
1
-0
/
+2
*
Unbreaking static ctors patch.
Anton Korobeynikov
2006-10-31
1
-2
/
+2
*
Simplify DwarfWriter header.
Jim Laskey
2006-10-30
1
-357
/
+6
*
Added a new SDNode type: BR_JT for jumptable branch.
Evan Cheng
2006-10-30
1
-0
/
+4
*
add an assertion
Chris Lattner
2006-10-28
1
-0
/
+1
*
remove dead method
Chris Lattner
2006-10-28
1
-1
/
+0
*
add a method for hacking on JTIdx's
Chris Lattner
2006-10-28
1
-0
/
+4
*
const'ify jump table stuff
Chris Lattner
2006-10-28
1
-2
/
+2
*
add a method for deleting dead jump tables.
Chris Lattner
2006-10-28
1
-0
/
+6
*
determine whether a change was made
Chris Lattner
2006-10-28
1
-2
/
+6
*
Editorial clean up.
Jim Laskey
2006-10-28
2
-2
/
+0
*
Switch over from SelectionNodeCSEMap to FoldingSet.
Jim Laskey
2006-10-27
4
-149
/
+13
*
Turn conditions like x<Y|z==q into multiple blocks.
Chris Lattner
2006-10-27
1
-4
/
+1
*
Indexed load / store changes.
Evan Cheng
2006-10-26
2
-18
/
+18
*
Move getPreferredAlignmentLog from AsmPrinter to TargetData
Devang Patel
2006-10-24
1
-5
/
+0
*
Generalize CaseBlock a bit more:
Chris Lattner
2006-10-24
1
-8
/
+8
*
generalize 'CaseBlock'. It really allows any comparison to be inserted.
Chris Lattner
2006-10-24
1
-8
/
+7
*
Tighter data structure for deleted debug labels.
Jim Laskey
2006-10-24
1
-4
/
+2
*
add two helper methods
Chris Lattner
2006-10-23
1
-1
/
+9
*
More complete solution to deleting blocks and debug info.
Jim Laskey
2006-10-23
1
-4
/
+13
*
New, wonderful isSuccessor method
Chris Lattner
2006-10-21
1
-12
/
+21
*
typo
Chris Lattner
2006-10-20
1
-1
/
+1
*
add isIdenticalTo method to machineinstr/operand.
Chris Lattner
2006-10-20
1
-0
/
+19
*
add method
Chris Lattner
2006-10-20
1
-2
/
+11
*
add a method to remove a line # record.
Chris Lattner
2006-10-17
1
-0
/
+5
*
Do not leak all of the SourceLineInfo objects. Do not bother mallocing each
Chris Lattner
2006-10-17
2
-3
/
+8
[next]