summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* search unittests.Chris Lattner2009-08-24
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Try to fix MSVC build after r79846.Benjamin Kramer2009-08-23
* Fix non-determinism in DAGISel emitter.Daniel Dunbar2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* remove some DOUTsChris Lattner2009-08-23
* Don't install FileCheck or FileUpdateDouglas Gregor2009-08-23
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu...Anton Korobeynikov2009-08-21
* Add simple cost model to perfect shuffle. Currently we're doing just greedy s...Anton Korobeynikov2009-08-21
* Whitespace cleanupAnton Korobeynikov2009-08-21
* Even more Apple style build horribleness.Evan Cheng2009-08-18
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-17
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* when emitting errors about CHECK-NEXT directives, show the line that the Chris Lattner2009-08-16
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-15
* simplify some code.Chris Lattner2009-08-15
* rewrite FindStringInBuffer to use an explicit loop instead ofChris Lattner2009-08-15
* Instead of using an std::pair, use a custom struct.Chris Lattner2009-08-15
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type.Bob Wilson2009-08-12
* This void is implicit in C++.Dan Gohman2009-08-12
* Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin2009-08-12
* Add contexts to some of the MVT APIs. No functionality change yet, just the ...Owen Anderson2009-08-12