| Commit message (Expand) | Author | Age | Files | Lines |
* | remove reference to this pass | Chris Lattner | 2005-10-29 | 2 | -8/+0 |
* | add shladd | Duraid Madina | 2005-10-29 | 1 | -42/+42 |
* | New case to handle someday | Nate Begeman | 2005-10-28 | 1 | -0/+17 |
* | Don't emit "32" for unordered comparison | Chris Lattner | 2005-10-28 | 1 | -2/+4 |
* | add a hack to get code with ordered comparisons working. This hack is | Chris Lattner | 2005-10-28 | 1 | -12/+12 |
* | add support for branch on ordered/unordered. | Chris Lattner | 2005-10-28 | 2 | -0/+21 |
* | Do not globalize internal symbols | Chris Lattner | 2005-10-28 | 1 | -1/+2 |
* | These are autogenerated | Chris Lattner | 2005-10-28 | 1 | -33/+0 |
* | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina | 2005-10-28 | 11 | -41/+1226 |
* | remove dead stuff | Chris Lattner | 2005-10-28 | 1 | -14/+0 |
* | Eliminate getClass, it is not needed | Chris Lattner | 2005-10-28 | 1 | -7/+6 |
* | a bad case for bitfield insert | Chris Lattner | 2005-10-28 | 1 | -0/+34 |
* | int comparison patterns | Andrew Lenharth | 2005-10-26 | 2 | -40/+48 |
* | Typo made worse x 2 - take 2. | Jim Laskey | 2005-10-26 | 2 | -2/+2 |
* | Fix an assert compiling MallocBench/gs | Chris Lattner | 2005-10-26 | 1 | -1/+1 |
* | Typo x 2 | Jim Laskey | 2005-10-26 | 2 | -2/+2 |
* | Simplify instinfo, set random bits on more fp insts, and fix 1 opcode | Andrew Lenharth | 2005-10-26 | 2 | -24/+18 |
* | Give full control of subtarget features over to table generated code. | Jim Laskey | 2005-10-26 | 4 | -16/+26 |
* | Add attribute name and type to SubtargetFeatures. | Jim Laskey | 2005-10-26 | 3 | -8/+18 |
* | Add nodes for CondCodeSDNode and setcc, and add a bunch of pattern fragments | Chris Lattner | 2005-10-26 | 1 | -0/+64 |
* | Add a note about some bitfield stuff we could be doing better. | Nate Begeman | 2005-10-25 | 1 | -0/+64 |
* | Correctly Expand or Promote FP_TO_UINT based on the capabilities of the | Nate Begeman | 2005-10-25 | 1 | -3/+5 |
* | autogen undef | Chris Lattner | 2005-10-25 | 2 | -11/+6 |
* | Add undef | Chris Lattner | 2005-10-25 | 1 | -1/+3 |
* | Allow pseudos to have patterns, no functionality change | Chris Lattner | 2005-10-25 | 2 | -13/+13 |
* | Autogen fsel | Chris Lattner | 2005-10-25 | 2 | -14/+6 |
* | Expose the fextend on the DAG instead of doing it in the matcher | Chris Lattner | 2005-10-25 | 1 | -8/+21 |
* | Autogen a few new ppc-specific nodes | Chris Lattner | 2005-10-25 | 2 | -15/+11 |
* | The dag isel generator generates this now | Chris Lattner | 2005-10-25 | 2 | -64/+0 |
* | Be a bit more paranoid about calling SelectNodeTo | Chris Lattner | 2005-10-25 | 1 | -7/+11 |
* | Fix a couple of minor bugs. The first fixes povray, the second fixes things | Chris Lattner | 2005-10-25 | 1 | -3/+9 |
* | Preparation of supporting scheduling info. Need to find info based on selected | Jim Laskey | 2005-10-25 | 3 | -28/+54 |
* | do not wrap this whole file in namespace llvm | Chris Lattner | 2005-10-24 | 2 | -8/+2 |
* | Make this build with GCC 4.1, patch contributed by Vladimir A. Merzliakov! | Chris Lattner | 2005-10-24 | 2 | -4/+4 |
* | DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now | Chris Lattner | 2005-10-24 | 1 | -1/+1 |
* | only build .a version of this library | Chris Lattner | 2005-10-24 | 1 | -0/+1 |
* | There is no need to build an archive version of this library | Chris Lattner | 2005-10-24 | 1 | -1/+0 |
* | This file is hopelessly out of date | Chris Lattner | 2005-10-24 | 1 | -197/+0 |
* | Simplify this, matching changes in the tblgen emitter | Chris Lattner | 2005-10-23 | 1 | -9/+0 |
* | Simplify this due to changes in the tblgen side | Chris Lattner | 2005-10-23 | 1 | -9/+0 |
* | mark this as beta | Chris Lattner | 2005-10-23 | 1 | -1/+1 |
* | If a user requests help, give them help on both features and processors | Chris Lattner | 2005-10-23 | 1 | -24/+40 |
* | Autogen subtarget information from .td files. | Chris Lattner | 2005-10-23 | 2 | -35/+12 |
* | Add subtarget feature/processor defns to the .td file | Chris Lattner | 2005-10-23 | 1 | -0/+22 |
* | rearrange things a bit so that instructions can use subtarget features in the | Chris Lattner | 2005-10-23 | 1 | -11/+9 |
* | add a marker | Chris Lattner | 2005-10-23 | 1 | -0/+5 |
* | add a note that Nate mentioned last week | Chris Lattner | 2005-10-23 | 1 | -0/+5 |
* | Put some of my random notes somewhere public | Chris Lattner | 2005-10-23 | 1 | -0/+70 |
* | Improve help output. | Chris Lattner | 2005-10-23 | 1 | -12/+16 |
* | improve -help output | Chris Lattner | 2005-10-23 | 1 | -5/+5 |