Pass a MemoryBufferRef when we can avoid taking ownership.
[oota-llvm.git] / include /
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-26 Joerg SonnenbergerConvert MC command line option for fatal assembler...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-08-26 Yi KongARM: Add patterns for dbg
2014-08-26 David MajnemerInstSimplify: Simplify trivial pointer expressions...
2014-08-26 Dylan NoblesmithRevert "Analysis: unique_ptr-ify DependenceAnalysis...
2014-08-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-25 Karthik BhatAllow vectorization of division by uniform power of 2.
2014-08-25 Dylan NoblesmithCodeGen/LiveVariables: hoist out code in nested loops
2014-08-25 Dylan NoblesmithCodeGen/LiveVariables: switch to std::vector
2014-08-25 Dylan NoblesmithAnalysis: unique_ptr-ify DependenceAnalysis::collectCoe...
2014-08-25 Dylan NoblesmithAnalysis: unique_ptr-ify DependenceAnalysis::depends
2014-08-25 Dylan NoblesmithAnalysis: take a reference instead of pointer
2014-08-25 Dylan NoblesmithCodeGen: switch raw array to std::vector
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 Dylan NoblesmithTableGen: unique_ptr-ify RecordKeeper
2014-08-24 Dylan NoblesmithTableGen: delete no-op code
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 Reid KlecknerARM / x86_64 varargs: Don't save regparms in prologue...
2014-08-22 Kevin EnderbyAdd a few missing mach header flags.
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-08-22 David MajnemerInstCombine: sub nsw %x, C -> add nsw %x, -C if C isn...
2014-08-22 Alex Lorenz[Support] Fix the overflow bug in ULEB128 decoding.
2014-08-21 Duncan P. N. Exon... Revert "X86: Align the stack on word boundaries in...
2014-08-21 Reid KlecknerAdd an explicit move constructor to SrcBuffer
2014-08-21 David BlaikieUse DILexicalBlockFile, rather than DILexicalBlock...
2014-08-21 Sanjay Patelname change: isPow2DivCheap -> isPow2SDivCheap
2014-08-21 Robin MorissetAdd hooks for emitLeading/TrailingFence
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-21 Jonathan RoelofsSatiate the sanitizer build bot
2014-08-21 Rafael EspindolaMove some logic to populateLTOPassManager.
2014-08-21 Alex LorenzCoverage Mapping: add function's hash to coverage funct...
2014-08-21 Hans WennborgUse returns_nonnull in BumpPtrAllocator and MallocAlloc...
2014-08-21 Jonathan RoelofsAdd a thread-model knob for lowering atomics on baremet...
2014-08-21 Rafael EspindolaHandle inlining in populateLTOPassManager like in popul...
2014-08-21 Rafael EspindolaMove DisableGVNLoadPRE from populateLTOPassManager...
2014-08-21 Rafael EspindolaSort declarations.
2014-08-21 Benjamin KramerMake format_object_base's destructor protected and...
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-21 Craig TopperRemove custom implementations of max/min in StringRef...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetMention the right target hook in the comment on isExtra...
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-20 Alexey SamsonovFix null reference creation in SelectionDAG constructor.
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-20 Duncan P. N. Exon... X86: Align the stack on word boundaries in LowerFormalA...
2014-08-20 Alexey SamsonovFix null reference creation in ScheduleDAGInstrs constr...
2014-08-20 Andrew TrickTweak CFGPrinter to wrap very long names.
2014-08-20 NAKAMURA TakumiConstants.h: Fix possible typo in r216015. [-Wdocumenta...
2014-08-19 Hans WennborgBumpPtrAllocator: don't accept 0 for the alignment...
2014-08-19 Rafael EspindolaSplit parseAssembly into parseAssembly and parseAssembl...
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 Rafael Espindolafix the gcc build
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 Rafael EspindolaFix the MSVC build.
2014-08-19 Juergen RibutzkaReapply [FastISel] Let the target decide first if it...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaModernize the .ll parsing interface.
2014-08-19 Duncan P. N. Exon... Reapply r215966, r215965, r215964, r215963, r215960...
2014-08-19 Duncan P. N. Exon... ADT: Avoid using std::equal in ArrayRef::equals
2014-08-19 Aaron BallmanReverting r215966, r215965, r215964, r215963, r215960...
2014-08-19 Craig TopperPrevent use of the implicit copy constructor on SmallPt...
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
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 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-17 Rafael EspindolaReturn a std::uinque_ptr. Every caller was already...
2014-08-17 Rafael EspindolaConvert an ownership comment with std::uinque_ptr.
2014-08-17 Rafael EspindolaPass a std::uinque_ptr to ParseAssembly to make the...
2014-08-17 Rafael EspindolaReturn a std::unique_ptr to make the ownership explicit.
2014-08-17 Rafael EspindolaDon't repeat the function name in comments. NFC.
2014-08-17 Rafael EspindolaDon't repeat names in comments. NFC.
2014-08-17 Rafael Espindolallvm-objdump: don't print relocations in non-relocatabl...
2014-08-17 Rafael EspindolaRemove a redundant "public:". NFC.
2014-08-17 Hans WennborgBumpPtrAllocator: remove 'no slabs allocated yet' check
2014-08-17 Rafael EspindolaAdd a non-templated ELFObjectFileBase class.
2014-08-16 David MajnemerInstCombine: Fix a potential bug in 0 - (X sdiv C)...
2014-08-16 Hal FinkelMake isAliased property for fixed-offset stack objects...
2014-08-15 Sean SilvaRevert "[Support] Promote cl::StringSaver to a separate...
2014-08-15 Sean Silva[Support] Promote cl::StringSaver to a separate utility
2014-08-15 Robin MorissetAdd two helper functions: isAtLeastAcquire, isAtLeastRe...
2014-08-15 Robin MorissetFix typos in comments
2014-08-15 Matt ArsenaultR600/SI: Add intrinsic for ldexp
2014-08-15 Rafael EspindolaIntroduce a helper to combine instruction metadata.
2014-08-15 Rafael EspindolaMake EmitAbsValue an static helper.
next