| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that cloning a module clones its target triple and dependent | Chris Lattner | 2006-01-18 | 1 | -3/+7 |
* | Don't assert on 'select_cc SETUO' | Chris Lattner | 2006-01-18 | 1 | -2/+2 |
* | fix out of date comment | Chris Lattner | 2006-01-18 | 1 | -1/+1 |
* | Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll | Chris Lattner | 2006-01-18 | 1 | -0/+2 |
* | Fix a backwards conditional that caused an inf loop in some cases. This | Chris Lattner | 2006-01-18 | 1 | -1/+1 |
* | Added minimum Dwarf aranges. Cleaned up some section headers. Line number | Jim Laskey | 2006-01-18 | 2 | -19/+59 |
* | SRA shift amount must be in i8 | Evan Cheng | 2006-01-18 | 1 | -1/+1 |
* | If a call return type is i1, insert a truncate from X86::AL to i1. | Evan Cheng | 2006-01-18 | 1 | -0/+4 |
* | Fixed style of curly brace. No functionality changes. | John Criswell | 2006-01-17 | 1 | -2/+1 |
* | Fix lowering of calls which return f32 values. | Evan Cheng | 2006-01-17 | 1 | -0/+12 |
* | Add frame work for additional dwarf sections. Comments will improve as code | Jim Laskey | 2006-01-17 | 2 | -3/+83 |
* | VMCore support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 7 | -9/+150 |
* | Constant folding support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -0/+3 |
* | Lowerpacked and SCCP support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 2 | -8/+66 |
* | Support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -0/+1 |
* | Reader support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -0/+18 |
* | Lexer and parser support for the insertelement operation. | Robert Bocchino | 2006-01-17 | 5 | -3365/+2628 |
* | Bug fix: missing LegalizeOp() on newly created nodes. | Evan Cheng | 2006-01-17 | 1 | -1/+6 |
* | Clean up the FFS optimization code, and make it correctly create the appropriate | Chris Lattner | 2006-01-17 | 1 | -41/+43 |
* | Adding basic support for Dwarf line number debug information. | Jim Laskey | 2006-01-17 | 4 | -121/+1281 |
* | Zero extending load from i1 to i8. | Evan Cheng | 2006-01-17 | 1 | -0/+2 |
* | oops, this shouldn't have gotten in | Duraid Madina | 2006-01-17 | 1 | -2/+0 |
* | SSE does not support i64 SINT_TO_FP (FP stack doesn't either, but we custom | Evan Cheng | 2006-01-17 | 1 | -1/+6 |
* | use proper (82-bit) spills/fills when spilling FP regs, so that | Duraid Madina | 2006-01-17 | 3 | -3/+11 |
* | fixing divides | Duraid Madina | 2006-01-17 | 1 | -12/+9 |
* | Revert this, I didn't mean to commit it | Chris Lattner | 2006-01-17 | 1 | -8/+0 |
* | Added a FIXME comment about why FST is currently flagged to fpGETRESULT. | Evan Cheng | 2006-01-17 | 1 | -0/+6 |
* | Add support for programs with a null argv[0] | Chris Lattner | 2006-01-17 | 2 | -10/+32 |
* | Bug fixes: fpGETRESULT should produces a flag result and X86ISD::FST should | Evan Cheng | 2006-01-17 | 2 | -10/+12 |
* | More typo's | Evan Cheng | 2006-01-16 | 1 | -2/+2 |
* | Some typo's | Evan Cheng | 2006-01-16 | 1 | -13/+12 |
* | fix short immediate loads | Andrew Lenharth | 2006-01-16 | 1 | -1/+1 |
* | stack and rpcc | Andrew Lenharth | 2006-01-16 | 3 | -35/+11 |
* | Fix FP_TO_INT**_IN_MEM lowering. | Evan Cheng | 2006-01-16 | 3 | -104/+133 |
* | For PR411: | Reid Spencer | 2006-01-16 | 10 | -2252/+3237 |
* | For PR411: | Reid Spencer | 2006-01-16 | 1 | -0/+105 |
* | Friendly names | Andrew Lenharth | 2006-01-16 | 2 | -1/+19 |
* | fix a crash due to missing parens | Chris Lattner | 2006-01-16 | 1 | -1/+1 |
* | add notes from my *other* email acct. | Chris Lattner | 2006-01-16 | 1 | -0/+88 |
* | transfer some notes from my email to somewhere useful. | Chris Lattner | 2006-01-16 | 2 | -0/+71 |
* | fixing divides: FP should now be 100%, and integers are fine too | Duraid Madina | 2006-01-16 | 1 | -17/+24 |
* | Constant fold ctpop/ctlz/cttz, and a couple other small cleanups | Nate Begeman | 2006-01-16 | 1 | -2/+58 |
* | Expand case for 64b Legalize, even though no one should end up using this | Nate Begeman | 2006-01-16 | 1 | -4/+43 |
* | Add BSWAP stuff to intrinsic lowering for CBE & friends. | Nate Begeman | 2006-01-16 | 1 | -2/+106 |
* | fix division! again!! pattern isel, prepare to die. | Duraid Madina | 2006-01-16 | 2 | -101/+118 |
* | Silly Sparc is big endian. If we have to load args out of incoming stack slots | Chris Lattner | 2006-01-16 | 2 | -0/+8 |
* | This pass has never worked correctly. Remove. | Chris Lattner | 2006-01-16 | 1 | -629/+0 |
* | Make sure that bool,byte and short arguments are the right type when loaded | Chris Lattner | 2006-01-15 | 2 | -0/+2 |
* | Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifier | Chris Lattner | 2006-01-15 | 1 | -2/+0 |
* | ET-Forest has issues with unreachable blocks. Temporarily disable verifiers use | Chris Lattner | 2006-01-15 | 1 | -0/+2 |