summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Fix handling of the From parameter in StringRef::find.Benjamin Kramer2011-10-17
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-16
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Add a bad char heuristic to StringRef::find.Benjamin Kramer2011-10-15
* Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...NAKAMURA Takumi2011-10-15
* Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the tripleChad Rosier2011-10-15
* Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi2011-10-15
* Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer2011-10-13
* Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!Michael J. Spencer2011-10-13
* Avoid undefined behavior in signed integer negation. Patch by Ahmed Charles.Eli Friedman2011-10-13
* Fix APFloat::getSmallestNormalized so the shift doesn't depend on undefined b...Eli Friedman2011-10-12
* Fix APFloat::getLargest so that it actually returns the correct value. Found...Eli Friedman2011-10-12
* Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar2011-10-11
* The Mips specific function for instruction cache invalidation cannot beBruno Cardoso Lopes2011-10-10
* Fix APInt::operator*= so that it computes the correct result for large intege...Eli Friedman2011-10-07
* Add more initializers to quiet a clang warning.Eric Christopher2011-10-05
* Fix typo in comments.Nick Lewycky2011-10-03
* Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer2011-10-01
* Fix a bug in compare_numeric().Jakob Stoklund Olesen2011-09-30
* These symbols appear to be visible by SearchForAddressOfSymbol and no longer Chad Rosier2011-09-27
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* Change:Richard Trieu2011-09-21
* Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson2011-09-20
* U is good enoughDouglas Gregor2011-09-20
* Eliminate sign-comparison warnings in APIntDouglas Gregor2011-09-20
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-20
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-19
* Silence -Wsign-compare warnings from GCC.Benjamin Kramer2011-09-19
* Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi2011-09-19
* Fix a minor bug in fs::create_directories. Patch by Albert Wong.Eli Friedman2011-09-16
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-15
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-15
* Add some more DWARF extensions from:Nick Lewycky2011-09-15
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-15
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-14
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-14
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-14
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-14
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-14
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-14
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* Add the DataExtractor utility class.Benjamin Kramer2011-09-13
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-12
* Add AMDIL as valid target triple to LLVM.Tobias Grosser2011-08-29
* Fix integer overflow bug in raw_ostream::write. This showed up as aNick Lewycky2011-08-28
* Report failure if there are less bytes than requested in a MemoryObject.Benjamin Kramer2011-08-27
* Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.Benjamin Kramer2011-08-25
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24