summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid some temporary strings.Chris Lattner2009-09-191-19/+6
* add some more overloads of StringRef::getAsInteger forChris Lattner2009-09-191-0/+45
* provide a "strtoull" operation that works on StringRef's.Chris Lattner2009-09-191-0/+63
* convert a bunch of std::strings to use StringRef. This should eliminateChris Lattner2009-09-191-48/+56
* Try to speed up the slowest parts of the CommandLine libraryBenjamin Kramer2009-09-191-28/+28
* add a version of the APFloat constructor that initializes to 0.0Chris Lattner2009-09-171-0/+8
* Add StringRef::{rfind, rsplit}Daniel Dunbar2009-09-162-0/+14
* Drop the raw_ostream required buffer size to 1.Daniel Dunbar2009-09-151-2/+2
* Update CMake files.Ted Kremenek2009-09-111-0/+1
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-112-2/+5
* canonicalize namespace gymnasticsChris Lattner2009-09-091-23/+20
* Add comment re: clang dependency.Daniel Dunbar2009-09-091-0/+3
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-091-0/+37
* Make sure the memory range is writable before memset'ing it.Evan Cheng2009-09-091-0/+2
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-081-0/+34
* Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar2009-09-081-1/+2
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-09-081-2/+2
* Avoid warnings if assertions are off.Duncan Sands2009-09-061-0/+3
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-061-6/+9
* More MSVC warning fixes:Benjamin Kramer2009-09-063-2/+5
* Remove splint hints to silence warnings from ICC and MSVC.Benjamin Kramer2009-09-061-2/+2
* Remove some unused variables and methods warned about byDuncan Sands2009-09-061-2/+0
* Show derived host triple in --version.Daniel Dunbar2009-09-021-0/+2
* Update CMake files.Ted Kremenek2009-09-011-1/+1
* Add triple parsing support for XCore.Richard Osborne2009-08-311-0/+2
* Fix some possible-use-of-uninitialized warnings.Daniel Dunbar2009-08-301-2/+2
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-3014-0/+3647
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-6/+6
* CMake: updated list of source files.Oscar Fuentes2009-08-251-0/+1
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-241-0/+25
* Correctly account for the Spaces array nul terminator. Thanks Chris!Dan Gohman2009-08-241-2/+3
* raw_ostream::indent is used for PadToColumn which often prints moreDan Gohman2009-08-241-3/+6
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-242-14/+30
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+8
* Unbreak the build for HAVE_GV platforms.Dan Gohman2009-08-241-2/+2
* CMake: Updated library dependencies and list of source files.Oscar Fuentes2009-08-231-1/+0
* remove the dead std::ostream APInt inserterChris Lattner2009-08-231-8/+2
* fix some problems with my last patch which happen when one ofChris Lattner2009-08-231-14/+11
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-232-2/+4
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-231-30/+0
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-23/+6
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-231-5/+5
* clean up #includes.Chris Lattner2009-08-231-8/+4
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-231-1/+0
* Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ...Benjamin Kramer2009-08-231-39/+36
* Fix windows build.Benjamin Kramer2009-08-231-1/+1
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-5/+5
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-235-110/+88
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-16/+47
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-231-40/+18
OpenPOWER on IntegriCloud