summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* 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
* Count the documentation. Otherwise we take a 30,000 hit in the LOC on theReid Spencer2006-08-13
* Use the new -code-only option to llvmdo so that we only count things thatReid Spencer2006-08-13
* Add a -code-only option which restricts llvmdo to visiting just thoseReid Spencer2006-08-13
* Changes for LLVM coding standard compliance:Reid Spencer2006-08-13
* Lexer.cpp is a generated file both in lib/AsmParser and projects/StackerReid Spencer2006-08-11
* Weed out some cruft and add in some missing extensions.Reid Spencer2006-08-11
* Weed out cruft that should not be counted and add in extensions weReid Spencer2006-08-11
* Added two flags (-submit-server and -submit-script) which allow the user to s...Patrick Jenkins2006-08-11
* Make this script not care where it is run from by getting the llvm srcReid Spencer2006-08-11
* Make llvmdo and llvmgrep invulnerable to where they are run from by gettingReid Spencer2006-08-11
* Clean up the HTML output. Add a -filedetails option to report the number ofReid Spencer2006-08-11
* Remove blank line at end of file, removing test user "foo" from CVS history.Reid Spencer2006-08-11
* Drop the -details option, it was broken. If you want to know about aReid Spencer2006-08-11
* Use SmallVector instead.Evan Cheng2006-08-11
* - Prevent some functions from being inlined to eliminate the code size bloatEvan Cheng2006-08-11
* Fix a comment.Reid Spencer2006-08-09
* Revert previous patchChris Lattner2006-08-09
* Reverting back to original 1.8 version so I can manually merge in patch.Tanya Lattner2006-08-09
* Merge some NightlyTest.pl changes.Evan Cheng2006-08-09
* Start eliminating temporary vectors used to create DAG nodes. Instead, passChris Lattner2006-08-08
* Removed unneccesary output from nightly testerPatrick Jenkins2006-08-08
* Making TableGen'd instruction selection code non-recursive. This fixes PR805.Evan Cheng2006-08-07