aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly
Commit message (Expand)AuthorAgeFilesLines
* remove a dead method.Chris Lattner2009-01-161-6/+1
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-021-7/+17
* Fixed grammar and capitalization.Misha Brukman2008-12-311-5/+4
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-221-5/+5
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-211-55/+13
* we should use 'class' for non-pod types instead of 'struct' toChris Lattner2008-08-241-1/+2
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-232-6/+9
* Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner2008-08-191-3/+3
* Revert 51775.Evan Cheng2008-05-301-4/+4
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-4/+4
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-294-8/+8
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-261-1/+1
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-121-4/+5
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-4/+7
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-10/+8
* Remove the dead CachedWriter class.Chris Lattner2006-12-061-74/+0
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-061-1/+1
* remove unused apiChris Lattner2006-12-061-3/+0
* Remove dead code.Reid Spencer2006-12-031-61/+0
* Support for llvm_ostreams.Bill Wendling2006-11-281-7/+7
* Back out last revision which should not have been committed (yet).Reid Spencer2006-08-281-4/+0
* For PR387:Reid Spencer2006-08-281-0/+4
* For PR797:Reid Spencer2006-08-181-19/+37
* Replace an old C-style cast with a C++ cast (squelch warning)Reid Spencer2006-05-291-1/+1
* Fix some doxygen usage in these headers.Reid Spencer2006-05-191-2/+4
* Unused function - easier to throw away than fix.Jim Laskey2006-03-251-8/+0
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-031-12/+2
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-271-1/+12
* 1. Documentation upgrade.Reid Spencer2006-01-191-7/+16
* Add a new interface function to AutoUpgrade for simultaneously upgradingReid Spencer2006-01-191-1/+25
* For PR411:Reid Spencer2006-01-161-0/+33
* Give the asmparser the ability to parse strings, patch contributed byChris Lattner2005-05-201-0/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-0/+2
* Convert tabs to spacesMisha Brukman2005-04-222-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-215-19/+19
* Add llvm-as project to Visual StudioJeff Cohen2005-01-011-1/+2
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Fixes for PR341Chris Lattner2004-07-151-11/+3
* Add a new, compatible, interface function for writing types as operands.Reid Spencer2004-07-041-0/+3
* Added #include <iostream> since this header is no longer picked up fromReid Spencer2004-07-041-0/+1
* Revert ostream back to reference: the only user (llvm-tv) no longer needs it.Misha Brukman2004-06-041-8/+5
* Remove support for printing strings from the cached writerChris Lattner2004-06-041-4/+0
* Part of bug 122:Reid Spencer2004-05-261-2/+5
* * Make contained ostream not public.Misha Brukman2004-04-281-26/+11
* * Add ability to get and set the output streamMisha Brukman2004-04-281-11/+23
* Add the ability to put an annotation at the end of a basic block as well.Chris Lattner2004-03-081-3/+9
* The cbackend has never had anything to do with llvm assembly writingChris Lattner2004-02-131-27/+0