summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reapply "[Coverage] Prevent detection of false instantiations in case of macr...Igor Kudrin2016-04-187-19/+102
* Revert "Replace the use of MaxFunctionCount module flag"Eric Liu2016-04-187-188/+20
* [ELF] - Avoid using memset for zero-initialization of struct member. NFC.George Rimar2016-04-182-2/+1
* [AMDGPU][llvm-mc] s_setreg* - Fix order of operandsArtem Tamazov2016-04-183-10/+10
* Silence some "initialized but unused" warnings from MSVC -- the function bein...Aaron Ballman2016-04-181-13/+2
* Revert 266581 (and follow-up 266588), it doesn't build on Windows.Nico Weber2016-04-1812-877/+460
* Unbreak building unit tests on Windows after r266595.Nico Weber2016-04-181-0/+1
* Unbreak building LLVMTarget on Windows after r266595.Nico Weber2016-04-181-2/+3
* Unbreak building llvm-pdbdump on Windows after r266595.Nico Weber2016-04-183-1/+4
* Respect LIBCXXABI_LIBDIR_SUFFIX before an installBen Craig2016-04-181-3/+3
* Fix handling of R_X86_64_GOT32.Rafael Espindola2016-04-182-1/+10
* Simplify handling of R_X86_64_TPOFF32. NFC.Rafael Espindola2016-04-182-10/+8
* [mips][ias] Prevent double-filling of delay slots by generating '.set noreord...Daniel Sanders2016-04-182-1/+18
* Remove isGotRelative.Rafael Espindola2016-04-184-12/+26
* Include SmallVector.h header in lib/Target/WebAssembly/InstPrinter/WebAssembl...Eric Liu2016-04-181-0/+1
* Attempt to fix darwin build after header refactor in llvm (r266595)Pavel Labath2016-04-181-1/+1
* Have getRelExpr handle all cases on x86.Rafael Espindola2016-04-184-40/+37
* [ARM] AArch32 v8 NEON is still not IEEE-754 compliantRenato Golin2016-04-182-15/+12
* [mips][ias] Stream macro expansions to output instead of buffering them. NFC.Daniel Sanders2016-04-183-353/+336
* Merge duplicated cases. NFC.Rafael Espindola2016-04-181-8/+2
* [PowerPC] add comment to testStrahinja Petrovic2016-04-181-0/+2
* clang-format: Improve heuristics to detect function declarations/definitions.Daniel Jasper2016-04-182-4/+22
* Fixup r266327Pavel Labath2016-04-181-2/+2
* Add missing header (NFC)Mehdi Amini2016-04-181-1/+2
* Add missing header (NFC)Mehdi Amini2016-04-181-0/+1
* [NFC] Header cleanupMehdi Amini2016-04-18360-546/+197
* Add missing include for StringRef (NFC)Mehdi Amini2016-04-181-0/+1
* [asan] [SystemZ] Add slop for stack address detection.Marcin Koscielnicki2016-04-181-0/+8
* Mark P0152R1 as complete.Eric Fiselier2016-04-181-1/+1
* Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign i...Eric Fiselier2016-04-182-64/+32
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-1811-62/+409
* [LLDB][MIPS] Fix TestConcurrentEventsMohit K. Bhakkad2016-04-181-35/+35
* [Orc] Tweak some of the new RPC code to silence a warning (extraneous ';') andLang Hames2016-04-181-4/+4
* Add hash specializations for __int128_t. Fixes LWG issue 2119Eric Fiselier2016-04-183-4/+25
* Add tests for LWG issue 2361Eric Fiselier2016-04-1816-9/+263
* Fix LWG issue 2345 - Add insert(value_type&&)Eric Fiselier2016-04-1821-616/+764
* Delete the now redundant pointsToLocalDynamicGotEntry.Rafael Espindola2016-04-183-16/+1
* Have getRelExpr return the final values for tls gd.Rafael Espindola2016-04-182-3/+6
* BitcodeWriter: WorkList => Worklist, NFCDuncan P. N. Exon Smith2016-04-181-5/+5
* [ORC] Generalize the ORC RPC utils to support RPC function return values andLang Hames2016-04-1812-460/+877
* Change getRelExpr to return the final value for TLSLD. NFC.Rafael Espindola2016-04-182-2/+4
* Linker: Share a single Metadata map for the lifetime of IRMoverDuncan P. N. Exon Smith2016-04-172-5/+20
* Make CreateTargetMachine as small as possible.Rafael Espindola2016-04-172-14/+15
* [X86] Be explicit about calls to setOperationAction for AVX2 and AVX512 rathe...Craig Topper2016-04-171-45/+42
* Revert "NFC: unify clang / LLVM atomic ordering"JF Bastien2016-04-173-159/+118
* Revert "NFC: unify clang / LLVM atomic ordering"JF Bastien2016-04-173-81/+110
* NFC: unify clang / LLVM atomic orderingJF Bastien2016-04-173-110/+81
* NFC: unify clang / LLVM atomic orderingJF Bastien2016-04-173-118/+159
* When building with LLVM_ENABLE_MODULES, put the module cache into the buildRichard Smith2016-04-171-19/+18
* Transforms: Try harder to fix bootstrap after r266565Duncan P. N. Exon Smith2016-04-171-2/+2
OpenPOWER on IntegriCloud