summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-0521-96/+98
* Use std::fill instead of memset to initialize an array to avoid hardcoded cou...Craig Topper2015-12-051-1/+1
* [X86][FMA4] Explicitly set the domain of FMA4 float/double scalar instructionsSimon Pilgrim2015-12-052-30/+33
* [ELF/AArch64] Allow only valid dynamic relocations in the output.Igor Kudrin2015-12-0518-55/+167
* Pass profile version info to name API (NFC)Xinliang David Li2015-12-051-1/+4
* [PGO] Add version to getPGOFuncName methodXinliang David Li2015-12-053-7/+15
* Normalize successors' probabilities when building MBBs for jump table.Cong Hou2015-12-052-1/+3
* [llvm-dwp] Add coverage for both the presence and absence of type units, and ...David Blaikie2015-12-054-28/+42
* Use macro for common code pattern (NFC)Xinliang David Li2015-12-051-9/+15
* [llvm-dwp] Fix the type_units.test since I renamed its inputs as wellDavid Blaikie2015-12-051-1/+1
* [llvm-dwp] Rename the sufficiently-modified test to reflect it's non-simplicityDavid Blaikie2015-12-055-0/+0
* [llvm-dwp] clang-format this to catch anything I've missed along the wayDavid Blaikie2015-12-051-12/+13
* [llvm-dwp] Support debug_tu_indexDavid Blaikie2015-12-056-66/+160
* [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman2015-12-0510-45/+321
* [libFuzzer] one more trophieKostya Serebryany2015-12-051-0/+2
* [libFuzzer] don't reload the corpus more than once every secondKostya Serebryany2015-12-051-1/+6
OpenPOWER on IntegriCloud