aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2008-10-30Spell DISABLE_ASSERTIONS correctly.Dan Gohman
2008-10-27- Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling
2008-10-27Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene
2008-10-27Remove tabs from my previous commit.Cedric Venet
2008-10-27Remove redundant word in tblgen error message.Matthijs Kooijman
2008-10-26Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWr...Cedric Venet
2008-10-22Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis
2008-10-17Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng
2008-10-17Use INT64_C to emit constant values, to avoid problems withDan Gohman
2008-10-17Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman
2008-10-15Add support for having multiple predicates on a TreePatternNode.Dan Gohman
2008-10-08Add <cstdio> include where needed by gcc-4.4.Duncan Sands
2008-10-06Set UNIVERSAL_ARCH value.Devang Patel
2008-10-05Fix shift overflow bug that would occur when a field was a full 32-bits Chris Lattner
2008-10-04Make GenLibDeps.pl more robust in the face of broken piping problems.Chris Lattner
2008-10-02Handle some 64-bit atomics on x86-32, some of the time.Dale Johannesen
2008-09-30Move the primary fast-isel top-level comments to FastISel.cpp, whereDan Gohman
2008-09-27Move the code that handles DAGISel error conditions intoDan Gohman
2008-09-26Rename ConstantSDNode's getSignExtended to getSExtValue, forDan Gohman
2008-09-25 Large mechanical patch.Devang Patel
2008-09-22Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov
2008-09-22Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov
2008-09-22Make comments a little bit more clear.Mikhail Glushenkov
2008-09-22Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov
2008-09-22Add a (forward_as) option propertyMikhail Glushenkov
2008-09-22Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-09-17Add instruction names as comments to InstBits entries.Evan Cheng
2008-09-16Remove.Devang Patel
2008-09-16Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling
2008-09-16- Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling
2008-09-15Extract optimization pass selection code from llvm-gcc into a separate routine.Devang Patel
2008-09-15Update the LLVM polygen grammar for recent language changes:Dan Gohman
2008-09-12Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-09-11Indentation.Evan Cheng
2008-09-11lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach
2008-09-11Change getSubReg semantics. It now returns zero if the specified register doe...Evan Cheng
2008-09-08Fix typos in (generated) comments.Dan Gohman
2008-09-08Correctly handle physical register inputs. They are not explicit input operan...Evan Cheng
2008-09-07Eliminate a compile time warning.Evan Cheng
2008-09-07Fix indentation of generated code.Evan Cheng
2008-09-07Ignore multi-instruction patterns. e.g.Evan Cheng
2008-09-03Let tblgen only generate fastisel routines, not the class definition. This ma...Evan Cheng
2008-09-02Change getBinaryCodeForInstr prototype. First operand MachineInstr& should be...Evan Cheng
2008-08-29Add initial support for fast isel of instructions that have inputs pinned to ...Owen Anderson
2008-08-28Add a target callback for FastISel.Dan Gohman
2008-08-28just a brain dump for a small toolGabor Greif
2008-08-28erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif
2008-08-28Add support for fast-isel of opcodes that require use of extract_subreg. Bec...Owen Anderson