| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify code a bit. | Alkis Evlogimenos | 2004-07-31 | 1 | -3/+1 |
* | Correctly spell 'unconditional'. | Alkis Evlogimenos | 2004-07-31 | 1 | -1/+1 |
* | Implement insertGoto and reverseBranchCondition for the X86. | Alkis Evlogimenos | 2004-07-31 | 2 | -0/+43 |
* | Mark barrier instructions. Execution does not fall through uncond branches | Chris Lattner | 2004-07-31 | 1 | -2/+4 |
* | Fix indentation: should be 2 spaces. | Misha Brukman | 2004-07-26 | 1 | -25/+25 |
* | Fix file header as it has been renamed. | Misha Brukman | 2004-07-26 | 5 | -5/+5 |
* | Renamed files to have the `X86' prefix for uniqueness purposes. | Misha Brukman | 2004-07-26 | 5 | -6300/+0 |
* | Remove some (LARGE) abandoned code for the release. If this is ever needed | Chris Lattner | 2004-07-22 | 4 | -2843/+2 |
* | Fix cases where we generated horrible code like this: | Chris Lattner | 2004-07-21 | 2 | -2/+14 |
* | While I'm at it, don't break codegen of mul by 3,5,9. | Chris Lattner | 2004-07-19 | 2 | -2/+2 |
* | Generate better code for multiplies by negative constants like -4, -1, -9, etc. | Chris Lattner | 2004-07-19 | 2 | -8/+84 |
* | bug 122: | Reid Spencer | 2004-07-18 | 5 | -44/+17 |
* | Make sure to emit the immediate byte for instructions like: | Chris Lattner | 2004-07-17 | 1 | -0/+2 |
* | Reserve the correct amt of space. | Chris Lattner | 2004-07-17 | 1 | -2/+2 |
* | Patches towards fixing PR341 | Chris Lattner | 2004-07-15 | 3 | -6/+6 |
* | Improve codegen for the LLVM offsetof/sizeof "operator". Before we compiled | Chris Lattner | 2004-07-15 | 2 | -0/+30 |
* | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner | 2004-07-11 | 2 | -10/+2 |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 1 | -1/+1 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 2 | -0/+25 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 3 | -2/+4 |
* | Remove dead blocks | Chris Lattner | 2004-07-02 | 1 | -0/+6 |
* | Fix associativity of parameters to assert(): now it actually makes sense. | Misha Brukman | 2004-06-29 | 2 | -4/+6 |
* | Convert tabs to spaces. | Misha Brukman | 2004-06-29 | 2 | -36/+34 |
* | I believe that the code generator now properly handles dead basic blocks. If... | Chris Lattner | 2004-06-29 | 1 | -8/+0 |
* | Fix a regression from r1.224. In particular, codegen a cast from double -> | Chris Lattner | 2004-06-29 | 2 | -8/+22 |
* | Made a fix so that you can print out MachineInstrs that belong to a MachineBa... | Tanya Lattner | 2004-06-25 | 4 | -6/+6 |
* | Spell out `NoFramePointerElim' for readability. | Misha Brukman | 2004-06-21 | 1 | -1/+1 |
* | Use the common `NoFPElim' setting instead of our own. | Misha Brukman | 2004-06-21 | 1 | -4/+2 |
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 4 | -7/+9 |
* | Codegen sub C, X a little bit better for register pressure. Instead of | Chris Lattner | 2004-06-18 | 2 | -24/+54 |
* | Fold setcc instructions into select and branches that are not in the same BB as | Chris Lattner | 2004-06-18 | 2 | -8/+4 |
* | Do not fold loads into instructions if it is used more than once. In particular | Chris Lattner | 2004-06-17 | 2 | -2/+4 |
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 6 | -17/+17 |
* | Remove support for llvm.isnan. Alkis wins :) | Chris Lattner | 2004-06-15 | 2 | -100/+0 |
* | Add basic support for the isunordered intrinsic. The isnan stuff still needs... | Chris Lattner | 2004-06-15 | 2 | -0/+18 |
* | By far, one of the most common uses of isnan is to make 'isunordered' | Chris Lattner | 2004-06-11 | 2 | -28/+118 |
* | Fix bug in previous checkin | Chris Lattner | 2004-06-11 | 2 | -0/+6 |
* | No really, these are dead now | Chris Lattner | 2004-06-11 | 1 | -2/+0 |
* | Now that compare instructions aren't lumped in with the other twoargfp instru... | Chris Lattner | 2004-06-11 | 6 | -27/+15 |
* | Introduce a new FP instruction type to separate the compare cases from the | Chris Lattner | 2004-06-11 | 4 | -18/+15 |
* | Add direct support for the isnan intrinsic, implementing test/Regression/Code... | Chris Lattner | 2004-06-11 | 2 | -18/+44 |
* | Add support for the setp instructions | Chris Lattner | 2004-06-11 | 2 | -0/+3 |
* | Split compare instruction handling OUT of handleTwoArgFP into handleCompareFP. | Chris Lattner | 2004-06-11 | 2 | -86/+98 |
* | Fix the fixed stack offset, patch contributed by Vladimir Prus | Chris Lattner | 2004-06-10 | 1 | -1/+1 |
* | Fix for PR#366. We use getClassB() so that we can handle cast instructions | John Criswell | 2004-06-09 | 2 | -2/+2 |
* | This file is obsolete | Chris Lattner | 2004-06-04 | 1 | -194/+0 |
* | Convert to the new TargetMachine interface. | Chris Lattner | 2004-06-02 | 12 | -20/+16 |
* | Add support for accurate garbage collection to the LLVM code generators | Chris Lattner | 2004-05-23 | 1 | -0/+5 |
* | Add some notes to myself, no functional changes | Chris Lattner | 2004-05-23 | 2 | -14/+38 |
* | minor wording change | Chris Lattner | 2004-05-23 | 1 | -1/+1 |