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