| Commit message (Expand) | Author | Age | Files | Lines |
* | MetadataLoader lazyLoadOneMetadata - silence static analyzer dyn_cast<MDNode>... | Simon Pilgrim | 2019-09-26 | 1 | -1/+1 |
* | [IR] allow fast-math-flags on phi of FP values (2nd try) | Sanjay Patel | 2019-09-25 | 2 | -6/+28 |
* | Revert [IR] allow fast-math-flags on phi of FP values | Sanjay Patel | 2019-09-25 | 2 | -28/+6 |
* | [IR] allow fast-math-flags on phi of FP values | Sanjay Patel | 2019-09-25 | 2 | -6/+28 |
* | Add AutoUpgrade function to add new address space datalayout string to existi... | Amy Huang | 2019-09-18 | 1 | -0/+5 |
* | Do a sweep of symbol internalization. NFC. | Benjamin Kramer | 2019-08-23 | 1 | -1/+1 |
* | [BitcodeReader] Check if we can create a null constant for type. | Florian Hahn | 2019-08-21 | 1 | -0/+2 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 2 | -10/+10 |
* | [AutoUpgrader] Make ArcRuntime Autoupgrader more conservative | Steven Wu | 2019-08-13 | 1 | -2/+1 |
* | [ObjC][ARC] Upgrade calls to ARC runtime functions to intrinsic calls if | Akira Hatanaka | 2019-08-08 | 1 | -0/+1 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | Reland: [Remarks] Add an LLVM-bitstream-based remark serializer | Francis Visoiu Mistrih | 2019-07-31 | 1 | -0/+10 |
* | Revert "[Remarks] Add an LLVM-bitstream-based remark serializer" | Francis Visoiu Mistrih | 2019-07-31 | 1 | -10/+0 |
* | [Remarks] Add an LLVM-bitstream-based remark serializer | Francis Visoiu Mistrih | 2019-07-30 | 1 | -0/+10 |
* | [llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d... | Denis Bakhvalov | 2019-07-17 | 1 | -2/+5 |
* | ARM MTE stack sanitizer. | Evgeniy Stepanov | 2019-07-15 | 2 | -1/+9 |
* | Recommit "[BitcodeReader] Validate OpNum, before accessing Record array." | Florian Hahn | 2019-07-14 | 1 | -0/+4 |
* | [BitcodeReader] Use tighter upper bound to validate forward references. | Florian Hahn | 2019-07-14 | 4 | -8/+31 |
* | [Attributor] Deduce "nosync" function attribute. | Stefan Stipanovic | 2019-07-11 | 2 | -1/+9 |
* | Revert [BitcodeReader] Validate OpNum, before accessing Record array. | Florian Hahn | 2019-07-11 | 1 | -4/+0 |
* | [BitcodeReader] Validate OpNum, before accessing Record array. | Florian Hahn | 2019-07-11 | 1 | -0/+4 |
* | [Bitcode] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.h | Francis Visoiu Mistrih | 2019-07-09 | 1 | -0/+2 |
* | [ThinLTO] only emit used or referenced CFI records to index | Bob Haarman | 2019-07-09 | 1 | -8/+22 |
* | [Bitcode][NFC] Remove unused variable from BitcodeAnalyzer | Francis Visoiu Mistrih | 2019-07-08 | 1 | -2/+0 |
* | Add, and infer, a nofree function attribute | Brian Homerding | 2019-07-08 | 2 | -0/+6 |
* | [llvm-bcanalyzer] Refactor and move to libLLVMBitReader | Francis Visoiu Mistrih | 2019-07-08 | 2 | -0/+978 |
* | [ThinLTO] Attempt to recommit r365188 after alignment fix | Eugene Leviant | 2019-07-05 | 2 | -25/+54 |
* | Reverted r365188 due to alignment problems on i686-android | Eugene Leviant | 2019-07-05 | 2 | -54/+25 |
* | Scalable Vector IR Type with further LTO fixes | Graham Hunter | 2019-07-05 | 2 | -3/+8 |
* | [ThinLTO] Attempt to recommit r365040 after caching fix | Eugene Leviant | 2019-07-05 | 2 | -25/+54 |
* | Fix -Wdocumentation param warning. | Simon Pilgrim | 2019-07-04 | 1 | -2/+2 |
* | Revert [ThinLTO] Optimize writeonly globals out | Reid Kleckner | 2019-07-04 | 2 | -54/+25 |
* | [Bitcode] Move Bitstream to a separate library | Francis Visoiu Mistrih | 2019-07-03 | 6 | -516/+5 |
* | [ThinLTO] Optimize writeonly globals out | Eugene Leviant | 2019-07-03 | 2 | -25/+54 |
* | [ThinLTO] Address post-review suggestions for index-based WPD summary | Teresa Johnson | 2019-07-02 | 1 | -14/+11 |
* | [ThinLTO] Add summary entries for index-based WPD | Teresa Johnson | 2019-07-02 | 2 | -5/+123 |
* | [Attr] Add "willreturn" function attribute | Johannes Doerfert | 2019-06-27 | 2 | -0/+6 |
* | Bitcode: derive all types used from records instead of Values. | Tim Northover | 2019-06-27 | 3 | -144/+311 |
* | Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix" | Hans Wennborg | 2019-06-27 | 2 | -8/+3 |
* | Fix -Wunused-variable warnings after r364464 | Hans Wennborg | 2019-06-27 | 1 | -2/+2 |
* | BitStream reader: propagate errors | JF Bastien | 2019-06-26 | 3 | -313/+705 |
* | [SVE][IR] Scalable Vector IR Type with pr42210 fix | Graham Hunter | 2019-06-18 | 2 | -3/+8 |
* | [ThinLTO][Bitcode] Add 'entrycount' to FS_COMBINED_PROFILE. NFC | Eugene Leviant | 2019-06-13 | 1 | -0/+1 |
* | Revert r361953 "[SVE][IR] Scalable Vector IR Type" | Nico Weber | 2019-06-09 | 2 | -8/+3 |
* | IR: make getParamByValType Just Work. NFC. | Tim Northover | 2019-06-05 | 2 | -2/+3 |
* | Reapply: IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-30 | 3 | -9/+62 |
* | Revert "IR: add optional type to 'byval' function parameters" | Tim Northover | 2019-05-29 | 3 | -62/+9 |
* | IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-29 | 3 | -9/+62 |
* | [SVE][IR] Scalable Vector IR Type | Graham Hunter | 2019-05-29 | 2 | -3/+8 |
* | Add IR support, ELF section and user documentation for partitioning feature. | Peter Collingbourne | 2019-05-29 | 2 | -2/+29 |