summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linker: Don't double-schedule appending variablesDuncan P. N. Exon Smith2016-04-172-1/+10
* [ParallelCG] SmallVector<char> -> SmallString.Davide Italiano2016-04-171-2/+2
* Transforms: Fix bootstrap after r266565Duncan P. N. Exon Smith2016-04-172-5/+5
* Fix a use after move.Rafael Espindola2016-04-171-2/+2
* ValueMapper: Don't allow explicit null mappings of Values, NFCDuncan P. N. Exon Smith2016-04-172-3/+5
* Keep only the splitCodegen version that takes a factory.Rafael Espindola2016-04-175-61/+40
* IRMover: Remove dead code, NFCDuncan P. N. Exon Smith2016-04-171-3/+0
* Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper2016-04-177-24/+26
* Implement CWG 941 - explicit specializations of deleted function templatesFaisal Vali2016-04-173-0/+137
* [X86][SSE] Added 16i8 -> 8i64 sext testSimon Pilgrim2016-04-171-1/+125
* [X86] Added TODO comment for target shuffle mask decoding of bitcasted masksSimon Pilgrim2016-04-171-0/+1
* Fix shared build after r266484Ismail Donmez2016-04-171-0/+1
* [X86] Remove unneeded variablesAsaf Badouh2016-04-171-12/+8
* DebugInfo: Make DICompositeTypes distinct most of the timeDuncan P. N. Exon Smith2016-04-1712-22/+46
* LTO: Merge debug info types when linking bitcodeDuncan P. N. Exon Smith2016-04-172-1/+4
* [AVX512] ISD::MUL v2i64/v4i64 should only be legal if DQI and VLX features ar...Craig Topper2016-04-172-2/+126
* IR: Fix type-refs in testcase from r266548Duncan P. N. Exon Smith2016-04-171-11/+11
* IR: Use getRawScope() when verifyingDuncan P. N. Exon Smith2016-04-171-2/+2
* Fix a typo in rL265762Sanjoy Das2016-04-172-1/+13
* Revert "use range loop, try to make comments more meaningful; NFCI"Duncan P. N. Exon Smith2016-04-171-7/+10
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-1715-10/+197
* IR: Use ODR to unique DICompositeType membersDuncan P. N. Exon Smith2016-04-174-2/+133
OpenPOWER on IntegriCloud