DebugInfo: Specify that a value is stored indirectly
[oota-llvm.git] / include / llvm / Support /
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-19 Rafael EspindolaRemove Path::getDirectoryContents.
2013-06-19 Rafael EspindolaRemove Path::isObjectFile.
2013-06-19 Rafael EspindolaRemove Path::canExecute.
2013-06-18 Rafael EspindolaRemove Path::canWrite.
2013-06-18 Rafael EspindolaAdd a can_write function to PathV2.
2013-06-18 Rafael EspindolaRemove unused Path::canRead.
2013-06-18 Rafael EspindolaRemove uniqueID from PathV1.h.
2013-06-18 Rafael EspindolaAdd a GetUniqueID that will replace the uniqueID of...
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-17 Rafael EspindolaDon't use PathV1.h in LTOCodeGenerator.cpp
2013-06-17 Rafael EspindolaDelete declared but not implemented functions.
2013-06-16 Dmitri GribenkoPut back variable names because they are referenced...
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-14 Rafael EspindolaConvert a use of sys::Path::GetTemporaryDirectory.
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaAdd a RemoveFileOnSignal that takes a StringRef.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaAdd a version of sys::ExecuteAndWait that takes StringRefs.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Rafael EspindolaReduce usage of sys::Path in the graph writer.
2013-06-13 Rafael EspindolaAdd a version of DisplayGraph that takes a StringRef.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-12 Rafael EspindolaAdd global versions of some Program static methods.
2013-06-12 Rafael EspindolaInline Path::isBitcodeFile into only use and remove it.
2013-06-12 Rafael EspindolaRemove Path::getMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::hasMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute().
2013-06-12 Rafael EspindolaRemove Path::getSuffix.
2013-06-12 Rafael EspindolaRemove sys::CopyFile.
2013-06-12 Patrik HagglundFix 'gcc -flto' builds for unittest binaries (undefined...
2013-06-12 Rafael EspindolaRemove the old file memory mapping functions.
2013-06-12 Rafael EspindolaRemove Path::createFileOnDisk.
2013-06-12 Rafael EspindolaRemove Path::makeExecutableOnDisk.
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-06-11 Rui Ueyama[PECOFF] Remove COFF header from PE header for simplicity.
2013-06-11 Rafael EspindolaInclude PathV1.h in files that use it.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove Path::getBasename.
2013-06-11 Rafael EspindolaRemove Path::getLast.
2013-06-11 Rafael EspindolaRemove GetDLLSuffix.
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2013-06-11 Rafael EspindolaRemove unused FindLibrary function.
2013-06-11 Rafael EspindolaRemove sys::identifyFileType.
2013-06-11 Rafael EspindolaFix variable name style. Don't cast to and from int.
2013-06-10 Rafael EspindolaAdd a missing 'e'.
2013-06-10 Rafael EspindolaRemove the old IdentifyFileType now that lld was updated.
2013-06-10 Rafael EspindolaPass a StringRef to sys::identifyFileType.
2013-06-10 Rafael EspindolaUpdate for current naming conventions.
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-06-05 Sean Silva[ELF] Add ELFOSABI_GNU.
2013-06-05 Sylvestre LedruThe GNU/HURD is also using the libc. Therefor, endian...
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherMove "unsigned char" -> "uint8_t".
2013-05-28 Simon Atanasyan[Mips] Add Mips specific dynamic table entry tags.
2013-05-25 Eric ChristopherAdd some comments to the stringify function.
2013-05-25 Andrew TrickFix RecyclingAllocator::PrintStats to print the underly...
2013-05-24 Eric ChristopherArrayRef-ize MD5 and clean up a few variable names.
2013-05-24 Michael J. Spencer[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Benjamin KramerMathExtras: Return the result of find(First|Last)Set...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Michael J. Spencer[Support][MathExtras] Add missing include and disable...
2013-05-24 Michael J. Spencer[Support] Add type generic bit utilities to MathExtras.h
2013-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-21 Jakob Stoklund OlesenDefine BYTE_ORDER on Solaris.
2013-05-21 Eric ChristopherAdd an md5 library derived from a public domain impleme...
2013-05-20 Benjamin KramerEnable pod-like optimizations for pred and succ iterators.
2013-05-17 Derek SchuffAdd missing verb to comment in PassNameParser.h
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-08 Dmitri GribenkoUse correct parameter names in comments [-Wdocumentation]
2013-05-08 Daniel MaleaAdd line tracking support to FormattedStream
2013-05-08 Ulrich Weigand[PowerPC] Add some missing PPC64 relocs
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-05-06 Jean-Luc DupratProvide InstCombines for the following 3 cases:
2013-05-05 Arnold SchwaighoferPatternMatch: Fix documentation - 'function' not 'attri...
2013-05-05 Arnold SchwaighoferPatternMatch: Matcher for (un)ordered floating point...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-03 Richard Sandiford[SystemZ] Add ELF relocation support
2013-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloFix file header comment.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-15 Rafael EspindolaFix silly typo that broke big endian hosts.
2013-04-15 Rafael EspindolaFix endianness on some MSVC versions.
next