summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change an assert when generating fmuladd to an ordinary 'if' check (PR25719)Sanjay Patel2015-12-032-11/+21
* [PGO] Add v2 format compatibility testXinliang David Li2015-12-032-0/+20
* MC: Make sure to clear *all* of MCMachOStreamer's stateJustin Bogner2015-12-031-0/+1
* [WebAssembly] Add a test for wasm-store-results passDerek Schuff2015-12-032-1/+23
* [WebAssembly] Assert that byval and nest are not used for return types.Dan Gohman2015-12-021-4/+2
* Rename a header guard to be more appropriateDavid Majnemer2015-12-021-2/+2
* Forgot to add this file with r254562.David Majnemer2015-12-021-0/+41
* [Hexagon] Improve lowering of instructions to the MC layerKrzysztof Parzyszek2015-12-023-24/+55
* Fix test result serialization to use bytes.Zachary Turner2015-12-022-16/+21
* Move EH-specific helper functions to a more appropriate placeDavid Majnemer2015-12-0220-147/+100
* fix typos; NFCSanjay Patel2015-12-021-2/+2
* Fixup for r254547: use format_hex() to simplify code.Alexey Samsonov2015-12-021-2/+1
* Switch the linker to having a whitelist of GVs.Rafael Espindola2015-12-022-55/+71
* Libfuzzer: do not pass null into user functionMike Aizatsky2015-12-022-1/+7
* Use std::string instead of strdup() and free() in WinCodeViewLineTablesReid Kleckner2015-12-022-15/+6
* Delete what is now duplicated code.Rafael Espindola2015-12-023-38/+13
* [llvm-dwp] Include only the non-empty columns in the cu_indexDavid Blaikie2015-12-022-8/+20
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-0233-216/+853
* Sync up with master fileXinliang David Li2015-12-021-3/+7
* [PGO] Allow input value node list to be nullXinliang David Li2015-12-021-3/+6
* Candidate fixes for python2/3 compatible string handling in pickling support.Todd Fiala2015-12-022-4/+4
* Fix a typo in LoopVectorize.cpp. NFC.Cong Hou2015-12-021-1/+1
* [PowerPC] Remove wild call to RegScavenger::initRegState().Alexey Samsonov2015-12-022-6/+4
* [Hexagon] Remove std::hex in favor of format().Alexey Samsonov2015-12-021-5/+7
* Make --results-file stdout implied if unspecified when using a results format...Todd Fiala2015-12-021-3/+13
* Tests: PPC: remove unnecessary metadata. NFCKyle Butt2015-12-021-3/+0
* Also copy private linkage globals when needed.Rafael Espindola2015-12-023-1/+16
* Re-enable UBSan tests for SystemZ: PR20980 was fixed.Alexey Samsonov2015-12-021-4/+0
* Don't copy information from aliasee to alias.Rafael Espindola2015-12-025-22/+20
* AMDGPU/SI: Correctly emit agent global segment variables when targeting HSATom Stellard2015-12-0210-3/+301
* [Hexagon] Remove TFRI_V4 instruction, use existing A2_tfrsi insteadKrzysztof Parzyszek2015-12-021-20/+0
* Fix linking when we copy over only a decl.Rafael Espindola2015-12-023-22/+55
* Fix the clang driver when "-nostdlib" is presentSumanth Gundapaneni2015-12-022-2/+17
* Use sub-commands instead of --mode={client,server}.Zachary Turner2015-12-023-37/+40
* [CodeGen]: Fix bad interaction with AntiDep breaking and inline asm.Kyle Butt2015-12-022-3/+314
* Test Commit: iterateeKyle Butt2015-12-021-2/+2
* Adds candidate formatter for replacing legacy summary results.Todd Fiala2015-12-024-88/+432
* Fix accidental off by one changeFiona Glaser2015-12-021-1/+1
* Move _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h.Paul Robinson2015-12-022-12/+13
* AMDGPU: Fix msan test failureTom Stellard2015-12-021-0/+1
* Scheduler / Regalloc: use unique_ptr[] instead of std::vectorFiona Glaser2015-12-023-16/+17
* [llvm-profdata] Change instr prof counter overflow to saturate rather than di...Nathan Slingerland2015-12-024-17/+32
* AArch64: use ldxp/stxp pair to implement 128-bit atomic loads.Tim Northover2015-12-026-38/+57
* [WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...Dan Gohman2015-12-024-4/+4
* [LLDB][MIPS] fix watchpoint searched on client side for same masked variablesMohit K. Bhakkad2015-12-022-4/+11
* [OpenMP] Update target directive codegen to use 4.5 implicit data mappings.Samuel Antao2015-12-0212-269/+1639
* Making the deleted copy constructor parameter const; NFC.Aaron Ballman2015-12-021-1/+1
* AMDGPU/SI: Don't emit group segment global variablesTom Stellard2015-12-025-0/+32
* Do (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rather than (A == C1 || A =...David Majnemer2015-12-024-9/+9
* Replace the custom AST matcher for nothrow functions with the canonical AST m...Aaron Ballman2015-12-023-18/+2
OpenPOWER on IntegriCloud