summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Omit the 'out_file_index != -1' check when possible.Mikhail Glushenkov2009-10-09
* Input files should go before all other options.Mikhail Glushenkov2009-10-08
* Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. WhenEvan Cheng2009-10-01
* B&I's buildit forces a PATH that omits /Developer. Temporarily addStuart Hastings2009-09-28
* For B&I-style builds, tweak build_llvm script to prefer LLVM-G++ ifStuart Hastings2009-09-28
* Introduce the TargetInstrInfo::KILL machine instruction and get rid of theJakob Stoklund Olesen2009-09-28
* Don't traverse into .svn directories.Daniel Dunbar2009-09-28
* Add a way to query the number of input files.Mikhail Glushenkov2009-09-28
* A bit prettier formatting.Mikhail Glushenkov2009-09-28
* implement and document support for filecheck variables. ThisChris Lattner2009-09-27
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-26
* Provide proper masks for neon perfect shuffle table.Anton Korobeynikov2009-09-25
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-25
* reject attempts to use ()'s in patterns, these are reserved for filecheck.Chris Lattner2009-09-25
* reimplement the regex matching strategy by building a singleChris Lattner2009-09-25
* special case Patterns that are a single fixed string. This is a microscopicChris Lattner2009-09-25
* filecheck should not match a \n with a .Chris Lattner2009-09-25
* turn a std::pair into a real class.Chris Lattner2009-09-25
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* Use CanonicalizeInputFile to canonicalize the entire buffer containing theChris Lattner2009-09-24
* change 'not' matching to use Pattern, move pattern parsing logic intoChris Lattner2009-09-24
* refactor out the match string into its own Pattern class.Chris Lattner2009-09-24
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-24
* Add count/not tools as executables.Daniel Dunbar2009-09-24
* lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar2009-09-22
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-22
* Actually use the arguments with the resolved executable path.Daniel Dunbar2009-09-22
* lit: Don't use close_fds=True on Windows.Daniel Dunbar2009-09-22
* lit: When executing commands internally, perform PATH resolution ourselves.Daniel Dunbar2009-09-22
* Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov2009-09-21
* fix a FileCheck bug where:Chris Lattner2009-09-21
* rewrite CountNumNewlinesBetween to be in terms of StringRef.Chris Lattner2009-09-20
* implement and document support for CHECK-NOTChris Lattner2009-09-20
* rewrite FileCheck in terms of StringRef instead of manual pointer pairs.Chris Lattner2009-09-20
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-20
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-18
* add a comment.Chris Lattner2009-09-18
* lit: Add a custom test format for use in clang.Daniel Dunbar2009-09-16
* lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar2009-09-15
* Add a valgrind suppressions file for x86_64/linux/4.3.3.Daniel Dunbar2009-09-14
* lit: Give test formats control over test discovery.Daniel Dunbar2009-09-14
* slightly increase prettiness.Chris Lattner2009-09-14
* emit the register table as a massive string to avoid relocations.Chris Lattner2009-09-14
* move StringToOffsetTable out to its own header.Chris Lattner2009-09-14
* factor string table generation out to its own class. This changesChris Lattner2009-09-14
* eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...Chris Lattner2009-09-13
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-13
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-13
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-13