| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -66/+87 |
| * | PR2957 | Nate Begeman | 2009-04-24 | 1 | -87/+66 |
| * | Factor out a bit of code that appears in several places into a | Dan Gohman | 2009-04-23 | 1 | -9/+13 |
| * | Handle Void types in ComputeValueVTs. This doesn't currently occur, | Dan Gohman | 2009-04-23 | 1 | -0/+3 |
| * | Inline asm's were still introducing bogus dependencies; | Dale Johannesen | 2009-04-18 | 1 | -1/+7 |
| * | Do not treat beginning of inlined scope as beginning of normal function scope... | Devang Patel | 2009-04-16 | 1 | -0/+10 |
| * | Record line number at the beginning of a func.start. | Devang Patel | 2009-04-16 | 1 | -1/+1 |
| * | In -fast mode do what FastISel does. | Devang Patel | 2009-04-16 | 1 | -30/+65 |
| * | Do not force asm's to be chained if they don't touch | Dale Johannesen | 2009-04-14 | 1 | -0/+3 |
| * | Make these errors more noticable in build logs. | Daniel Dunbar | 2009-04-13 | 1 | -5/+5 |
| * | Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli... | Devang Patel | 2009-04-13 | 1 | -13/+11 |
| * | Reapply 68847. | Devang Patel | 2009-04-13 | 1 | -0/+22 |
| * | Revert r68847. It breaks the build on non-Darwin targets, with this message | Dan Gohman | 2009-04-11 | 1 | -22/+0 |
| * | Keep track of inlined functions and their locations. This information is coll... | Devang Patel | 2009-04-11 | 1 | -0/+22 |
| * | Remove the obsolete SelectionDAG::getNodeValueTypes and simplify | Dan Gohman | 2009-04-09 | 1 | -27/+18 |
| * | Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND, | Dan Gohman | 2009-04-09 | 1 | -2/+18 |
| * | Don't copy the operand of a SwitchInst into virtual registers as | Dan Gohman | 2009-04-09 | 1 | -3/+13 |
| * | Revert prev. patch for now. | Devang Patel | 2009-04-07 | 1 | -4/+6 |
| * | Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.regio... | Devang Patel | 2009-04-07 | 1 | -6/+4 |
| * | Fix live-out reg logic to not insert over-aggressive AssertZExt | Dan Gohman | 2009-03-31 | 1 | -3/+3 |
| * | Revert 67132. This is breaking some objective-c apps. | Evan Cheng | 2009-03-25 | 1 | -3/+13 |
| * | When optimizing with debug info, don't keep the | Dale Johannesen | 2009-03-25 | 1 | -4/+5 |
| * | more tidying: name the components of PhysReg in the case when | Chris Lattner | 2009-03-24 | 1 | -8/+9 |
| * | Tidy a bit more. | Chris Lattner | 2009-03-24 | 1 | -3/+3 |
| * | simplify this code a bit now that "allocation to a vreg class" can never | Chris Lattner | 2009-03-24 | 1 | -16/+13 |
| * | Model inline asm constraint which ties an input to an output register as mach... | Evan Cheng | 2009-03-23 | 1 | -29/+21 |
| * | For inline asm output operand that matches an input. Encode the input operand... | Evan Cheng | 2009-03-20 | 1 | -22/+34 |
| * | Don't force promotion of return arguments on the callee. | Rafael Espindola | 2009-03-17 | 1 | -9/+0 |
| * | Fix codegen to compute the size of an allocation by multiplying the | Chris Lattner | 2009-03-17 | 1 | -8/+17 |
| * | Oops...I committed too much. | Bill Wendling | 2009-03-13 | 1 | -8/+12 |
| * | Temporarily XFAIL this test. | Bill Wendling | 2009-03-13 | 1 | -12/+8 |
| * | Pass in a std::string when getting the names of debugging things. This cuts down | Bill Wendling | 2009-03-09 | 1 | -8/+12 |
| * | 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 |