BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined behaviour
[oota-llvm.git] / include / llvm / Support /
2014-09-02 Hans WennborgBumpPtrAllocator: use uintptr_t when aligning addresses...
2014-09-02 David Blaikieunique_ptrify the result of SpecialCaseList::create
2014-09-02 David Blaikieunique_ptrify FileOutputBuffer::FileOutputBuffer
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-30 Sean CallananFixed a build problem when there were headers
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Nick KledzikAdd missing mach-o EXPORT_SYMBOL_FLAG_KIND_ABSOLUTE
2014-08-29 Chris BienemanCleaning up static initializers in TimeValue.
2014-08-27 Alexey SamsonovFix unaligned reads/writes in X86JIT and RuntimeDyldELF.
2014-08-27 Renato GolinAvoid zero length memset error
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
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 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-25 Rafael EspindolaModernize raw_fd_ostream's constructor a bit.
2014-08-23 Dylan NoblesmithSupport: add llvm::unique_lock
2014-08-23 Dylan NoblesmithSupport: make LLVM Mutexes STL-compatible
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 Alex Lorenz[Support] Fix the overflow bug in ULEB128 decoding.
2014-08-21 Reid KlecknerAdd an explicit move constructor to SrcBuffer
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-21 Hans WennborgUse returns_nonnull in BumpPtrAllocator and MallocAlloc...
2014-08-21 Benjamin KramerMake format_object_base's destructor protected and...
2014-08-19 Hans WennborgBumpPtrAllocator: don't accept 0 for the alignment...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-17 Rafael EspindolaConvert an ownership comment with std::uinque_ptr.
2014-08-17 Rafael EspindolaDon't repeat the function name in comments. NFC.
2014-08-17 Hans WennborgBumpPtrAllocator: remove 'no slabs allocated yet' check
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-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Tim NorthoverAArch64: add support for dynamic-loader relocations
2014-08-09 Eric ChristopherFix typo.
2014-08-08 Eric ChristopherReword comment slightly.
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-08-08 NAKAMURA TakumiDataTypes.h.cmake: Define PRIx32 &c for !HAVE_INTTYPES_...
2014-08-07 Richard SmithRemove Support/IncludeFile.h and its only user. This...
2014-08-06 Yaron KerengetNewMemBuffer memsets the buffer to zeros,
2014-08-04 Justin BognerPath: Stop claiming path::const_iterator is bidirectional
2014-07-30 Hal Finkel[PowerPC] Add JMP_SLOT relocation definitions
2014-07-25 Amara Emerson[ARM] Emit ABI_PCS_R9_use build attribute.
2014-07-23 Alex Lorenztest commit: remove trailing space
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .localentry directive
2014-07-20 Ulrich Weigand[PowerPC] ELFv2 MC support for .abiversion directive
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-07-18 Artyom Skrobovextracting swapStruct into include/llvm/Support/MachO...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-17 Alp TokerDrop the udis86 wrapper from llvm::sys
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-07-10 NAKAMURA TakumiSpecialCaseList.h: Fix -Wdocumentation with \code.
2014-07-09 Alexey SamsonovDecouple llvm::SpecialCaseList text representation...
2014-07-09 Dmitri GribenkoSourceMgr: consistently use 'unsigned' for the memory...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-02 Axel NaumannUndefine R2, R4, R6 after use.
2014-07-02 Matt ArsenaultMove operator[] to DomTreeNodeBase
2014-07-01 Alp TokerRemove obsolete function TargetRegistry::getClosestTarg...
2014-06-30 Ehsan AkhgariRefactor the code in clang to find a file in a PATH...
2014-06-30 Alp TokerFix 'platform-specific' hyphenations
2014-06-30 Alp TokerBuild fix for systems without futimes/futimens
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-27 Logan ChienAvoid non-ascii character in the source code.
2014-06-27 Chandler CarruthRe-apply r211287: Remove support for LLVM runtime multi...
2014-06-27 Saleem AbdulrasoolSupport: update DLLCharacteristics enumeration
2014-06-27 Saleem AbdulrasoolSupport: tweak comment layout
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Reid KlecknerRemove forward decl of SmallVectorImpl now that we...
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Argyrios KyrtzidisFor CrashRecoveryContext::RunSafelyOnThread, propagate...
2014-06-25 Rafael EspindolaFix the build.
2014-06-25 JF BastienFix = delete in MSVC build from r211705
2014-06-25 JF BastienRandom Number Generator (llvm)
2014-06-24 NAKAMURA TakumiRevert r211287, "Remove support for LLVM runtime multi...
2014-06-24 Alexey SamsonovInclude <tuple> for std::tie
2014-06-24 Duncan P. N. Exon... Support: Move class ScaledNumber
2014-06-24 Duncan P. N. Exon... Support: Return ScaledNumbers::MaxScale from getQuotient()
2014-06-24 Duncan P. N. Exon... Support: Extract ScaledNumbers::MinScale and MaxScale
2014-06-23 Duncan P. N. Exon... Fix comments from r211553
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::getSum() and getDiffere...
2014-06-23 Duncan P. N. Exon... Support: Return scale from ScaledNumbers::matchScales()
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::matchScale()
2014-06-23 Duncan P. N. Exon... Cleanup r211507
2014-06-23 Duncan P. N. Exon... Support: Extract ScaledNumbers::compare()
2014-06-20 Duncan P. N. Exon... Support: ScaledNumber: Fix inconsistent test names
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumber::getQuotient() and getProduct()
2014-06-20 Duncan P. N. Exon... Support: Cleanup ScaledNumber::getAdjusted() doc
2014-06-20 Duncan P. N. Exon... Support: Mark end of namespaces
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-20 Oliver StannardEmit the ARM build attributes ABI_PCS_wchar_t and ABI_e...
2014-06-20 Duncan P. N. Exon... Support: Clean up getRounded() tests
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getAdjusted()
2014-06-20 Duncan P. N. Exon... Support: Write ScaledNumbers::getRounded()
2014-06-19 Zachary TurnerInclude Threading.h instead of forward declaring a...
2014-06-19 Justin BognerSupport: Add llvm::sys::fs::copy_file
2014-06-19 David BlaikieRemove circular header reference in Threading.h/Mutex.h
2014-06-19 Zachary TurnerFix build on non-Windows platforms.
next