[OCaml] Fix ABI incompatibility
[oota-llvm.git] / lib / Support /
2013-11-03 Filip PizloWhen LLVM is embedded in a larger application, it's...
2013-10-31 Nuno Lopes[ConstantRange] improve my previous patch per Nick...
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-10-31 Richard Sandiford[SystemZ] Automatically detect zEC12 and z196 hosts
2013-10-30 Rui UeyamaAdd {start,end}with_lower methods to StringRef.
2013-10-30 Nuno Lopesmake ConstantRange::signExtend() optimal
2013-10-28 Nuno Lopessimplify ConstantRange::getSetSize()
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-10-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-10-22 Alp TokerFix the -Werror -Wpedantic clang selfhost build
2013-10-18 Michael J. SpencerCan we move to C++11 already?
2013-10-18 Michael J. Spencer[Support][YAML] Add support for accessing tags and...
2013-10-18 Alp TokerFix a conversion warning in the mingw32 build
2013-10-18 Alp TokerFix initialization order warning in mingw32 build
2013-10-17 Filip PizloExpose install_fatal_error_handler() through the C...
2013-10-16 Rui UeyamaFix a bug in Windows resource file detection.
2013-10-15 Rui UeyamaPath: Recognize Windows compiled resource file.
2013-10-14 David MajnemerWindows: Fix a typo in an assert
2013-10-14 David MajnemerWindows: Don't bother with pinning Kernel32.dll
2013-10-13 David MajnemerWindows: Use GetModuleHandleEx instead of LoadLibrary
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-08 Rafael EspindolaFix build on Solaris 11.
2013-10-07 David MajnemerWindows: Avoiding resizing, use uninitialized data...
2013-10-07 Richard MittonFormally added an explicit enum for DWARF TLS support...
2013-10-07 NAKAMURA TakumiWindows/Process.inc: Fix for +Asserts. &Buf[0] is not...
2013-10-07 David MajnemerWindows: Be more explicit with Win32 APIs
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-10-03 Benjamin Kramerraw_fd_ostream: Be more verbose about the reason when...
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-27 Dmitri GribenkoSourceMgr diagnotics printing: fix a bug where printing...
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-18 Filip PizloMake DynamicLibrary use ManagedStatic. This is pretty...
2013-09-18 Filip PizloRevert r190921. It broke Windows.
2013-09-18 Filip PizloMake DynamicLibrary use ManagedStatic. This is pretty...
2013-09-13 Filip PizloMake PrettyStackTraceEntry use ManagedStatic for its...
2013-09-13 Preston GurdAdds support for Atom Silvermont (SLM) - -march=slm
2013-09-12 Filip PizloThis switches CrashRecoveryContext to using ManagedStat...
2013-09-11 Benjamin KramerPath: Add an in-place version of path::native.
2013-09-11 Rui UeyamaRe-submit r190469: YAMLIO: Fix string quoting logic.
2013-09-11 Hans WennborgRevert "YAMLIO: Fix string quoting logic." (r190469)
2013-09-11 Rui UeyamaRemove trailing whitespace
2013-09-11 Rui UeyamaYAMLIO: Fix string quoting logic.
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Matt ArsenaultFix typo
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-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 Eric ChristopherFormatting.
2013-09-04 Alexander KornienkoMove generic isPrint and columnWidth implementations...
2013-09-04 NAKAMURA TakumiSupport/Process: Add comments about PageSize and Alloca...
2013-09-04 NAKAMURA TakumiMemoryBuffer.cpp: Don't peek the next page if file...
2013-09-04 NAKAMURA TakumiWhitespace.
2013-09-02 Chandler CarruthFix some rather confusing indentation and control flow...
2013-08-30 Daniel Dunbar[conf] Add config variable to disable crash related...
2013-08-30 Benjamin KramerX86: Add a description of the Intel Atom Silvermont...
2013-08-29 Eli FriedmanChange default # of digits for APFloat::toString
2013-08-29 Alexander KornienkoisCharInSet refactoring.
2013-08-28 Ted KremenekRevert r189442 "Change default # of digits for APFloat...
2013-08-28 Eli FriedmanChange default # of digits for APFloat::toString
2013-08-28 Argyrios Kyrtzidis[BumpPtrAllocator] Move DefaultSlabAllocator to a membe...
2013-08-24 Dmitri GribenkoAdded const qualifier to StringRef::edit_distance membe...
2013-08-22 NAKAMURA Takumi[Win32] mapped_file_region: Fix a bug in CreateFileMapp...
2013-08-22 NAKAMURA TakumiWhitespace.
2013-08-22 NAKAMURA TakumiMemoryBuffer.cpp: Consider if PageSize were not 4096...
2013-08-21 NAKAMURA TakumiUnix/Process.inc: Revert r72332, "Work around a page...
2013-08-18 Chandler CarruthGo through the really awkward dance required to delete...
2013-08-16 Reid KlecknerActually, use GNU inline asm for cpuid with clang
2013-08-16 Aaron BallmanSwitching to using a helper function instead of manuall...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-08-16 Aaron BallmanUpdating function comments; no functional changes intended.
2013-08-15 Aaron BallmanTighten up the yamilizer so it stops eliding empty...
2013-08-14 Reid KlecknerUse the MSVC __cpuid intrinsic instead of inline asm
2013-08-14 Alexey SamsonovExpose CRC-32 implementation from zlib
2013-08-13 Benjamin KramerGCC warns about removing const with a c-style cast.
2013-08-12 Tareq A. SirajFixes a bug when iterating on paths
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
2013-08-10 Rafael EspindolaCheck for $PWD in llvm::sys::current_path.
2013-08-08 Alexey SamsonovFix off-by-one error in Regex::isValid
2013-08-08 Alexander KornienkoChanged isPrint for U+00AD SOFT HYPHEN to return true.
2013-08-07 Reid KlecknerOn Windows, autolink advapi32 from Path.inc for CryptAc...
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-08-07 Dmitri GribenkoYAMLTraits.h: replace DenseMap that used a bad implemen...
2013-08-07 Reid KlecknerFix boolean logic in LockFileManager and test it
2013-08-07 Reid KlecknerAvoid using alloca in Windows/Program.inc
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-08-06 Reid KlecknerRemove some std stream usage from Support and TableGen
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
2013-07-31 Rafael EspindolaFix windows' implementation of status when a file doesn...
2013-07-30 Rafael EspindolaImplement getUniqueID for directories on windows.
2013-07-30 Rafael EspindolaRemove dead code.
2013-07-30 Rui UeyamaImplement TokenizeWindowsCommandLine.
next