summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Make lit's gtest support honor config.environment.Jeffrey Yasskin2010-02-05
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-04
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-03
* AsmMatcherEmitter: Use stable_sort when reordering instructions, so that orderDaniel Dunbar2010-02-02
* AsmMatcher: Create operand classes before use, apparently records aren't visitedDaniel Dunbar2010-01-30
* FileCheck: When looking for "possible matches", only compare against the prefixDaniel Dunbar2010-01-30
* Minor code cleanup.Dan Gohman2010-01-29
* Skip whitespace when looking for a potential intended match.Dan Gohman2010-01-29
* Fix the position of the caret in the FileCheck error message.Dan Gohman2010-01-29
* FileCheck: Switch "possible match" calculation to use StringRef::edit_distance.Daniel Dunbar2010-01-29
* Quick fix to make the header file for the enhancedSean Callanan2010-01-29
* Recognize 'add_executable' when analyzing CMake files.Ted Kremenek2010-01-29
* Update CMake build.Ted Kremenek2010-01-29
* Added a custom TableGen backend to support theSean Callanan2010-01-29
* Escape double quotes in 'help'.Mikhail Glushenkov2010-01-26
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Modified the register matcher function in AsmMatcher toSean Callanan2010-01-23
* AsmMatcher: Add a comment.Daniel Dunbar2010-01-23
* Make GetSourceVersion more portable, thanks Pawel!Daniel Dunbar2010-01-22
* lit: Separate test suite from test name with spaces, to make it easier to cut...Daniel Dunbar2010-01-22
* Add a simple script for getting a version tag from a svn/git-svn/gitDaniel Dunbar2010-01-21
* The change in r90189 adds a link in a directory outside the iPhone platformBob Wilson2010-01-19
* update mkpatch, patch by Garrison Venn!Chris Lattner2010-01-18
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-15
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-14
* Use ENABLE_ASSERTIONS throughout.Bill Wendling2010-01-14
* Erm, previous patch was wrong; Thanks Bill\!Stuart Hastings2010-01-14
* Enable assertions by default for Apple-style builds.Stuart Hastings2010-01-14
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Tighten up the vim LLVM IR syntax highlighting regex for labels, and add aDan Gohman2010-01-09
* Set the vim auto-indent setting for open braces after case statements toDan Gohman2010-01-09
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-09
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-08
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-05
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Have TableGen emit code that uses dbgs() rather than errs().David Greene2010-01-05
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-05
* tblgen/OptParser: Use EmitSourceFileHeader.Daniel Dunbar2010-01-04
* Replace some special-case code which probably was buggy with an assertionDan Gohman2010-01-04
* Remove the CPAttrParentAsRoot code, which is unused, and inconvenientDan Gohman2010-01-04
* Typo.Mikhail Glushenkov2010-01-01
* Make CheckForSuperfluousOptions handle list form of 'switch_on' correctly.Mikhail Glushenkov2010-01-01
* Minor simplifications.Mikhail Glushenkov2010-01-01
* Better error message.Mikhail Glushenkov2010-01-01
* lit: Add setuptools support.Daniel Dunbar2009-12-26
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-26
* Use the 'MadeChange' variable instead of returning 'false' all of the time.Bill Wendling2009-12-25