summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the entry point function calls consistent. NFC.Rui Ueyama2016-02-284-9/+9
* Move functionality of UniversalDriver to the entry point file.Rui Ueyama2016-02-289-311/+109
* [modules] Prefer more complete array types.Vassil Vassilev2016-02-287-40/+66
* [PM] Appease mingw32's auto-import DLL build with minimal tweaks, with fix fo...NAKAMURA Takumi2016-02-2828-0/+60
* [mips] Remove unused function declarations from MipsRegisterInfo.h. NFC.Vasileios Kalintiris2016-02-281-10/+0
* Revert r262185, "[PM] Appease mingw32's auto-import DLL build with minimal tw...NAKAMURA Takumi2016-02-2828-60/+0
* [PM] Appease mingw32's auto-import DLL build with minimal tweaks.NAKAMURA Takumi2016-02-2828-0/+60
* Delete more COFF and ELF bits from the old linker.Rafael Espindola2016-02-289-85/+7
* Delete dead arch types.Rafael Espindola2016-02-281-1/+1
* Delete a bit more ELF and COFF from the old linker.Rafael Espindola2016-02-281-9/+5
* Delete more ELF bits from the old linker.Rafael Espindola2016-02-2827-964/+4
* WebAssembly: fix testJF Bastien2016-02-281-10/+10
* WebAssembly: fix buildJF Bastien2016-02-282-3/+3
* Add ARM EHABI-related constants to unwind.h.Logan Chien2016-02-281-1/+18
* [CLANG] [AVX512] [BUILTIN] Adding PSLL{V|W|Wi}{128|256|512} builtinMichael Zuckerman2016-02-287-1/+496
* [AVX512][PSLLW ][PSLLV] Change imm8 to intMichael Zuckerman2016-02-284-21/+21
* ELF: Remove OutSection class and use a map instead.Rui Ueyama2016-02-282-24/+19
* Simplify. NFC.Rui Ueyama2016-02-281-6/+5
* Remove dead header file.Rui Ueyama2016-02-281-39/+0
* Remove obsolte TODOs. They are for the old gnu driver.Rui Ueyama2016-02-281-99/+0
* Remove lld/Core/range.h.Rui Ueyama2016-02-288-988/+3
* Remove an empty TODO file.Rui Ueyama2016-02-281-2/+0
* Remove unused #include.Rui Ueyama2016-02-281-1/+0
* ELF: Add --help option.Rui Ueyama2016-02-285-2/+18
* ELF: Add --version option.Rui Ueyama2016-02-286-11/+29
* Remove dead code. This error type is for the old linker script reader.Rui Ueyama2016-02-282-55/+0
* Remove dead header files.Rui Ueyama2016-02-282-1500/+0
* Remove a few bits of elf from the old linker.Rafael Espindola2016-02-284-5/+0
* Delete the old script parser.Rafael Espindola2016-02-2829-4166/+1
* Test cleanupsXinliang David Li2016-02-283-6/+6
* [PGO] add a test for available_externally functionsXinliang David Li2016-02-285-0/+78
* Remove dead code.Rui Ueyama2016-02-283-6/+0
* Rename elf2 to elf.Rafael Espindola2016-02-2830-142/+142
* Remove the old ELF linker.Rafael Espindola2016-02-28779-60546/+3
* [PGO] Remove redundant counter copies for avail_extern functions.Xinliang David Li2016-02-272-3/+42
* Revert "Fix bug with register values byte order in expression evaluation."Todd Fiala2016-02-271-10/+3
* ELF: Remove relSize function from ICF.cpp. NFC.Rui Ueyama2016-02-271-11/+3
* CodeGen: Remove an iterator => pointer conversion, NFCDuncan P. N. Exon Smith2016-02-271-2/+2
* AMDGPU: More bits of frame index are known to be zeroMatt Arsenault2016-02-276-42/+40
* CodeGen: Use MachineInstr& in InlineSpiller::rematerializeFor()Duncan P. N. Exon Smith2016-02-271-16/+15
* CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFCDuncan P. N. Exon Smith2016-02-277-45/+46
* CodeGen: Change MachineInstr to use MachineInstr&, NFCDuncan P. N. Exon Smith2016-02-2714-36/+36
* DAGCombiner: Don't unnecessarily swap operands in ReassociateOpsMatt Arsenault2016-02-275-11/+44
* [UBSan] Fix isDerivedFromAtOffset on iOS ARM64Filipe Cabecinhas2016-02-276-1/+31
* CodeGen: Use MachineInstr& in HashMachineInstr, NFCDuncan P. N. Exon Smith2016-02-271-10/+10
* CodeGen: Use MachineInstr& in AntiDepBreaker API, NFCDuncan P. N. Exon Smith2016-02-276-91/+88
* CodeGen: Assert valid MI in AntiDepBreaker::UpdateDbgValueDuncan P. N. Exon Smith2016-02-271-1/+2
* AArch64: Use MachineInstr& in guaranteesZeroRegInBlock(), NFCDuncan P. N. Exon Smith2016-02-271-6/+6
* CodeGen: Update DFAPacketizer API to take MachineInstr&, NFCDuncan P. N. Exon Smith2016-02-276-98/+98
* WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFCDuncan P. N. Exon Smith2016-02-2720-58/+54
OpenPOWER on IntegriCloud