summaryrefslogtreecommitdiff
path: root/include/llvm/Assembly
Commit message (Expand)AuthorAge
* Enable *BasicBlockPass::createPrinterPass()Sergei Larin2013-02-08
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Make headers standalone.Benjamin Kramer2011-11-14
* Delete names for unused parameters in inline function definitions in headers,...Eli Friedman2011-11-04
* Eliminate the WriteTypeSymbolic function. Now that types knowChris Lattner2011-07-09
* now that Type::getDescription() is dead, the TypePrinting class can move from...Chris Lattner2011-06-18
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02
* AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner2010-09-02
* Ok, third time's the charm. No changes from last time except the CMakeDavid Greene2010-04-02
* Revert 100204. It broke a bunch of tests and apparently changed what passes a...Evan Cheng2010-04-02
* Let's try this again. Re-apply 100143 including an apparent missingDavid Greene2010-04-02
* Revert r100143.Eric Christopher2010-04-01
* Add some switches helpful for debugging:David Greene2010-04-01
* Add a hook to AssemblyAnnotationWriter to allow custom info commentsDan Gohman2010-02-10
* Use doxygen comment syntax.Dan Gohman2010-02-10
* Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman2009-09-08
* Add a comment noting the memory ownership rules.Dan Gohman2009-09-02
* Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman2009-09-02
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-23
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-02
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* add a #include to improve portability to windows, as requested byChris Lattner2009-03-09
* simplify handling "don't print top level name" processing, so that we getChris Lattner2009-03-01
* move type name population out of TypePrinting class into a static Chris Lattner2009-02-28
* the module is not required to exist, allow it to default, giving thisChris Lattner2009-02-28
* disable copying and assignment.Chris Lattner2009-02-28
* expose TypePrinting as a public API.Chris Lattner2009-02-28
* Change WriteTypeSymbolic to not put a space out before types, also, removeChris Lattner2009-02-28
* remove a dead method.Chris Lattner2009-01-16
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Fixed grammar and capitalization.Misha Brukman2008-12-31
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-22
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-21
* we should use 'class' for non-pod types instead of 'struct' toChris Lattner2008-08-24
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Change WriteTypeSymbolic/WriteAsOperand to return void instead of Chris Lattner2008-08-19
* Revert 51775.Evan Cheng2008-05-30
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-30
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-20
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-26
* Change casts from old style to new style. This helps document the detailsReid Spencer2007-08-12
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07