summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Fixed a bug that looked for -Warnings.txt and -Tests.txt in ridiculous places.Patrick Jenkins2006-07-06
* The first commit of NewNightlyTest.pl which instead of generating a webpage s...Patrick Jenkins2006-07-06
* Ugly hack! Add helper functions InsertInFlightSetEntry andEvan Cheng2006-06-29
* Added -disable-cbe to disable C backend testing.Evan Cheng2006-06-29
* Fix -extraflagsEvan Cheng2006-06-27
* Rename EXTRA_FLAGS to EXTRA_OPTIONS.Evan Cheng2006-06-20
* Fix an error message regression. Print:Chris Lattner2006-06-20
* Don't require src/dst patterns to be able to fully resolve their types,Chris Lattner2006-06-20
* Make sure to use the result of the pattern to infer the result type of theChris Lattner2006-06-20
* Improve a comment.Chris Lattner2006-06-16
* Instructions with variable operands (variable_ops) can have a number requiredEvan Cheng2006-06-15
* Allow more use of iPTR in patterns.Evan Cheng2006-06-15
* Added support for variable_ops.Evan Cheng2006-06-14
* Fix support for optional input flag.Evan Cheng2006-06-14
* getOperandNum(): error if specified operand number is out of range.Evan Cheng2006-06-13
* Add a new -compileflags options, remove old externals location specifiers.Chris Lattner2006-06-12
* Wrap to 80 colsChris Lattner2006-06-09
* Add -extraflags FLAGS to pass extra compilation options.Evan Cheng2006-06-07
* Don't build tblgen with -pedantic or -Wno-long-longReid Spencer2006-06-01
* Can't trust NodeDepth when checking for possibility of load folding creatingEvan Cheng2006-05-25
* Fixed a really ugly bug. The TableGen'd isel is not freeing the "inflight set"Evan Cheng2006-05-25
* Don't make zero-sized static arraysChris Lattner2006-05-24
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Now that iPTR is a fully resolved type. We end up losing the type check forEvan Cheng2006-05-19
* lib/Target/Target.tdEvan Cheng2006-05-18
* Don't generate getCalleeSaveReg and getCalleeSaveRegClasses anymore.Evan Cheng2006-05-18
* TypoEvan Cheng2006-05-17
* Remove PointerType from target definition. Use abstract type MVT::iPTR toEvan Cheng2006-05-17
* Allow patterns to refer to physical registers that belong to multipleEvan Cheng2006-05-16
* Don't try to reference uninitialized data. Make sure we can find "nm".Reid Spencer2006-05-13
* Noop instructionEvan Cheng2006-05-12
* Unused instructionEvan Cheng2006-05-12
* Also add super- register classes info.Evan Cheng2006-05-11
* Watch out for the following case:Evan Cheng2006-05-10
* Fix a load folding bug. It is exposed by a multi- resulting instructionsEvan Cheng2006-05-10
* Add sub-register class information.Evan Cheng2006-05-09
* Attempt to get this script working on Darwin.Reid Spencer2006-05-03
* Set isStore of instructions with ISD::TRUNCSTORE root node.Evan Cheng2006-05-03
* Put instruction names into the first non TargetInstrInfo namespace found.Chris Lattner2006-05-01
* instructions can be in different namespaces. Make sure to use the rightChris Lattner2006-05-01
* FormatingEvan Cheng2006-05-01
* Mark instructions whose pattern is (store ...) isStore.Evan Cheng2006-05-01
* Remove the temporary option: -no-isel-fold-inflightEvan Cheng2006-04-28
* When isel'ing a node, mark its operands "InFlight" before selecting them. TheseEvan Cheng2006-04-28
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* Remove the extraneous --defined-only option to nm. This is the default andReid Spencer2006-04-21
* Don't require the "dot" program if -flat option is given, and don't produceReid Spencer2006-04-20
* Remove the llvm-config directory. Its now in tools.Reid Spencer2006-04-20
* llvm-config doesn't live here anymore ==> toolsReid Spencer2006-04-20
* Update the library dependencies for 1.8 with SparcV9 now gone.Reid Spencer2006-04-20