aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-38/+19
* Better error message.Mikhail Glushenkov2008-12-071-1/+6
* Re-apply Cedric's changes.Mikhail Glushenkov2008-12-071-24/+24
* Try to guess when the auto-generated cl::Sink option should be marked 'extern'.Mikhail Glushenkov2008-12-071-5/+20
* Add a (progn)-like construct for (actions). Implemented as a DAG list.Mikhail Glushenkov2008-12-071-10/+37
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-071-975/+885
* The use of the construct:Cedric Venet2008-12-051-12/+12
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-033-3/+3
* Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86'sDan Gohman2008-12-031-9/+0
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-032-1/+10
* Support multiple compilation graph definitions. Not terribly useful, but make...Mikhail Glushenkov2008-11-281-42/+51
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-281-1/+43
* On x86 favors folding short immediate into some arithmetic operations (e.g. a...Evan Cheng2008-11-271-2/+2
* Small fix: the error message was incorrect in some cases.Mikhail Glushenkov2008-11-261-3/+3
* Copy the tblgen utility.Bill Wendling2008-11-201-0/+3
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-171-5/+19
* Filter ToolPropertiesList to exclude all Tools not mentioned in the compilati...Mikhail Glushenkov2008-11-171-49/+78
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-171-55/+58
* Fix to record comparator to make it work for return values > 1.Bill Wendling2008-11-131-1/+1
* Put comma in correct place for call to StructType::getBill Wendling2008-11-131-2/+4
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-134-66/+170
* Tell GenLibDeps.pl to inspect .so and .dylib shared files.Oscar Fuentes2008-11-121-1/+1
* Check the return value of std::getenv.Mikhail Glushenkov2008-11-121-4/+8
* Add a bit of lazy evaluation to PopulateCompilationGraph().Mikhail Glushenkov2008-11-121-11/+18
* Some cosmetic changes.Mikhail Glushenkov2008-11-121-0/+2
* Allow $CALL and $ENV in command names. Fixes #3025.Mikhail Glushenkov2008-11-081-1/+1
* Properly escape dashes in TableGen's LLVMC2 emitter.Anton Korobeynikov2008-11-081-2/+2
* Make tablegen print out a nice error message for a const char*Dan Gohman2008-11-071-0/+7
* Use an assert to check that SelectCode isn't called onDan Gohman2008-11-051-5/+4
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-051-30/+5
* Give tablegen's Type a destructor, to suppress spuriousDan Gohman2008-11-041-0/+1
* Add some asserts to verify MVT invariant assumptions.Dan Gohman2008-11-041-0/+2
* Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman2008-11-032-0/+124
* Spell DISABLE_ASSERTIONS correctly.Dan Gohman2008-10-301-1/+1
* - Fix SUBVERSION string to handle x.x.x version number formats.Bill Wendling2008-10-271-3/+6
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-271-5/+45
* Remove tabs from my previous commit.Cedric Venet2008-10-271-2/+2
* Remove redundant word in tblgen error message.Matthijs Kooijman2008-10-271-1/+1
* Add a default constructor to AsmWriterOperand to make VS2008sp1 happy. (AsmWr...Cedric Venet2008-10-261-0/+3
* Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis2008-10-222-0/+2
* Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng2008-10-172-1/+60
* Use INT64_C to emit constant values, to avoid problems withDan Gohman2008-10-171-2/+3
* Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman2008-10-177-27/+40
* Add support for having multiple predicates on a TreePatternNode.Dan Gohman2008-10-154-70/+109
* Add <cstdio> include where needed by gcc-4.4.Duncan Sands2008-10-082-0/+2
* Set UNIVERSAL_ARCH value.Devang Patel2008-10-061-1/+2
* Fix shift overflow bug that would occur when a field was a full 32-bits Chris Lattner2008-10-051-1/+1
* Make GenLibDeps.pl more robust in the face of broken piping problems.Chris Lattner2008-10-041-0/+26
* Handle some 64-bit atomics on x86-32, some of the time.Dale Johannesen2008-10-021-1/+2
* Move the primary fast-isel top-level comments to FastISel.cpp, whereDan Gohman2008-09-301-24/+6