aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* The generated index array should be const.Chris Lattner2006-07-141-1/+1
* Emit the string information for the asm writer as a single large stringChris Lattner2006-07-141-36/+69
* Fixed an issue where the user specified gcc was not the gcc we report to the ...Patrick Jenkins2006-07-141-2/+10
* Clean up.Jim Laskey2006-07-131-1/+4
* 1. Simplfy bit operations.Jim Laskey2006-07-132-181/+116
* Syntax error. I will run perl -c before commiting perl scripts.Patrick Jenkins2006-07-131-1/+1
* Fixed some small bugs exposed when trying to get a sparc machine to run the s...Patrick Jenkins2006-07-131-6/+6
* Move base value of instruction to lookup table to prepare for case reduction.Jim Laskey2006-07-121-17/+37
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-111-4/+12
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-111-4/+4
* Reduce bloat in target libraries by removing per machine instruction assertionJim Laskey2006-07-111-3/+1
* Fixed some output issues where newlines were not being printed after error me...Patrick Jenkins2006-07-101-3/+4
* Fixed an issue that tried to cat externalprogramstable.txt from the testresul...Patrick Jenkins2006-07-101-0/+1
* Syntax error in NewNightlyTest.plPatrick Jenkins2006-07-071-1/+1
* Fixed a variable naming issue for the External Program Results table. Also fi...Patrick Jenkins2006-07-071-15/+3
* Updated comments at top of file to reflect relevant command line options.Patrick Jenkins2006-07-071-10/+23
* Added the -noremoveresults option which will not remove the $WebDir from the ...Patrick Jenkins2006-07-071-0/+3
* Fixed variable naming issue that prevented $Prefix-senddata.txt from having a...Patrick Jenkins2006-07-071-1/+1
* tblgen uses EHChris Lattner2006-07-071-0/+2
* Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places.Patrick Jenkins2006-07-061-2/+2
* The first commit of NewNightlyTest.pl which instead of generating a webpage s...Patrick Jenkins2006-07-061-0/+1024
* Ugly hack! Add helper functions InsertInFlightSetEntry andEvan Cheng2006-06-291-4/+8
* Added -disable-cbe to disable C backend testing.Evan Cheng2006-06-291-0/+2
* Fix -extraflagsEvan Cheng2006-06-271-1/+1
* Rename EXTRA_FLAGS to EXTRA_OPTIONS.Evan Cheng2006-06-201-1/+1
* Fix an error message regression. Print:Chris Lattner2006-06-201-1/+8
* Don't require src/dst patterns to be able to fully resolve their types,Chris Lattner2006-06-201-5/+11
* Make sure to use the result of the pattern to infer the result type of theChris Lattner2006-06-201-22/+34
* Improve a comment.Chris Lattner2006-06-161-1/+1
* Instructions with variable operands (variable_ops) can have a number requiredEvan Cheng2006-06-151-10/+7
* Allow more use of iPTR in patterns.Evan Cheng2006-06-153-24/+24
* Added support for variable_ops.Evan Cheng2006-06-141-88/+81
* Fix support for optional input flag.Evan Cheng2006-06-141-17/+11
* getOperandNum(): error if specified operand number is out of range.Evan Cheng2006-06-131-0/+7
* Add a new -compileflags options, remove old externals location specifiers.Chris Lattner2006-06-121-25/+12
* Wrap to 80 colsChris Lattner2006-06-091-4/+5
* Add -extraflags FLAGS to pass extra compilation options.Evan Cheng2006-06-071-1/+6
* Don't build tblgen with -pedantic or -Wno-long-longReid Spencer2006-06-011-0/+4
* Can't trust NodeDepth when checking for possibility of load folding creatingEvan Cheng2006-05-251-7/+5
* Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set"Evan Cheng2006-05-251-9/+21
* Don't make zero-sized static arraysChris Lattner2006-05-241-1/+1
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-242-2/+2
* Now that iPTR is a fully resolved type. We end up losing the type check forEvan Cheng2006-05-191-1/+1
* lib/Target/Target.tdEvan Cheng2006-05-181-5/+7
* Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore.Evan Cheng2006-05-183-40/+0
* TypoEvan Cheng2006-05-171-2/+2
* Remove PointerType from target definition. Use abstract type MVT::iPTR toEvan Cheng2006-05-174-65/+93
* Allow patterns to refer to physical registers that belong to multipleEvan Cheng2006-05-163-6/+26
* Don't try to reference uninitialized data. Make sure we can find "nm".Reid Spencer2006-05-131-4/+8
* Noop instructionEvan Cheng2006-05-121-2/+0