Remove spurious space.
[oota-llvm.git] / include /
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
2013-06-18 Sean Silva[yaml2obj][ELF] Rudimentary symbol table support.
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-18 Rafael EspindolaDon't convert object_error's enum to and from int.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-18 Chris Lattnerremove some @deprecated markers: LLVM APIs aren't depre...
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-06-17 Rafael EspindolaDon't use PathV1.h in LTOCodeGenerator.cpp
2013-06-17 Rafael EspindolaDelete declared but not implemented functions.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-17 Tim NorthoverAArch64: print relocation addends if present on AArch64
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieMachineOperand::setIsDebug should ensure the register...
2013-06-16 Dmitri GribenkoPut back variable names because they are referenced...
2013-06-15 Benjamin KramerAPInt: Add a fast case for isAllOnesValue.
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-14 Matt ArsenaultAdd getSelect helper function
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 Derek SchuffMake PrologEpilogInserter save/restore all callee saved...
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-14 Sean Silva[yaml2obj] Add support for sh_addralign via `AddressAli...
2013-06-14 Jakub StaszakMove #include from .h to .cpp file.
2013-06-13 Jakub StaszakRemove forward declaration of MachineBasicBlock. It...
2013-06-13 Jakub Staszak#include <climits> instead of <limits.h> in C++ header...
2013-06-13 Sean Silva[yaml2obj] Add support for specifying raw section content.
2013-06-13 Sean Silva[yaml2obj] Add sh_addr via `Address` key.
2013-06-13 Sean Silva[yaml2obj] Initial ELF section support.
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 Reid KlecknerMerge changes to clang's Driver code into LLVM's Option...
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 Rui Ueyamareadobj: Dump PE/COFF optional records.
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 Ulrich Weigand[MC/DWARF] Support .debug_frame / .debug_line code...
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 EspindolaDon't define LTDL_SHLIBPATH_VAR.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaDon't define LLVM_LIBDIR, it is not used anymore.
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-11 Sean SilvaFix dubious type name similar to member name.
2013-06-10 Sean SilvaFix spurious semicolons.
2013-06-10 Sean Silva[yaml2obj] Initial ELF support.
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-09 Benjamin KramerAdd a const version of findNearestCommonDominator to...
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-06-07 Manman RenNo functionality change.
2013-06-07 Manman RenDIBuilder: No functionality change.
2013-06-07 Rafael EspindolaMake operator== non-member for greater symmetry.
2013-06-07 Rui Ueyama[Object/COFF] BaseOfData field should be absent in...
2013-06-07 Benjamin KramerBitVector: Do the right thing in all() when Size is...
2013-06-07 Benjamin KramerOptimize BitVector::all().
2013-06-07 Manman RenDIBuilder: No functionality change.
2013-06-06 Jakub StaszakRemove unneeded #include.
2013-06-06 Kevin EnderbyTeach llvm-objdump with the -macho parser how to use...
next