Age | Commit message (Expand) | Author | Files | Lines |
2015-11-18 | Teach the inliner to track deoptimization state | Sanjoy Das | 1 | -0/+26 |
2015-11-17 | Drop prelink support. | Rafael Espindola | 1 | -16/+11 |
2015-11-16 | [IR] Manage TheNoneToken with a std::unique_ptr | David Majnemer | 3 | -4/+3 |
2015-11-16 | [DIBuilder] Make createReferenceType take size and align | Keno Fischer | 1 | -2/+4 |
2015-11-16 | Also map the personality function in CloneFunctionInto | Keno Fischer | 1 | -0/+8 |
2015-11-13 | Revert r252990. | Akira Hatanaka | 4 | -100/+1 |
2015-11-13 | Provide a way to specify inliner's attribute compatibility and merging. | Akira Hatanaka | 4 | -1/+100 |
2015-11-12 | Revert r252949. | Akira Hatanaka | 4 | -100/+1 |
2015-11-12 | Provide a way to specify inliner's attribute compatibility and merging | Akira Hatanaka | 4 | -1/+100 |
2015-11-12 | Comment update. NFC. | Rafael Espindola | 1 | -16/+0 |
2015-11-11 | [IR] Add support for empty tokens | David Majnemer | 4 | -2/+30 |
2015-11-11 | Introduce deoptimization operand bundles | Sanjoy Das | 2 | -0/+14 |
2015-11-11 | Move the enum attributes defined in Attributes.h to a table-gen file. | Akira Hatanaka | 1 | -1/+17 |
2015-11-10 | [IR] Make {Call,Invoke}::cloneImpl aware of operand bundles | Sanjoy Das | 1 | -0/+8 |
2015-11-10 | [OperandBundles] Identify operand bundles with both their names and IDs | Sanjoy Das | 1 | -1/+1 |
2015-11-07 | [OperandBundles] Rename accessor, NFC | Sanjoy Das | 1 | -1/+1 |
2015-11-06 | Add 'notail' marker for call instructions. | Akira Hatanaka | 1 | -0/+2 |
2015-11-06 | Add a new attribute: norecurse | James Molloy | 2 | -1/+5 |
2015-11-05 | DI: Reverse direction of subprogram -> function edge. | Peter Collingbourne | 6 | -120/+77 |
2015-11-05 | [IR] Add bounds checking to dataOperandHasImpliedAttr | Sanjoy Das | 1 | -0/+8 |
2015-11-04 | [IR] Add a `data_operand` abstraction | Sanjoy Das | 1 | -0/+29 |
2015-11-04 | [IR] Add bounds checking to paramHasAttr | Sanjoy Das | 1 | -0/+4 |
2015-11-03 | [X86][XOP] Add support for the matching of the VPCMOV bit select instruction | Simon Pilgrim | 1 | -0/+11 |
2015-11-02 | Fix use-after-free in function index merging code. | Teresa Johnson | 1 | -1/+1 |
2015-11-02 | StringRef-ify DiagnosticInfoSampleProfile::Filename | David Blaikie | 1 | -4/+6 |
2015-11-02 | Preserve load alignment and dereferenceable metadata during some transformations | Artur Pilipenko | 1 | -0/+11 |
2015-10-22 | [SCEV] Opportunistically interpret unsigned constraints as signed | Sanjoy Das | 1 | -0/+17 |
2015-10-22 | [IR] Add a `makeNoWrapRegion` method to `ConstantRange` | Sanjoy Das | 1 | -0/+53 |
2015-10-22 | [OperandBundles] Make function attributes conservatively correct | Sanjoy Das | 1 | -0/+6 |
2015-10-21 | [Verifier] Minor comment update, NFC | Vedant Kumar | 1 | -2/+1 |
2015-10-18 | Make a bunch of static arrays const. | Craig Topper | 1 | -8/+9 |
2015-10-15 | Remove DIFile from createSubroutineType. | Eric Christopher | 1 | -2/+1 |
2015-10-14 | Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We used | Richard Smith | 1 | -2/+2 |
2015-10-09 | Add verification for align, dereferenceable, dereferenceable_or_null load met... | Artur Pilipenko | 1 | -0/+36 |
2015-10-08 | IR: Remove implicit iterator conversions from lib/IR, NFC | Duncan P. N. Exon Smith | 12 | -67/+72 |
2015-10-08 | [IRBuilder] Change the `gc.statepoint` creation interface | Sanjoy Das | 1 | -15/+16 |
2015-10-07 | IR: Create SymbolTableList wrapper around iplist, NFC | Duncan P. N. Exon Smith | 4 | -22/+20 |
2015-10-07 | [IRBuilder] Add gc.statepoint related methods to IRBuilder | Sanjoy Das | 1 | -32/+74 |
2015-10-07 | [SEH] Add llvm.eh.exceptioncode intrinsic | Reid Kleckner | 1 | -0/+1 |
2015-10-06 | Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener... | Hans Wennborg | 2 | -5/+5 |
2015-10-06 | IR: Use auto for iterators, NFC | Duncan P. N. Exon Smith | 1 | -4/+2 |
2015-10-06 | IR: Remove unnecessary TraitsClass typedef, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-10-06 | IR: Remove unnecessary specialization of getSymTab(), NFC | Duncan P. N. Exon Smith | 1 | -6/+6 |
2015-10-06 | [Function] Clean up {prefix,prologue} data routines (NFC) | Vedant Kumar | 2 | -40/+39 |
2015-10-05 | Simplify code. No functionality change. | Jakub Staszak | 1 | -9/+2 |
2015-10-04 | Support for function summary index bitcode sections and files. | Teresa Johnson | 2 | -0/+64 |
2015-09-30 | Fix debug info with SafeStack. | Evgeniy Stepanov | 1 | -0/+2 |
2015-09-30 | [ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la... | Jeroen Ketema | 1 | -0/+55 |
2015-09-29 | HHVM calling conventions. | Maksim Panchenko | 1 | -0/+2 |
2015-09-28 | Introduce !align metadata for load instruction | Artur Pilipenko | 1 | -0/+4 |