| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly walk through nested and adjacent CALLSEQ_START nodes. No | Stuart Hastings | 2011-05-10 | 1 | -1/+2 |
* | Produce a __debug_frame section on darwin ARM when appropriate. | Rafael Espindola | 2011-05-10 | 5 | -75/+8 |
* | On MachO, unlike ELF, there should be no relocation to produce the CIE pointer. | Rafael Espindola | 2011-05-10 | 2 | -8/+55 |
* | Rename DwarfRequiresRelocationForStmtList to | Rafael Espindola | 2011-05-10 | 4 | -8/+8 |
* | The EH symbols are only needed in eh_frame, not debug_frame. | Rafael Espindola | 2011-05-10 | 2 | -2/+20 |
* | Use .cfi_sections to put the unwind info in .debug_frame when possible. With | Rafael Espindola | 2011-05-10 | 5 | -10/+45 |
* | Refactor lock versions of binary operators to be a little less | Eric Christopher | 2011-05-10 | 1 | -73/+83 |
* | First cut at getting debugging support for ARM/MC/ELF/.o | Jason W Kim | 2011-05-10 | 1 | -1/+0 |
* | Downgrade a tablegen warning to an error. | Jakob Stoklund Olesen | 2011-05-10 | 1 | -3/+2 |
* | Fix PR9883. Make sure all caches are invalidated when a live range is repaired. | Jakob Stoklund Olesen | 2011-05-10 | 4 | -4/+8 |
* | In a debug_frame the cfi offset is to the start of the debug_frame section! | Rafael Espindola | 2011-05-10 | 2 | -9/+9 |
* | PTX: add test cases for cvt, fneg, and selp | Justin Holewinski | 2011-05-10 | 3 | -0/+274 |
* | Add CFIStartSections to the asm printer. Add an assert that at least | Rafael Espindola | 2011-05-10 | 2 | -0/+20 |
* | PTX: add PTX 2.3 setting in PTX sub-target. | Justin Holewinski | 2011-05-10 | 2 | -0/+4 |
* | Add support for producing .deubg_frame sections. | Rafael Espindola | 2011-05-10 | 5 | -47/+111 |
* | Small cleanups. | Rafael Espindola | 2011-05-10 | 1 | -8/+5 |
* | Factor some code into a new EmitFrames method. | Rafael Espindola | 2011-05-10 | 5 | -6/+14 |
* | Remove unused argument. | Rafael Espindola | 2011-05-10 | 1 | -12/+4 |
* | Parsing and plumbing for .cfi_sections. | Rafael Espindola | 2011-05-10 | 3 | -1/+47 |
* | Preserve line number information. | Devang Patel | 2011-05-10 | 1 | -0/+1 |
* | Do not ignore InlinedAt while walking up scope chain to find subprogram node. | Devang Patel | 2011-05-09 | 1 | -1/+8 |
* | Tidy up. 80-column and whitespace. | Jim Grosbach | 2011-05-09 | 3 | -72/+73 |
* | Look through struct wrapped types for inline asm statments. | Eric Christopher | 2011-05-09 | 2 | -0/+12 |
* | Change a few std::maps to DenseMaps. | Dan Gohman | 2011-05-09 | 2 | -7/+7 |
* | Fix td file comments for Mips. | Eric Christopher | 2011-05-09 | 3 | -3/+7 |
* | Fixed MC encoding for index_align for VLD1/VST1 (single element from one lane... | Mon P Wang | 2011-05-09 | 5 | -2/+61 |
* | Indent properly, no functionality change. | Duncan Sands | 2011-05-09 | 1 | -12/+12 |
* | Eliminate an unused line to fix a warning. | NAKAMURA Takumi | 2011-05-08 | 1 | -1/+0 |
* | Remove an assertion to fix PR9872. | Jakob Stoklund Olesen | 2011-05-08 | 2 | -1/+6 |
* | X86: Add a bunch of peeps for add and sub of SETB. | Benjamin Kramer | 2011-05-08 | 3 | -4/+109 |
* | Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with | Rafael Espindola | 2011-05-08 | 3 | -15/+7 |
* | PR9869: Add explicit destructor declarations to Operator subclasses, to allow | Eli Friedman | 2011-05-08 | 1 | -8/+26 |
* | Eliminate the ARM sub-register indexes that are not needed by the sources. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -33/+6 |
* | Teach TableGen to automatically generate missing SubRegIndex instances. | Jakob Stoklund Olesen | 2011-05-07 | 3 | -22/+47 |
* | Fix comments per Duncan's review. | Eli Friedman | 2011-05-07 | 1 | -3/+3 |
* | Zap unnecessary svn:ignore. | Eli Friedman | 2011-05-07 | 0 | -0/+0 |
* | The comparision "max(x,y)==x" is equivalent to "x>=y". Since the max is | Duncan Sands | 2011-05-07 | 2 | -10/+92 |
* | Fix the non-MC encoding of pkhbt and pkhtb. | Eric Christopher | 2011-05-07 | 1 | -0/+6 |
* | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 11 | -59/+176 |
* | Switch Darwin to the generic CIE/FDE printer. | Rafael Espindola | 2011-05-06 | 2 | -65/+0 |
* | ExecutionEngine: delete duplicated files | Dylan Noblesmith | 2011-05-06 | 2 | -182/+0 |
* | ExecutionEngine: add missing file | Dylan Noblesmith | 2011-05-06 | 1 | -0/+91 |
* | 1. Keep lines in 80 columns. | Akira Hatanaka | 2011-05-06 | 3 | -7/+7 |
* | ExecutionEngine: move createJIT() definition | Dylan Noblesmith | 2011-05-06 | 2 | -19/+29 |
* | ExecutionEngine: push TargetMachine creation into clients | Dylan Noblesmith | 2011-05-06 | 6 | -58/+22 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication | Dylan Noblesmith | 2011-05-06 | 8 | -20/+20 |
* | Emit a proper error message when register allocators run out of registers. | Jakob Stoklund Olesen | 2011-05-06 | 3 | -1/+41 |
* | Added an assertion, and updated a comment. | Andrew Trick | 2011-05-06 | 1 | -5/+8 |
* | It's valid to take the blockaddress of a different function, so remove this | Nick Lewycky | 2011-05-06 | 2 | -2/+30 |
* | 80 col violations. | Evan Cheng | 2011-05-06 | 1 | -3/+7 |