| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | BitcodeWriter: Emit distinct nodes before uniqued nodes | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -6/+18 |
| * | Address comments. | Teresa Johnson | 2016-04-23 | 1 | -243/+238 |
| * | Refactor bitcode writer into classes (NFC) | Teresa Johnson | 2016-04-23 | 1 | -681/+823 |
| * | Avoid ternery statement to please g++ after r267270, NFC | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -1/+3 |
| * | ValueEnumerator: Use std::find_if, NFC | Duncan P. N. Exon Smith | 2016-04-23 | 2 | -23/+8 |
| * | BitcodeReader: Avoid referencing unresolved nodes from distinct ones | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -6/+61 |
| * | BitcodeReader: Consistently use IsDistinct, NFC | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -33/+52 |
| * | BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFC | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -10/+5 |
| * | ValueMapper/Enumerator: Clean up code in post-order traversals, NFC | Duncan P. N. Exon Smith | 2016-04-22 | 2 | -25/+42 |
| * | [ThinLTO] Remove unused/incomplete lazy summary reading support (NFC) | Teresa Johnson | 2016-04-22 | 1 | -63/+11 |
| * | BitcodeWriter: Emit metadata in post-order (again) | Duncan P. N. Exon Smith | 2016-04-21 | 2 | -17/+24 |
| * | IR: Use SmallVector instead of std::vector of TrackingMDRef | Duncan P. N. Exon Smith | 2016-04-20 | 1 | -1/+6 |
| * | [ThinLTO] Prevent importing of "llvm.used" values | Teresa Johnson | 2016-04-20 | 1 | -0/+3 |
| * | IR: Enable debug info type ODR uniquing for forward decls | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -2/+2 |
| * | IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFC | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -16/+27 |
| * | IR: Require DICompositeType for ODR uniquing type map | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -2/+2 |
| * | IR: Rename API for enabling ODR uniquing of DITypes, NFC | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -1/+1 |
| * | BitcodeWriter: Break recursion when enumerating Metadata, almost NFC | Duncan P. N. Exon Smith | 2016-04-19 | 2 | -71/+74 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 2 | -3/+1 |
| * | BitcodeWriter: WorkList => Worklist, NFC | Duncan P. N. Exon Smith | 2016-04-18 | 1 | -5/+5 |
| * | IR: Use an explicit map for debug info type uniquing | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -10/+23 |
| * | ThinLTO: Make aliases explicit in the summary | Mehdi Amini | 2016-04-16 | 2 | -3/+118 |
| * | Update and fix LLVM_ENABLE_MODULES: | Richard Smith | 2016-04-16 | 1 | -1/+0 |
| * | [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. | Adrian Prantl | 2016-04-15 | 2 | -17/+35 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -3/+2 |
| * | Revert "Make aliases explicit in the summary" | Mehdi Amini | 2016-04-13 | 2 | -118/+3 |
| * | Make aliases explicit in the summary | Mehdi Amini | 2016-04-13 | 2 | -3/+118 |
| * | Add the allocsize attribute to LLVM. | George Burgess IV | 2016-04-12 | 2 | -0/+6 |
| * | [ThinLTO] BitcodeWriter still requires Analysis library | Teresa Johnson | 2016-04-11 | 1 | -1/+1 |
| * | [ThinLTO] Move summary computation from BitcodeWriter to new pass | Teresa Johnson | 2016-04-11 | 3 | -157/+73 |
| * | Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ... | Mehdi Amini | 2016-04-10 | 1 | -6/+7 |
| * | Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC) | Mehdi Amini | 2016-04-07 | 1 | -4/+4 |
| * | [GCC] Attribute ifunc support in llvm | Dmitry Polukhin | 2016-04-07 | 3 | -3/+35 |
| * | NFC: make AtomicOrdering an enum class | JF Bastien | 2016-04-06 | 2 | -24/+29 |
| * | IR: Introduce ConstantAggregate, NFC | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -2/+1 |
| * | [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar | Dmitry Polukhin | 2016-04-05 | 1 | -19/+26 |
| * | [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC) | Teresa Johnson | 2016-04-05 | 1 | -12/+2 |
| * | [ThinLTO] Add option to dump value name to GUID mapping | Teresa Johnson | 2016-04-04 | 1 | -5/+17 |
| * | Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC) | Mehdi Amini | 2016-04-02 | 1 | -21/+23 |
| * | Bitcode: Try to emit metadata in function blocks | Duncan P. N. Exon Smith | 2016-04-02 | 3 | -39/+231 |
| * | Fix doxygen comments from r265224, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -2/+2 |
| * | BitcodeWriter: Further unify function metadata, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 3 | -12/+17 |
| * | BitcodeReader: Check for unresolved function metadata | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -2/+12 |
| * | Reverts r265219. | Mehdi Amini | 2016-04-02 | 1 | -15/+15 |
| * | wip | Mehdi Amini | 2016-04-02 | 1 | -15/+15 |
| * | Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC) | Mehdi Amini | 2016-04-02 | 2 | -21/+22 |
| * | Swift Calling Convention: add swifterror attribute. | Manman Ren | 2016-04-01 | 2 | -5/+10 |
| * | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini | 2016-04-01 | 2 | -19/+109 |
| * | Revert "Add support for computing SHA1 in LLVM" | Mehdi Amini | 2016-04-01 | 2 | -109/+19 |
| * | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini | 2016-04-01 | 2 | -19/+109 |