aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Assembly
Commit message (Expand)AuthorAgeFilesLines
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-021-1/+3
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-021-3/+1
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-021-1/+3
* Revert r100143.Eric Christopher2010-04-011-3/+1
* Add some switches helpful for debugging:David Greene2010-04-011-1/+3
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-101-0/+5
* Use doxygen comment syntax.Dan Gohman2010-02-101-8/+8
* Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman2009-09-081-1/+0
* Add a comment noting the memory ownership rules.Dan Gohman2009-09-021-1/+2
* Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman2009-09-021-0/+12
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-3/+0
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-56/+5
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-2/+2
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-2/+5
* add a #include to improve portability to windows, as requested byChris Lattner2009-03-091-0/+1
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-011-3/+6
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-281-2/+11
* the module is not required to exist, allow it to default, giving thisChris Lattner2009-02-281-1/+1
* disable copying and assignment.Chris Lattner2009-02-281-0/+2
* expose TypePrinting as a public API.Chris Lattner2009-02-281-0/+18
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-281-3/+2
* 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