summaryrefslogtreecommitdiffstats
path: root/llvm/include
Commit message (Expand)AuthorAgeFilesLines
* fixed comments, blanks, nullptr; NFCElena Demikhovsky2015-04-291-1/+1
* [Orc] It's not valid to pass a null resolver to addModuleSet. Use a no-opLang Hames2015-04-291-4/+19
* [SEH] Add an LLVM intrinsic for _exception_infoReid Kleckner2015-04-281-0/+1
* Remove the GroupMapTy DenseMap. NFC.Rafael Espindola2015-04-281-1/+1
* move IR-level optimization flags into their own structSanjay Patel2015-04-281-18/+58
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-283-24/+29
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-283-29/+24
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-283-24/+29
* AVX-512: Added "pandn" intrinsics setElena Demikhovsky2015-04-281-0/+18
* Masked gather and scatter: Added code for SelectionDAG.Elena Demikhovsky2015-04-283-2/+91
* [opaque pointer type] Encode the pointee type in the bitcode for 'cmpxchg'David Blaikie2015-04-281-1/+3
* [MC] Split MCBinaryExpr::Shr into LShr and AShr.Ahmed Bougacha2015-04-282-4/+15
* LTO: Add API to choose whether to embed uselistsDuncan P. N. Exon Smith2015-04-272-1/+15
* LTO: Simplify code generator initializationDuncan P. N. Exon Smith2015-04-271-10/+9
* LTO: Correct some doxygen comments about API availabilityDuncan P. N. Exon Smith2015-04-271-3/+3
* Make llvm-symbolizer work on Windows.Zachary Turner2015-04-271-0/+58
* Make an RAII com initializer.Zachary Turner2015-04-271-0/+36
* IR: Add Function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-1/+40
* [opaque pointer type] Verifier/AutoUpgrade: Remove a few uses of PointerType:...David Blaikie2015-04-241-1/+7
* IR: Use a bitmask to access GlobalObject subclass dataDuncan P. N. Exon Smith2015-04-241-0/+10
* [SEH] Implement GetExceptionCode in __except blocksReid Kleckner2015-04-242-1/+3
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-1/+1
* Silence clang warning: private field 'data_' is not used.Yaron Keren2015-04-242-0/+4
* [TableGen] Don't leak Expanders and Operators in SetTheory.Craig Topper2015-04-241-4/+4
* [TableGen] Fix all remaining memory leaks of Init and RecTy objects.Craig Topper2015-04-241-1/+6
* Improve isTriviallyReMaterializable() documentation.Matthias Braun2015-04-241-9/+12
* Revert accidentally committed "MC: Allow targets to stop symbol name quoting"Matt Arsenault2015-04-232-11/+2
* MC: Allow targets to stop symbol name quotingMatt Arsenault2015-04-232-2/+11
* Re-commit "[SEH] Remove the old __C_specific_handler code now that WinEHPrepa...Reid Kleckner2015-04-231-6/+0
* Fix modules build post-r235612.Richard Smith2015-04-231-0/+5
* [PowerPC] Add asm/disasm support for dcbt with hintHal Finkel2015-04-231-1/+2
* Recommit r235458: [opaque pointer type] Avoid using PointerType::getElementTy...David Blaikie2015-04-232-14/+65
* [getUnderlyingOjbects] Analyze loop PHIs further to remove false positivesAdam Nemet2015-04-232-5/+35
* Revert "[SEH] Remove the old __C_specific_handler code now that WinEHPrepare ...Reid Kleckner2015-04-231-0/+6
* Move DIContext.h to common DebugInfo location.Zachary Turner2015-04-234-15/+13
* Move Value.isDereferenceablePointer to ValueTracking [NFC]Philip Reames2015-04-232-6/+7
* Verify sizes when trying to read a BitcodeAbbrevOpFilipe Cabecinhas2015-04-231-1/+3
* [SEH] Remove the old __C_specific_handler code now that WinEHPrepare worksReid Kleckner2015-04-221-6/+0
* [Allocator] Remove memory poisoning before deallocationReid Kleckner2015-04-221-14/+0
* Revert "[opaque pointer type] Avoid using PointerType::getElementType for a f...David Blaikie2015-04-222-65/+14
* Change MachineOperand::OpKind from unsigned char to a bitfield. NFC.Pete Cooper2015-04-221-1/+1
* Recommit r235219, it's need for out-of-tree users of AlignOf.h.Yaron Keren2015-04-221-0/+8
* [patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and theLang Hames2015-04-221-0/+6
* Revert r235219, it's not needed after r235450.Yaron Keren2015-04-221-5/+0
* [opaque pointer types] Serialize the value type for atomic store instructionsDavid Blaikie2015-04-221-1/+2
* [opaque pointer types] Serialize the value type for store instructionsDavid Blaikie2015-04-221-1/+2
* Linker: Add flag to override linkage rulesDuncan P. N. Exon Smith2015-04-221-1/+3
* Cleanup formatting for consistency with surrounding code.Craig Topper2015-04-221-9/+9
* [opaque pointer type] Avoid using PointerType::getElementType for a few cases...David Blaikie2015-04-212-14/+65
* Update comment. NFC.Lang Hames2015-04-211-1/+9
OpenPOWER on IntegriCloud