| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests for LWG issue 2361 | Eric Fiselier | 2016-04-18 | 16 | -9/+263 |
* | Fix LWG issue 2345 - Add insert(value_type&&) | Eric Fiselier | 2016-04-18 | 21 | -616/+764 |
* | Delete the now redundant pointsToLocalDynamicGotEntry. | Rafael Espindola | 2016-04-18 | 3 | -16/+1 |
* | Have getRelExpr return the final values for tls gd. | Rafael Espindola | 2016-04-18 | 2 | -3/+6 |
* | BitcodeWriter: WorkList => Worklist, NFC | Duncan P. N. Exon Smith | 2016-04-18 | 1 | -5/+5 |
* | [ORC] Generalize the ORC RPC utils to support RPC function return values and | Lang Hames | 2016-04-18 | 12 | -460/+877 |
* | Change getRelExpr to return the final value for TLSLD. NFC. | Rafael Espindola | 2016-04-18 | 2 | -2/+4 |
* | Linker: Share a single Metadata map for the lifetime of IRMover | Duncan P. N. Exon Smith | 2016-04-17 | 2 | -5/+20 |
* | Make CreateTargetMachine as small as possible. | Rafael Espindola | 2016-04-17 | 2 | -14/+15 |
* | [X86] Be explicit about calls to setOperationAction for AVX2 and AVX512 rathe... | Craig Topper | 2016-04-17 | 1 | -45/+42 |
* | Revert "NFC: unify clang / LLVM atomic ordering" | JF Bastien | 2016-04-17 | 3 | -159/+118 |
* | Revert "NFC: unify clang / LLVM atomic ordering" | JF Bastien | 2016-04-17 | 3 | -81/+110 |
* | NFC: unify clang / LLVM atomic ordering | JF Bastien | 2016-04-17 | 3 | -110/+81 |
* | NFC: unify clang / LLVM atomic ordering | JF Bastien | 2016-04-17 | 3 | -118/+159 |
* | When building with LLVM_ENABLE_MODULES, put the module cache into the build | Richard Smith | 2016-04-17 | 1 | -19/+18 |
* | Transforms: Try harder to fix bootstrap after r266565 | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -2/+2 |
* | Linker: Don't double-schedule appending variables | Duncan P. N. Exon Smith | 2016-04-17 | 2 | -1/+10 |
* | [ParallelCG] SmallVector<char> -> SmallString. | Davide Italiano | 2016-04-17 | 1 | -2/+2 |
* | Transforms: Fix bootstrap after r266565 | Duncan P. N. Exon Smith | 2016-04-17 | 2 | -5/+5 |
* | Fix a use after move. | Rafael Espindola | 2016-04-17 | 1 | -2/+2 |
* | ValueMapper: Don't allow explicit null mappings of Values, NFC | Duncan P. N. Exon Smith | 2016-04-17 | 2 | -3/+5 |
* | Keep only the splitCodegen version that takes a factory. | Rafael Espindola | 2016-04-17 | 5 | -61/+40 |
* | IRMover: Remove dead code, NFC | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -3/+0 |
* | Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ... | Craig Topper | 2016-04-17 | 7 | -24/+26 |
* | Implement CWG 941 - explicit specializations of deleted function templates | Faisal Vali | 2016-04-17 | 3 | -0/+137 |
* | [X86][SSE] Added 16i8 -> 8i64 sext test | Simon Pilgrim | 2016-04-17 | 1 | -1/+125 |
* | [X86] Added TODO comment for target shuffle mask decoding of bitcasted masks | Simon Pilgrim | 2016-04-17 | 1 | -0/+1 |
* | Fix shared build after r266484 | Ismail Donmez | 2016-04-17 | 1 | -0/+1 |
* | [X86] Remove unneeded variables | Asaf Badouh | 2016-04-17 | 1 | -12/+8 |
* | DebugInfo: Make DICompositeTypes distinct most of the time | Duncan P. N. Exon Smith | 2016-04-17 | 12 | -22/+46 |
* | LTO: Merge debug info types when linking bitcode | Duncan P. N. Exon Smith | 2016-04-17 | 2 | -1/+4 |
* | [AVX512] ISD::MUL v2i64/v4i64 should only be legal if DQI and VLX features ar... | Craig Topper | 2016-04-17 | 2 | -2/+126 |
* | IR: Fix type-refs in testcase from r266548 | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -11/+11 |
* | IR: Use getRawScope() when verifying | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -2/+2 |
* | Fix a typo in rL265762 | Sanjoy Das | 2016-04-17 | 2 | -1/+13 |
* | Revert "use range loop, try to make comments more meaningful; NFCI" | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -7/+10 |
* | IR: Use an explicit map for debug info type uniquing | Duncan P. N. Exon Smith | 2016-04-17 | 15 | -10/+197 |
* | IR: Use ODR to unique DICompositeType members | Duncan P. N. Exon Smith | 2016-04-17 | 4 | -2/+133 |
* | [Target] Reduce size of the LoadExtActions array in TargetLoweringBase by hal... | Craig Topper | 2016-04-17 | 1 | -7/+11 |
* | [Target] Remove checks for Simple VTs before calling routines that can handle... | Craig Topper | 2016-04-17 | 1 | -10/+7 |
* | [Target] Fix an assertion that should have been updated when the code below i... | Craig Topper | 2016-04-17 | 1 | -1/+1 |
* | LangRef: Removed some outdated text about DIDerivedType | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -5/+2 |
* | Linker: Clarify test/Linker/type-unique-odr-a.ll, NFC | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -17/+23 |
* | IR: Add a configuration point for MDNodeInfo::isEqual, NFC | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -2/+18 |
* | use range loop, try to make comments more meaningful; NFCI | Sanjay Patel | 2016-04-16 | 1 | -10/+7 |
* | LangRef: Fix some bugs in debug info descriptions | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -4/+9 |
* | IR: Remove extra blank line, NFC | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -1/+0 |
* | LTO: Use a common LibLTOCodeGenerator::init, NFC | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -3/+5 |
* | ValueMapper: Separate mapping of distinct and uniqued nodes (again) | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -220/+204 |
* | ValueMapper: Only put cyclic nodes into CyclicNodes, NFCI | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -2/+11 |