aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-27BlockFrequency: Use a smarter overflow check.Benjamin Kramer
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-24Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi
2011-10-23Print branch probabilities as percentages.Benjamin Kramer
2011-10-23Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer
2011-10-21Fix build on mingw-w64.Anton Korobeynikov
2011-10-20Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ...David Meyer
2011-10-17Fix handling of the From parameter in StringRef::find.Benjamin Kramer
2011-10-16Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer
2011-10-16remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-15Add a bad char heuristic to StringRef::find.Benjamin Kramer
2011-10-15Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...NAKAMURA Takumi
2011-10-15Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the tripleChad Rosier
2011-10-15Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi
2011-10-13Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer
2011-10-13Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!Michael J. Spencer
2011-10-13Avoid undefined behavior in signed integer negation. Patch by Ahmed Charles.Eli Friedman
2011-10-12Fix APFloat::getSmallestNormalized so the shift doesn't depend on undefined b...Eli Friedman
2011-10-12Fix APFloat::getLargest so that it actually returns the correct value. Found...Eli Friedman
2011-10-11Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar
2011-10-10The Mips specific function for instruction cache invalidation cannot beBruno Cardoso Lopes
2011-10-07Fix APInt::operator*= so that it computes the correct result for large intege...Eli Friedman
2011-10-05Add more initializers to quiet a clang warning.Eric Christopher
2011-10-03Fix typo in comments.Nick Lewycky
2011-10-01Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer
2011-09-30Fix a bug in compare_numeric().Jakob Stoklund Olesen
2011-09-27These symbols appear to be visible by SearchForAddressOfSymbol and no longer Chad Rosier
2011-09-23sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar
2011-09-21Change:Richard Trieu
2011-09-20Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson
2011-09-20U is good enoughDouglas Gregor
2011-09-20Eliminate sign-comparison warnings in APIntDouglas Gregor
2011-09-20Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka
2011-09-19Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher
2011-09-19Silence -Wsign-compare warnings from GCC.Benjamin Kramer
2011-09-19Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi
2011-09-16Fix a minor bug in fs::create_directories. Patch by Albert Wong.Eli Friedman
2011-09-15use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin
2011-09-15CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer
2011-09-15Add some more DWARF extensions from:Nick Lewycky
2011-09-15Update Dwarf enums list for DWARF 4.Nick Lewycky