| Commit message (Expand) | Author | Age | Files | Lines |
* | Add r159136 back now that pr13124 has been fixed. | Rafael Espindola | 2013-09-03 | 1 | -0/+6 |
* | Add comments to the CFI instructions and reformat with clang-format. No funct... | Bill Wendling | 2013-09-03 | 1 | -360/+398 |
* | Fix grammar | Matt Arsenault | 2013-09-03 | 1 | -3/+3 |
* | Add a Python-like join function to merge a list of strings with a | Joerg Sonnenberger | 2013-09-03 | 1 | -0/+43 |
* | [MC] Revert part of my previous change, I was a bit overzealous. | Joey Gouly | 2013-09-03 | 1 | -3/+3 |
* | Migrate the DWARF_VERSION constant to 4. It largely needs to go away. | Eric Christopher | 2013-09-03 | 1 | -1/+1 |
* | [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta... | Joey Gouly | 2013-09-03 | 2 | -6/+6 |
* | [mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics. | Daniel Sanders | 2013-09-03 | 1 | -28/+28 |
* | [mips][msa] Added IntrNoMem to the floating-point intrinsics. | Daniel Sanders | 2013-09-03 | 1 | -96/+100 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-09-01 | 4 | -503/+53 |
* | Free PressureDiffs instead of leaking. | Benjamin Kramer | 2013-08-31 | 1 | -0/+1 |
* | [conf] Add config variable to disable crash related overrides. | Daniel Dunbar | 2013-08-30 | 2 | -0/+6 |
* | Use LiveRangeQuery for instruction-level liveness queries. | Andrew Trick | 2013-08-30 | 1 | -15/+0 |
* | mi-sched: update PressureDiffs on-the-fly for liveness. | Andrew Trick | 2013-08-30 | 3 | -2/+12 |
* | Replace LiveInterval::killedAt with isKilledAtInstr. | Andrew Trick | 2013-08-30 | 1 | -6/+7 |
* | mi-sched: improve the generic register pressure comparison. | Andrew Trick | 2013-08-30 | 1 | -3/+2 |
* | mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness... | Andrew Trick | 2013-08-30 | 3 | -25/+115 |
* | DIBuilder: retain a type when created with a unique identifier. | Manman Ren | 2013-08-29 | 1 | -1/+4 |
* | Clean up some usage of Triple. The base class has methods for determining if... | Cameron Esfahani | 2013-08-29 | 1 | -1/+6 |
* | Fix the following error when NDEBUG is defined: | Kaelyn Uhrain | 2013-08-29 | 1 | -3/+0 |
* | Comment and revise the cyclic critical path code. | Andrew Trick | 2013-08-29 | 2 | -3/+3 |
* | isCharInSet refactoring. | Alexander Kornienko | 2013-08-29 | 2 | -62/+63 |
* | Move StringToOffsetTable into the TableGen include directory so I can use it ... | Craig Topper | 2013-08-29 | 1 | -0/+83 |
* | Revert: r189565 - Add getUnrollingPreferences to TTI | Hal Finkel | 2013-08-29 | 1 | -14/+0 |
* | Add getUnrollingPreferences to TTI | Hal Finkel | 2013-08-29 | 1 | -0/+14 |
* | Add useAA() to TargetSubtargetInfo | Hal Finkel | 2013-08-29 | 1 | -0/+4 |
* | [Object/COFF] Add coff_aux_weak_external. | Rui Ueyama | 2013-08-28 | 1 | -0/+6 |
* | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-28 | 1 | -1/+3 |
* | Disable unrolling in the loop vectorizer when disabled in the pass manager | Hal Finkel | 2013-08-28 | 1 | -1/+1 |
* | ARM: remove unused v(add|sub)hn and vqdml[as]l intrinsics. | Tim Northover | 2013-08-28 | 1 | -6/+0 |
* | [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v | Daniel Sanders | 2013-08-28 | 1 | -0/+24 |
* | [mips][msa] Added load/store intrinsics. | Daniel Sanders | 2013-08-28 | 1 | -0/+52 |
* | [mips][msa] Added move.v | Daniel Sanders | 2013-08-28 | 1 | -0/+3 |
* | [mips][msa] Added cfcmsa, and ctcmsa | Daniel Sanders | 2013-08-28 | 1 | -0/+6 |
* | [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft... | Daniel Sanders | 2013-08-28 | 1 | -0/+139 |
* | Remove support for the .debug_inlined section. No known software | Eric Christopher | 2013-08-28 | 1 | -7/+0 |
* | [BumpPtrAllocator] Move DefaultSlabAllocator to a member of BumpPtrAllocator,... | Argyrios Kyrtzidis | 2013-08-28 | 1 | -6/+9 |
* | Revert "Option parsing: support case-insensitive option matching." as it brok... | Rui Ueyama | 2013-08-28 | 1 | -3/+1 |
* | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-27 | 1 | -1/+3 |
* | DIBuilder: take an optional StringRef to pass in unique identifier. | Manman Ren | 2013-08-27 | 1 | -9/+15 |
* | Given target assembler parsers a chance to handle variant expressions | Joerg Sonnenberger | 2013-08-27 | 1 | -0/+7 |
* | Add an assertion to the fixed-size allocator to ensure that we don't request | Joey Gouly | 2013-08-27 | 1 | -1/+2 |
* | Add support for DebugFission to DWARF parser | Alexey Samsonov | 2013-08-27 | 1 | -6/+4 |
* | Revert "Fix the build broken by r189315." and "Move everything depending on O... | Charles Davis | 2013-08-27 | 4 | -67/+503 |
* | Move everything depending on Object/MachOFormat.h over to Support/MachO.h. | Charles Davis | 2013-08-27 | 4 | -503/+67 |
* | Support/MachO: Add a bunch of defines. | Charles Davis | 2013-08-27 | 1 | -256/+533 |
* | Debug Info: add an identifier field to DICompositeType. | Manman Ren | 2013-08-26 | 1 | -0/+2 |
* | [cmake] Check for realpath availability in CMake | Alexey Samsonov | 2013-08-26 | 1 | -1/+1 |
* | SelectionDAG: Use correct pointer size when lowering function arguments v2 | Tom Stellard | 2013-08-26 | 1 | -2/+4 |
* | Fix #include guard. | Jakub Staszak | 2013-08-25 | 1 | -2/+2 |