Introduce line editor library.
[oota-llvm.git] / lib / Support /
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...
2013-11-06 Peter Zotov[llvm-c] Expose LLVMLoadLibraryPermanently
2013-11-04 Benjamin KramerX86: Add a description for AMD bdver3 aka Steamroller.
2013-11-04 Filip PizloMake the pretty stack trace be an opt-in, rather than...
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...
next