summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary indirection. No behavior change.Nico Weber2018-04-301-12/+6
* [mips] Fix the predicates of jump and branch and link instructionsSimon Dardis2018-04-304-51/+69
* [LV] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).Florian Hahn2018-04-301-8/+3
* ObjectFileELF: Add support for arbitrarily named code sectionsPavel Labath2018-04-305-0/+73
* Fixup r331049 (FileSpec auto-normalization)Pavel Labath2018-04-302-11/+5
* [bindings] Fix dibuilder go bindings after r331114.Benjamin Kramer2018-04-301-7/+7
* [llvm-mca] Regenerate test Atom/resources-sse3.s. NFCAndrea Di Biagio2018-04-301-47/+41
* [llvm-mca] Support for in-order CPU for -instruction-tables testing.Andrea Di Biagio2018-04-308-1/+3788
* [clangd] Also use UTF-16 in index position.Haojian Wu2018-04-302-7/+12
* [X86] Fix typo in skylake-avx512 model for PMAXSD/PMINSD instructionsSimon Pilgrim2018-04-301-20/+20
* NFC - Typo fixes lib/VMCore -> lib/IRGabor Buella2018-04-302-2/+2
* [mips] Fix microMIPS loads and stores.Simon Dardis2018-04-306-41/+1565
* [Targets] Implement getConstraintRegister for ARM and AArch64Mikhail Maltsev2018-04-305-0/+29
* tsan: disable trace switching after multithreaded forkDmitry Vyukov2018-04-302-0/+6
* [AArch64][SVE] Asm: Improve diagnostics for gather loads.Sander de Smalen2018-04-3013-55/+74
* [X86] Add a Requires<[In64BitMode]> to FARJMP64Craig Topper2018-04-303-2/+5
* [X86] Hide another instruction from the assembly matcher table to avoid a dup...Craig Topper2018-04-301-0/+1
* [X86] Remove some InstAliases aren't needed because a MnemonicAlias makes the...Craig Topper2018-04-301-3/+0
* [X86] Remove some instructions from the Intel assembly matcher table as there...Craig Topper2018-04-301-2/+2
* [X86] Use a MnemonicAlias instead of an InstAlias.Craig Topper2018-04-302-9/+8
* Fix up after clang r331155.Richard Smith2018-04-306-12/+16
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-3035-216/+379
* [X86] Remove support for accepting 'fnstsw %eax' and 'fnstsw %al'.Craig Topper2018-04-303-12/+1
* [X86] Mark some more InstAliases as 'att' syntax only.Craig Topper2018-04-301-6/+6
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397.Fangrui Song2018-04-302-9/+9
* Remove a dead #ifdef.Nico Weber2018-04-301-2/+0
* Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build systemNico Weber2018-04-293-7/+4
* [X86] Make 64-bit sysret/sysexit not ambiguous in Intel assembly syntax.Craig Topper2018-04-292-2/+11
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-2914-5/+51
* [X86] Remove unnecessary BT InstRW overrides.Simon Pilgrim2018-04-291-5/+1
* [AArch64][AsmParser] NFC: Cleanup of addOperands functionsSander de Smalen2018-04-294-230/+81
* [AArch64][SVE] Asm: Support for gather LD1/LDFF1 (vector + imm) load instruct...Sander de Smalen2018-04-2932-4/+1020
* [llvm-mca][X86] Add BT resource tests to all modelsSimon Pilgrim2018-04-298-8/+1184
* [X86] Merge more instregex single matches to reduce InstrRW compile time.Simon Pilgrim2018-04-296-393/+195
* [X86] Remove unnecessary add/adc+sub/sbb InstRW overrides.Simon Pilgrim2018-04-291-9/+0
* [XRay][profiler] Part 1: XRay Allocator and Array ImplementationsDean Michael Berris2018-04-296-16/+711
* [llvm-mca][X86] Add add/adc + sub/sbb resource tests to all modelsSimon Pilgrim2018-04-298-8/+3016
* [NFC][LV][LoopUtil] Move LoopVectorizationLegality to its own fileHideki Saito2018-04-294-1456/+1557
* [X86] Add suffixes to the LGDT/LIDT/SGDT/SIDT mnemonics in Intel syntax. Add ...Craig Topper2018-04-293-12/+39
* Fix printing of reference-to-reference types.Richard Smith2018-04-292-8/+48
* PR37275 packed attribute should not apply to base classesRichard Smith2018-04-294-14/+70
* [X86] Remove SLDT64m instruction.Craig Topper2018-04-297-30/+11
* [X86] Remove unnecessary InstAliases. NFCICraig Topper2018-04-291-6/+0
* Add -warn-backrefs (r329636) to lld's man pageEd Maste2018-04-291-1/+10
* [LLVM-C] Eliminate an unused variable in a test.whitequark2018-04-291-3/+2
* Update my email address and description.Rafael Espindola2018-04-291-2/+2
* Remove keep/take/give from isl C++ bindingsTobias Grosser2018-04-291-816/+0
* Remove another set or release() callsTobias Grosser2018-04-293-10/+10
* [X86] Use getX86SubSuperRegister in addGR32orGR64Operands in the AsmParser in...Craig Topper2018-04-291-24/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-2946-99/+98
OpenPOWER on IntegriCloud