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