| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempt to get this script working on Darwin. | Reid Spencer | 2006-05-03 | 1 | -2/+2 |
* | Set isStore of instructions with ISD::TRUNCSTORE root node. | Evan Cheng | 2006-05-03 | 1 | -3/+5 |
* | Put instruction names into the first non TargetInstrInfo namespace found. | Chris Lattner | 2006-05-01 | 1 | -10/+18 |
* | instructions can be in different namespaces. Make sure to use the right | Chris Lattner | 2006-05-01 | 1 | -8/+4 |
* | Formating | Evan Cheng | 2006-05-01 | 1 | -1/+1 |
* | Mark instructions whose pattern is (store ...) isStore. | Evan Cheng | 2006-05-01 | 1 | -1/+17 |
* | Remove the temporary option: -no-isel-fold-inflight | Evan Cheng | 2006-04-28 | 1 | -2/+1 |
* | When isel'ing a node, mark its operands "InFlight" before selecting them. These | Evan Cheng | 2006-04-28 | 1 | -2/+34 |
* | JumpTable support! What this represents is working asm and jit support for | Nate Begeman | 2006-04-22 | 1 | -0/+1 |
* | Remove the extraneous --defined-only option to nm. This is the default and | Reid Spencer | 2006-04-21 | 1 | -3/+3 |
* | Don't require the "dot" program if -flat option is given, and don't produce | Reid Spencer | 2006-04-20 | 1 | -19/+25 |
* | Remove the llvm-config directory. Its now in tools. | Reid Spencer | 2006-04-20 | 5 | -632/+0 |
* | llvm-config doesn't live here anymore ==> tools | Reid Spencer | 2006-04-20 | 1 | -6/+1 |
* | Update the library dependencies for 1.8 with SparcV9 now gone. | Reid Spencer | 2006-04-20 | 1 | -5/+0 |
* | Remove Burg as a directory to be considered. | Reid Spencer | 2006-04-20 | 1 | -1/+0 |
* | remove some stuff | Chris Lattner | 2006-04-20 | 1 | -2/+0 |
* | Burg not needed any more now that SparcV9 is gone. | Reid Spencer | 2006-04-20 | 38 | -6495/+1 |
* | Don't fill in fields that no longer exist. | Chris Lattner | 2006-04-20 | 1 | -2/+1 |
* | Rename AddedCost to AddedComplexity. | Evan Cheng | 2006-04-19 | 2 | -13/+15 |
* | Allow "let AddedCost = n in" to increase pattern complexity. | Evan Cheng | 2006-04-19 | 2 | -7/+21 |
* | Fix a build failure on Vladimir's tester. | Chris Lattner | 2006-04-18 | 1 | -0/+1 |
* | Encode a cost of zero as a cost of 1. | Chris Lattner | 2006-04-17 | 1 | -1/+3 |
* | Really, I can count! | Chris Lattner | 2006-04-17 | 1 | -1/+1 |
* | assign stable opcodes to the various altivec ops. | Chris Lattner | 2006-04-17 | 1 | -14/+33 |
* | PPCPerfectShuffle.h is autogenerated, don't include it in the LOC counts. | Chris Lattner | 2006-04-17 | 1 | -0/+1 |
* | Rename BuildShuffleTable -> PerfectShuffle | Chris Lattner | 2006-04-17 | 3 | -4/+4 |
* | rename the table | Chris Lattner | 2006-04-17 | 1 | -1/+1 |
* | Initial checking of a perfect shuffle generation program for 4-element | Chris Lattner | 2006-04-17 | 2 | -0/+487 |
* | Allow an option, -with-externals, to be specified that provides the location | Reid Spencer | 2006-04-14 | 1 | -0/+4 |
* | Add missing things to the distribution. | Reid Spencer | 2006-04-13 | 3 | -4/+6 |
* | one too many l's | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | Fix a typo in the name of a file. | Reid Spencer | 2006-04-12 | 1 | -1/+1 |
* | Additional files to distribute. | Reid Spencer | 2006-04-12 | 1 | -5/+7 |
* | Add the llvm-config directory to the EXTRA_DIST line so it gets distributed | Reid Spencer | 2006-04-12 | 1 | -1/+2 |
* | make recovering running_Olden data easier when the nightly tester eats the gr... | Andrew Lenharth | 2006-04-12 | 1 | -0/+37 |
* | Fix a typo: Instr* -> Intr* | Chris Lattner | 2006-04-10 | 1 | -3/+3 |
* | Infer element types for shuffle masks | Chris Lattner | 2006-04-06 | 1 | -0/+20 |
* | rename a method, to avoid confusion with llvm intrinsics. | Chris Lattner | 2006-04-06 | 1 | -4/+3 |
* | Adjust the Intrinsics.gen interface a little bit | Chris Lattner | 2006-04-02 | 1 | -2/+2 |
* | regenerate | Chris Lattner | 2006-03-31 | 5 | -423/+421 |
* | Generalize the previous binary operator support and add a string concatenation | Chris Lattner | 2006-03-31 | 4 | -38/+109 |
* | Allow bits init values to be used in patterns, turn them into ints. | Chris Lattner | 2006-03-31 | 1 | -0/+19 |
* | Final bugfix for PR724. GCC won't inline varargs functions, so use one to | Chris Lattner | 2006-03-31 | 1 | -17/+9 |
* | When emitting code for the verifier, instead of emitting each case statement | Chris Lattner | 2006-03-31 | 1 | -9/+42 |
* | regenerate | Chris Lattner | 2006-03-30 | 3 | -1663/+1208 |
* | Implement Regression/TableGen/DagDefSubst.ll | Chris Lattner | 2006-03-30 | 4 | -41/+45 |
* | Don't sort the names before outputing the intrinsic name table. It causes a | Evan Cheng | 2006-03-28 | 1 | -7/+2 |
* | Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va... | Chris Lattner | 2006-03-28 | 1 | -13/+17 |
* | Only compute intrinsic valuetypes when in a target .td file. | Chris Lattner | 2006-03-28 | 2 | -3/+16 |
* | revert this, it breaks things. | Chris Lattner | 2006-03-28 | 2 | -5/+4 |