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
/
InstrInfoEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add flags to indicate that there are "never" side effects or that there "may be"
Bill Wendling
2007-12-14
1
-2
/
+3
*
Oops. Forgot these.
Evan Cheng
2007-12-13
1
-0
/
+1
*
Add a flag for indirect branch instructions.
Owen Anderson
2007-11-12
1
-0
/
+1
*
Added TargetInstrDescriptor::numDefs - num of results.
Evan Cheng
2007-08-02
1
-1
/
+2
*
Add target independent MachineInstr's to represent subreg insert/extract in M...
Christopher Lamb
2007-07-26
1
-1
/
+3
*
Try committing again. Add OptionalDefOperand. Remove clobbersPred.
Evan Cheng
2007-07-10
1
-1
/
+6
*
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
/
+2
*
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 clobbersPred - instruction that clobbers condition code / register which ...
Evan Cheng
2007-06-06
1
-0
/
+1
*
Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable wit...
Evan Cheng
2007-05-16
1
-1
/
+1
*
Mark all (not just the first) predicate operand M_PREDICATE_OPERAND.
Evan Cheng
2007-05-15
1
-1
/
+1
*
Recognize target instruction flag 'isReMaterializable'.
Evan Cheng
2007-03-19
1
-0
/
+1
*
Files missing from LABEL check in.
Jim Laskey
2007-01-26
1
-1
/
+3
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-2
/
+2
*
Add opcode to TargetInstrDescriptor.
Evan Cheng
2006-11-17
1
-3
/
+4
*
ADd support for adding constraints to suboperands
Chris Lattner
2006-11-15
1
-1
/
+1
*
allow ptr_rc to explicitly appear in an instructions operand list, it doesn't
Chris Lattner
2006-11-10
1
-37
/
+40
*
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-11-09
1
-1
/
+0
*
Mark predicate operands as such in operand info.
Chris Lattner
2006-11-06
1
-0
/
+4
*
simplify the way operand flags and constraints are handled, making it easier
Chris Lattner
2006-11-06
1
-40
/
+44
*
recognize ppc's blr instruction as predicated
Chris Lattner
2006-11-06
1
-0
/
+1
*
Clean up some code.
Evan Cheng
2006-11-04
1
-1
/
+2
*
Add operand constraints to TargetInstrInfo.
Evan Cheng
2006-11-01
1
-14
/
+27
*
Eliminate data relocations by using NULL instead of global empty list.
Jim Laskey
2006-07-21
1
-5
/
+2
*
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-21
1
-1
/
+1
*
Instructions with variable operands (variable_ops) can have a number required
Evan Cheng
2006-06-15
1
-10
/
+7
*
lib/Target/Target.td
Evan Cheng
2006-05-18
1
-5
/
+7
*
Noop instruction
Evan Cheng
2006-05-12
1
-2
/
+0
*
Set isStore of instructions with ISD::TRUNCSTORE root node.
Evan Cheng
2006-05-03
1
-3
/
+5
*
Put instruction names into the first non TargetInstrInfo namespace found.
Chris Lattner
2006-05-01
1
-10
/
+18
*
Formating
Evan Cheng
2006-05-01
1
-1
/
+1
*
Mark instructions whose pattern is (store ...) isStore.
Evan Cheng
2006-05-01
1
-1
/
+17
*
Don't fill in fields that no longer exist.
Chris Lattner
2006-04-20
1
-2
/
+1
*
If we want to emit things in enum order, use getInstructionsByEnumValue to
Chris Lattner
2006-01-27
1
-15
/
+25
*
almost got the HP-UX tester up.. :)
Duraid Madina
2005-12-30
1
-1
/
+1
*
Teach tblgen about instruction operands that have multiple MachineInstr
Chris Lattner
2005-11-19
1
-6
/
+16
*
Allow itineraries to be passed through the Target Machine.
Jim Laskey
2005-11-01
1
-1
/
+1
*
Keep VC++ happy.
Jeff Cohen
2005-11-01
1
-0
/
+1
*
Emit itinerary class in instruction info.
Jim Laskey
2005-10-31
1
-1
/
+33
*
Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :)
Chris Lattner
2005-10-28
1
-30
/
+15
*
spell this variable right
Chris Lattner
2005-08-26
1
-1
/
+1
*
Expose a new flag to TargetInstrInfo
Chris Lattner
2005-08-26
1
-0
/
+2
*
add a marker at the end of the instruction enum list
Chris Lattner
2005-08-26
1
-0
/
+1
*
Emit this:
Chris Lattner
2005-08-19
1
-2
/
+1
*
Emit real operand info for instructions. This currently works but is bad
Chris Lattner
2005-08-19
1
-10
/
+44
*
For now, just emit empty operand info structures.
Chris Lattner
2005-08-19
1
-2
/
+23
*
now that all of the targets are clean w.r.t. the number of operands for each
Chris Lattner
2005-08-19
1
-3
/
+11
[prev]
[next]