summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeEmitterGen.cpp
Commit message (Expand)AuthorAge
* pull the code to get the operand value out of the loop.Chris Lattner2010-11-15
* split the giant encoder loop into two new helper functions.Chris Lattner2010-11-15
* reduce nesting and minor cleanups, no functionality change.Chris Lattner2010-11-15
* add fields to the .td files unconditionally, simplifying tblgen a bit.Chris Lattner2010-11-15
* Add support for specifying a PostEncoderMethod, which can perform post-proces...Owen Anderson2010-11-11
* Support generating an MC'ized CodeEmitter directly. Maintain a reference to theJim Grosbach2010-11-03
* Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach2010-11-02
* Tidy up.Jim Grosbach2010-11-02
* factor the operand list (and related fields/operations) out of Chris Lattner2010-11-01
* Allow targets to optionally specify custom binary encoder functions forJim Grosbach2010-10-12
* The assert() should reference to machine instr operand number, too.Jim Grosbach2010-10-11
* Make sure to use the machine instruction operand number. It doesn't alwaysJim Grosbach2010-10-11
* When figuring out which operands match which encoding fields in an instruction,Jim Grosbach2010-10-11
* Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach2010-10-08
* trailing whitespaceJim Grosbach2010-10-07
* Clean up TargetOpcodes.h a bit, and limit the number of places where the fullJakob Stoklund Olesen2010-07-02
* Add a pseudo instruction REG_SEQUENCE that takes a list of registers andEvan Cheng2010-05-01
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* change Target.getInstructionsByEnumValue to return a referenceChris Lattner2010-03-19
* look up instructions by record, not by name.Chris Lattner2010-03-19
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-15
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-09
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-08
* Revert 90628, which was incorrect.Dan Gohman2009-12-15
* Minor code simplification.Dan Gohman2009-12-05
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalizeDan Gohman2009-04-13
* Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.Dan Gohman2009-04-13
* Fix shift overflow bug that would occur when a field was a full 32-bits Chris Lattner2008-10-05
* Add instruction names as comments to InstBits entries.Evan Cheng2008-09-17
* Eliminate a compile time warning.Evan Cheng2008-09-07
* Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be...Evan Cheng2008-09-02
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb2008-03-16
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-02
* remove attributions from utils.Chris Lattner2007-12-29
* Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb2007-07-26
* Files missing from LABEL check in.Jim Laskey2007-01-26
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Remove the isTwoAddress property from the CodeGenInstruction class. It shouldChris Lattner2006-11-15
* Remove an unused variable.Reid Spencer2006-11-03
* Fix JIT encoding of two-addr instructions.Chris Lattner2006-09-05
* Clean up.Jim Laskey2006-07-13
* 1. Simplfy bit operations.Jim Laskey2006-07-13
* Move base value of instruction to lookup table to prepare for case reduction.Jim Laskey2006-07-12
* Reduce bloat in target libraries by removing per machine instruction assertionJim Laskey2006-07-11