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
/
utils
/
TableGen
/
CodeGenTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a flag for indirect branch instructions.
Owen Anderson
2007-11-12
1
-0
/
+1
*
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-28
1
-0
/
+2
*
Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value
Evan Cheng
2007-09-19
1
-0
/
+1
*
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-16
1
-1
/
+3
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-3
/
+2
*
Add target independent MachineInstr's to represent subreg insert/extract in M...
Christopher Lamb
2007-07-26
1
-1
/
+15
*
Teach TableGen about the new vector types.
Christopher Lamb
2007-07-26
1
-0
/
+4
*
No need for noResults anymore.
Evan Cheng
2007-07-20
1
-1
/
+0
*
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
1
-1
/
+13
*
Eliminate an unused parameter.
Dan Gohman
2007-07-13
1
-2
/
+2
*
Try committing again. Add OptionalDefOperand. Remove clobbersPred.
Evan Cheng
2007-07-10
1
-3
/
+4
*
ImmutablePredicateOperand is no more.
Evan Cheng
2007-07-06
1
-2
/
+1
*
Instructions with ImmutablePredicateOperand aren't really predicable since th...
Evan Cheng
2007-07-05
1
-1
/
+4
*
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-26
1
-0
/
+1
*
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-19
1
-1
/
+0
*
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
Evan Cheng
2007-06-19
1
-0
/
+1
*
Add support to tablegen for specifying subregister classes on a per register ...
Christopher Lamb
2007-06-13
1
-0
/
+10
*
Add clobbersPred - instruction that clobbers condition code / register which ...
Evan Cheng
2007-06-06
1
-0
/
+1
*
Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType
Dan Gohman
2007-06-04
1
-5
/
+0
*
Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...
Evan Cheng
2007-05-16
1
-2
/
+2
*
For PR1297:
Reid Spencer
2007-04-01
1
-3
/
+7
*
Add support for the v1i64 type. This makes better code for this:
Bill Wendling
2007-03-26
1
-0
/
+2
*
Recognize target instruction flag 'isReMaterializable'.
Evan Cheng
2007-03-19
1
-0
/
+1
*
reapply
Chris Lattner
2007-02-27
1
-6
/
+2
*
Backing out
Evan Cheng
2007-02-27
1
-2
/
+6
*
initial support for calling convention generation, still unfinished.
Chris Lattner
2007-02-27
1
-6
/
+2
*
Files missing from LABEL check in.
Jim Laskey
2007-01-26
1
-1
/
+8
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-2
/
+3
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
1
-3
/
+2
*
Remove the isTwoAddress property from the CodeGenInstruction class. It should
Chris Lattner
2006-11-15
1
-1
/
+17
*
ADd support for adding constraints to suboperands
Chris Lattner
2006-11-15
1
-29
/
+92
*
allow ptr_rc to explicitly appear in an instructions operand list, it doesn't
Chris Lattner
2006-11-10
1
-1
/
+2
*
emit TIED_TO correctly
Chris Lattner
2006-11-07
1
-2
/
+2
*
simplify the way operand flags and constraints are handled, making it easier
Chris Lattner
2006-11-06
1
-21
/
+30
*
recognize ppc's blr instruction as predicated
Chris Lattner
2006-11-06
1
-0
/
+2
*
Clean up some code.
Evan Cheng
2006-11-04
1
-1
/
+3
*
eliminate need for the NumMIOperands field in Operand.
Chris Lattner
2006-11-03
1
-1
/
+13
*
Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else t...
Evan Cheng
2006-11-01
1
-0
/
+3
*
Add operand constraints to TargetInstrInfo.
Evan Cheng
2006-11-01
1
-0
/
+48
*
Added properties such as SDNPHasChain to ComplexPattern.
Evan Cheng
2006-10-11
1
-0
/
+14
*
Allow more use of iPTR in patterns.
Evan Cheng
2006-06-15
1
-22
/
+22
*
Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore.
Evan Cheng
2006-05-18
1
-3
/
+0
*
Typo
Evan Cheng
2006-05-17
1
-2
/
+2
*
Remove PointerType from target definition. Use abstract type MVT::iPTR to
Evan Cheng
2006-05-17
1
-31
/
+27
*
Allow patterns to refer to physical registers that belong to multiple
Evan Cheng
2006-05-16
1
-0
/
+17
*
Fix a typo: Instr* -> Intr*
Chris Lattner
2006-04-10
1
-3
/
+3
*
Only compute intrinsic valuetypes when in a target .td file.
Chris Lattner
2006-03-28
1
-2
/
+12
*
revert this, it breaks things.
Chris Lattner
2006-03-28
1
-4
/
+3
*
Add support for decoding iPTR to the right pointer type.
Chris Lattner
2006-03-27
1
-5
/
+15
*
Make sure to initialize the TheDef field!
Chris Lattner
2006-03-24
1
-0
/
+1
[next]