summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak in unit test.Benjamin Kramer2016-12-092-3/+3
* Update doc version to 4.0Eric Fiselier2016-12-091-2/+2
* [NFC] Change whitespace to force docs rebuildEric Fiselier2016-12-091-0/+1
* Fix missing const on set::count. Patch from Andrey KhalyavinEric Fiselier2016-12-092-10/+12
* [clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu2016-12-092-0/+26
* llvm/test/Object/archive-thin-create.test: Make sure that %t is empty to stab...NAKAMURA Takumi2016-12-091-0/+1
* [AVR] Remove a set of redundant testsDylan McKay2016-12-094-88/+0
* [SelectionDAG] Add partial BITCAST support to computeKnownBitsSimon Pilgrim2016-12-092-315/+167
* Fix TestMultipleTargets for on x86_64 architecturesPavel Labath2016-12-091-0/+2
* [ELF][I386] .got.plt entries for i386 should use VA of ifunc resolverPeter Smith2016-12-094-5/+94
* Refactor uses_allocator test types for upcoming fixesEric Fiselier2016-12-099-378/+666
* Update Doxygen comment in StringSaver (NFC)Malcolm Parsons2016-12-091-2/+2
* Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier2016-12-094-6/+97
* Revert "[SelectionDAG] Add knownbits support for EXTRACT_VECTOR_ELT opcodes"Daniel Jasper2016-12-092-38/+10
* [X86] Modify patterns from memory form of RCP/RSQRT/SQRT intrinsics to only a...Craig Topper2016-12-091-14/+11
* [AVR] Use a more appropriate integer type for wide IN/OUT instructionsDylan McKay2016-12-091-2/+2
* [AVR] Add tests for a large number of pseudo instructionsDylan McKay2016-12-0928-4/+572
* [AVX-512] Correctly preserve the passthru semantics of the FMA scalar intrinsicsCraig Topper2016-12-097-108/+156
* AMDGPU: Select i16 instructions to VOP3 formsMatt Arsenault2016-12-093-20/+20
* Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner2016-12-096-157/+142
* Re-commit r289184, "Support: Use a 64-bit seek in raw_fd_ostream::seek()." wi...Peter Collingbourne2016-12-093-0/+12
* [X86] Add masked versions of VPERMT2* and VPERMI2* to load folding tables.Craig Topper2016-12-092-6/+112
* Revert r289184, we need more configury for Darwin and *BSD.Peter Collingbourne2016-12-091-5/+1
* Support: Use a 64-bit seek in raw_fd_ostream::seek().Peter Collingbourne2016-12-091-1/+5
* Add type records to TPI stream.Rui Ueyama2016-12-092-111/+285
* [SCCP] Make the test added in r289175 more meaningful.Davide Italiano2016-12-091-1/+2
* [Headers] Add #include_next for tgmath.h on DarwinBruno Cardoso Lopes2016-12-093-0/+25
* Reverting rL289088 while investigating some test issue on the build serversKostya Kortchinsky2016-12-092-18/+4
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-0938-13/+4132
* fix misspelling in .clang-formatEric Fiselier2016-12-091-1/+1
* Turn off header sorting and comment formattingEric Fiselier2016-12-091-0/+4
* [CrashReproducer] Provide a clean dir path for -fmodules-cache-pathBruno Cardoso Lopes2016-12-098-12/+13
* [SCCP] Teach the pass about `mul %x 0` even if %x is overdefined.Davide Italiano2016-12-092-3/+13
* [CrashReproducer] Rewrite relative include pathsBruno Cardoso Lopes2016-12-092-24/+152
* [AVX-512] Add vpermilps/pd to load folding tables.Craig Topper2016-12-093-0/+236
* [AVX-512] Move some floating point stack folding test cases out of the intege...Craig Topper2016-12-094-192/+192
* [Analysis] Fix typo in comment. NFCCraig Topper2016-12-091-1/+1
* COFF: Use make() in SymbolTable and Writer.Rui Ueyama2016-12-093-15/+11
* Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...Greg Clayton2016-12-095-9/+88
* Fix some occurrences of passing StringRef to Printf.Zachary Turner2016-12-093-15/+15
* Specify -std=gnu++98 on some Rewriter tests. NFC.Paul Robinson2016-12-0932-40/+40
* [libFuzzer] implement crash-resistant merge (https://github.com/google/saniti...Kostya Serebryany2016-12-098-8/+488
* WholeProgramDevirt: Teach the pass to handle structs of arrays.Peter Collingbourne2016-12-094-27/+96
* Modernize the Args access pattern in a few more commands.Zachary Turner2016-12-095-105/+66
* [LCG] Minor cleanup to the LCG walk over a function, NFC.Chandler Carruth2016-12-092-22/+33
* Make WholeProgramDevirt understand ConstStruct vtables.Peter Collingbourne2016-12-093-13/+100
* [ObjectYAML] Support for DWARF debug_arangesChris Bieneman2016-12-098-0/+436
* [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize and Include What You ...Eugene Zelenko2016-12-099-166/+305
* [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.Ekaterina Romanova2016-12-081-26/+26
* Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.Eric Fiselier2016-12-085-10/+286
OpenPOWER on IntegriCloud