aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Attempt to get this script working on Darwin.Reid Spencer2006-05-031-2/+2
* Set isStore of instructions with ISD::TRUNCSTORE root node.Evan Cheng2006-05-031-3/+5
* Put instruction names into the first non TargetInstrInfo namespace found.Chris Lattner2006-05-011-10/+18
* instructions can be in different namespaces. Make sure to use the rightChris Lattner2006-05-011-8/+4
* FormatingEvan Cheng2006-05-011-1/+1
* Mark instructions whose pattern is (store ...) isStore.Evan Cheng2006-05-011-1/+17
* Remove the temporary option: -no-isel-fold-inflightEvan Cheng2006-04-281-2/+1
* When isel'ing a node, mark its operands "InFlight" before selecting them. TheseEvan Cheng2006-04-281-2/+34
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-221-0/+1
* Remove the extraneous --defined-only option to nm. This is the default andReid Spencer2006-04-211-3/+3
* Don't require the "dot" program if -flat option is given, and don't produceReid Spencer2006-04-201-19/+25
* Remove the llvm-config directory. Its now in tools.Reid Spencer2006-04-205-632/+0
* llvm-config doesn't live here anymore ==> toolsReid Spencer2006-04-201-6/+1
* Update the library dependencies for 1.8 with SparcV9 now gone.Reid Spencer2006-04-201-5/+0
* Remove Burg as a directory to be considered.Reid Spencer2006-04-201-1/+0
* remove some stuffChris Lattner2006-04-201-2/+0
* Burg not needed any more now that SparcV9 is gone.Reid Spencer2006-04-2038-6495/+1
* Don't fill in fields that no longer exist.Chris Lattner2006-04-201-2/+1
* Rename AddedCost to AddedComplexity.Evan Cheng2006-04-192-13/+15
* Allow "let AddedCost = n in" to increase pattern complexity.Evan Cheng2006-04-192-7/+21
* Fix a build failure on Vladimir's tester.Chris Lattner2006-04-181-0/+1
* Encode a cost of zero as a cost of 1.Chris Lattner2006-04-171-1/+3
* Really, I can count!Chris Lattner2006-04-171-1/+1
* assign stable opcodes to the various altivec ops.Chris Lattner2006-04-171-14/+33
* PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts.Chris Lattner2006-04-171-0/+1
* Rename BuildShuffleTable -> PerfectShuffleChris Lattner2006-04-173-4/+4
* rename the tableChris Lattner2006-04-171-1/+1
* Initial checking of a perfect shuffle generation program for 4-elementChris Lattner2006-04-172-0/+487
* Allow an option, -with-externals, to be specified that provides the locationReid Spencer2006-04-141-0/+4
* Add missing things to the distribution.Reid Spencer2006-04-133-4/+6
* one too many l'sChris Lattner2006-04-131-1/+1
* Fix a typo in the name of a file.Reid Spencer2006-04-121-1/+1
* Additional files to distribute.Reid Spencer2006-04-121-5/+7
* Add the llvm-config directory to the EXTRA_DIST line so it gets distributedReid Spencer2006-04-121-1/+2
* make recovering running_Olden data easier when the nightly tester eats the gr...Andrew Lenharth2006-04-121-0/+37
* Fix a typo: Instr* -> Intr*Chris Lattner2006-04-101-3/+3
* Infer element types for shuffle masksChris Lattner2006-04-061-0/+20
* rename a method, to avoid confusion with llvm intrinsics.Chris Lattner2006-04-061-4/+3
* Adjust the Intrinsics.gen interface a little bitChris Lattner2006-04-021-2/+2
* regenerateChris Lattner2006-03-315-423/+421
* Generalize the previous binary operator support and add a string concatenationChris Lattner2006-03-314-38/+109
* Allow bits init values to be used in patterns, turn them into ints.Chris Lattner2006-03-311-0/+19
* Final bugfix for PR724. GCC won't inline varargs functions, so use one toChris Lattner2006-03-311-17/+9
* When emitting code for the verifier, instead of emitting each case statementChris Lattner2006-03-311-9/+42
* regenerateChris Lattner2006-03-303-1663/+1208
* Implement Regression/TableGen/DagDefSubst.llChris Lattner2006-03-304-41/+45
* Don't sort the names before outputing the intrinsic name table. It causes aEvan Cheng2006-03-281-7/+2
* Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va...Chris Lattner2006-03-281-13/+17
* Only compute intrinsic valuetypes when in a target .td file.Chris Lattner2006-03-282-3/+16
* revert this, it breaks things.Chris Lattner2006-03-282-5/+4