| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng | 2009-02-25 | 1 | -8/+11 |
| * | Fix big-endian codegen bug. We're splitting up | Dale Johannesen | 2009-02-25 | 1 | -1/+2 |
| * | Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob... | Evan Cheng | 2009-02-25 | 1 | -13/+13 |
| * | Overhaul my earlier submission due to feedback. It's a large patch, but most of | Bill Wendling | 2009-02-24 | 1 | -1/+0 |
| * | - Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit | Bill Wendling | 2009-02-24 | 1 | -5/+3 |
| * | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel | 2009-02-22 | 1 | -11/+8 |
| * | Temporarily revert r65065. It was causing test failures. | Bill Wendling | 2009-02-19 | 1 | -1/+3 |
| * | Check for -fast here too. | Bill Wendling | 2009-02-19 | 1 | -3/+1 |
| * | Generate these labels when we're in "fast" mode, not simply when we're no in | Bill Wendling | 2009-02-19 | 1 | -8/+2 |
| * | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel | 2009-02-17 | 1 | -92/+92 |
| * | --- Merging (from foreign repository) r64714 into '.': | Bill Wendling | 2009-02-17 | 1 | -16/+32 |
| * | Unbreak the build on win32. | Cedric Venet | 2009-02-14 | 1 | -1/+2 |
| * | Revert this. It was breaking stuff. | Bill Wendling | 2009-02-13 | 1 | -9/+27 |
| * | Turn off the old way of handling debug information in the code generator. Use | Bill Wendling | 2009-02-13 | 1 | -27/+9 |
| * | Simplify code. | Evan Cheng | 2009-02-09 | 1 | -5/+6 |
| * | Make sure constant subscript is truncated to ptr size if it may not fit. | Evan Cheng | 2009-02-09 | 1 | -1/+8 |
| * | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen | 2009-02-06 | 1 | -16/+11 |
| * | Clear out the CurDebugLoc info when doing a 'clear' on the SDL object. | Bill Wendling | 2009-02-06 | 1 | -0/+1 |
| * | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -0/+9 |
| * | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen | 2009-02-05 | 1 | -3/+5 |
| * | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -9/+0 |
| * | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -0/+9 |
| * | Remove some more non-DebugLoc versions of construction | Dale Johannesen | 2009-02-04 | 1 | -18/+22 |
| * | Remove a few non-DebugLoc versions of node creation | Dale Johannesen | 2009-02-04 | 1 | -5/+10 |
| * | DebugLoc propagation; adjustment to things omitted | Dale Johannesen | 2009-02-03 | 1 | -16/+19 |
| * | Pass in something sensible for the debug location information when creating the | Bill Wendling | 2009-02-03 | 1 | -4/+49 |
| * | Explicitly pass in the "unknown" debug location. This is probably not | Bill Wendling | 2009-02-03 | 1 | -1/+2 |
| * | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling | 2009-02-03 | 1 | -2/+4 |
| * | Fix PR3401: when using large integers, the type | Duncan Sands | 2009-01-31 | 1 | -16/+16 |
| * | Move CurDebugLoc into SelectionDAGLowering. | Dale Johannesen | 2009-01-31 | 1 | -221/+224 |
| * | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen | 2009-01-30 | 1 | -9/+11 |
| * | Propagate debug info when building SelectionDAG. | Dale Johannesen | 2009-01-30 | 1 | -399/+519 |
| * | Make isOperationLegal do what its name suggests, and introduce a | Dan Gohman | 2009-01-28 | 1 | -2/+2 |
| * | Formatting. | Duncan Sands | 2009-01-28 | 1 | -8/+5 |
| * | Delete redundant return statements. | Dan Gohman | 2009-01-27 | 1 | -7/+0 |
| * | During bittest switch lowering emit shift in the test block, which should (th... | Anton Korobeynikov | 2009-01-26 | 1 | -11/+9 |
| * | Cleanup whitespace and comments, and tweak some | Duncan Sands | 2009-01-21 | 1 | -5/+4 |
| * | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta | 2009-01-21 | 1 | -0/+9 |
| * | Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was | Bill Wendling | 2009-01-20 | 1 | -12/+13 |
| * | Shift types need to match. | Bill Wendling | 2009-01-20 | 1 | -8/+9 |
| * | Verify debug info. | Devang Patel | 2009-01-19 | 1 | -4/+4 |
| * | Registry.h should not depend on CommandLine.h. | Mikhail Glushenkov | 2009-01-16 | 1 | -0/+1 |
| * | Delete trailing whitespace. | Mikhail Glushenkov | 2009-01-16 | 1 | -234/+234 |
| * | Validate dbg_* intrinsics before lowering them. | Devang Patel | 2009-01-15 | 1 | -5/+5 |
| * | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 |
| * | More consts on TargetLowering references. | Dan Gohman | 2009-01-15 | 1 | -5/+4 |
| * | minor refactoring: use a more specific API | Gabor Greif | 2009-01-15 | 1 | -2/+3 |
| * | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 1 | -25/+25 |
| * | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -9/+9 |
| * | Fix a bug in ComputeLinearIndex computation handling multi-level | Dan Gohman | 2009-01-06 | 1 | -1/+3 |