summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi2011-10-241-18/+9
* Print branch probabilities as percentages.Benjamin Kramer2011-10-231-3/+3
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-231-7/+0
* Fix build on mingw-w64.Anton Korobeynikov2011-10-211-6/+8
* Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ...David Meyer2011-10-201-1/+0
* Fix handling of the From parameter in StringRef::find.Benjamin Kramer2011-10-171-2/+5
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-162-17/+12
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-161-11/+8
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-16/+22
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-21/+100
* Add a bad char heuristic to StringRef::find.Benjamin Kramer2011-10-151-3/+26
* Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...NAKAMURA Takumi2011-10-151-36/+4
* Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the tripleChad Rosier2011-10-151-4/+36
* Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi2011-10-151-2/+7
* Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer2011-10-131-3/+45
* Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!Michael J. Spencer2011-10-131-11/+87
* Avoid undefined behavior in signed integer negation. Patch by Ahmed Charles.Eli Friedman2011-10-131-1/+2
* Fix APFloat::getSmallestNormalized so the shift doesn't depend on undefined b...Eli Friedman2011-10-121-1/+1
* Fix APFloat::getLargest so that it actually returns the correct value. Found...Eli Friedman2011-10-121-2/+3
* Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar2011-10-115-5/+5
* The Mips specific function for instruction cache invalidation cannot beBruno Cardoso Lopes2011-10-101-34/+5
* Fix APInt::operator*= so that it computes the correct result for large intege...Eli Friedman2011-10-072-2/+3
* Add more initializers to quiet a clang warning.Eric Christopher2011-10-051-1/+1
* Fix typo in comments.Nick Lewycky2011-10-031-2/+2
* Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer2011-10-011-32/+190
* Fix a bug in compare_numeric().Jakob Stoklund Olesen2011-09-301-6/+13
* These symbols appear to be visible by SearchForAddressOfSymbol and no longer Chad Rosier2011-09-271-15/+0
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-232-0/+9
* Change:Richard Trieu2011-09-211-1/+1
* Remove the hack to check UNAME_RELEASE when identifying the Darwin version.Bob Wilson2011-09-201-9/+0
* U is good enoughDouglas Gregor2011-09-201-2/+2
* Eliminate sign-comparison warnings in APIntDouglas Gregor2011-09-201-2/+4
* Add mips64 & mips64el to Triple. Patch by Liu with modifications.Akira Hatanaka2011-09-201-0/+10
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-192-9/+9
* Silence -Wsign-compare warnings from GCC.Benjamin Kramer2011-09-191-2/+2
* Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi2011-09-191-2/+33
* Fix a minor bug in fs::create_directories. Patch by Albert Wong.Eli Friedman2011-09-161-1/+1
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-151-4/+4
* CommandLine: Add support for 64 bit unsigned integer options.Benjamin Kramer2011-09-151-0/+13
* Add some more DWARF extensions from:Nick Lewycky2011-09-151-0/+32
* Update Dwarf enums list for DWARF 4.Nick Lewycky2011-09-151-0/+16
* Update the comment for system_temp_directory() to indicate when itDouglas Gregor2011-09-141-1/+1
* Include limits.h to make sure PATH_MAX is known on Solaris 10.Bill Wendling2011-09-141-0/+3
* Add a simple routine to determine the typical system directory forDouglas Gregor2011-09-141-0/+30
* Add APInt support for converting to/from hexatridecimal stringsDouglas Gregor2011-09-141-12/+19
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-141-0/+35
* Remove unimplemented function prototypes from PathV2. They can be readded whe...Benjamin Kramer2011-09-141-3/+1
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-141-1/+1
* Add the DataExtractor utility class.Benjamin Kramer2011-09-132-0/+176
* Add DW_ATE_UTF, which clang started using in my previous commit!Devang Patel2011-09-121-0/+1
OpenPOWER on IntegriCloud