Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
[oota-llvm.git] / lib / Support /
2011-10-07 Eli FriedmanFix APInt::operator*= so that it computes the correct...
2011-10-05 Eric ChristopherAdd more initializers to quiet a clang warning.
2011-10-03 Nick LewyckyFix typo in comments.
2011-10-01 Michael J. SpencerAdd Windows x64 stack walking support. Patch by Aaron...
2011-09-30 Jakob Stoklund OlesenFix a bug in compare_numeric().
2011-09-27 Chad RosierThese symbols appear to be visible by SearchForAddressO...
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2011-09-21 Richard TrieuChange:
2011-09-20 Bob WilsonRemove the hack to check UNAME_RELEASE when identifying...
2011-09-20 Douglas GregorU is good enough
2011-09-20 Douglas GregorEliminate sign-comparison warnings in APInt
2011-09-20 Akira HatanakaAdd mips64 & mips64el to Triple. Patch by Liu with...
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-09-19 Benjamin KramerSilence -Wsign-compare warnings from GCC.
2011-09-19 NAKAMURA TakumiAdd Win32 support to llvm::llvm_execute_on_thread(...
2011-09-16 Eli FriedmanFix a minor bug in fs::create_directories. Patch by...
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-09-15 Benjamin KramerCommandLine: Add support for 64 bit unsigned integer...
2011-09-15 Nick LewyckyAdd some more DWARF extensions from:
2011-09-15 Nick LewyckyUpdate Dwarf enums list for DWARF 4.
2011-09-14 Douglas GregorUpdate the comment for system_temp_directory() to indic...
2011-09-14 Bill WendlingInclude limits.h to make sure PATH_MAX is known on...
2011-09-14 Douglas GregorAdd a simple routine to determine the typical system...
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-09-14 Bruno Cardoso LopesOne more patch towards JIT support for Mips.
2011-09-14 Benjamin KramerRemove unimplemented function prototypes from PathV2...
2011-09-14 Benjamin KramerObjectFile: Add support for mach-o-style dSYM companion...
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.
2011-09-12 Devang PatelAdd DW_ATE_UTF, which clang started using in my previou...
2011-08-29 Tobias GrosserAdd AMDIL as valid target triple to LLVM.
2011-08-28 Nick LewyckyFix integer overflow bug in raw_ostream::write. This...
2011-08-27 Benjamin KramerReport failure if there are less bytes than requested...
2011-08-25 Benjamin KramerIntel family 6 model 44 is Gulftown/Westmere-EP and...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-23 Ivan KrasinThis patch adds support of le32 pseudo-cpu that stands...
2011-08-23 NAKAMURA Takumilib/Support/Windows/Windows.h: Update required IE ver...
2011-08-22 Ivan KrasinAdd NativeClient support to Triple::ParseOS.
2011-08-22 Jordy RoseMake DynamicLibrary thread-safe w/r/t call to dlerror...
2011-08-20 Benjamin KramerPathV2: Handle more reserved filenames on windows.
2011-08-20 NAKAMURA Takumilib/Support/CrashRecoveryContext.cpp: Add Win32 support...
2011-08-20 NAKAMURA Takumilib/Support/Windows/Windows.h: Require at least Windows...
2011-08-18 Ivan KrasinAdd NativeClient operating system support.
2011-08-17 Jordy RoseStatic fields require an out-of-line definition. Fix...
2011-08-17 Jordy RoseUnbork Windows build. Thanks, Francois.
2011-08-17 Jordy RoseUse DynamicLibrary instances as a way to get symbols...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-08-10 Bob WilsonClarify a comment.
2011-08-09 Bob WilsonPut Darwin-specific code inside an __APPLE__ ifdef.
2011-08-09 Bob WilsonRecognize the UNAME_RELEASE environment variable to...
2011-07-30 Sean CallananAdded several architecture names.
2011-07-29 Nick LewyckyDon't look at $PWD in GetCurrentDirectory.
2011-07-29 Nick LewyckyTeach Path::GetCurrentDirectory to use $PWD, to support...
2011-07-28 Argyrios KyrtzidisAdd an optional 'bool makeAbsolute' in llvm::sys::fs...
2011-07-27 Jakub StaszakOptimize 96-bit division a little bit.
2011-07-27 Jakub StaszakMove static methods to the anonymous namespace.
2011-07-27 Frits van BommelTrim includes.
2011-07-26 Duncan SandsTeach the Triple class about kfreebsd (FreeBSD kernel...
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-07-25 Jakub StaszakAdd BlockFrequency class.
2011-07-24 Chris Lattnerswitch Triple to take twines instead of stringrefs.
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2011-07-22 Chandler CarruthMove TargetRegistry.cpp from lib/Support to lib/Target...
2011-07-22 Chandler CarruthMove the registered target printing in version strings...
2011-07-22 Chandler CarruthMove the logic for printing the registered targets...
2011-07-22 Chandler CarruthAdd an extension point to the CommandLine library where...
2011-07-22 NAKAMURA Takumilib/Support/Triple.cpp: Recognize "-march=ppc32" to...
2011-07-21 Chris Lattnermove tier out of an anonymous namespace, it doesn't...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Benjamin KramerSimplify & microoptimize code. No intended functionalit...
2011-07-15 Frits van BommelIn Twine::str(), if the Twine stores only a std::string...
2011-07-15 Chandler CarruthExplicitly cast the second argument to unsigned in...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-07-09 NAKAMURA TakumiWindows/DynamicLibrary.inc: Fix trivial warnings. Thank...
2011-07-08 Bob WilsonUpdate comments for SandyBridge CPU identifiers.
2011-07-08 Bob WilsonRecognize Intel CPUs with Family=6 and Model=44.
2011-07-07 Joerg SonnenbergerRecognize mipseb as alias for mips for symmetry with...
2011-07-06 Eli FriedmanFix missing triple support for RTEMS target.
2011-07-05 Chad RosierBy default mkstemp() creates a temporary file with...
2011-07-02 Duncan SandsRevert previous commit. It seems that whether casting...
2011-07-02 Duncan SandsSupress gcc-4.5 warning about the result not being...
2011-07-01 Douglas GregorAdd initial *-*-rtems* target, from Joel Sherrill
2011-06-22 Nick LewyckyFix the implementation of ConstantRange::sub(ConstantRa...
2011-06-15 Ted Kremenekadd option for literal formatting to APInt::toString()
2011-06-13 Evan ChengAliased flag options should be directed to stdout,...
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-09 Chris Lattneradd another sandybridge alias.
2011-06-03 Zhongxing Xusinged int causes signed extension, which contradicts...
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-05-29 John McCall...this is not a good commit day for me.
2011-05-29 John McCallOn Darwin ARM, set the UNWIND_RESUME libcall to _Unwind...
2011-05-22 Chris Lattnerfix a bug for hosts without round, PR8893.
2011-05-22 Chris Lattnerrandom comment cleanups.
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-19 Rafael EspindolaRevert my previous patch. The cmake build had already...
2011-05-18 Rafael EspindolaFix the cmake build.
2011-05-18 Eli FriedmanShuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-18 Eli FriedmanThird pass at allowing plugins to modify default passes...
2011-05-18 Eli FriedmanRevert r131556; it's breaking buildbots/clang tests.
2011-05-18 David ChisnallSecond pass at allowing plugins to modify default passe...
next