summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Add instruction names as comments to InstBits entries.Evan Cheng2008-09-17
* Remove.Devang Patel2008-09-16
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-16
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-16
* Extract optimization pass selection code from llvm-gcc into a separate routine.Devang Patel2008-09-15
* Update the LLVM polygen grammar for recent language changes:Dan Gohman2008-09-15
* Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman2008-09-12
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Indentation.Evan Cheng2008-09-11
* lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach2008-09-11
* Change getSubReg semantics. It now returns zero if the specified register doe...Evan Cheng2008-09-11
* Fix typos in (generated) comments.Dan Gohman2008-09-08
* Correctly handle physical register inputs. They are not explicit input operan...Evan Cheng2008-09-08
* Eliminate a compile time warning.Evan Cheng2008-09-07
* Fix indentation of generated code.Evan Cheng2008-09-07
* Ignore multi-instruction patterns. e.g.Evan Cheng2008-09-07
* Let tblgen only generate fastisel routines, not the class definition. This ma...Evan Cheng2008-09-03
* Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be...Evan Cheng2008-09-02
* Add initial support for fast isel of instructions that have inputs pinned to ...Owen Anderson2008-08-29
* Add a target callback for FastISel.Dan Gohman2008-08-28
* just a brain dump for a small toolGabor Greif2008-08-28
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Add support for fast-isel of opcodes that require use of extract_subreg. Bec...Owen Anderson2008-08-28
* Update a comment to reflect recent changes.Dan Gohman2008-08-27
* Basic FastISel support for floating-point constants.Dan Gohman2008-08-27
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-26
* Refactor a bunch of FastISelEmitter code into a helper class, andDan Gohman2008-08-26
* - small bug corrected: incorrect iterator type.Cedric Venet2008-08-26
* We need to check that the return type is correct, even in cases where we don'tOwen Anderson2008-08-26
* code simplification, no functionality change.Chris Lattner2008-08-26
* stabilize more printing, this doesn't cause a problemChris Lattner2008-08-26
* stablize SubRegsSet printing, part of PR2590Chris Lattner2008-08-26
* Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner2008-08-26
* Throw the switch to allow FastISel to emit instructions whose return types di...Owen Anderson2008-08-26
* Enhance TableGen to emit code for FastISel of opcodes with variadic return ty...Owen Anderson2008-08-26
* Add a RetVT parameter to emitted FastISel methods, so that we will be able to...Owen Anderson2008-08-25
* Deepen the map structure tablegen uses to compute FastISel patterns, in prepa...Owen Anderson2008-08-25
* Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson2008-08-25
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-23
* Add a few comments.Dan Gohman2008-08-22
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-22
* Basic fast-isel support for instructions with constant int operands.Dan Gohman2008-08-21
* Remove the code that limited FastISel to certain fixed signatures.Dan Gohman2008-08-21
* Begin making more use of the FastISelEmitter class.Dan Gohman2008-08-21
* Remove an obsolete todo comment.Dan Gohman2008-08-20
* Factor the code for determining the target-specific instructionDan Gohman2008-08-20
* Simplify FastISel's constructor argument list, make the FastISelDan Gohman2008-08-20
* Fix the string for MVT::isVoid.Dan Gohman2008-08-20
* For now, restrict FastISel to instructions that only involve oneDan Gohman2008-08-19