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
/
Target
/
IA64
/
IA64InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...
Owen Anderson
2008-08-26
1
-3
/
+5
*
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-08-14
1
-1
/
+1
*
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-07-07
1
-2
/
+2
*
remove MachineOpCode typedef.
Chris Lattner
2008-01-07
1
-1
/
+1
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-0
/
+108
*
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2008-01-01
1
-1
/
+1
*
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
1
-0
/
+18
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-18
1
-3
/
+5
*
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-25
1
-1
/
+1
*
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-27
1
-2
/
+3
*
fix warning about missing newline at end of file
Rafael Espindola
2006-10-24
1
-1
/
+1
*
implement uncond branch insertion for the branch folding pass
Chris Lattner
2006-10-24
1
-0
/
+7
*
add bundling! well not really, for now it's just stop-insertion.
Duraid Madina
2006-01-25
1
-0
/
+1
*
Convert tabs to spaces
Misha Brukman
2005-04-22
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
and so it begins...
Duraid Madina
2005-03-17
1
-0
/
+47