| Commit message (Expand) | Author | Age | Files | Lines |
* | ELF: Add support for the exclude section bit for gas compat. | Benjamin Kramer | 2013-09-15 | 1 | -0/+3 |
* | Remove the long, long defunct IR block placement pass. | Chandler Carruth | 2013-09-14 | 3 | -9/+0 |
* | Make PrettyStackTraceEntry use ManagedStatic for its ThreadLocal. | Filip Pizlo | 2013-09-13 | 1 | -1/+0 |
* | Add warn_unused_result to empty() on various containers. | Benjamin Kramer | 2013-09-13 | 4 | -5/+9 |
* | Add initial support for handling gnu style pubnames accepted by some | Eric Christopher | 2013-09-13 | 1 | -1/+22 |
* | Somehow this important part of the patch, where I actually check the Mask, | Joey Gouly | 2013-09-12 | 1 | -1/+1 |
* | Add an instruction deprecation feature to TableGen. | Joey Gouly | 2013-09-12 | 4 | -5/+40 |
* | Fix comment to match what the assert actually enforces | Matt Arsenault | 2013-09-12 | 1 | -2/+2 |
* | Use the appropriate return type for the compact unwind encoding. | Bill Wendling | 2013-09-11 | 1 | -1/+1 |
* | Add getUnrollingPreferences to TTI | Hal Finkel | 2013-09-11 | 1 | -0/+31 |
* | Debug Info: move class definition of DIRef. | Manman Ren | 2013-09-11 | 1 | -48/+48 |
* | Path: Add an in-place version of path::native. | Benjamin Kramer | 2013-09-11 | 1 | -0/+7 |
* | [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics | Daniel Sanders | 2013-09-11 | 1 | -6/+6 |
* | Support ANSI escape code on Windows | Nico Rieck | 2013-09-11 | 1 | -0/+6 |
* | Teach ScalarEvolution about pointer address spaces | Matt Arsenault | 2013-09-10 | 1 | -7/+10 |
* | Add getenv() wrapper that works on multibyte environment variable. | Rui Ueyama | 2013-09-10 | 1 | -0/+7 |
* | Debug Info: define a DIRef template. | Manman Ren | 2013-09-10 | 1 | -32/+65 |
* | [mips][msa] Removed unsupported dot product instructions (dotp_[su].b) | Daniel Sanders | 2013-09-10 | 1 | -4/+0 |
* | Debug Info: move DIScope::getContext back from DwarfDebug. | Manman Ren | 2013-09-09 | 1 | -0/+4 |
* | white spaces and long lines | Jack Carter | 2013-09-09 | 1 | -30/+42 |
* | Add the gnu pubnames and pubtypes sections to the mc object file | Eric Christopher | 2013-09-09 | 1 | -0/+10 |
* | Add constant defines for gnu pubnames and gnu pubtypes - they're used | Eric Christopher | 2013-09-09 | 1 | -0/+17 |
* | Formatting. | Eric Christopher | 2013-09-09 | 1 | -2/+2 |
* | Call generateCompactUnwindEncodings() right before we need to output the fram... | Bill Wendling | 2013-09-09 | 2 | -3/+5 |
* | Debug Info: Use DIScopeRef for DIType::getContext. | Manman Ren | 2013-09-09 | 1 | -1/+2 |
* | Debug Info: move DIScope::getContext to DwarfDebug. | Manman Ren | 2013-09-09 | 1 | -3/+0 |
* | Revert patches to add case-range support for PR1255. | Bob Wilson | 2013-09-09 | 3 | -1365/+121 |
* | Debug Info: Move isSubprogramContext from DebugInfo to DwarfDebug. | Manman Ren | 2013-09-09 | 1 | -4/+0 |
* | Debug Info: Rename DITypeRef to DIScopeRef. | Manman Ren | 2013-09-09 | 1 | -32/+31 |
* | Generate compact unwind encoding from CFI directives. | Bill Wendling | 2013-09-09 | 3 | -5/+18 |
* | Revert r190269 to fix dragonegg failures. | Manman Ren | 2013-09-08 | 1 | -1/+1 |
* | Debug Info: pass in DIScope instead of DIDescriptor in createMemberType. | Manman Ren | 2013-09-08 | 1 | -1/+1 |
* | Run clang-format on these header files. Part of a WIP. | Bill Wendling | 2013-09-07 | 2 | -653/+638 |
* | Debug Info: Use identifier to reference DIType in containing type field of | Manman Ren | 2013-09-07 | 1 | -2/+2 |
* | Debug Info: pass in VTableHolder as DIType instead of MDNode *. | Manman Ren | 2013-09-06 | 1 | -3/+4 |
* | TBAA: add isTBAAVtableAccess to MDNode so clients can call the function | Manman Ren | 2013-09-06 | 1 | -0/+3 |
* | Debug Info: Use identifier to reference DIType in containing type field of | Manman Ren | 2013-09-06 | 1 | -2/+2 |
* | Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be part | Manman Ren | 2013-09-06 | 1 | -14/+20 |
* | mi-sched: cleanup register pressure update, remove a FIXME. | Andrew Trick | 2013-09-06 | 2 | -1/+6 |
* | Added MachineSchedPolicy. | Andrew Trick | 2013-09-06 | 2 | -2/+37 |
* | avoid unnecessary direct access to LiveInterval::ranges | Matthias Braun | 2013-09-06 | 1 | -3/+7 |
* | remove unused argument from LiveRanges::join() | Matthias Braun | 2013-09-06 | 1 | -2/+1 |
* | fix typo in comment | Matthias Braun | 2013-09-06 | 1 | -1/+1 |
* | Use type helper functions. | Matt Arsenault | 2013-09-06 | 1 | -2/+2 |
* | Trying to un-break the bots. | Manman Ren | 2013-09-05 | 1 | -1/+2 |
* | Debug Info: Use identifier to reference DIType in base type field of | Manman Ren | 2013-09-05 | 1 | -2/+30 |
* | Move accelerator table defines and constants to Dwarf.h since | Eric Christopher | 2013-09-05 | 1 | -0/+26 |
* | Rename enums to match convention and remove superfluous "dwarf" in names. | Eric Christopher | 2013-09-05 | 1 | -2/+2 |
* | [ARMv8] Implement the new DMB/DSB operands. | Joey Gouly | 2013-09-05 | 1 | -0/+5 |
* | Fix typos in assert message. | Nick Lewycky | 2013-09-05 | 1 | -1/+1 |