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
*
Remove the IA-64 backend.
Dan Gohman
2009-07-24
1
-193
/
+0
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-4
/
+4
*
eliminate extra space.
Torok Edwin
2009-07-14
1
-5
/
+5
*
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-12
1
-4
/
+3
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-5
/
+6
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
1
-4
/
+4
*
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
1
-18
/
+4
*
Remove non-DebugLoc versions of BuildMI from IA64, Mips.
Dale Johannesen
2009-02-13
1
-1
/
+3
*
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
1
-3
/
+5
*
Move debug loc info along when the spiller creates new instructions.
Bill Wendling
2009-02-12
1
-30
/
+43
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
1
-2
/
+5
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-0
/
+1
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-8
/
+8
*
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