| Commit message (Expand) | Author | Age | Files | Lines |
* | add some notes | Chris Lattner | 2007-05-10 | 1 | -0/+28 |
* | Switch BCC, MOVCCr, etc. to PredicateOperand. | Evan Cheng | 2007-05-08 | 4 | -17/+22 |
* | PredicateOperand can be used as a normal operand for isel. | Evan Cheng | 2007-05-08 | 2 | -2/+2 |
* | R0 is a sub-register of X0, etc. | Evan Cheng | 2007-05-08 | 1 | -3/+3 |
* | Fix PR1390 in a better way. | Lauro Ramos Venancio | 2007-05-07 | 1 | -12/+41 |
* | This is no longer needed after enabling the DAG combiner xform. | Evan Cheng | 2007-05-07 | 1 | -5/+0 |
* | add this back | Chris Lattner | 2007-05-06 | 1 | -0/+1 |
* | Update MSIL BE. This patch fixes most weird glitches outlined in | Anton Korobeynikov | 2007-05-06 | 3 | -145/+446 |
* | 3DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX. | Bill Wendling | 2007-05-06 | 1 | -3/+5 |
* | Reference correct header | Nate Begeman | 2007-05-06 | 1 | -1/+1 |
* | Fix PR1390. | Lauro Ramos Venancio | 2007-05-05 | 1 | -38/+10 |
* | add a note | Chris Lattner | 2007-05-05 | 1 | -0/+25 |
* | the mason example is implemented. Move some examples out of llvm/test, | Chris Lattner | 2007-05-05 | 1 | -36/+51 |
* | implement anyextend from i1 -> i64 | Chris Lattner | 2007-05-05 | 1 | -0/+2 |
* | move CodeGen/X86/overlap-add.ll here. | Chris Lattner | 2007-05-05 | 1 | -0/+27 |
* | Emit sections/directives in the proper order. This fixes PR1376. Also, | Anton Korobeynikov | 2007-05-05 | 4 | -34/+21 |
* | Add a processor. | Lauro Ramos Venancio | 2007-05-04 | 1 | -0/+1 |
* | Add an "implies" field to features. This indicates that, if the current | Bill Wendling | 2007-05-04 | 3 | -20/+77 |
* | On Mac OS X, GV requires an extra load only when relocation-model is non-static. | Evan Cheng | 2007-05-04 | 1 | -5/+6 |
* | Should never see an indexed load / store with zero offset. | Evan Cheng | 2007-05-03 | 1 | -5/+7 |
* | Evan's patch to avoid FPreg->intreg copy for cvt; store to mem | Dale Johannesen | 2007-05-03 | 1 | -0/+5 |
* | Debug support for arm-linux. | Lauro Ramos Venancio | 2007-05-03 | 4 | -18/+32 |
* | Indent the .text, .data, and .bss directives in assembly output, so that | Dan Gohman | 2007-05-03 | 1 | -3/+3 |
* | Fix two classes of bugs: | Chris Lattner | 2007-05-03 | 1 | -8/+32 |
* | add support for printing offset from global | Chris Lattner | 2007-05-03 | 1 | -0/+6 |
* | revert accidental commit | Chris Lattner | 2007-05-03 | 1 | -1/+3 |
* | add support for printing offset of global | Chris Lattner | 2007-05-03 | 2 | -3/+6 |
* | Sets the section names for fixed-size constants and use the mergeable | Dan Gohman | 2007-05-03 | 1 | -0/+5 |
* | revert reid's patch to fix these failures: | Chris Lattner | 2007-05-03 | 1 | -100/+28 |
* | Typo. It's checking if V is multiple of 4, not multiple of 3. :-) | Evan Cheng | 2007-05-03 | 1 | -1/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 16 | -33/+33 |
* | match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll | Chris Lattner | 2007-05-03 | 2 | -2/+9 |
* | expose HonorSignDependentRoundingFPMathOption to .td files | Chris Lattner | 2007-05-03 | 2 | -0/+6 |
* | Add a new option. | Chris Lattner | 2007-05-03 | 1 | -4/+17 |
* | Non-algorithmic change. Moved definitions around into separate sections | Bill Wendling | 2007-05-02 | 1 | -1004/+1251 |
* | Update. | Bill Wendling | 2007-05-02 | 1 | -0/+27 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 16 | -33/+33 |
* | Fix build error. | Lauro Ramos Venancio | 2007-05-02 | 1 | -1/+1 |
* | Emit correct register move information in eh frames for X86. This allows Shoo... | Anton Korobeynikov | 2007-05-02 | 2 | -8/+56 |
* | Emit correct DWARF reg # for RA (return address) register | Anton Korobeynikov | 2007-05-02 | 2 | -1/+7 |
* | Make sign extension work correctly for unusual bit widths. | Reid Spencer | 2007-05-02 | 1 | -28/+100 |
* | Add some support for (Darwin) code-generating directives in getInlineAsmLength. | Dale Johannesen | 2007-05-02 | 2 | -18/+115 |
* | Fix couple of bugs connected with eh info: | Anton Korobeynikov | 2007-05-01 | 2 | -3/+6 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 16 | -16/+70 |
* | Doh. PC displacement is between the constantpool and the add instruction. | Evan Cheng | 2007-05-01 | 1 | -1/+1 |
* | Use correct PC symbol | Anton Korobeynikov | 2007-05-01 | 1 | -0/+2 |
* | Adjust correct EH-related sections | Anton Korobeynikov | 2007-05-01 | 1 | -0/+4 |
* | eliminateFrameIndex() change. | Evan Cheng | 2007-05-01 | 12 | -14/+25 |
* | llvm bug #1350, parts 1, 2, and 3. | Nate Begeman | 2007-05-01 | 2 | -8/+59 |
* | Under normal circumstances, when a frame pointer is not required, we reserve | Evan Cheng | 2007-05-01 | 2 | -3/+29 |