summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR
Commit message (Expand)AuthorAgeFilesLines
* [OperandBundles] Rename accessor, NFCSanjoy Das2015-11-071-1/+1
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-0/+2
* Add a new attribute: norecurseJames Molloy2015-11-062-1/+5
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-056-120/+77
* [IR] Add bounds checking to dataOperandHasImpliedAttrSanjoy Das2015-11-051-0/+8
* [IR] Add a `data_operand` abstractionSanjoy Das2015-11-041-0/+29
* [IR] Add bounds checking to paramHasAttrSanjoy Das2015-11-041-0/+4
* [X86][XOP] Add support for the matching of the VPCMOV bit select instructionSimon Pilgrim2015-11-031-0/+11
* Fix use-after-free in function index merging code.Teresa Johnson2015-11-021-1/+1
* StringRef-ify DiagnosticInfoSampleProfile::FilenameDavid Blaikie2015-11-021-4/+6
* Preserve load alignment and dereferenceable metadata during some transformationsArtur Pilipenko2015-11-021-0/+11
* [SCEV] Opportunistically interpret unsigned constraints as signedSanjoy Das2015-10-221-0/+17
* [IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das2015-10-221-0/+53
* [OperandBundles] Make function attributes conservatively correctSanjoy Das2015-10-221-0/+6
* [Verifier] Minor comment update, NFCVedant Kumar2015-10-211-2/+1
* Make a bunch of static arrays const.Craig Topper2015-10-181-8/+9
* Remove DIFile from createSubroutineType.Eric Christopher2015-10-151-2/+1
* Rename one of our two llvm::GCOVOptions classes to llvm::GCOV::Options. We usedRichard Smith2015-10-141-2/+2
* Add verification for align, dereferenceable, dereferenceable_or_null load met...Artur Pilipenko2015-10-091-0/+36
* IR: Remove implicit iterator conversions from lib/IR, NFCDuncan P. N. Exon Smith2015-10-0812-67/+72
* [IRBuilder] Change the `gc.statepoint` creation interfaceSanjoy Das2015-10-081-15/+16
* IR: Create SymbolTableList wrapper around iplist, NFCDuncan P. N. Exon Smith2015-10-074-22/+20
* [IRBuilder] Add gc.statepoint related methods to IRBuilderSanjoy Das2015-10-071-32/+74
* [SEH] Add llvm.eh.exceptioncode intrinsicReid Kleckner2015-10-071-0/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-062-5/+5
* IR: Use auto for iterators, NFCDuncan P. N. Exon Smith2015-10-061-4/+2
* IR: Remove unnecessary TraitsClass typedef, NFCDuncan P. N. Exon Smith2015-10-061-1/+1
* IR: Remove unnecessary specialization of getSymTab(), NFCDuncan P. N. Exon Smith2015-10-061-6/+6
* [Function] Clean up {prefix,prologue} data routines (NFC)Vedant Kumar2015-10-062-40/+39
* Simplify code. No functionality change.Jakub Staszak2015-10-051-9/+2
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-042-0/+64
* Fix debug info with SafeStack.Evgeniy Stepanov2015-09-301-0/+2
* [ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...Jeroen Ketema2015-09-301-0/+55
* HHVM calling conventions.Maksim Panchenko2015-09-291-0/+2
* Introduce !align metadata for load instructionArtur Pilipenko2015-09-281-0/+4
* AsmWriter: Print the argument names in declarations while debuggingJustin Bogner2015-09-271-23/+31
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-241-0/+43
* [IR] Add operand bundles to CallInst and InvokeInst.Sanjoy Das2015-09-245-4/+59
* [IR] Teach `llvm::User` to co-allocate a descriptor.Sanjoy Das2015-09-241-3/+61
* Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsetsPhilip Reames2015-09-231-2/+1
* [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IRSimon Pilgrim2015-09-231-3/+17
* Remove roundingMode argument in APFloat::modStephen Canon2015-09-211-1/+1
* Added MD_invariant_group to LLVMContextPiotr Padlewski2015-09-171-0/+7
* [opaque pointer types] Add an explicit value type to GlobalObjectDavid Blaikie2015-09-141-2/+2
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-142-15/+21
* Fix typos.Bruce Mitchener2015-09-121-4/+4
* [IR] Print the label operands of a catchpad like an invokeReid Kleckner2015-09-111-1/+1
* [PR24785] Appease MSC18 to tweak optimizations.NAKAMURA Takumi2015-09-111-0/+8
* [opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie2015-09-111-0/+4
* AsmWriter: Avoid O(N^2) processing of metadataDuncan P. N. Exon Smith2015-09-111-6/+8
OpenPOWER on IntegriCloud