aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unused instructionEvan Cheng2006-05-121-1/+0
* Also add super- register classes info.Evan Cheng2006-05-111-0/+38
* Watch out for the following case:Evan Cheng2006-05-101-11/+37
* Fix a load folding bug. It is exposed by a multi- resulting instructionsEvan Cheng2006-05-101-59/+63
* Add sub-register class information.Evan Cheng2006-05-091-3/+49
* 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