Update the error handling of lib/Linker.
[oota-llvm.git] / include / llvm / IR /
2014-10-25 Rafael EspindolaUpdate the error handling of lib/Linker.
2014-10-24 Rafael EspindolaModernize the error handling of the Materialize function.
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-24 Sanjay Patelremove class/function/variable names from comments...
2014-10-23 Timur IskhodzhanovMake getDISubprogram(const Function *F) available in...
2014-10-21 Hans WennborgRevert "Teach the load analysis to allow finding availa...
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-21 Matt ArsenaultR600/SI: Add missing parameter to div_fmas intrinsic
2014-10-21 Chandler CarruthTeach the load analysis to allow finding available...
2014-10-21 Philip ReamesIntroduce enum values for previously defined metadata...
2014-10-20 Chandler CarruthSwitch the default DataLayout to be little endian,...
2014-10-20 Chandler CarruthRemove some completely superfluous trailing comments...
2014-10-20 Chandler CarruthClean up the comments and doxygen for DataLayout.
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-17 Juergen Ributzka[Stackmaps] Enable invoking the patchpoint intrinsic.
2014-10-15 Hal FinkelAdd CreateAlignmentAssumption to IRBuilder
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-10-15 Duncan P. N. Exon... IR: Move NumOperands from User to Value, NFC
2014-10-15 Duncan P. N. Exon... IR: Cleanup comments for Value, User, and MDNode
2014-10-15 Duncan P. N. Exon... DI: Make comments "brief"-er, NFC
2014-10-15 Sanjay Patelremove function names from comments; NFC
2014-10-15 Duncan P. N. Exon... DI: Cleanup comments, NFC
2014-10-15 Duncan P. N. Exon... DI: Use a `DenseMap` instead of named metadata, NFC
2014-10-14 Jan VeselyReapply "R600: Add new intrinsic to read work dimensions"
2014-10-14 Rafael EspindolaRevert "R600: Add new intrinsic to read work dimensions"
2014-10-14 Jan VeselyR600: Add new intrinsic to read work dimensions
2014-10-10 Matt ArsenaultAdd isInfinity to ConstantFP
2014-10-08 Adam Nemet[AVX512] Intrinsics for vextract*x4
2014-10-08 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-10-04 Benjamin KramerMake AAMDNodes ctor and operator bool (!!!) explicit...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Duncan P. N. Exon... Revert "DIBuilder: Remove dead code"
2014-10-01 Duncan P. N. Exon... DIBuilder: Remove dead code
2014-10-01 Duncan P. N. Exon... DIBuilder: Encapsulate DIExpression's element type
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128-, 256- and 512-bit...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for 128- and 256-bit versions...
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-09-29 Jyoti AllurRemove dead code from DIBuilder
2014-09-23 Robin Morisset[Power] Use AtomicExpandPass for fence insertion, and...
2014-09-22 Hal FinkelUpdate comment on AtomicRMWInst::Nand
2014-09-19 Duncan P. N. Exon... DIBuilder: Delete dead code, NFC
2014-09-17 Frederic RissAdd DIBuilder functions to build RAUWable DIVariables...
2014-09-15 Frederic RissMove replaceAllUsesWith() from DIType to DIDescriptor.
2014-09-10 Rafael EspindolaAdd doInitialization/doFinalization to DataLayoutPass.
2014-09-10 Alexey SamsonovMake CallingConv::ID an alias of "unsigned".
2014-09-10 Yaron KerenFunctionPassManager isn't used by the JIT anymore,...
2014-09-09 Diego NovilloRe-factor sample profile reader into lib/ProfileData.
2014-09-08 Alexey SamsonovBe more careful in parsing Module::ModFlagBehavior...
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-09-03 Matt ArsenaultRevert accidentally committed r217107
2014-09-03 Matt ArsenaultDon't treat 0 as a special value for int attributes.
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-09-03 Sanjay Patelhouse cleaning: "Don’t duplicate function or class...
2014-09-03 Alexey SamsonovFix downcasts of unaligned empty/tombstone DenseMap...
2014-09-03 Sanjay PatelChange name of copyFlags() to copyIRFlags(). Add conven...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
2014-09-02 Matt ArsenaultFix crash when looking up the addrspace of GEPs with...
2014-09-01 Sanjay PatelAdd a convenience method to copy wrapping, exact, and...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Sanjay Patelanother typo
2014-08-29 Sanjay Pateltypo
2014-08-29 Jingyue Wu[NVPTX] Make the alignment an explicit argument to...
2014-08-27 Nico WeberReland r216439 215441, majnemer has a real fix for...
2014-08-27 Nico WeberRevert r216439 (and r216441, else the former doesn...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Yi KongARM: Add patterns for dbg
2014-08-26 David MajnemerInstSimplify: Simplify trivial pointer expressions...
2014-08-25 Dylan NoblesmithIR: remove dead code
2014-08-24 Craig TopperUse range based for loops to avoid needing to re-mentio...
2014-08-24 Elena DemikhovskyX86 intrinsics table - simplifies intrinsics lowering.
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
2014-08-22 David MajnemerInstCombine: sub nsw %x, C -> add nsw %x, -C if C isn...
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-21 Robert Khasanov[x86] Added _addcarry_ and _subborrow_ intrinsics
2014-08-21 Robert Khasanov[x86] Broadwell: ADOX/ADCX. Added _addcarryx_u{32|64...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-20 NAKAMURA TakumiConstants.h: Fix possible typo in r216015. [-Wdocumenta...
2014-08-19 Duncan P. N. Exon... IR: Fix a missed case when threading OnlyIfReduced...
2014-08-19 Duncan P. N. Exon... verify-uselistorder: Force -preserve-bc-use-list-order
2014-08-19 Duncan P. N. Exon... IR: Fix ConstantExpr::replaceUsesOfWithOnConstant()
2014-08-19 Duncan P. N. Exon... IR: Thread OnlyIfReduced through ConstantExpr::getWithO...
2014-08-19 Duncan P. N. Exon... Reapply r215966, r215965, r215964, r215963, r215960...
2014-08-19 Aaron BallmanReverting r215966, r215965, r215964, r215963, r215960...
2014-08-19 Duncan P. N. Exon... IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC
2014-08-19 Duncan P. N. Exon... IR: Split up Constant{Array,Vector}::get(), NFC
2014-08-19 Duncan P. N. Exon... IR: Reduce RAUW traffic in ConstantExpr
2014-08-19 Duncan P. N. Exon... IR: Replace uses of ConstantAggrUniqueMap with Constant...
2014-08-19 Duncan P. N. Exon... IR: Rewrite ConstantUniqueMap
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
next