aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
2006-04-20Update the library dependencies for 1.8 with SparcV9 now gone.Reid Spencer
2006-04-20Remove Burg as a directory to be considered.Reid Spencer
2006-04-20remove some stuffChris Lattner
2006-04-20Burg not needed any more now that SparcV9 is gone.Reid Spencer
2006-04-20Don't fill in fields that no longer exist.Chris Lattner
2006-04-19Rename AddedCost to AddedComplexity.Evan Cheng
2006-04-19Allow "let AddedCost = n in" to increase pattern complexity.Evan Cheng
2006-04-18Fix a build failure on Vladimir's tester.Chris Lattner
2006-04-17Encode a cost of zero as a cost of 1.Chris Lattner
2006-04-17Really, I can count!Chris Lattner
2006-04-17assign stable opcodes to the various altivec ops.Chris Lattner
2006-04-17PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts.Chris Lattner
2006-04-17Rename BuildShuffleTable -> PerfectShuffleChris Lattner
2006-04-17rename the tableChris Lattner
2006-04-17Initial checking of a perfect shuffle generation program for 4-elementChris Lattner
2006-04-14Allow an option, -with-externals, to be specified that provides the locationReid Spencer
2006-04-13Add missing things to the distribution.Reid Spencer
2006-04-13one too many l'sChris Lattner
2006-04-12Fix a typo in the name of a file.Reid Spencer
2006-04-12Additional files to distribute.Reid Spencer
2006-04-12Add the llvm-config directory to the EXTRA_DIST line so it gets distributedReid Spencer
2006-04-12make recovering running_Olden data easier when the nightly tester eats the gr...Andrew Lenharth
2006-04-10Fix a typo: Instr* -> Intr*Chris Lattner
2006-04-06Infer element types for shuffle masksChris Lattner