aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Assembly
AgeCommit message (Expand)Author
2009-03-09add a #include to improve portability to windows, as requested byChris Lattner
2009-03-01simplify handling "don't print top level name" processing, so that we getChris Lattner
2009-02-28move type name population out of TypePrinting class into a static Chris Lattner
2009-02-28the module is not required to exist, allow it to default, giving thisChris Lattner
2009-02-28disable copying and assignment.Chris Lattner
2009-02-28expose TypePrinting as a public API.Chris Lattner
2009-02-28Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner
2009-01-16remove a dead method.Chris Lattner
2009-01-02Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner
2008-12-31Fixed grammar and capitalization.Misha Brukman
2008-10-22Move Print*Pass to use raw_ostream.Daniel Dunbar
2008-10-21Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar
2008-08-24we should use 'class' for non-pod types instead of 'struct' toChris Lattner
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-08-19Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2008-02-20Fix newly-introduced 4.3 warningsAnton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-10-26More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen
2007-08-12Change casts from old style to new style. This helps document the detailsReid Spencer
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
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