| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ignore "no-frame-pointer-elim" and "no-frame-pointer-elim-non-leaf" in favor ... | Fangrui Song | 2019-12-30 | 1 | -0/+1 |
| * | Fix error message missed in commit dde589389fcb8b5098f7a47f1b781b27d29a0cac. | Andrew Browne | 2019-11-18 | 1 | -2/+4 |
| * | [IR] Redefine Freeze instruction | aqjune | 2019-11-12 | 1 | -4/+20 |
| * | ThinLTO : Import always_inline functions irrespective of the threshold | Teresa Johnson | 2019-11-08 | 1 | -0/+1 |
| * | [ThinLTO] Import readonly vars with refs | evgeny | 2019-11-07 | 1 | -3/+7 |
| * | [IR] Add Freeze instruction | aqjune | 2019-11-05 | 1 | -7/+4 |
| * | [BitcodeReader] Fixed use after move warnings. NFCI. | Dávid Bolvanský | 2019-11-03 | 1 | -10/+0 |
| * | [BitcodeReader] Fixed null check after dereferencing warning. NFCI. | Dávid Bolvanský | 2019-11-03 | 1 | -1/+1 |
| * | [BitcodeReader] Fixed null pointer dereferencing warning. NFCI. | Dávid Bolvanský | 2019-11-03 | 1 | -0/+1 |
| * | [IR] Allow fast math flags on calls with floating point array type. | Jay Foad | 2019-10-30 | 1 | -3/+2 |
| * | [Alignment][NFC] Convert AllocaInst to MaybeAlign | Guillaume Chatelet | 2019-10-25 | 1 | -1/+1 |
| * | [Alignment][NFC] Convert StoreInst to MaybeAlign | Guillaume Chatelet | 2019-10-22 | 1 | -4/+2 |
| * | [Alignment][NFC] Convert LoadInst to MaybeAlign | Guillaume Chatelet | 2019-10-22 | 1 | -4/+2 |
| * | [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned) | Guillaume Chatelet | 2019-10-15 | 1 | -15/+19 |
| * | Add FMF to vector ops for phi | Michael Berg | 2019-10-14 | 1 | -1/+1 |
| * | [Bitcode] Update naming of UNOP_NEG to UNOP_FNEG | Cameron McInally | 2019-10-07 | 1 | -1/+1 |
| * | [IR] allow fast-math-flags on phi of FP values (2nd try) | Sanjay Patel | 2019-09-25 | 1 | -6/+23 |
| * | Revert [IR] allow fast-math-flags on phi of FP values | Sanjay Patel | 2019-09-25 | 1 | -23/+6 |
| * | [IR] allow fast-math-flags on phi of FP values | Sanjay Patel | 2019-09-25 | 1 | -6/+23 |
| * | Add AutoUpgrade function to add new address space datalayout string to existi... | Amy Huang | 2019-09-18 | 1 | -0/+5 |
| * | [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 | 1 | -9/+9 |
| * | [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 |
| * | ARM MTE stack sanitizer. | Evgeniy Stepanov | 2019-07-15 | 1 | -1/+7 |
| * | 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 | 1 | -1/+1 |
| * | [Attributor] Deduce "nosync" function attribute. | Stefan Stipanovic | 2019-07-11 | 1 | -1/+7 |
| * | 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 |
| * | Add, and infer, a nofree function attribute | Brian Homerding | 2019-07-08 | 1 | -0/+4 |
| * | [ThinLTO] Attempt to recommit r365188 after alignment fix | Eugene Leviant | 2019-07-05 | 1 | -14/+33 |
| * | Reverted r365188 due to alignment problems on i686-android | Eugene Leviant | 2019-07-05 | 1 | -33/+14 |
| * | Scalable Vector IR Type with further LTO fixes | Graham Hunter | 2019-07-05 | 1 | -2/+4 |
| * | [ThinLTO] Attempt to recommit r365040 after caching fix | Eugene Leviant | 2019-07-05 | 1 | -14/+33 |
| * | Fix -Wdocumentation param warning. | Simon Pilgrim | 2019-07-04 | 1 | -2/+2 |
| * | Revert [ThinLTO] Optimize writeonly globals out | Reid Kleckner | 2019-07-04 | 1 | -33/+14 |
| * | [Bitcode] Move Bitstream to a separate library | Francis Visoiu Mistrih | 2019-07-03 | 1 | -1/+1 |
| * | [ThinLTO] Optimize writeonly globals out | Eugene Leviant | 2019-07-03 | 1 | -14/+33 |
| * | [ThinLTO] Add summary entries for index-based WPD | Teresa Johnson | 2019-07-02 | 1 | -0/+56 |
| * | [Attr] Add "willreturn" function attribute | Johannes Doerfert | 2019-06-27 | 1 | -0/+4 |
| * | Bitcode: derive all types used from records instead of Values. | Tim Northover | 2019-06-27 | 1 | -136/+279 |
| * | Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix" | Hans Wennborg | 2019-06-27 | 1 | -4/+2 |
| * | Fix -Wunused-variable warnings after r364464 | Hans Wennborg | 2019-06-27 | 1 | -2/+2 |
| * | BitStream reader: propagate errors | JF Bastien | 2019-06-26 | 1 | -184/+372 |
| * | [SVE][IR] Scalable Vector IR Type with pr42210 fix | Graham Hunter | 2019-06-18 | 1 | -2/+4 |
| * | Revert r361953 "[SVE][IR] Scalable Vector IR Type" | Nico Weber | 2019-06-09 | 1 | -4/+2 |
| * | IR: make getParamByValType Just Work. NFC. | Tim Northover | 2019-06-05 | 1 | -1/+2 |
| * | Reapply: IR: add optional type to 'byval' function parameters | Tim Northover | 2019-05-30 | 1 | -3/+47 |
| * | Revert "IR: add optional type to 'byval' function parameters" | Tim Northover | 2019-05-29 | 1 | -47/+3 |