index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenTarget.cpp
Age
Commit message (
Expand
)
Author
2008-04-03
Move instruction flag inference out of InstrInfoEmitter and into
Dan Gohman
2008-03-16
Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...
Christopher Lamb
2008-03-15
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-02-02
SDIsel processes llvm.dbg.declare by recording the variable debug information...
Evan Cheng
2008-01-31
Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex...
Christopher Lamb
2008-01-10
Start inferring side effect information more aggressively, and fix many bugs ...
Chris Lattner
2008-01-06
Split the impl of CodeGenInstruction out to its own .cpp file, add a getName(...
Chris Lattner
2008-01-05
change getQualifiedName to be a global function.
Chris Lattner
2007-12-29
remove attributions from utils.
Chris Lattner
2007-12-14
Add flags to indicate that there are "never" side effects or that there "may be"
Bill Wendling
2007-12-13
Oops. Forgot these.
Evan Cheng
2007-11-12
Add a flag for indirect branch instructions.
Owen Anderson
2007-09-28
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-19
Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value
Evan Cheng
2007-08-16
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-07-26
Add target independent MachineInstr's to represent subreg insert/extract in M...
Christopher Lamb
2007-07-26
Teach TableGen about the new vector types.
Christopher Lamb
2007-07-20
No need for noResults anymore.
Evan Cheng
2007-07-19
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-13
Eliminate an unused parameter.
Dan Gohman
2007-07-10
Try committing again. Add OptionalDefOperand. Remove clobbersPred.
Evan Cheng
2007-07-06
ImmutablePredicateOperand is no more.
Evan Cheng
2007-07-05
Instructions with ImmutablePredicateOperand aren't really predicable since th...
Evan Cheng
2007-06-26
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-19
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-19
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
Evan Cheng
2007-06-13
Add support to tablegen for specifying subregister classes on a per register ...
Christopher Lamb
2007-06-06
Add clobbersPred - instruction that clobbers condition code / register which ...
Evan Cheng
2007-06-04
Remove the operator<< for MVT::ValueType in preparation for MVT::ValueType
Dan Gohman
2007-05-16
Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...
Evan Cheng
2007-04-01
For PR1297:
Reid Spencer
2007-03-26
Add support for the v1i64 type. This makes better code for this:
Bill Wendling
2007-03-19
Recognize target instruction flag 'isReMaterializable'.
Evan Cheng
2007-02-27
reapply
Chris Lattner
2007-02-27
Backing out
Evan Cheng
2007-02-27
initial support for calling convention generation, still unfinished.
Chris Lattner
2007-01-26
Files missing from LABEL check in.
Jim Laskey
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-01
Match TargetInstrInfo changes.
Evan Cheng
2006-11-15
Remove the isTwoAddress property from the CodeGenInstruction class. It should
Chris Lattner
2006-11-15
ADd support for adding constraints to suboperands
Chris Lattner
2006-11-10
allow ptr_rc to explicitly appear in an instructions operand list, it doesn't
Chris Lattner
2006-11-07
emit TIED_TO correctly
Chris Lattner
2006-11-06
simplify the way operand flags and constraints are handled, making it easier
Chris Lattner
2006-11-06
recognize ppc's blr instruction as predicated
Chris Lattner
2006-11-04
Clean up some code.
Evan Cheng
2006-11-03
eliminate need for the NumMIOperands field in Operand.
Chris Lattner
2006-11-01
Tied-to constraint must be op_with_larger_idx = op_with_smaller_idx or else t...
Evan Cheng
2006-11-01
Add operand constraints to TargetInstrInfo.
Evan Cheng
[next]