Formatting fixups.
[oota-llvm.git] / lib / Support /
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-23 Rafael EspindolaUse static instead of an anonymous namespace.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-23 Rafael EspindolaUse simpler form of llvm::sys::fs::remove.
2014-02-23 NAKAMURA TakumiSimplify linking to system libraries
2014-02-22 Logan ChienDon't inline get[S|U]LEB128Size() until they are proved...
2014-02-20 Michael J. Spencer[Support] Correctly handle zero length inputs to UTF...
2014-02-13 Rafael EspindolaUse mkdir instead of stat+mkdir.
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-13 Rafael EspindolaUse simpler version of sys::fs::exists when possible.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2014-02-12 David Fang_CS_DARWIN_USER macros available on darwin>=9. Thanks...
2014-02-12 NAKAMURA TakumiWindows/Path.inc: Move <shlobj.h> after "Windows.h...
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-02-11 Aaron BallmanHopefully fixing the MinGW 32 build, which was broken...
2014-02-10 NAKAMURA Takumi[CMake] LLVMSupport should be responsible to provide...
2014-02-07 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-07 Benjamin KramerTry to unbreak the mingw32 build.
2014-02-05 Rafael EspindolaRevert "Fix an invalid check for duplicate option categ...
2014-02-05 Alexander KornienkoFix an invalid check for duplicate option categories.
2014-02-05 Todd FialaFix configure to find arc4random via header files.
2014-02-04 Aaron BallmanImplemented support for Process::GetRandomNumber on...
2014-02-03 Aaron BallmanUndef'ing _WIN32_IE to silence an MSVC warning about...
2014-02-03 Chandler CarruthRename the non-templated base class of SmallPtrSet to
2014-02-01 Peter CollingbourneHopefully fix mingw32 bots.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-29 Mark SeabornRemove unnecessary call to pthread_mutexattr_setpshared()
2014-01-27 Mark SeabornFix the "#ifndef HAVE_SYS_WAIT_H" code path in Program...
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-24 Alp TokerFix known typos
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-20 NAKAMURA Takumi[CMake] llvm_process_sources: Introduce a parameter...
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
2014-01-12 NAKAMURA Takumiraw_fd_ostream: Don't change STDERR to O_BINARY, or...
2014-01-12 NAKAMURA Takumiraw_stream formatter: [Win32] Use std::signbit() if...
2014-01-10 Rafael EspindolaUse the simpler version of sys::fs::remove when possible.
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2014-01-07 Chandler CarruthTry to fix the windows build. The comments in other...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-27 Chandler CarruthUse two variables here rather than reusing (and abusing...
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...
2013-12-22 Benjamin KramerDwarf: Fix a copy-paste bug.
2013-12-20 Kai NackeAdd support for krait cpu in llvm::sys::getHostCPUName()
2013-12-19 Hans WennborgMake sys::ThreadLocal<> zero-initialized on non-thread...
2013-12-18 Adrian PrantlPull in a couple of new constants from the upcoming...
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-17 Quentin Colombet[LLVM Diagnostic Capabilities] Remove useless includes...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-16 Joerg SonnenbergerRecognize EABIHF as environment and use it for RTAPI...
2013-12-16 Reid KlecknerMemoryBuffer: Increase the alignment of small file...
2013-12-14 Michael Gottesman[block-freq] Add a right shift to BlockFrequency that...
2013-12-14 Michael Gottesman[block-freq] Remove old BlockFrequency entry frequency...
2013-12-13 Michael GottesmanRemove APInt::extractBit since it is already implemente...
2013-12-13 Michael Gottesman[block-freq] Add the APInt method extractBit.
2013-12-13 Rafael EspindolaFix pr18235.
2013-12-12 Rafael EspindolaFix Typo.
2013-12-12 Rafael EspindolaConvert the other getHostByName implementations to...
2013-12-12 Rafael EspindolaReturn a StringRef from getHostCPUName.
2013-12-12 Alp TokerAdd missing escape characters to the new Regex::escape...
2013-12-12 Hans WennborgExpose FileCheck's AddFixedStringToRegEx as Regex:...
2013-12-11 Alp TokerBuild fix for Android NDK which has neither futimes...
2013-12-10 Tim NorthoverDarwin: update default iOS version to 5.0
2013-12-09 Sylvestre LedruImprove the detection of the path
2013-12-06 Justin BognerSupport: Fix handling of args that begin with @ but...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-03 Reid KlecknerReturn true on success in cl::ExpandResponseFiles
2013-11-26 Chandler CarruthLift self-copy protection up to the header file and...
2013-11-26 Chandler CarruthFix a self-memcpy which only breaks under Valgrind...
2013-11-25 Benjamin KramerMake helper function static.
2013-11-25 Tim NorthoverX86: enable AVX2 under Haswell native compilation
2013-11-21 Nick Kledzikrevert r194655
2013-11-20 Chandler CarruthMake the moved-from SmallPtrSet be a valid, empty,...
2013-11-20 Chandler CarruthGive SmallPtrSet move semantics when we have R-value...
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Aaron BallmanChecking for a return value with FormatMessage; if...
2013-11-18 Aaron BallmanFixing a possible memory leak from a failing realloc...
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-14 NAKAMURA Takumiyaml::Input::mapTag(): Don't use StringRef to hold...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-11-13 Benjamin KramerMake sure LLVMLoadLibraryPermanently gets an extern...
2013-11-06 Peter ZotovAdd newline at EOF in DynamicLibrary.cpp
2013-11-06 Peter Zotov[llvm-c] Specify explicit namespace in LLVMLoadLibraryP...
next