Move global variables in TargetMachine into new TargetOptions class. As an API
[oota-llvm.git] / lib / Support /
2011-12-01 David BlaikieFix unreachable return & simplify some branches.
2011-12-01 Benjamin KramerAutodetect bulldozers.
2011-12-01 David BlaikieAdd some missing anchors.
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-28 Nick LewyckyDon't define these unless we plan to use them.
2011-11-28 Eli FriedmanAdd back a line I deleted by accident in r145141. ...
2011-11-28 Dylan Noblesmithrename ENABLE_THREADS to LLVM_ENABLE_THREADS
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-11-24 Benjamin KramerMake ConstantRange::truncate a bit more efficient.
2011-11-23 Richard SmithCorrectly byte-swap APInts with bit-widths greater...
2011-11-22 Benjamin KramerAdd configure checking for pread(2) and use it to save...
2011-11-22 Benjamin KramerTurn error recovery into an assert.
2011-11-15 Nick LewyckyMove WEAK marking to the declaration.
2011-11-15 Nick LewyckyFix linking for some users who already have tsan enable...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
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...
next