Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / Support /
2011-11-06 Benjamin KramerFix a typo.
2011-11-06 Daniel DunbarADT/StringRef: Add ::lower() and ::upper() methods.
2011-11-06 Peter CollingbourneReturn only the least significant 8 bits of the exit...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-11-01 Sebastian Poprename getHostTriple into getDefaultTargetTriple
2011-11-01 Sebastian Poprename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
2011-11-01 Eli FriedmanRemove a couple unused methods. PR11201.
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-10-27 Benjamin KramerBlockFrequency: Use a smarter overflow check.
2011-10-25 Dan GohmanRemove the Blackfin backend.
2011-10-24 Dan GohmanRemove the SystemZ backend.
2011-10-24 NAKAMURA TakumiWindows/Path.inc: [PR8460] Get rid of ScopedNullTermina...
2011-10-23 Benjamin KramerPrint branch probabilities as percentages.
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-21 Anton KorobeynikovFix build on mingw-w64.
2011-10-20 David MeyerRemove unused include of sys/uio.h in MemoryBuffer...
2011-10-17 Benjamin KramerFix handling of the From parameter in StringRef::find.
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-15 Benjamin KramerAdd a bad char heuristic to StringRef::find.
2011-10-15 NAKAMURA TakumiRevert r142046, "Fix for llvm::sys::getHostTriple on...
2011-10-15 Chad RosierFix for llvm::sys::getHostTriple on Windows. Instead...
2011-10-15 NAKAMURA TakumiWindows/Memory.inc: Support the ability to allocate...
2011-10-13 Michael J. SpencerSupport/Windows: Add support modifying memory permissio...
2011-10-13 Michael J. SpencerSupport/Windows: Add efficent RW mutex on Windows....
2011-10-13 Eli FriedmanAvoid undefined behavior in signed integer negation...
2011-10-12 Eli FriedmanFix APFloat::getSmallestNormalized so the shift doesn...
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-10-11 Daniel DunbarClean up a few references to System/. We still have...
2011-10-10 Bruno Cardoso LopesThe Mips specific function for instruction cache invali...
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...
next