Remove the long, long defunct IR block placement pass.
[oota-llvm.git] / include / llvm / Support /
2013-09-13 Filip PizloMake PrettyStackTraceEntry use ManagedStatic for its...
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-11 Benjamin KramerPath: Add an in-place version of path::native.
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-09 Eric ChristopherAdd constant defines for gnu pubnames and gnu pubtypes...
2013-09-09 Eric ChristopherFormatting.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 Eric ChristopherRename enums to match convention and remove superfluous...
2013-09-05 Nick LewyckyFix typos in assert message.
2013-09-05 Eric ChristopherClean up some whitespace and comment formatting.
2013-09-04 Nick KledzikAdd names for mach-o permissions bits and use the symbo...
2013-09-04 Eric ChristopherMove default dwarf version enum into the llvm dwarf...
2013-09-04 Nick Kledzikfix typo in enum name
2013-09-04 Alexander KornienkoMove generic isPrint and columnWidth implementations...
2013-09-04 Eric ChristopherUse Intrinsic::ID for the pattern match templates,...
2013-09-03 Eric ChristopherMigrate the DWARF_VERSION constant to 4. It largely...
2013-08-29 Kaelyn UhrainFix the following error when NDEBUG is defined:
2013-08-29 Alexander KornienkoisCharInSet refactoring.
2013-08-28 Argyrios Kyrtzidis[BumpPtrAllocator] Move DefaultSlabAllocator to a membe...
2013-08-27 Joey GoulyAdd an assertion to the fixed-size allocator to ensure...
2013-08-27 Charles DavisSupport/MachO: Add a bunch of defines.
2013-08-24 Saleem Abdulrasool[Support] fix compile with -Werror
2013-08-24 Saleem Abdulrasool[Support] add missing enumeration values
2013-08-21 Ahmed BougachaAdd Mach-O entry_point_command declaration.
2013-08-21 David MajnemerDebugInfo: Do not use the DWARF Version for the .debug_...
2013-08-20 Jakub StaszakFix include guards.
2013-08-19 Jakub StaszakAdd definition of __warn_unused_result__ attribute...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-08-15 Aaron BallmanTighten up the yamilizer so it stops eliding empty...
2013-08-14 Alexey SamsonovExpose CRC-32 implementation from zlib
2013-08-09 Benjamin KramerMake directory iterator sentinels free.
2013-08-08 Ted KremenekForward resetColor() et al to the underlying stream.
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-08-06 Reid KlecknerUse gnu style builtins in MathExtras.h with clang on...
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2013-08-01 Rafael EspindolaExpose that the unique file ID has a device and a file...
2013-08-01 Eric ChristopherFormatting.
2013-07-30 Eric ChristopherMake these just inline, not static inline.
2013-07-29 Rafael EspindolaMake file_status::getUniqueID const.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-26 Stephen LinRemove trailing whitespace.
2013-07-26 Stephen LinCorrect case of m_UIToFp to m_UIToFP to match instructi...
2013-07-26 Reid KlecknerRemove dead or useless header checks from cmake and...
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
2013-07-23 Eli BenderskyExpand the comment on getOpenFileSlice a bit for more...
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-22 Eric ChristopherFix typo.
2013-07-20 Matt ArsenaultFix size_t -> uint warnings with MSVC 64-bit build
2013-07-19 Rui UeyamaClarify comment for extension().
2013-07-18 Hans WennborgFix -Wdocumentation warning
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-07-18 Rafael EspindolaRemove dead code.
2013-07-18 Rafael EspindolaFix a regression I introduced back in r178147.
2013-07-17 Rafael EspindolaAdd simpler version of is_directory. It will be used...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Reid Kleckner[Support] Add a Unicode conversion wrapper from UTF16...
2013-07-16 Rafael EspindolaAdd a version of sys::fs::status that uses fstat.
2013-07-16 Rui UeyamaCOFF: Add constants for optional data directory.
2013-07-16 Rafael EspindolaInstead friending status, provide windows and posix...
2013-07-16 NAKAMURA TakumiFix TimeValue::toWin32Time() to be symmetric to fromWin...
2013-07-14 Eric ChristopherAdd DW_AT_GNU_odr_signature to the set of dwarf attributes.
2013-07-11 Benjamin KramerUse move semantics if possible to construct ConstantRanges.
2013-07-10 Benjamin KramerUpdate doxygen comment to match renamed parameters.
2013-07-10 Rafael EspindolaUse status to implement file_size.
2013-07-08 Manman RenRevert r185852.
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-07-08 Reid KlecknerReland "Use Clang's __has_* macros in Compiler.h ....
2013-07-08 Quentin ColombetRevert: "Use Clang's __has_* macros in Compiler.h to...
2013-07-08 Rafael Espindolaclang-format this enum.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-08 Reid KlecknerAttempt to fix Compiler.h for some self-hosting bots
2013-07-08 Reid KlecknerUse Clang's __has_* macros in Compiler.h to test for...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-05 Rafael EspindolaRemove unique_file now that it is unused.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaAdd a higher level createTemporaryFile function.
2013-07-04 Aaron BallmanChanging long to int for consistency.
2013-07-04 Aaron BallmanSupporting ssize_t on WIN64 with its proper size. ...
2013-07-02 Tobias GrosserFix typo in comment
2013-07-01 Ulrich Weigand[PowerPC] Add support for TLS data relocations
2013-07-01 Jakob Stoklund OlesenRemove floating point computations form SpillPlacement...
2013-07-01 Ulrich Weigand[PowerPC] Fix 32-bit PowerPC TLS relocs
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-28 Rafael EspindolaDon't ask for a mode when we are not keeping the file.
2013-06-28 Matt ArsenaultFix typo
2013-06-27 Argyrios Kyrtzidis[Support/Registry.h] Include llvm/Support/Compiler.h.
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-26 Rafael EspindolaAdd a convenience functions that don't return if the...
2013-06-26 Rafael EspindolaAdd a simpler version of remove_all.
2013-06-26 Rafael EspindolaRemove sys::GetMainExecutable.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
next