summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeEmitterGen.cpp
Commit message (Expand)AuthorAge
* 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
* Fix miscodegen of V_SET0 in PPC.Chris Lattner2006-03-18
* Don't emit JIT code for these instructionsChris Lattner2006-01-27
* Fix an incompatibility with GCC 4.1, thanks to Vladimir MerzliakovChris Lattner2005-10-24
* The code emitter generator only supports targets with 32-bit instructionChris Lattner2005-08-19
* Remove trailing whitespaceMisha Brukman2005-04-22
* * Factor out (into new fn) a loop emitting operand shifts into the instructionMisha Brukman2004-10-14
* Changes For Bug 352Reid Spencer2004-09-01
* Do not #include files into the llvm namespaceChris Lattner2004-08-17
* Deleted commented-out code as we now get namespace directly, add commentsMisha Brukman2004-08-10
* Use the target name instead of hard-coding SparcV9.Misha Brukman2004-08-10
* This was a good idea, but until this does not break the build ofChris Lattner2004-08-10
* Use the current target name instead of a ClassPrefix.Misha Brukman2004-08-09
* * Use Classname and ClassPrefix instead of hard-coded V9 valuesMisha Brukman2004-08-09
* * Added documentation in the file headerMisha Brukman2004-08-04
* Finegrainify namespacificationChris Lattner2004-08-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header.John Criswell2003-10-20
* Do not put DEBUG() guard around error condition; this must *always* be printed.Misha Brukman2003-09-17
* Added asserts to prevent negative shift amounts from being generated.Misha Brukman2003-08-06
* convert over to using TableGen backendsChris Lattner2003-08-06
* Stop special-casing annul and predict bits (which are Sparc-specific anyway)Misha Brukman2003-08-05
* No functional changes, comment the fix I just put inChris Lattner2003-08-05
* The CodeEmitterGenerator used to consider ANY uninitialized field as being anChris Lattner2003-08-05
* DEBUG got moved to Debug.hChris Lattner2003-08-01
* Add new getValueAsBitsInit 'high-level' methodChris Lattner2003-08-01
* Simplify code to match new interfacesChris Lattner2003-08-01
* Minor cleanupsChris Lattner2003-08-01
* Factor code out into a new getAllDerivedDefinitions method, which is generall...Chris Lattner2003-08-01
* More minor cleanups of the interfaceChris Lattner2003-07-31
* Rename createEmitter to run because eventually all tablegen backends willChris Lattner2003-07-31
* Don't crash if there is no Inst class in the tablegen file!Chris Lattner2003-07-29
* Added a DEBUG() guard to a debug information printout.Misha Brukman2003-07-18