| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a flag to identify bytecode files that have intrinsic functions that | Reid Spencer | 2006-01-19 | 1 | -0/+7 |
* | adc and sbb need an incoming flag to ensure it reads the carry flag | Evan Cheng | 2006-01-19 | 1 | -2/+3 |
* | Make get_suffix faster by using a switch on getTypeID rather than a series | Reid Spencer | 2006-01-19 | 1 | -12/+9 |
* | Another typo | Evan Cheng | 2006-01-19 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2006-01-19 | 1 | -0/+4 |
* | Two peepholes: | Evan Cheng | 2006-01-19 | 1 | -0/+10 |
* | Didn't mean to check that in. | Evan Cheng | 2006-01-19 | 1 | -2/+0 |
* | A obvious typo | Evan Cheng | 2006-01-19 | 2 | -1/+3 |
* | Make sure intrinsic auto-upgrade is invoked correctly. | Reid Spencer | 2006-01-19 | 4 | -2178/+2966 |
* | Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. The | Reid Spencer | 2006-01-19 | 1 | -36/+16 |
* | Add a new interface function to AutoUpgrade for simultaneously upgrading | Reid Spencer | 2006-01-19 | 1 | -59/+150 |
* | If not internalizing, don't mark llvm.global[cd]tors const, as a fix for a | Chris Lattner | 2006-01-19 | 1 | -2/+5 |
* | Don't internalize llvm.global[cd]tor unless there are uses of it. This | Chris Lattner | 2006-01-19 | 1 | -3/+9 |
* | was ignoring the legalized chain in this case, fixed SPASS on alpha | Andrew Lenharth | 2006-01-18 | 1 | -1/+1 |
* | Get rid of code in the DAGCombiner that is duplicated in SelectionDAG.cpp | Nate Begeman | 2006-01-18 | 1 | -74/+80 |
* | Temporary work around for a libcall insertion bug: If a target doesn't | Chris Lattner | 2006-01-18 | 1 | -2/+6 |
* | 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 |