LiveIntervalAnalysis: Adapt repairIntervalsInRange() to subregister liveness.
[oota-llvm.git] / include / llvm / Support /
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Jean-Daniel DupasAdd mach-o LC_RPATH support to llvm-objdump
2014-12-02 Charlie TurnerEmit Tag_ABI_FP_denormal correctly in fast-math mode.
2014-11-29 Saleem AbdulrasoolSupport: remove some variable names
2014-11-26 Will NewtonUpdate AArch64 ELF relocations to ABI 1.0
2014-11-26 Will NewtonUpdate ARM ELF relocations to ABI 2.09
2014-11-24 Yaron KerenAdded comment about llvm_execute_on_thread waiting...
2014-11-24 Simon Atanasyan[Mips] Update MIPS relocations list
2014-11-24 Duncan P. N. Exon... Support: Add *cast_or_null<> for pointer wrappers
2014-11-21 Tim NorthoverSplit ELF relocation defintions into per-architecture...
2014-11-21 Rafael EspindolaFix a silly bug in StreamingMemoryObject.cpp.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-18 Justin BognerFix an inaccurate comment
2014-11-18 Michael J. SpencerSupport ELF files of unknown type.
2014-11-17 Oliver Stannard[Thumb1] Re-write emitThumbRegPlusImmediate
2014-11-14 David MajnemerCalm down build bots
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-13 NAKAMURA TakumiUpdate \param(s) in MemoryObject::readBytes(). [-Wdocum...
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
2014-11-12 Rafael EspindolaDon't duplicate name in comments. NFC.
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaMake readBytes pure virtual. Every real implementation...
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-07 Rafael EspindolaDon't redeclare a pure virtual method.
2014-11-07 Jay Foadllvm-symbolizer: teach it about PowerPC64 ELF function...
2014-11-07 Justin HibbitsAdd Position-independent Code model Module API.
2014-11-05 Jiangning LiuRevert 220932.
2014-11-04 Justin BognerErrorOr: Be more explicit in the implicit conversion...
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-11-04 Michael J. Spencer[Support][Program] Add findProgramByName(Name, Optional...
2014-11-04 Reid KlecknerUse the LLVM_GNUC_PREREQ macro instead of the longhand...
2014-11-04 Reid KlecknerRemove the END_WITH_NULL macro now that Clang doesn...
2014-11-04 Reid KlecknerRename END_WITH_NULL to LLVM_END_WITH_NULL and move...
2014-11-03 Reid KlecknerRelax the LLVM_NOEXCEPT _MSC_VER version check back...
2014-11-03 Charlie TurnerTest commit.
2014-10-31 Reid KlecknerDefine LLVM_NOEXCEPT with MSVC 14 CTP 3 or newer
2014-10-31 NAKAMURA TakumiThreading.h: Give named parameters to llvm::call_once...
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-30 Simon Atanasyan[Mips] Add new Mips specific e_flags.
2014-10-23 Timur IskhodzhanovPR21189: Teach llvm-readobj to dump bits of COFF symbol...
2014-10-23 Frederic RissModernize doxygen comments in Support/Dwarf.h
2014-10-21 Reid KlecknerGCC has supported C++11 ref-qualifiers since 4.8.1
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-10-20 Alexey SamsonovTry to fix GCC error about invalid use of const_cast...
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-16 Benjamin KramerAdd missing header guard.
2014-10-16 NAKAMURA Takumillvm/Support/Options.h: Use \tparam. [-Wdocumentation]
2014-10-15 Chris BienemanUpdating documentation based on my change to remove...
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-14 NAKAMURA TakumiRevert r219638, (r219640 and r219676), "Removing the...
2014-10-14 NAKAMURA TakumiThreading.h: Use \tparam for template parameters. ...
2014-10-13 Chris BienemanUpdating documentation as per Chandler's feedback.
2014-10-13 Chris BienemanRemoving the static destructor from ManagedStatic.cpp...
2014-10-13 Peter CollingbourneRemove unused debug info constants.
2014-10-09 Frederic RissAdd ApplePropertyString dump helper to Dwarf.{h|cpp}.
2014-10-08 Frederic RissUpdate dwarf::ApplePropertyAttributes enum to meaningfu...
2014-10-08 Nick Kledzik[Support] Add MemoryBuffer::getFileSlice()
2014-10-07 Rafael EspindolaRemove the IsVolatileSize parameter of getOpenFileSlice.
2014-10-07 Rafael EspindolaBe consistent about using "const Twine &" for filenames.
2014-10-07 David MajnemerSupport: Don't call close again if we get EINTR
2014-10-06 David MajnemerSupport: Add a utility to remap std{in,out,err} to...
2014-10-06 Yaron KerenMake the MD5 result name consistent between functions...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-27 Yaron KerenFix llvm::huge_valf multiple initializations with Visua...
2014-09-25 Nick Kledzik[Support] Fix Format.h to build on Windows
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-09-17 Alexey SamsonovFixup for r217830. Don't do left shifts on negative...
2014-09-17 Justin BognerLineIterator: Provide a variant that keeps blank lines
2014-09-16 David Majnemeryaml2obj: Support bigobj
2014-09-15 David BlaikieFix indenting caused by clang-format+spuriously indente...
2014-09-15 Nick Kledzik[Support] add decodeSLEB128()
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-15 David BlaikieFix memory leak in error paths in YAMLTraits by using...
2014-09-12 NAKAMURA TakumiMove sys::fs::AccessMode out of @brief in the function...
2014-09-12 NAKAMURA Takumisys::fs::access(): Fix @param [-Wdocumentation]
2014-09-11 Rui Ueyama[Support][Endian] Overload += and -=
2014-09-11 Rui UeyamaSupport: Delete {aligned_,}{u,}{little,big}8_t
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-09-10 Hal FinkelEnable use of __builtin_assume_aligned when self-hosting
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-07 Hans WennborgBumpPtrAllocator: do the size check without moving...
2014-09-04 Frederic Riss[ dwarfdump ] Add symbolic dump of known DWARF attribut...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-09-03 David BlaikieEnsure ErrorOr cannot implicitly invoke explicit ctors...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
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
next