Age | Commit message (Expand) | Author | Files | Lines |
2016-04-23 | BitcodeReader: Avoid referencing unresolved nodes from distinct ones | Duncan P. N. Exon Smith | 1 | -0/+75 |
2016-04-23 | Tag the end of an anonymous namespace, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-04-22 | Fix some spelling mistakes | David Majnemer | 1 | -1/+1 |
2016-04-21 | Add a CachedHash structure. | Rafael Espindola | 1 | -0/+49 |
2016-04-19 | IR: Enable debug info type ODR uniquing for forward decls | Duncan P. N. Exon Smith | 1 | -0/+91 |
2016-04-19 | [Orc] Add pthread dependence to the RPCUtilsTest unit test. | Lang Hames | 1 | -0/+2 |
2016-04-19 | IR: LLVMContextTest => DebugTypeODRUniquingTest, NFC | Duncan P. N. Exon Smith | 2 | -4/+4 |
2016-04-19 | IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFC | Duncan P. N. Exon Smith | 1 | -17/+23 |
2016-04-19 | IR: Require DICompositeType for ODR uniquing type map | Duncan P. N. Exon Smith | 1 | -5/+7 |
2016-04-19 | [Orc] Disable RPC callST unit test until the S390 failures encountered during | Lang Hames | 1 | -20/+22 |
2016-04-19 | IR: Rename API for enabling ODR uniquing of DITypes, NFC | Duncan P. N. Exon Smith | 1 | -15/+15 |
2016-04-19 | [Orc] Tidy up some of the RPC primitives, add a unit-test for the callST | Lang Hames | 1 | -42/+95 |
2016-04-18 | [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups. | Lang Hames | 1 | -27/+76 |
2016-04-18 | Reapply "[Coverage] Prevent detection of false instantiations in case of macr... | Igor Kudrin | 1 | -0/+38 |
2016-04-18 | Revert "Replace the use of MaxFunctionCount module flag" | Eric Liu | 2 | -67/+0 |
2016-04-18 | Revert 266581 (and follow-up 266588), it doesn't build on Windows. | Nico Weber | 1 | -76/+27 |
2016-04-18 | Unbreak building unit tests on Windows after r266595. | Nico Weber | 1 | -0/+1 |
2016-04-18 | [NFC] Header cleanup | Mehdi Amini | 13 | -12/+5 |
2016-04-18 | [ORC] Generalize the ORC RPC utils to support RPC function return values and | Lang Hames | 1 | -27/+76 |
2016-04-17 | IR: Use an explicit map for debug info type uniquing | Duncan P. N. Exon Smith | 2 | -0/+58 |
2016-04-16 | Remove some unneeded headers and replace some headers with forward class decl... | Mehdi Amini | 2 | -2/+3 |
2016-04-16 | ValueMapper: Stop memoizing ConstantAsMetadata | Duncan P. N. Exon Smith | 1 | -4/+5 |
2016-04-16 | [DebugInfo] Correct the assertion introduced in r266509 + update test. | Davide Italiano | 1 | -1/+2 |
2016-04-16 | Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC" | Duncan P. N. Exon Smith | 1 | -52/+52 |
2016-04-16 | Revert "ValueMapper: Eliminate cross-file co-recursion, NFC" | Duncan P. N. Exon Smith | 1 | -52/+52 |
2016-04-16 | ValueMapper: Use API from r266503 in unit tests, NFC | Duncan P. N. Exon Smith | 1 | -52/+52 |
2016-04-15 | Replace the use of MaxFunctionCount module flag | Easwaran Raman | 2 | -0/+67 |
2016-04-15 | Revert "[Coverage] Prevent detection of false instantiations in case of macro... | Igor Kudrin | 1 | -38/+0 |
2016-04-15 | [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. | Adrian Prantl | 2 | -52/+40 |
2016-04-15 | [Coverage] Prevent detection of false instantiations in case of macro expansion. | Igor Kudrin | 1 | -0/+38 |
2016-04-15 | [Coverage] Add support for making test data for more than one function. | Igor Kudrin | 1 | -83/+169 |
2016-04-15 | Option parser: class for consuming a joined arg in addition to all remaining ... | Hans Wennborg | 2 | -0/+53 |
2016-04-15 | OptionParsingTest.cpp: reorder EXPECT_EQs to put expectation on the left. NFC. | Hans Wennborg | 1 | -25/+25 |
2016-04-14 | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 34 | -643/+703 |
2016-04-14 | [Coverage] Update testing methods to support more than two files | Igor Kudrin | 1 | -11/+58 |
2016-04-13 | ValueMapper: Resolve cycles on the new nodes | Duncan P. N. Exon Smith | 1 | -0/+42 |
2016-04-13 | [DebugInfo] Optimize memory layout of DISubprogram. | Davide Italiano | 1 | -2/+3 |
2016-04-12 | APInt: Add overload of isMask | Matt Arsenault | 1 | -0/+17 |
2016-04-10 | Fix asan test failure | Xinliang David Li | 1 | -0/+2 |
2016-04-10 | [PGO] Fix deserialize bug | Xinliang David Li | 1 | -0/+40 |
2016-04-10 | Clean up test case | Xinliang David Li | 1 | -40/+36 |
2016-04-08 | ValueMapper: Don't memoize metadata when RF_NoModuleLevelChanges | Duncan P. N. Exon Smith | 1 | -0/+32 |
2016-04-08 | ValueMapper: Stop memoizing MDStrings | Duncan P. N. Exon Smith | 1 | -0/+15 |
2016-04-08 | Reapply "ValueMapper: Treat LocalAsMetadata more like function-local Values" | Duncan P. N. Exon Smith | 1 | -0/+118 |
2016-04-08 | Revert "ValueMapper: Treat LocalAsMetadata more like function-local Values" | Duncan P. N. Exon Smith | 1 | -95/+0 |
2016-04-08 | ValueMapper: Treat LocalAsMetadata more like function-local Values | Duncan P. N. Exon Smith | 1 | -0/+95 |
2016-04-07 | Revert "ValueMapper: Make LocalAsMetadata match function-local Values" | Duncan P. N. Exon Smith | 1 | -82/+0 |
2016-04-07 | ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMapMissingGlobalValues | Duncan P. N. Exon Smith | 1 | -0/+12 |
2016-04-07 | ValueMapper: Make LocalAsMetadata match function-local Values | Duncan P. N. Exon Smith | 1 | -0/+83 |
2016-04-06 | NFC: make AtomicOrdering an enum class | JF Bastien | 1 | -4/+4 |