summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add uint8_t size to LegalizeAction enum so we can use the enum type directly ...Craig Topper2015-12-071-12/+11
* [LLDB][MIPS] Marking some expected failuresMohit K. Bhakkad2015-12-072-11/+17
* Moved total test count and rerun count into summary counts.Todd Fiala2015-12-071-8/+22
* Move test summary counts to end; simplify issue detail lineTodd Fiala2015-12-071-6/+16
* Fix PR20334: invalid assertion while diagnosing list initialization failureFaisal Vali2015-12-072-1/+23
* [llvm-objdump/MachoDump] Make code much more concise.Davide Italiano2015-12-071-20/+5
* [Verifier] Fix !dbg validation if Scope is the SubprogramKeno Fischer2015-12-063-2/+30
* [X86][AVX] Tidied up BROADCASTPD/BROADCASTPS testsSimon Pilgrim2015-12-061-45/+72
* [Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames2015-12-067-9/+11
* [WebAssembly] Factor out a TypeToString function, since we need it in multipl...Dan Gohman2015-12-063-31/+24
* [WebAssembly] Make tableswitch's 'default' operand explicit. NFC.Dan Gohman2015-12-061-6/+6
* [WebAssembly] Enable folding of offsets into global variable addresses.Dan Gohman2015-12-063-8/+56
* [WebAssembly] Tighten up some testcase regular expressions.Dan Gohman2015-12-063-13/+13
* [WebAssembly] Add some more ideas to README.txt.Dan Gohman2015-12-061-0/+43
* [x86] add missing maxnum/minnum tests for 256-bit vectorsSanjay Patel2015-12-062-42/+66
* Create llvm.global_ctors in the new format.Rafael Espindola2015-12-062-4/+4
* [X86] Add support for loopz, loopnz for Intel syntaxMarina Yatsina2015-12-062-2/+7
* [PGO] Instrument only base constructors and destructors.Serge Pavlov2015-12-069-34/+67
* [X86][AVX512] add vmovss/sd missing encoding Asaf Badouh2015-12-066-39/+245
* [X86] Always generate precise CFA adjustments.Michael Kuperstein2015-12-067-25/+65
* AVX512: support AVX512BW Intrinsic in 32bit mode.Igor Breger2015-12-062-53/+1139
* Use make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-0625-139/+105
* Minor formatting fix. NFCCraig Topper2015-12-061-1/+1
* Use llvm::make_range to reduce mentions of iterator type. NFCCraig Topper2015-12-064-12/+7
* [InstCombine] Call getCmpPredicateForMinMax only with a valid SPFSanjoy Das2015-12-053-1/+30
* [llvm-readobj] report_error() does not return, so we can simplify.Davide Italiano2015-12-051-6/+2
* Fix crash in ASTDumper when dumping NamedDecl with NULL getQualifier().Dawn Perchik2015-12-051-3/+6
* [WebAssembly] Don't perform the returned-argument optimization on constants.Dan Gohman2015-12-052-0/+17
* Plug-in PlatformNetBSD initializer and terminatorKamil Rytarowski2015-12-051-0/+2
* [WebAssembly] Replace the fake JUMP_TABLE instruction with a def : Pat. NFC.Dan Gohman2015-12-051-5/+2
* [WebAssembly] Implement direct calls to external symbols.Dan Gohman2015-12-054-9/+59
* Add vector fmaxnum tests that correspond to the existing fminnum testsSanjay Patel2015-12-051-0/+47
* [WebAssembly] Support inline asm constraints of type i16 and similar.Dan Gohman2015-12-052-4/+23
* fix typo; NFCSanjay Patel2015-12-051-1/+1
* [WebAssembly] Update a stale comment. NFC.Dan Gohman2015-12-051-2/+2
* Document NetBSD platform support on the webpageKamil Rytarowski2015-12-055-4/+25
* WebAssembly: improve readme, add placeholder for tests.JF Bastien2015-12-052-0/+11
* [WebAssembly] Move useAA() out of line to make it more convenient to experime...Dan Gohman2015-12-052-1/+2
* [WebAssembly] Call TargetPassConfig base class functions in overriding functi...Dan Gohman2015-12-051-1/+11
* [WebAssembly] Expand frem as a floating point library function.Dan Gohman2015-12-051-1/+2
* Define new builder_netbsdKamil Rytarowski2015-12-052-0/+6
* [Hexagon] Don't call getNumImplicitDefs and then iterate over the count. getN...Craig Topper2015-12-051-24/+25
* [ASAN] Add doFinalization to reset stateKeno Fischer2015-12-052-0/+19
* [LLDB][MIPS] Fix TestConstVariables.pySagar Thakur2015-12-051-0/+1
* [X86][3DNow!] Stripped backend codegen testsSimon Pilgrim2015-12-051-26/+0
* Updated test names to match the intrinsics being testedSimon Pilgrim2015-12-052-14/+14
* [X86][F16C] Stripped backend codegen testsSimon Pilgrim2015-12-051-6/+4
* [AST] Use std::copy and std::fill to simplify some memcpy and memset calls. A...Craig Topper2015-12-051-5/+7
* Use std::copy and std::transform instead of manual loops. NFCCraig Topper2015-12-051-17/+16
* [X86][ADX] Added memory folding patterns and stack folding testsSimon Pilgrim2015-12-052-0/+51
OpenPOWER on IntegriCloud