| Commit message (Expand) | Author | Age | Files | Lines |
| * | [OperandBundles] Rename accessor, NFC | Sanjoy Das | 2015-11-07 | 1 | -1/+1 |
| * | Add 'notail' marker for call instructions. | Akira Hatanaka | 2015-11-06 | 1 | -0/+2 |
| * | Add a new attribute: norecurse | James Molloy | 2015-11-06 | 2 | -1/+5 |
| * | DI: Reverse direction of subprogram -> function edge. | Peter Collingbourne | 2015-11-05 | 6 | -120/+77 |
| * | [IR] Add bounds checking to dataOperandHasImpliedAttr | Sanjoy Das | 2015-11-05 | 1 | -0/+8 |
| * | [IR] Add a `data_operand` abstraction | Sanjoy Das | 2015-11-04 | 1 | -0/+29 |
| * | [IR] Add bounds checking to paramHasAttr | Sanjoy Das | 2015-11-04 | 1 | -0/+4 |
| * | [X86][XOP] Add support for the matching of the VPCMOV bit select instruction | Simon Pilgrim | 2015-11-03 | 1 | -0/+11 |
| * | Fix use-after-free in function index merging code. | Teresa Johnson | 2015-11-02 | 1 | -1/+1 |
| * | StringRef-ify DiagnosticInfoSampleProfile::Filename | David Blaikie | 2015-11-02 | 1 | -4/+6 |
| * | Preserve load alignment and dereferenceable metadata during some transformations | Artur Pilipenko | 2015-11-02 | 1 | -0/+11 |
| * | [SCEV] Opportunistically interpret unsigned constraints as signed | Sanjoy Das | 2015-10-22 | 1 | -0/+17 |
| * | [IR] Add a `makeNoWrapRegion` method to `ConstantRange` | Sanjoy Das | 2015-10-22 | 1 | -0/+53 |
| * | [OperandBundles] Make function attributes conservatively correct | Sanjoy Das | 2015-10-22 | 1 | -0/+6 |
| * | [Verifier] Minor comment update, NFC | Vedant Kumar | 2015-10-21 | 1 | -2/+1 |
| * | Make a bunch of static arrays const. | Craig Topper | 2015-10-18 | 1 | -8/+9 |
| * | Remove DIFile from createSubroutineType. | Eric Christopher | 2015-10-15 | 1 | -2/+1 |
| * | Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We used | Richard Smith | 2015-10-14 | 1 | -2/+2 |
| * | Add verification for align, dereferenceable, dereferenceable_or_null load met... | Artur Pilipenko | 2015-10-09 | 1 | -0/+36 |
| * | IR: Remove implicit iterator conversions from lib/IR, NFC | Duncan P. N. Exon Smith | 2015-10-08 | 12 | -67/+72 |
| * | [IRBuilder] Change the `gc.statepoint` creation interface | Sanjoy Das | 2015-10-08 | 1 | -15/+16 |
| * | IR: Create SymbolTableList wrapper around iplist, NFC | Duncan P. N. Exon Smith | 2015-10-07 | 4 | -22/+20 |
| * | [IRBuilder] Add gc.statepoint related methods to IRBuilder | Sanjoy Das | 2015-10-07 | 1 | -32/+74 |
| * | [SEH] Add llvm.eh.exceptioncode intrinsic | Reid Kleckner | 2015-10-07 | 1 | -0/+1 |
| * | Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener... | Hans Wennborg | 2015-10-06 | 2 | -5/+5 |
| * | IR: Use auto for iterators, NFC | Duncan P. N. Exon Smith | 2015-10-06 | 1 | -4/+2 |
| * | IR: Remove unnecessary TraitsClass typedef, NFC | Duncan P. N. Exon Smith | 2015-10-06 | 1 | -1/+1 |
| * | IR: Remove unnecessary specialization of getSymTab(), NFC | Duncan P. N. Exon Smith | 2015-10-06 | 1 | -6/+6 |
| * | [Function] Clean up {prefix,prologue} data routines (NFC) | Vedant Kumar | 2015-10-06 | 2 | -40/+39 |
| * | Simplify code. No functionality change. | Jakub Staszak | 2015-10-05 | 1 | -9/+2 |
| * | Support for function summary index bitcode sections and files. | Teresa Johnson | 2015-10-04 | 2 | -0/+64 |
| * | Fix debug info with SafeStack. | Evgeniy Stepanov | 2015-09-30 | 1 | -0/+2 |
| * | [ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la... | Jeroen Ketema | 2015-09-30 | 1 | -0/+55 |
| * | HHVM calling conventions. | Maksim Panchenko | 2015-09-29 | 1 | -0/+2 |
| * | Introduce !align metadata for load instruction | Artur Pilipenko | 2015-09-28 | 1 | -0/+4 |
| * | AsmWriter: Print the argument names in declarations while debugging | Justin Bogner | 2015-09-27 | 1 | -23/+31 |
| * | [Bitcode][Asm] Teach LLVM to read and write operand bundles. | Sanjoy Das | 2015-09-24 | 1 | -0/+43 |
| * | [IR] Add operand bundles to CallInst and InvokeInst. | Sanjoy Das | 2015-09-24 | 5 | -4/+59 |
| * | [IR] Teach `llvm::User` to co-allocate a descriptor. | Sanjoy Das | 2015-09-24 | 1 | -3/+61 |
| * | Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets | Philip Reames | 2015-09-23 | 1 | -2/+1 |
| * | [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR | Simon Pilgrim | 2015-09-23 | 1 | -3/+17 |
| * | Remove roundingMode argument in APFloat::mod | Stephen Canon | 2015-09-21 | 1 | -1/+1 |
| * | Added MD_invariant_group to LLVMContext | Piotr Padlewski | 2015-09-17 | 1 | -0/+7 |
| * | [opaque pointer types] Add an explicit value type to GlobalObject | David Blaikie | 2015-09-14 | 1 | -2/+2 |
| * | Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather... | David Blaikie | 2015-09-14 | 2 | -15/+21 |
| * | Fix typos. | Bruce Mitchener | 2015-09-12 | 1 | -4/+4 |
| * | [IR] Print the label operands of a catchpad like an invoke | Reid Kleckner | 2015-09-11 | 1 | -1/+1 |
| * | [PR24785] Appease MSC18 to tweak optimizations. | NAKAMURA Takumi | 2015-09-11 | 1 | -0/+8 |
| * | [opaque pointer type] Add textual IR support for explicit type parameter for ... | David Blaikie | 2015-09-11 | 1 | -0/+4 |
| * | AsmWriter: Avoid O(N^2) processing of metadata | Duncan P. N. Exon Smith | 2015-09-11 | 1 | -6/+8 |