summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Fix more static dtor issuesChris Lattner2006-10-04
* Wrong directory.Jim Laskey2006-09-29
* Fix search file for -release.Jim Laskey2006-09-28
* Add support for -release-asserts.Jim Laskey2006-09-28
* This:Chris Lattner2006-09-27
* Actually, name the method PrintSpecial to match other stuff in AsmPrinter.hChris Lattner2006-09-26
* Add support for ${:foo} syntax, where "foo" is passed into "printSpecial" andChris Lattner2006-09-26
* don't allow 'imm' or specific imms, like '1' on the LHS of a binop.Chris Lattner2006-09-21
* Fit to 80 columns.Chris Lattner2006-09-21
* Trim the home directory from the dejagnu testJim Laskey2006-09-20
* Allow PatFrag to be a leaf node.Evan Cheng2006-09-19
* Add result of a Xform to isel queue.Evan Cheng2006-09-19
* If multiple predicates are listed, they must all passChris Lattner2006-09-19
* There!Chris Lattner2006-09-18
* Fix Regression/TableGen/2006-09-18-LargeInt.tdChris Lattner2006-09-18
* Switching to NewNightlyTest.phpJim Laskey2006-09-15
* Relax this check.Chris Lattner2006-09-14
* No longer used, and confuses maintainersJim Laskey2006-09-11
* 1) With X86 lowering change, the following can no longer happen sinceEvan Cheng2006-09-11
* Generated isel should favors explicit constant operand (+2) over an operand w...Evan Cheng2006-09-08
* Fix JIT encoding of two-addr instructions.Chris Lattner2006-09-05
* Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner2006-09-05
* Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won'tChris Lattner2006-09-01
* fix an assertion with multidefs. Def inside of multiclasses don't need toChris Lattner2006-09-01
* regenerateChris Lattner2006-09-01
* Add often-requested support for defining "multiclasses" which can be instanti...Chris Lattner2006-09-01
* Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng2006-08-29
* Add virtual methods to all subclasses so they are not overloaded.Reid Spencer2006-08-28
* Use compiler.h instead of hand rolling our own macroChris Lattner2006-08-27
* Do not emit getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng2006-08-27
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-26
* Minor getCopyToReg() call change.Evan Cheng2006-08-26
* Select() no longer require Result operand by reference.Evan Cheng2006-08-26
* Remove dead code.Evan Cheng2006-08-26
* A bit more clean up.Evan Cheng2006-08-26
* - Clean up tablegen dag isel generator code.Evan Cheng2006-08-26
* Corrected an error that was introduced yesterday that caused the GCCPatrick Jenkins2006-08-22
* The new nightly tester should stop outputing a message stating thePatrick Jenkins2006-08-21
* These changes reflect the changes in the database for how tests are storedPatrick Jenkins2006-08-18
* Changing the format dejagnu tests are submitted. We used to only submit multi...Patrick Jenkins2006-08-17
* My last commit added some experimental features I have been working on. This ...Patrick Jenkins2006-08-16
* Changed the call to countloc.sh so that the correct topdirectory of the llvm ...Patrick Jenkins2006-08-16
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-16
* The generated runloop shouldn't require Select to update 'Result'. In factChris Lattner2006-08-15
* allow Select to return the node being selected if RAU isn't needed.Chris Lattner2006-08-15
* Simplify this a little bit.Reid Spencer2006-08-15
* This script takes arguments so remove the check for number of arguments,Reid Spencer2006-08-15
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-14
* Added some comments to clarify code around sub TestDirectoryPatrick Jenkins2006-08-14
* 1. fix bug by ensuring we start at the llvm source root.Reid Spencer2006-08-13