summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-11
* canonicalize namespace gymnasticsChris Lattner2009-09-09
* Add comment re: clang dependency.Daniel Dunbar2009-09-09
* Added an abstract superclass, MCDisassembler, forSean Callanan2009-09-09
* Make sure the memory range is writable before memset'ing it.Evan Cheng2009-09-09
* Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2009-09-08
* Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar2009-09-08
* Fix may-be-used-uninitialized warning.Daniel Dunbar2009-09-08
* Avoid warnings if assertions are off.Duncan Sands2009-09-06
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-06
* More MSVC warning fixes:Benjamin Kramer2009-09-06
* Remove splint hints to silence warnings from ICC and MSVC.Benjamin Kramer2009-09-06
* Remove some unused variables and methods warned about byDuncan Sands2009-09-06
* Show derived host triple in --version.Daniel Dunbar2009-09-02
* Update CMake files.Ted Kremenek2009-09-01
* Add triple parsing support for XCore.Richard Osborne2009-08-31
* Fix some possible-use-of-uninitialized warnings.Daniel Dunbar2009-08-30
* Add regular expression matching support, based on OpenBSD regexec()/regcomp()Torok Edwin2009-08-30
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* CMake: updated list of source files.Oscar Fuentes2009-08-25
* Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for anDaniel Dunbar2009-08-24
* Correctly account for the Spaces array nul terminator. Thanks Chris!Dan Gohman2009-08-24
* raw_ostream::indent is used for PadToColumn which often prints moreDan Gohman2009-08-24
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-24
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-24
* Unbreak the build for HAVE_GV platforms.Dan Gohman2009-08-24
* CMake: Updated library dependencies and list of source files.Oscar Fuentes2009-08-23
* remove the dead std::ostream APInt inserterChris Lattner2009-08-23
* fix some problems with my last patch which happen when one ofChris Lattner2009-08-23
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-23
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-23
* Fix off-by-one in llvm::Format::print.Daniel Dunbar2009-08-23
* clean up #includes.Chris Lattner2009-08-23
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-23
* Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other ...Benjamin Kramer2009-08-23
* Fix windows build.Benjamin Kramer2009-08-23
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* eliminate DOUT and make Debug.h not include Streams.h anymore, woo!Chris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Change raw_fd_ostream to take flags as an optional bitmask Chris Lattner2009-08-23
* switch formattedstream to use raw_ostream::indent. This eliminatesChris Lattner2009-08-22
* add a raw_ostream::indent method, to be used like:Chris Lattner2009-08-22
* Fix typo.Anton Korobeynikov2009-08-21
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-21
* Clean up the APInt function getDigit.Erick Tryzelaar2009-08-21
* Update error messages for '+'. Fix grammar and make the twoEric Christopher2009-08-21
* Fix trailing whitespace and 80-col violation.Eric Christopher2009-08-21