| Commit message (Expand) | Author | Age | Files | Lines |
* | Test case for aligned attribute on function declaration. | Evan Cheng | 2009-10-02 | 1 | -0/+7 |
* | All callee-saved registers are live-out of a return block. | David Goodwin | 2009-10-01 | 1 | -18/+21 |
* | Remove neonfp attribute and instead set default based on CPU string. Add -arm... | David Goodwin | 2009-10-01 | 21 | -37/+40 |
* | Expand api out in the usual inserter way, though, I do have a | Mike Stump | 2009-10-01 | 2 | -4/+23 |
* | Restore the -post-RA-scheduler flag as an override for the target specificati... | David Goodwin | 2009-10-01 | 9 | -15/+61 |
* | ARM::tPOP and tPOP_RET each has an extra writeback operand now. | Evan Cheng | 2009-10-01 | 4 | -2/+19 |
* | remove trailing whitespace | Jim Grosbach | 2009-10-01 | 1 | -19/+19 |
* | Add support to extract lexical scope information from DebugLoc attached with ... | Devang Patel | 2009-10-01 | 2 | -1/+143 |
* | Use MachineFrameInfo.getPristineRegs() to determine which callee-saved regist... | David Goodwin | 2009-10-01 | 1 | -47/+30 |
* | Record first and last instruction of a scope in DbgScope. | Devang Patel | 2009-10-01 | 1 | -2/+8 |
* | Don't use identifiers that start with an underscore followed | Dan Gohman | 2009-10-01 | 1 | -2/+2 |
* | Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, u... | Douglas Gregor | 2009-10-01 | 2 | -9/+46 |
* | Observe hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. Do not change | Evan Cheng | 2009-10-01 | 1 | -18/+55 |
* | Add hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq flags to ld / st multiple, | Evan Cheng | 2009-10-01 | 5 | -24/+33 |
* | Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When | Evan Cheng | 2009-10-01 | 5 | -1/+31 |
* | Remove GVNPRE.cpp from the CMake makefile | Douglas Gregor | 2009-10-01 | 1 | -1/+0 |
* | remove the GVNPRE pass. It has been subsumed by the GVN pass. | Chris Lattner | 2009-10-01 | 22 | -2324/+0 |
* | Update ARM JIT emitter to account for ld/st multiple changes. | Evan Cheng | 2009-10-01 | 1 | -3/+3 |
* | Change ld/st multiples to explicitly model the writeback to base register. Th... | Evan Cheng | 2009-10-01 | 6 | -40/+55 |
* | Add another MDNode into DebugLocTuple. This will be used to keep track of inl... | Devang Patel | 2009-10-01 | 3 | -12/+17 |
* | If location info is attached with an instruction then keep track of alloca sl... | Devang Patel | 2009-10-01 | 2 | -3/+23 |
* | Use MachineInstr as an processDebugLoc() argument. | Devang Patel | 2009-09-30 | 14 | -15/+15 |
* | Use MDNode * directly as an RecordSourceLine() argument. | Devang Patel | 2009-09-30 | 6 | -13/+12 |
* | Remove dead code. | Devang Patel | 2009-09-30 | 2 | -23/+0 |
* | Add isFOO() helpers. Fix getDirectory() and getFilename() for DIScope. | Devang Patel | 2009-09-30 | 2 | -2/+57 |
* | Use OutStreamer.SwitchSection instead of writing out textual section directives. | Bob Wilson | 2009-09-30 | 2 | -8/+25 |
* | Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use this | Bob Wilson | 2009-09-30 | 6 | -25/+17 |
* | Fix a comment typo. | Bob Wilson | 2009-09-30 | 1 | -1/+1 |
* | Check for null MDNode element while printing comment. | Devang Patel | 2009-09-30 | 1 | -1/+1 |
* | Fix a comment. | Bob Wilson | 2009-09-30 | 1 | -1/+1 |
* | The AsmPrinter base class contains a DwarfWriter member, so there's no need | Bob Wilson | 2009-09-30 | 3 | -22/+3 |
* | Assert that ConstantArrays are created with correctly-typed elements. | Jeffrey Yasskin | 2009-09-30 | 1 | -1/+4 |
* | Fix this code so that it doesn't try to iterate through a std::vector | Dan Gohman | 2009-09-30 | 1 | -3/+4 |
* | Silence comparison always false warning in -Asserts mode. | Reid Kleckner | 2009-09-30 | 1 | -4/+4 |
* | Add additional assert() to verify no extraneous use of a scavenged register. | Jim Grosbach | 2009-09-30 | 1 | -2/+9 |
* | Print tag name for MDNodes that are used to encode debug info. | Devang Patel | 2009-09-30 | 1 | -1/+29 |
* | Fix integer overflow in instruction scheduling. This can happen if we have | Reid Kleckner | 2009-09-30 | 6 | -24/+37 |
* | Silence unused variable warning. | Devang Patel | 2009-09-30 | 1 | -1/+1 |
* | Clarify comment phrasing. | Jim Grosbach | 2009-09-30 | 1 | -1/+1 |
* | Add a option which would move ld/st multiple pass before post-alloc scheduling. | Evan Cheng | 2009-09-30 | 2 | -1/+17 |
* | Add a target hook to add pre- post-regalloc scheduling passes. | Evan Cheng | 2009-09-30 | 2 | -4/+16 |
* | Forgot this test earlier. | Evan Cheng | 2009-09-30 | 1 | -0/+154 |
* | add macruby, fix a validation problem. | Chris Lattner | 2009-09-30 | 1 | -1/+24 |
* | Fix compile error as debug interface changed. | Nick Lewycky | 2009-09-30 | 1 | -6/+4 |
* | replace TRI->isVirtualRegister() with TargetRegisterInfo::isVirtualRegister() | Jim Grosbach | 2009-09-30 | 2 | -5/+4 |
* | When checking whether we need to reserve a register for the scavenger, | Jim Grosbach | 2009-09-30 | 1 | -1/+7 |
* | Add "isBarrier = 1" to return instructions. | Jim Grosbach | 2009-09-30 | 3 | -5/+5 |
* | fix compiler warning | Jim Grosbach | 2009-09-30 | 1 | -1/+1 |
* | Remove regression that requires post-RA scheduling from a target that does no... | David Goodwin | 2009-09-30 | 1 | -33/+0 |
* | For Darwin, emit all the text section directives together before the dwarf | Bob Wilson | 2009-09-30 | 1 | -0/+19 |