| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [WinEH] Fix problem with mapping shared empty handler blocks. | Andrew Kaylor | 2015-04-20 | 1 | -2/+38 |
| * | DebugInfo: Delete old subclasses of DIType | Duncan P. N. Exon Smith | 2015-04-20 | 4 | -32/+29 |
| * | DwarfUnit: Split MDSubroutineType version of constructTypeDIE() | Duncan P. N. Exon Smith | 2015-04-20 | 3 | -32/+36 |
| * | DwarfUnit: Cleanup comments | Duncan P. N. Exon Smith | 2015-04-20 | 2 | -194/+87 |
| * | Refactoring and enhancement to FMA combine. | Olivier Sallenave | 2015-04-20 | 1 | -171/+369 |
| * | DAGCombine: Remove redundant NaN checks around ISD::FSQRT | Tom Stellard | 2015-04-20 | 1 | -0/+35 |
| * | DebugInfo: Remove DIType | Duncan P. N. Exon Smith | 2015-04-20 | 4 | -27/+27 |
| * | [WinEH] Fix memory leak with catch-all mapping. | Andrew Kaylor | 2015-04-20 | 1 | -5/+12 |
| * | DebugInfo: Remove DIScope | Duncan P. N. Exon Smith | 2015-04-20 | 4 | -28/+29 |
| * | DebugInfo: Remove typedefs for DITypeRef, etc. | Duncan P. N. Exon Smith | 2015-04-20 | 2 | -4/+4 |
| * | [InlineAsm] Remove EarlyClobber on registers that are also inputs | Hal Finkel | 2015-04-20 | 1 | -0/+17 |
| * | Remove CFIFuncName from TargetOptions as it is currently unused. | Eric Christopher | 2015-04-19 | 1 | -6/+0 |
| * | Remove the CFIEnforcing flag from TargetOptions as it is unused. | Eric Christopher | 2015-04-19 | 1 | -2/+1 |
| * | [GlobalMerge] Look at uses to create smaller global sets. | Ahmed Bougacha | 2015-04-18 | 1 | -12/+240 |
| * | DebugInfo: Delete DIDescriptor (but not its subclasses) | Duncan P. N. Exon Smith | 2015-04-18 | 3 | -21/+16 |
| * | Fix build wanrings and line endings | Andrew Kaylor | 2015-04-17 | 1 | -1/+0 |
| * | DebugInfo: Remove DIDescriptor from the DebugInfo API | Duncan P. N. Exon Smith | 2015-04-17 | 2 | -2/+3 |
| * | [WinEH] Fixes for a few cppeh failures. | Andrew Kaylor | 2015-04-17 | 1 | -13/+82 |
| * | AsmPrinter: Create a unified .debug_loc stream | Duncan P. N. Exon Smith | 2015-04-17 | 8 | -86/+182 |
| * | Remove dead code, NFC | Duncan P. N. Exon Smith | 2015-04-17 | 1 | -8/+0 |
| * | [WinEH] Reusing HandlerType entries leads to small CatchHigh values | David Majnemer | 2015-04-17 | 1 | -1/+0 |
| * | Fix build errors introduced by r235215 | Pirama Arumuga Nainar | 2015-04-17 | 3 | -2/+6 |
| * | Add support to promote f16 to f32 | Pirama Arumuga Nainar | 2015-04-17 | 6 | -4/+527 |
| * | [WinEH] Allow CatchHigh to be equal to TryHigh | David Majnemer | 2015-04-17 | 1 | -1/+1 |
| * | AsmPrinter: Store MDExpression directly instead of MDNode, NFC | Duncan P. N. Exon Smith | 2015-04-17 | 2 | -10/+8 |
| * | AsmPrinter: Stop storing MDLocalVariable in DebugLocEntry | Duncan P. N. Exon Smith | 2015-04-17 | 2 | -31/+19 |
| * | AsmPrinter: Calculate type upfront for location lists, NFC | Duncan P. N. Exon Smith | 2015-04-17 | 2 | -15/+15 |
| * | Fix TRUNCATE splitting helper logic. | James Molloy | 2015-04-17 | 2 | -11/+15 |
| * | Revert r235154-r235156, they cause asserts when building win64 code (http://c... | Nico Weber | 2015-04-17 | 5 | -118/+119 |
| * | Fix unused variable warning | Reid Kleckner | 2015-04-17 | 1 | -5/+0 |
| * | [SEH] Reimplement x64 SEH using WinEHPrepare | Reid Kleckner | 2015-04-17 | 5 | -114/+118 |
| * | DebugInfo: Fix UserValue::match() in LiveDebugVariables after r235050 | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -5/+5 |
| * | AsmPrinter: Remove dead code, NFC | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -1/+0 |
| * | AsmPrinter: Simplify logic for debug info intrinsics' !dbg attachments | Duncan P. N. Exon Smith | 2015-04-16 | 3 | -11/+6 |
| * | [WinEH] Handle a landingpad, resume, and cleanup all rolled into a BB | Reid Kleckner | 2015-04-16 | 1 | -6/+4 |
| * | Revert the switch lowering change (r235101, r235103, r235106) | Hans Wennborg | 2015-04-16 | 3 | -897/+760 |
| * | Switch lowering: extract jump tables and bit tests before building binary tre... | Hans Wennborg | 2015-04-16 | 3 | -760/+897 |
| * | TRUNCATE constant folding - minor fix for rL233224 | Simon Pilgrim | 2015-04-16 | 1 | -1/+4 |
| * | [CodeGen] Re-apply r234809 (concat of scalars), with an x86_mmx fix. | Ahmed Bougacha | 2015-04-16 | 1 | -0/+66 |
| * | DebugInfo: DIRef<> => TypedDebugNodeRef<> | Duncan P. N. Exon Smith | 2015-04-16 | 3 | -8/+2 |
| * | DebugInfo: Gut DIDescriptor | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -3/+4 |
| * | DebugInfo: Gut DIScope, DIEnumerator and DISubrange | Duncan P. N. Exon Smith | 2015-04-16 | 5 | -19/+19 |
| * | DebugInfo: Gut DIType and subclasses | Duncan P. N. Exon Smith | 2015-04-16 | 4 | -91/+88 |
| * | Revert r234809 because it caused PR23246. | Nick Lewycky | 2015-04-16 | 1 | -60/+0 |
| * | [SEH] Deal with users of the old lpad for SEH catch-all blocks | Reid Kleckner | 2015-04-16 | 1 | -0/+9 |
| * | DebugInfo: Remove unnecessary API from DIDerivedType and DIType | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -29/+34 |
| * | DebugInfo: Gut DICompileUnit and DIFile | Duncan P. N. Exon Smith | 2015-04-15 | 3 | -12/+12 |
| * | DebugInfo: factor out dead variable in NDEBUG from r235050 | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -2/+1 |
| * | DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable | Duncan P. N. Exon Smith | 2015-04-15 | 7 | -70/+91 |
| * | [WinEH] Try to make the MachineFunction CFG more accurate | Reid Kleckner | 2015-04-15 | 3 | -47/+77 |