| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Simplify. | Devang Patel | 2009-09-30 | 2 | -7/+1 |
* | Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post... | David Goodwin | 2009-09-30 | 11 | -16/+30 |
* | Forward-declare ValueSymbolTable so that SymbolTableListTraits.h can be parse... | Douglas Gregor | 2009-09-30 | 1 | -1/+2 |
* | Add a way for a frontend to generate more complex dwarf location | Mike Stump | 2009-09-30 | 4 | -10/+117 |
* | minor cleanup and add clarifying comment | Jim Grosbach | 2009-09-29 | 1 | -7/+9 |
* | Lookup handler name only when assertions are enabled. | Devang Patel | 2009-09-29 | 1 | -2/+2 |
* | Add removeMD(). | Devang Patel | 2009-09-29 | 2 | -16/+42 |
* | Only one custom meadata of each kind can be attached with an instruction. | Devang Patel | 2009-09-29 | 5 | -15/+25 |
* | Additional check for regno==0 | Jim Grosbach | 2009-09-29 | 1 | -1/+1 |
* | Use assertion instead of early exit to catch malformed custom metadata store. | Devang Patel | 2009-09-29 | 1 | -5/+3 |
* | Remove unnecessary cast. | Devang Patel | 2009-09-29 | 1 | -4/+2 |
* | Remove std::string uses from DebugInfo interface. | Devang Patel | 2009-09-29 | 8 | -222/+141 |
* | Create empty StringRef is incoming cstring is NULL. | Devang Patel | 2009-09-29 | 1 | -1/+1 |
* | Simplify the tracking of virtual frame index registers. Ranges cannot overlap, | Jim Grosbach | 2009-09-29 | 1 | -20/+31 |
* | Moving register scavenging to a post pass results in virtual registers in | Jim Grosbach | 2009-09-29 | 1 | -2/+3 |
* | Post-RA regressions. | David Goodwin | 2009-09-29 | 5 | -4/+113 |
* | Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat. | Evan Cheng | 2009-09-29 | 2 | -0/+23 |
* | Regenerate. | Nick Lewycky | 2009-09-29 | 1 | -0/+90 |
* | Fix configure bug that only shows up in a clean build. Don't try to invoke gcc | Nick Lewycky | 2009-09-29 | 1 | -8/+10 |