aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Move the primary fast-isel top-level comments to FastISel.cpp, whereDan Gohman2008-09-301-24/+6
* Move the code that handles DAGISel error conditions intoDan Gohman2008-09-271-25/+27
* Rename ConstantSDNode's getSignExtended to getSExtValue, forDan Gohman2008-09-261-2/+2
* Large mechanical patch.Devang Patel2008-09-251-2/+2
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-221-3/+3
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-221-4/+42
* Make comments a little bit more clear.Mikhail Glushenkov2008-09-221-2/+4
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-221-7/+9
* Add a (forward_as) option propertyMikhail Glushenkov2008-09-221-11/+39
* Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov2008-09-221-3/+2
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+26
* Add instruction names as comments to InstBits entries.Evan Cheng2008-09-171-5/+3
* Remove.Devang Patel2008-09-161-108/+0
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-3/+3
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-3/+3
* Extract optimization pass selection code from llvm-gcc into a separate routine.Devang Patel2008-09-151-0/+108
* Update the LLVM polygen grammar for recent language changes:Dan Gohman2008-09-151-12/+27
* Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman2008-09-121-3/+3
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-5/+6
* Indentation.Evan Cheng2008-09-111-2/+2
* lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach2008-09-112-2/+3
* Change getSubReg semantics. It now returns zero if the specified register doe...Evan Cheng2008-09-111-2/+2
* Fix typos in (generated) comments.Dan Gohman2008-09-081-2/+2
* Correctly handle physical register inputs. They are not explicit input operan...Evan Cheng2008-09-081-9/+30
* Eliminate a compile time warning.Evan Cheng2008-09-071-1/+1
* Fix indentation of generated code.Evan Cheng2008-09-071-1/+1
* Ignore multi-instruction patterns. e.g.Evan Cheng2008-09-071-0/+14
* Let tblgen only generate fastisel routines, not the class definition. This ma...Evan Cheng2008-09-031-106/+5
* Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be...Evan Cheng2008-09-021-1/+2
* Add initial support for fast isel of instructions that have inputs pinned to ...Owen Anderson2008-08-291-19/+107
* Add a target callback for FastISel.Dan Gohman2008-08-281-0/+8
* just a brain dump for a small toolGabor Greif2008-08-281-0/+5
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-34/+34
* Add support for fast-isel of opcodes that require use of extract_subreg. Bec...Owen Anderson2008-08-281-21/+43
* Update a comment to reflect recent changes.Dan Gohman2008-08-271-1/+1
* Basic FastISel support for floating-point constants.Dan Gohman2008-08-271-0/+13
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-261-2/+2
* Refactor a bunch of FastISelEmitter code into a helper class, andDan Gohman2008-08-262-29/+63
* - small bug corrected: incorrect iterator type.Cedric Venet2008-08-261-2/+2
* We need to check that the return type is correct, even in cases where we don'tOwen Anderson2008-08-261-0/+3
* code simplification, no functionality change.Chris Lattner2008-08-261-11/+1
* stabilize more printing, this doesn't cause a problemChris Lattner2008-08-261-10/+8
* stablize SubRegsSet printing, part of PR2590Chris Lattner2008-08-261-6/+8
* Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner2008-08-263-22/+25
* Throw the switch to allow FastISel to emit instructions whose return types di...Owen Anderson2008-08-261-9/+16
* Enhance TableGen to emit code for FastISel of opcodes with variadic return ty...Owen Anderson2008-08-261-13/+97
* Add a RetVT parameter to emitted FastISel methods, so that we will be able to...Owen Anderson2008-08-251-8/+14
* Deepen the map structure tablegen uses to compute FastISel patterns, in prepa...Owen Anderson2008-08-251-54/+61
* Add support for fast isel of (integer) immediate materialization pattens, and...Owen Anderson2008-08-251-3/+6
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-1/+1