summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Tell GenLibDeps.pl to inspect .so and .dylib shared files.Oscar Fuentes2008-11-12
* Check the return value of std::getenv.Mikhail Glushenkov2008-11-12
* Add a bit of lazy evaluation to PopulateCompilationGraph().Mikhail Glushenkov2008-11-12
* Some cosmetic changes.Mikhail Glushenkov2008-11-12
* Allow $CALL and $ENV in command names. Fixes #3025.Mikhail Glushenkov2008-11-08
* Properly escape dashes in TableGen's LLVMC2 emitter.Anton Korobeynikov2008-11-08
* Make tablegen print out a nice error message for a const char*Dan Gohman2008-11-07
* Use an assert to check that SelectCode isn't called onDan Gohman2008-11-05
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-05
* Give tablegen's Type a destructor, to suppress spuriousDan Gohman2008-11-04
* Add some asserts to verify MVT invariant assumptions.Dan Gohman2008-11-04
* Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman2008-11-03
* Spell DISABLE_ASSERTIONS correctly.Dan Gohman2008-10-30
* - Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling2008-10-27
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-27
* Remove tabs from my previous commit.Cedric Venet2008-10-27
* Remove redundant word in tblgen error message.Matthijs Kooijman2008-10-27
* Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWr...Cedric Venet2008-10-26
* Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis2008-10-22
* Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng2008-10-17
* Use INT64_C to emit constant values, to avoid problems withDan Gohman2008-10-17
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-17
* Add support for having multiple predicates on a TreePatternNode.Dan Gohman2008-10-15
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-08
* Set UNIVERSAL_ARCH value.Devang Patel2008-10-06
* Fix shift overflow bug that would occur when a field was a full 32-bits Chris Lattner2008-10-05
* Make GenLibDeps.pl more robust in the face of broken piping problems.Chris Lattner2008-10-04
* Handle some 64-bit atomics on x86-32, some of the time.Dale Johannesen2008-10-02
* Move the primary fast-isel top-level comments to FastISel.cpp, whereDan Gohman2008-09-30
* Move the code that handles DAGISel error conditions intoDan Gohman2008-09-27
* Rename ConstantSDNode's getSignExtended to getSExtValue, forDan Gohman2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-22
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-22
* Make comments a little bit more clear.Mikhail Glushenkov2008-09-22
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-22
* Add a (forward_as) option propertyMikhail Glushenkov2008-09-22
* Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov2008-09-22
* 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