aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Generated isel should favors explicit constant operand (+2) over an operand w...Evan Cheng2006-09-081-5/+4
* Fix JIT encoding of two-addr instructions.Chris Lattner2006-09-051-0/+5
* Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner2006-09-051-8/+5
* Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won'tChris Lattner2006-09-013-12/+15
* fix an assertion with multidefs. Def inside of multiclasses don't need toChris Lattner2006-09-013-25/+37
* regenerateChris Lattner2006-09-015-491/+890
* Add often-requested support for defining "multiclasses" which can be instanti...Chris Lattner2006-09-012-38/+202
* Issue cvs co with -P option to prune empty directories. Remove the unnecessaryEvan Cheng2006-08-292-11/+2
* Add virtual methods to all subclasses so they are not overloaded.Reid Spencer2006-08-281-0/+7
* Use compiler.h instead of hand rolling our own macroChris Lattner2006-08-271-9/+4
* Do not emit getTargetNode() and SelectNodeTo() which takes more than 3Evan Cheng2006-08-271-42/+71
* SelectNodeTo now returns a SDNode*.Evan Cheng2006-08-261-1/+1
* Minor getCopyToReg() call change.Evan Cheng2006-08-261-3/+2
* Select() no longer require Result operand by reference.Evan Cheng2006-08-261-44/+18
* Remove dead code.Evan Cheng2006-08-261-2/+0
* A bit more clean up.Evan Cheng2006-08-262-17/+14
* - Clean up tablegen dag isel generator code.Evan Cheng2006-08-262-237/+240
* Corrected an error that was introduced yesterday that caused the GCCPatrick Jenkins2006-08-221-37/+35
* The new nightly tester should stop outputing a message stating thePatrick Jenkins2006-08-211-22/+24
* These changes reflect the changes in the database for how tests are storedPatrick Jenkins2006-08-181-51/+26
* Changing the format dejagnu tests are submitted. We used to only submit multi...Patrick Jenkins2006-08-171-19/+23
* My last commit added some experimental features I have been working on. This ...Patrick Jenkins2006-08-161-18/+19
* Changed the call to countloc.sh so that the correct topdirectory of the llvm ...Patrick Jenkins2006-08-161-20/+19
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-161-4/+1
* The generated runloop shouldn't require Select to update 'Result'. In factChris Lattner2006-08-151-3/+6
* allow Select to return the node being selected if RAU isn't needed.Chris Lattner2006-08-151-1/+1
* Simplify this a little bit.Reid Spencer2006-08-151-7/+5
* This script takes arguments so remove the check for number of arguments,Reid Spencer2006-08-151-7/+5
* Make all tools that use llvmdo have a -topdir option that allows the topReid Spencer2006-08-146-127/+186
* Added some comments to clarify code around sub TestDirectoryPatrick Jenkins2006-08-141-2/+1
* 1. fix bug by ensuring we start at the llvm source root.Reid Spencer2006-08-131-1/+6
* Count the documentation. Otherwise we take a 30,000 hit in the LOC on theReid Spencer2006-08-131-5/+5
* Use the new -code-only option to llvmdo so that we only count things thatReid Spencer2006-08-131-1/+1
* Add a -code-only option which restricts llvmdo to visiting just thoseReid Spencer2006-08-131-80/+116
* Changes for LLVM coding standard compliance:Reid Spencer2006-08-131-508/+491
* Lexer.cpp is a generated file both in lib/AsmParser and projects/StackerReid Spencer2006-08-111-0/+1
* Weed out some cruft and add in some missing extensions.Reid Spencer2006-08-111-18/+40
* Weed out cruft that should not be counted and add in extensions weReid Spencer2006-08-111-106/+50
* Added two flags (-submit-server and -submit-script) which allow the user to s...Patrick Jenkins2006-08-111-5/+18
* Make this script not care where it is run from by getting the llvm srcReid Spencer2006-08-111-1/+1
* Make llvmdo and llvmgrep invulnerable to where they are run from by gettingReid Spencer2006-08-112-5/+11
* Clean up the HTML output. Add a -filedetails option to report the number ofReid Spencer2006-08-111-50/+61
* Remove blank line at end of file, removing test user "foo" from CVS history.Reid Spencer2006-08-111-1/+0
* Drop the -details option, it was broken. If you want to know about aReid Spencer2006-08-111-54/+42
* Use SmallVector instead.Evan Cheng2006-08-111-1/+1
* - Prevent some functions from being inlined to eliminate the code size bloatEvan Cheng2006-08-111-67/+96
* Fix a comment.Reid Spencer2006-08-091-2/+1
* Revert previous patchChris Lattner2006-08-091-501/+396
* Reverting back to original 1.8 version so I can manually merge in patch.Tanya Lattner2006-08-091-396/+501
* Merge some NightlyTest.pl changes.Evan Cheng2006-08-091-1/+5