summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.Chris Lattner2010-03-04
* Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar2010-03-03
* Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...Evan Cheng2010-03-03
* Re-apply r97667 but with a little bit of thought put into the patch. This imp...Evan Cheng2010-03-03
* Revert 97667. It broke a bunch of tests.Dan Gohman2010-03-03
* Move DenseMapInfo for MachineInstr* to MachineInstr.hEvan Cheng2010-03-03
* Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse.Evan Cheng2010-03-03
* don't use always_inline with gcc 3.4, it has some unimplemented featuresChris Lattner2010-03-03
* TopLevelMap[] reference is a pointer.Evan Cheng2010-03-03
* speed up scope node processing: if the first element of a scopeChris Lattner2010-03-03
* introduce a new SwitchTypeMatcher node (which is analogous toChris Lattner2010-03-03
* - Change MachineInstr::isIdenticalTo to take a new option that determines whe...Evan Cheng2010-03-03
* Ordering forward declarations.Evan Cheng2010-03-03
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-02
* remove 300 lines of code that is now dead in the MSP430 backendChris Lattner2010-03-02
* Fix some issues in WalkChainUsers dealing with Chris Lattner2010-03-02
* Allow specialization of ScopedHashTable of non-default DenseMapInfo.Evan Cheng2010-03-02
* Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...Erick Tryzelaar2010-03-02
* Swap parameters of isSafeToMove and isSafeToReMat for consistency.Evan Cheng2010-03-02
* Fix the xfail I added a couple of patches back. The issueChris Lattner2010-03-02
* factor node morphing out to its own helper method.Chris Lattner2010-03-02
* eliminate CodeGen/DAGISelHeader.h, it is empty now.Chris Lattner2010-03-02
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-02
* move some code out of DAGISelHeader up to SelectionDAGISel.h where itChris Lattner2010-03-02
* Add skeleton of a machine level cse pass.Evan Cheng2010-03-02
* Add count() and lookup() to ScopedHashTable. It might be useful to get inform...Evan Cheng2010-03-02
* Rewrite chain handling validation and input TokenFactor handlingChris Lattner2010-03-02
* Remove dead parameter passing.Bill Wendling2010-03-02
* remove some functions that were only used by theChris Lattner2010-03-01
* remove all but one version of SelectionDAG::MorphNodeToChris Lattner2010-03-01
* Use methods to determine if a LiveInterval is spillable.Jakob Stoklund Olesen2010-03-01
* remove anders-aa from mainline, it isn't maintained and isChris Lattner2010-03-01
* Accelerate isel dispatch for tables that start with a top-level Chris Lattner2010-03-01
* Spelling fixes.Dan Gohman2010-03-01
* Whitespace cleanups.Dan Gohman2010-03-01
* Use Doxygen comment syntax.Dan Gohman2010-03-01
* eliminate the CheckMultiOpcodeMatcher code and have each Chris Lattner2010-03-01
* add a new OPC_SwitchOpcode which is semantically equivalentChris Lattner2010-03-01
* hoist the new isel interpreter out of DAGISelHeader.hChris Lattner2010-02-28
* change a few opcodes to use VBRs instead of embeddingChris Lattner2010-02-28
* move all the opcodes out of DAGISelHeader.h (which getsChris Lattner2010-02-28
* resolve a fixme by using hte new flag.Chris Lattner2010-02-28
* enhance the EmitNode/MorphNodeTo operands to take a bit thatChris Lattner2010-02-28
* enhance the new isel to handle the 'node already exists'Chris Lattner2010-02-28
* use MorphNodeTo instead of SelectNodeTo. SelectNodeToChris Lattner2010-02-28
* enhance the new isel to use SelectNodeTo for most patterns,Chris Lattner2010-02-28
* Add an override to StringRef::getAsInteger which parses into an APInt.John McCall2010-02-28
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-28