aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Follow googletest logic for suppressing warnings in unittests/UnitTestMain.Daniel Dunbar2009-09-202-2/+4
* convert some stuff to StringRef to avoid temporary std::strings.Chris Lattner2009-09-182-47/+47
* add a comment.Chris Lattner2009-09-181-0/+5
* lit: Add a custom test format for use in clang.Daniel Dunbar2009-09-162-1/+54
* lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar2009-09-151-13/+22
* Add a valgrind suppressions file for x86_64/linux/4.3.3.Daniel Dunbar2009-09-141-0/+23
* lit: Give test formats control over test discovery.Daniel Dunbar2009-09-145-26/+100
* slightly increase prettiness.Chris Lattner2009-09-141-2/+2
* emit the register table as a massive string to avoid relocations.Chris Lattner2009-09-141-5/+16
* move StringToOffsetTable out to its own header.Chris Lattner2009-09-142-56/+77
* factor string table generation out to its own class. This changesChris Lattner2009-09-141-50/+73
* eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...Chris Lattner2009-09-131-6/+1
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-133-1/+35
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-132-8/+49
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-131-0/+2
* Eliminate some unnecessary implicit constructors in generated DAG ISel code.Owen Anderson2009-09-111-1/+1
* PHI nodes can never reach the asmprinter, assert and die instead of printingChris Lattner2009-09-111-1/+2
* Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov2009-09-101-1/+1
* Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov2009-09-101-0/+12
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-4/+0
* Fix a subtle bug in "return;" generation which caused us to missChris Lattner2009-09-091-22/+3
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-091-2/+0
* Count test correctly with -q.Daniel Dunbar2009-09-091-0/+1
* Fix another refactoro.Daniel Dunbar2009-09-091-1/+1
* lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar2009-09-081-1/+1
* Fix typo that worked on python 2.6.Daniel Dunbar2009-09-082-6/+5
* Fix a refactoro.Daniel Dunbar2009-09-081-1/+1
* Add 'lit' testing tool.Daniel Dunbar2009-09-0814-0/+2401
* Remove some unused variables and methods warned about byDuncan Sands2009-09-061-1/+0
* Teach googletest to use raw_ostream instead of just std::ostream.Jeffrey Yasskin2009-09-052-1/+26
* PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's typeBob Wilson2009-08-292-35/+46
* Disable optional bindings for Apple-style builds.Bob Wilson2009-08-281-0/+1
* Revert 76080. This broke some powerpc cross compiles.Bob Wilson2009-08-281-5/+2
* Don't build runtime libraries in an Apple style build.Daniel Dunbar2009-08-271-0/+2
* Fix bad length argument to substr calls. Apparently I'm the first one toBob Wilson2009-08-261-2/+2
* Don't submit test directory.Bill Wendling2009-08-261-0/+1
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-262-1/+2
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-252-3/+2
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+1
* search unittests.Chris Lattner2009-08-241-1/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-3/+3
* Try to fix MSVC build after r79846.Benjamin Kramer2009-08-232-4/+7
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-234-7/+23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-1/+1
* remove some DOUTsChris Lattner2009-08-233-21/+21
* Don't install FileCheck or FileUpdateDouglas Gregor2009-08-232-0/+6
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-232-4/+4
* Record variable debug info at ISel time directly.Devang Patel2009-08-222-21/+0
* Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...Anton Korobeynikov2009-08-211-2/+73