| Commit message (Expand) | Author | Age | Files | Lines |
| * | Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli... | Devang Patel | 2009-04-13 | 3 | -21/+24 |
| * | Reapply 68847. | Devang Patel | 2009-04-13 | 3 | -6/+164 |
| * | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS. | Dan Gohman | 2009-04-13 | 2 | -75/+170 |
| * | Don't abort on an aliasing physical register that does not have | Dan Gohman | 2009-04-13 | 1 | -1/+1 |
| * | When assigning a physical register to a MachineOperand, set | Dan Gohman | 2009-04-13 | 1 | -1/+10 |
| * | Add an assertion to verify that a copy was actually emitted. | Dan Gohman | 2009-04-13 | 1 | -1/+2 |
| * | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 3 | -3/+14 |
| * | make UpdateValueMap handle the possiblity that we could be | Chris Lattner | 2009-04-12 | 1 | -1/+1 |
| * | optimize FastISel::UpdateValueMap to avoid duplicate map lookups, | Chris Lattner | 2009-04-12 | 1 | -7/+12 |
| * | Revert r68847. It breaks the build on non-Darwin targets, with this message | Dan Gohman | 2009-04-11 | 3 | -161/+6 |
| * | Keep track of inlined functions and their locations. This information is coll... | Devang Patel | 2009-04-11 | 3 | -6/+161 |
| * | DebugLabelFolder ruthlessly deletes redundant labels. However, sometimes the ... | Devang Patel | 2009-04-10 | 1 | -1/+1 |
| * | Clean up a bunch of whitespace issues and fix a comment typo. | Bob Wilson | 2009-04-10 | 1 | -72/+74 |
| * | fix two problems with machine sinking: | Chris Lattner | 2009-04-10 | 1 | -12/+26 |
| * | Now that register classes have names, include the name in debug output. | Dan Gohman | 2009-04-10 | 1 | -2/+4 |
| * | Pass in the std::string parameter instead of returning it by value. | Bill Wendling | 2009-04-10 | 2 | -25/+28 |
| * | Constify getter methods. | Bill Wendling | 2009-04-10 | 2 | -2/+3 |
| * | Remove the obsolete SelectionDAG::getNodeValueTypes and simplify | Dan Gohman | 2009-04-09 | 4 | -57/+41 |
| * | StringMap<DIE*>::iterator::first() returns a pointer to the first character of | Bill Wendling | 2009-04-09 | 2 | -4/+8 |
| * | Silence unused variable warning. | Devang Patel | 2009-04-09 | 1 | -1/+1 |
| * | ignore register zero in isRegTiedToUseOperand, following the example of | Chris Lattner | 2009-04-09 | 1 | -1/+1 |
| * | Use a StringMap instead of std::map for storing std::string->DIE* maps. This | Bill Wendling | 2009-04-09 | 1 | -10/+10 |
| * | llvm.dbg.func_start also defines beginning of function scope. | Devang Patel | 2009-04-09 | 1 | -7/+3 |
| * | Fix pr3954. The register scavenger asserts for inline assembly with | Bob Wilson | 2009-04-09 | 8 | -22/+28 |
| * | reg0 references are not real registers. This fixes a crash on the | Chris Lattner | 2009-04-09 | 1 | -1/+1 |
| * | Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND, | Dan Gohman | 2009-04-09 | 2 | -45/+78 |
| * | Don't copy the operand of a SwitchInst into virtual registers as | Dan Gohman | 2009-04-09 | 1 | -3/+13 |
| * | If subprogram type is not tagged as DW_TAG_subroutine_type then use it direct... | Devang Patel | 2009-04-08 | 1 | -2/+3 |
| * | Soft float support for FREM. | Duncan Sands | 2009-04-08 | 2 | -0/+14 |
| * | Soft float support for undef. Reported by Xerxes RÄnby. | Duncan Sands | 2009-04-08 | 2 | -0/+6 |
| * | change printStringChar to emit characters as unsigned char instead of char, | Chris Lattner | 2009-04-08 | 1 | -9/+5 |
| * | Implement support for using modeling implicit-zero-extension on x86-64 | Dan Gohman | 2009-04-08 | 6 | -53/+220 |
| * | 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 |
| * | Don't attempt to handle aggregate argument values in FastISel; let | Dan Gohman | 2009-04-07 | 1 | -1/+5 |
| * | Fix a TargetLowering optimization so that it doesn't duplicate | Dan Gohman | 2009-04-03 | 1 | -0/+1 |
| * | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 2 | -20/+0 |
| * | To convert the StopPoint insn into an assembler directive by ISel, we need to... | Sanjiv Gupta | 2009-04-02 | 1 | -0/+4 |
| * | Fully general expansion of integer shift of any size. | Evan Cheng | 2009-03-31 | 2 | -3/+81 |
| * | Reapply 68073, with fixes. EH Landing-pad basic blocks are not | Dan Gohman | 2009-03-31 | 1 | -0/+10 |
| * | Minor top-level comment fix. | Dan Gohman | 2009-03-31 | 1 | -1/+1 |
| * | Oy! When reverting r68073, I added in experimental code. Sorry... | Bill Wendling | 2009-03-31 | 4 | -95/+32 |
| * | Remove the "fast" cases for spill and restore point determination, as these w... | Owen Anderson | 2009-03-31 | 1 | -126/+59 |
| * | Revert r68073. It's causing a failure in the Apple-style builds. | Bill Wendling | 2009-03-31 | 4 | -32/+95 |
| * | Fix live-out reg logic to not insert over-aggressive AssertZExt | Dan Gohman | 2009-03-31 | 1 | -3/+3 |
| * | Turn a 2-address instruction into a 3-address one when it's profitable even i... | Evan Cheng | 2009-03-30 | 1 | -21/+68 |
| * | Balance out quote in debug output. | Bill Wendling | 2009-03-30 | 1 | -1/+1 |
| * | Fix grammar-o in comment. | Bill Wendling | 2009-03-30 | 1 | -1/+1 |
| * | Constify arguments in isSuccessor and isLayoutSuccessor. | Dan Gohman | 2009-03-30 | 1 | -2/+2 |
| * | Fix PR3899: add support for extracting floats from vectors | Duncan Sands | 2009-03-29 | 3 | -0/+22 |