summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: use ComplexPattern for offsets in llvm.amdgcn.buffer.load/store.formatNicolai Haehnle2016-03-186-58/+192
* [AMDGPU] Assembler: Change dpp_ctrl syntax to match sp3Sam Kolton2016-03-184-76/+121
* [Fuzzer] Guard no_sanitize_memory attributes behind __has_feature.Benjamin Kramer2016-03-181-2/+10
* Fix some typos; NFCKrzysztof Parzyszek2016-03-181-2/+2
* [llvm-objdump] Move test case to the X86 sub-directory because it depends on ...Simon Atanasyan2016-03-182-11/+6
* Always cache resolved paths as it even saves on StringMap lookups.Pete Cooper2016-03-181-4/+2
* adding another optimization opportunity to readme fileEhsan Amiri2016-03-181-0/+11
* Use StringRef's in resolved path cache to avoid extra internString lookups. ...Pete Cooper2016-03-181-11/+16
* [libFuzzer] read corpus dirs recursivelyKostya Serebryany2016-03-182-14/+25
* [LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch aheadAdam Nemet2016-03-187-1/+35
* [LoopDataPrefetch/Aarch64] Allow selective prefetching of large-strided accessesAdam Nemet2016-03-188-0/+109
* [Aarch64] Add pass LoopDataPrefetch for CycloneAdam Nemet2016-03-183-0/+34
* [libFuzzer] improve -merge functionalityKostya Serebryany2016-03-186-73/+101
* [Support] Refactor Error unit tests to avoid duplicating work.Lang Hames2016-03-181-294/+229
* [sancov] html report: replacing uncovered functions with function coverage % ...Mike Aizatsky2016-03-181-44/+69
* DebugInfo: Add ability to not emit DW_AT_vtable_elem_location for virtual fun...Peter Collingbourne2016-03-176-11/+105
* [Support] Address some of dblaikie's feedback for r263749.Lang Hames2016-03-171-4/+4
* Revert "allow lambdas in mapped_iterator"Mike Aizatsky2016-03-173-53/+1
* allow lambdas in mapped_iteratorMike Aizatsky2016-03-173-1/+53
* [Docs] Fix a typo.Alexey Samsonov2016-03-171-2/+2
* [PPC, FastISel] Fix ordered/unordered fcmpTim Shen2016-03-172-7/+210
* [Support] Add ExitOnError utility to support tools that use the exit-on-errorLang Hames2016-03-172-1/+79
* [Support] Make Error::isA<T>() works on success values.Lang Hames2016-03-172-1/+4
* [LoopVectorize] Annotate versioned loop with noalias metadataAdam Nemet2016-03-175-28/+228
* [LoopVersioning] Annotate versioned loop with noalias metadataAdam Nemet2016-03-175-0/+275
* Bitcode: Error out instead of crashing on corrupt metadataJustin Bogner2016-03-171-20/+38
* ARM: stop asserting on weird <3 x Ty> vectors in ISelLowering.Tim Northover2016-03-173-2/+19
* [libFuzzer] deprecate several flagsKostya Serebryany2016-03-177-51/+10
* [libFuzzer] add __attribute__((no_sanitize_memory)) to two functions that may...Kostya Serebryany2016-03-171-0/+2
* [msan fix] unitalized variableMichael J. Spencer2016-03-171-3/+3
* [InstCombine] Combine A->B->A BitCastGuozhi Wei2016-03-173-0/+200
* [Statepoints] Export a magic constant into a header; NFCSanjoy Das2016-03-172-1/+3
* [lit] Enqueue tests on a separate thread to not hit limits on parallel queuesFilipe Cabecinhas2016-03-171-2/+14
* [AMDGPU] add VI disassembler tests. NFC.Valery Pykhtin2016-03-1713-3/+1700
* [PowerPC] Disable CTR loops optimization for soft float operationsPetar Jovanovic2016-03-172-0/+148
* [WebAssembly] Stackify code emitted by eliminateFrameIndex and SP writebackDerek Schuff2016-03-175-60/+126
* [COFF] Refactor section alignment calculationDavid Majnemer2016-03-172-3/+18
* Forgot to commit this with r263692David Majnemer2016-03-171-1/+1
* AMDGPU/SI: Do not generate s_waitcnt after ds_permute/ds_bpermuteChangpeng Fang2016-03-173-3/+51
* AMDGPU: mark atomic instructions as sources of divergenceNicolai Haehnle2016-03-172-0/+22
* [X86][SSE] Simplified blend-with-zero combiningSimon Pilgrim2016-03-174-20/+63
* propagate 'unpredictable' metadata on select instructions Sanjay Patel2016-03-173-9/+13
* ARM: Revert SVN r253865, 254158, fix windows divisionSaleem Abdulrasool2016-03-174-88/+113
* [llvm-objdump] Add REQUIRES x86 directive to fix buildbotsSimon Atanasyan2016-03-171-0/+1
* [llvm-objdump] Add '0x' prefix to a target displacement number to accent its ...Simon Atanasyan2016-03-172-1/+11
* [mips] Use `formatImm` call to print immediate value in the `MipsInstPrinter`Simon Atanasyan2016-03-172-2/+13
* [mips] Eliminate instances of "potentially uninitialised local variable" warn...Scott Egerton2016-03-171-16/+13
* Remove obselete reference to TypeResolve from the tutorial.Wilfred Hughes2016-03-171-4/+1
* Minor grammar fix in kaleidoscope tutorial.Wilfred Hughes2016-03-171-2/+2
* Further typo fixes in kaleidoscope tutorial.Wilfred Hughes2016-03-171-3/+3
OpenPOWER on IntegriCloud