[MCJIT] Move endian-aware read/writes from RuntimeDyldMachO into
[oota-llvm.git] / include /
2014-08-29 Adrian PrantlDebug info: Add a new explicit DIDescriptor flag for...
2014-08-29 Alexey SamsonovMake isValidMCLOHType take unsigned instead of enum...
2014-08-29 David BlaikieAdd a trivial functor for use with unique_ptrs managing...
2014-08-29 Robin MorissetFix typos in comments, NFC
2014-08-29 Reid Klecknermusttail: Forward regparms of variadic functions on...
2014-08-29 Sanjay Patelanother typo
2014-08-29 Sanjay Pateltypo
2014-08-29 Nick KledzikAdd missing mach-o EXPORT_SYMBOL_FLAG_KIND_ABSOLUTE
2014-08-29 Jingyue Wu[NVPTX] Make the alignment an explicit argument to...
2014-08-29 Craig TopperAdd conversion constructor to convert ArrayRef<T*>...
2014-08-29 Chris BienemanCleaning up static initializers in TimeValue.
2014-08-28 Juergen Ributzka[FastISel] Undo phi node updates when falling-back...
2014-08-28 Juergen Ributzka[FastISel]
2014-08-27 Alexey SamsonovFix unaligned reads/writes in X86JIT and RuntimeDyldELF.
2014-08-27 Renato GolinAvoid zero length memset error
2014-08-27 Nico WeberReland r216439 215441, majnemer has a real fix for...
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-27 Nico WeberRevert r216439 (and r216441, else the former doesn...
2014-08-27 Rafael Espindolayaml::Stream doesn't need to take ownership of the...
2014-08-27 Zachary TurnerFix some semantic usability issues with DynamicLibrary.
2014-08-27 Oliver StannardTeach the AArch64 backend about v4f16 and v8f16
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-26 Rafael EspindolaPass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
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...
next