summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-13
* Eliminate some unnecessary implicit constructors in generated DAG ISel code.Owen Anderson2009-09-11
* PHI nodes can never reach the asmprinter, assert and die instead of printingChris Lattner2009-09-11
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-10
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-10
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Fix a subtle bug in "return;" generation which caused us to missChris Lattner2009-09-09
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-09
* Count test correctly with -q.Daniel Dunbar2009-09-09
* Fix another refactoro.Daniel Dunbar2009-09-09
* lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar2009-09-08
* Fix typo that worked on python 2.6.Daniel Dunbar2009-09-08
* Fix a refactoro.Daniel Dunbar2009-09-08
* Add 'lit' testing tool.Daniel Dunbar2009-09-08
* Remove some unused variables and methods warned about byDuncan Sands2009-09-06
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-05
* PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's typeBob Wilson2009-08-29
* Disable optional bindings for Apple-style builds.Bob Wilson2009-08-28
* Revert 76080. This broke some powerpc cross compiles.Bob Wilson2009-08-28
* Don't build runtime libraries in an Apple style build.Daniel Dunbar2009-08-27
* Fix bad length argument to substr calls. Apparently I'm the first one toBob Wilson2009-08-26
* Don't submit test directory.Bill Wendling2009-08-26
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-24