aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* newline at end of phileChris Lattner2008-12-091-1/+2
* pred_iterator got a lot slower since use-diet landed. This is a Chris Lattner2008-12-091-0/+56
* Have raw_fd_ostream keep track of the position in the file to make tell() go ...Ted Kremenek2008-12-041-1/+4
* Add 'tell' method to raw_fd_ostream that clients can use to query the current...Ted Kremenek2008-11-261-1/+4
* change AnnotationManager to use 'const char*' instead of std::string. this fi...Nuno Lopes2008-11-261-4/+3
* Roll back rev 59890, since Chris says this can never happen.Scott Michel2008-11-231-1/+1
* Check for NULL before traversing the isa<> type hierarchy checking with aScott Michel2008-11-221-1/+1
* add a write method.Chris Lattner2008-11-191-0/+6
* add a new m_Specific pattern that matches only if we have a specific Value*.Chris Lattner2008-11-161-0/+15
* add a new template for matching a select between two constants.Chris Lattner2008-11-161-0/+11
* Clean up some strange whitespace.Nick Lewycky2008-11-151-7/+6
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-131-1/+6
* Symbol visibility is unsupported on cygwin too.asl2008-10-311-1/+1
* Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman2008-10-301-0/+46
* Revert r58411. The user needs to #define this when using the JITMemoryManager...Bill Wendling2008-10-301-0/+5
* Revert part of r58048. It was breaking on SnowLeopard claiming thatBill Wendling2008-10-301-5/+0
* Fix the name of the include guard to match the filename.Dan Gohman2008-10-281-2/+2
* CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.Oscar Fuentes2008-10-251-0/+13
* Added raw_fd_ostream::close().Ted Kremenek2008-10-231-0/+3
* Changes to make the Windows build work...Steve Naroff2008-10-231-3/+13
* Introduce INT64_C macro and unbreak LLVM on MSVC.Argiris Kirtzidis2008-10-231-0/+3
* Clear raw_fd_ostream error string on success and explain behavior inDaniel Dunbar2008-10-211-4/+5
* Rename IRBuilder::IsNonNull -> IsNotNull in response to feedback.Daniel Dunbar2008-10-021-2/+2
* Add IRBuilder::{CreateIsNull, CreateIsNonNull} helper methods.Daniel Dunbar2008-09-271-0/+17
* Large mechanical patch.Devang Patel2008-09-251-3/+3
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-2/+2
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+134
* plug memleak: destroy internal bufferNuno Lopes2008-09-021-1/+4
* Add DebugInfoBuilder. Patch by Talin!Evan Cheng2008-08-271-0/+151
* Grammar fix.Ted Kremenek2008-08-261-1/+1
* Added "str()" method to raw_string_ostream.Ted Kremenek2008-08-261-0/+7
* Add raw_stream adaptors that write into an std::string and SmallVector/SmallS...Chris Lattner2008-08-231-1/+31
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-232-7/+5
* Split format() out to its own file, add support for formattingChris Lattner2008-08-232-59/+156
* conditionalize this to work on windows, untested but it should workChris Lattner2008-08-231-0/+5
* add a simple mechanism for formatted output. This gives raw_ostream's Chris Lattner2008-08-231-5/+66
* Also overload for char, since the "char" type depends on the host.Nicolas Geoffray2008-08-221-0/+7
* Overload for both signed and unsigned char.Owen Anderson2008-08-221-1/+8
* Move non-trivial methods out of line to avoid code-size bloat.Owen Anderson2008-08-211-87/+5
* Implement operator<< in terms of basic types rather than [u]int*_t, which is ...Owen Anderson2008-08-211-7/+35
* Remove size_t operator; this unbreaks the build on Linux. Committing on Eli Friedman2008-08-211-5/+1
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-1/+34
* add raw_ostream method for emitting an unsigned.Chris Lattner2008-08-191-0/+17
* Don't require Registry specializations to define random static variables.Gordon Henriksen2008-08-171-2/+15
* Make it compile on VC2005:Cédric Venet2008-08-171-0/+5
* Fix build on GCC 4.3.Nick Lewycky2008-08-171-0/+2
* add support for a cout/cerr analog (outs()/errs()) as well asChris Lattner2008-08-171-1/+28
* rename OutputData to 'write' to match ostream.Chris Lattner2008-08-171-2/+2
* remove accidental comment.Chris Lattner2008-08-171-1/+1
* add a new raw_ostream class which is an extremely high performance ostream thatChris Lattner2008-08-171-0/+170