aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Delete an unused variable and simplify the code.Dan Gohman2009-01-051-10/+7
* Handle iAny and fAny types in TreePatternNode::UpdateNodeType.Bob Wilson2009-01-051-5/+7
* Add the keyword 'default'.Dan Gohman2009-01-051-1/+1
* Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVMMisha Brukman2009-01-052-1/+1
* A few more polygen grammar updates.Dan Gohman2009-01-051-11/+10
* Fix spelling in some comments.Bob Wilson2009-01-052-2/+2
* gc is not an obsolete keyword.Dan Gohman2009-01-051-2/+2
* Update polygen grammar for recent language changes.Dan Gohman2009-01-051-23/+27
* The .llx suffix is obsolete.Dan Gohman2009-01-041-1/+0
* Update VIM LLVM IR syntax highlighting.Dan Gohman2009-01-041-18/+52
* Set a few more vimrc indentation options.Dan Gohman2009-01-041-2/+4
* Use softtabstop instead of redefining tabstop.Dan Gohman2009-01-041-1/+1
* Switch the vimrc file from smartindent to cindent, which isDan Gohman2009-01-041-2/+3
* VerifyLineLength() actually takes a max length parameter.Misha Brukman2009-01-021-1/+3
* Added some basic lint tools for C++ and generic lint tool applicable to allMisha Brukman2009-01-024-0/+168
* Deleted trailing whitespace; no functional changes.Misha Brukman2009-01-021-61/+61
* vimrcMisha Brukman2009-01-023-7/+20
* We also removed gtest-all.cc from the distribution tarball.Misha Brukman2009-01-021-3/+2
* Original patch by Talin.Misha Brukman2009-01-011-1/+1
* * Removed gtest-all.cc; .cc files including other .cc files is weirdMisha Brukman2009-01-018-85/+16
* Moved Google Test code up one directory so that we can use a standard LLVMMisha Brukman2009-01-0113-3/+36
* Import of Google Test 1.2.1, with the non-essential bits removed.Misha Brukman2008-12-3129-0/+22431
* Use dyn_cast intead of isa + cast in the generated DAGISel code. ThisDan Gohman2008-12-191-7/+13
* Added support for vector widening.Mon P Wang2008-12-181-0/+6
* Fix typo in error message.Mikhail Glushenkov2008-12-181-1/+1
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-171-7/+27
* Change so that buildit won't need a parent directory with only the build scri...Bill Wendling2008-12-161-1/+1
* Put Edge* classes into anonymous namespace.Mikhail Glushenkov2008-12-111-7/+7
* 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:Cédric 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