aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly
AgeCommit message (Expand)Author
2006-12-06Remove the dead CachedWriter class.Chris Lattner
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner
2006-12-06remove unused apiChris Lattner
2006-12-03Remove dead code.Reid Spencer
2006-11-28Support for llvm_ostreams.Bill Wendling
2006-08-28Back out last revision which should not have been committed (yet).Reid Spencer
2006-08-28For PR387:Reid Spencer
2006-08-18For PR797:Reid Spencer
2006-05-29Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer
2006-05-19Fix some doxygen usage in these headers.Reid Spencer
2006-03-25Unused function - easier to throw away than fix.Jim Laskey
2006-03-03Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner
2006-01-27Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer
2006-01-191. Documentation upgrade.Reid Spencer
2006-01-19Add a new interface function to AutoUpgrade for simultaneously upgradingReid Spencer
2006-01-16For PR411:Reid Spencer
2005-05-20Give the asmparser the ability to parse strings, patch contributed byChris Lattner
2005-05-15Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-01Add llvm-as project to Visual StudioJeff Cohen
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-07-15Fixes for PR341Chris Lattner
2004-07-04Add a new, compatible, interface function for writing types as operands.Reid Spencer
2004-07-04Added #include <iostream> since this header is no longer picked up fromReid Spencer
2004-06-04Revert ostream back to reference: the only user (llvm-tv) no longer needs it.Misha Brukman
2004-06-04Remove support for printing strings from the cached writerChris Lattner
2004-05-26Part of bug 122:Reid Spencer
2004-04-28* Make contained ostream not public.Misha Brukman
2004-04-28* Add ability to get and set the output streamMisha Brukman
2004-03-08Add the ability to put an annotation at the end of a basic block as well.Chris Lattner
2004-02-13The cbackend has never had anything to do with llvm assembly writingChris Lattner
2004-02-13Change access to the cwriterChris Lattner
2004-01-08Remove yet another obsolete comment :)Chris Lattner
2004-01-08Fix typos. Rewrite head-of-file comment.Brian Gaeke
2004-01-08Fix typos. Regularize include guard.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-30New interfaceChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2002-09-19Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarentlyChris Lattner
2002-08-31Convert cwriter to be a pass.Chris Lattner
2002-08-30Update commentsChris Lattner
2002-08-18Module's do not subclass from Value, so this code caused a segfault.Chris Lattner
2002-07-23Regularize the Print*Passes so they have default ctors.Chris Lattner
2002-07-10Allow specifying a module for context instead of a slot calculator directlyChris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-08*** empty log message ***Sumant Kowshik
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner