summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Target] Reduce size of the LoadExtActions array in TargetLoweringBase by hal...Craig Topper2016-04-171-7/+11
* [Target] Remove checks for Simple VTs before calling routines that can handle...Craig Topper2016-04-171-10/+7
* [Target] Fix an assertion that should have been updated when the code below i...Craig Topper2016-04-171-1/+1
* LangRef: Removed some outdated text about DIDerivedTypeDuncan P. N. Exon Smith2016-04-171-5/+2
* Linker: Clarify test/Linker/type-unique-odr-a.ll, NFCDuncan P. N. Exon Smith2016-04-171-17/+23
* IR: Add a configuration point for MDNodeInfo::isEqual, NFCDuncan P. N. Exon Smith2016-04-161-2/+18
* use range loop, try to make comments more meaningful; NFCISanjay Patel2016-04-161-10/+7
* LangRef: Fix some bugs in debug info descriptionsDuncan P. N. Exon Smith2016-04-161-4/+9
* IR: Remove extra blank line, NFCDuncan P. N. Exon Smith2016-04-161-1/+0
* LTO: Use a common LibLTOCodeGenerator::init, NFCDuncan P. N. Exon Smith2016-04-161-3/+5
* ValueMapper: Separate mapping of distinct and uniqued nodes (again)Duncan P. N. Exon Smith2016-04-161-220/+204
* ValueMapper: Only put cyclic nodes into CyclicNodes, NFCIDuncan P. N. Exon Smith2016-04-161-2/+11
OpenPOWER on IntegriCloud