| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make the entry point function calls consistent. NFC. | Rui Ueyama | 2016-02-28 | 4 | -9/+9 |
* | Move functionality of UniversalDriver to the entry point file. | Rui Ueyama | 2016-02-28 | 9 | -311/+109 |
* | [modules] Prefer more complete array types. | Vassil Vassilev | 2016-02-28 | 7 | -40/+66 |
* | [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo... | NAKAMURA Takumi | 2016-02-28 | 28 | -0/+60 |
* | [mips] Remove unused function declarations from MipsRegisterInfo.h. NFC. | Vasileios Kalintiris | 2016-02-28 | 1 | -10/+0 |
* | Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw... | NAKAMURA Takumi | 2016-02-28 | 28 | -60/+0 |
* | [PM] Appease mingw32's auto-import DLL build with minimal tweaks. | NAKAMURA Takumi | 2016-02-28 | 28 | -0/+60 |
* | Delete more COFF and ELF bits from the old linker. | Rafael Espindola | 2016-02-28 | 9 | -85/+7 |
* | Delete dead arch types. | Rafael Espindola | 2016-02-28 | 1 | -1/+1 |
* | Delete a bit more ELF and COFF from the old linker. | Rafael Espindola | 2016-02-28 | 1 | -9/+5 |
* | Delete more ELF bits from the old linker. | Rafael Espindola | 2016-02-28 | 27 | -964/+4 |
* | WebAssembly: fix test | JF Bastien | 2016-02-28 | 1 | -10/+10 |
* | WebAssembly: fix build | JF Bastien | 2016-02-28 | 2 | -3/+3 |
* | Add ARM EHABI-related constants to unwind.h. | Logan Chien | 2016-02-28 | 1 | -1/+18 |
* | [CLANG] [AVX512] [BUILTIN] Adding PSLL{V|W|Wi}{128|256|512} builtin | Michael Zuckerman | 2016-02-28 | 7 | -1/+496 |
* | [AVX512][PSLLW ][PSLLV] Change imm8 to int | Michael Zuckerman | 2016-02-28 | 4 | -21/+21 |
* | ELF: Remove OutSection class and use a map instead. | Rui Ueyama | 2016-02-28 | 2 | -24/+19 |
* | Simplify. NFC. | Rui Ueyama | 2016-02-28 | 1 | -6/+5 |
* | Remove dead header file. | Rui Ueyama | 2016-02-28 | 1 | -39/+0 |
* | Remove obsolte TODOs. They are for the old gnu driver. | Rui Ueyama | 2016-02-28 | 1 | -99/+0 |
* | Remove lld/Core/range.h. | Rui Ueyama | 2016-02-28 | 8 | -988/+3 |
* | Remove an empty TODO file. | Rui Ueyama | 2016-02-28 | 1 | -2/+0 |
* | Remove unused #include. | Rui Ueyama | 2016-02-28 | 1 | -1/+0 |
* | ELF: Add --help option. | Rui Ueyama | 2016-02-28 | 5 | -2/+18 |
* | ELF: Add --version option. | Rui Ueyama | 2016-02-28 | 6 | -11/+29 |
* | Remove dead code. This error type is for the old linker script reader. | Rui Ueyama | 2016-02-28 | 2 | -55/+0 |
* | Remove dead header files. | Rui Ueyama | 2016-02-28 | 2 | -1500/+0 |
* | Remove a few bits of elf from the old linker. | Rafael Espindola | 2016-02-28 | 4 | -5/+0 |
* | Delete the old script parser. | Rafael Espindola | 2016-02-28 | 29 | -4166/+1 |
* | Test cleanups | Xinliang David Li | 2016-02-28 | 3 | -6/+6 |
* | [PGO] add a test for available_externally functions | Xinliang David Li | 2016-02-28 | 5 | -0/+78 |
* | Remove dead code. | Rui Ueyama | 2016-02-28 | 3 | -6/+0 |
* | Rename elf2 to elf. | Rafael Espindola | 2016-02-28 | 30 | -142/+142 |
* | Remove the old ELF linker. | Rafael Espindola | 2016-02-28 | 779 | -60546/+3 |
* | [PGO] Remove redundant counter copies for avail_extern functions. | Xinliang David Li | 2016-02-27 | 2 | -3/+42 |
* | Revert "Fix bug with register values byte order in expression evaluation." | Todd Fiala | 2016-02-27 | 1 | -10/+3 |
* | ELF: Remove relSize function from ICF.cpp. NFC. | Rui Ueyama | 2016-02-27 | 1 | -11/+3 |
* | CodeGen: Remove an iterator => pointer conversion, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -2/+2 |
* | AMDGPU: More bits of frame index are known to be zero | Matt Arsenault | 2016-02-27 | 6 | -42/+40 |
* | CodeGen: Use MachineInstr& in InlineSpiller::rematerializeFor() | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -16/+15 |
* | CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 7 | -45/+46 |
* | CodeGen: Change MachineInstr to use MachineInstr&, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 14 | -36/+36 |
* | DAGCombiner: Don't unnecessarily swap operands in ReassociateOps | Matt Arsenault | 2016-02-27 | 5 | -11/+44 |
* | [UBSan] Fix isDerivedFromAtOffset on iOS ARM64 | Filipe Cabecinhas | 2016-02-27 | 6 | -1/+31 |
* | CodeGen: Use MachineInstr& in HashMachineInstr, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -10/+10 |
* | CodeGen: Use MachineInstr& in AntiDepBreaker API, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 6 | -91/+88 |
* | CodeGen: Assert valid MI in AntiDepBreaker::UpdateDbgValue | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -1/+2 |
* | AArch64: Use MachineInstr& in guaranteesZeroRegInBlock(), NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -6/+6 |
* | CodeGen: Update DFAPacketizer API to take MachineInstr&, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 6 | -98/+98 |
* | WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 20 | -58/+54 |