| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a hook to AssemblyAnnotationWriter to allow custom info comments | Dan Gohman | 2010-02-10 | 1 | -0/+5 |
* | Use doxygen comment syntax. | Dan Gohman | 2010-02-10 | 1 | -8/+8 |
* | Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter instead | Dan Gohman | 2009-09-08 | 1 | -1/+0 |
* | Add a comment noting the memory ownership rules. | Dan Gohman | 2009-09-02 | 1 | -1/+2 |
* | Refactor common code from ParseAssemblyString and ParseAssemblyFile, | Dan Gohman | 2009-09-02 | 1 | -0/+12 |
* | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -3/+0 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | switch the .ll parser into SMDiagnostic. | Chris Lattner | 2009-07-02 | 1 | -56/+5 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 1 | -2/+2 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -2/+2 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -2/+5 |
* | add a #include to improve portability to windows, as requested by | Chris Lattner | 2009-03-09 | 1 | -0/+1 |
* | simplify handling "don't print top level name" processing, so that we get | Chris Lattner | 2009-03-01 | 1 | -3/+6 |
* | move type name population out of TypePrinting class into a static | Chris Lattner | 2009-02-28 | 1 | -2/+11 |
* | the module is not required to exist, allow it to default, giving this | Chris Lattner | 2009-02-28 | 1 | -1/+1 |
* | disable copying and assignment. | Chris Lattner | 2009-02-28 | 1 | -0/+2 |
* | expose TypePrinting as a public API. | Chris Lattner | 2009-02-28 | 1 | -0/+18 |
* | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner | 2009-02-28 | 1 | -3/+2 |
* | remove a dead method. | Chris Lattner | 2009-01-16 | 1 | -6/+1 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -7/+17 |
* | Fixed grammar and capitalization. | Misha Brukman | 2008-12-31 | 1 | -5/+4 |
* | Move Print*Pass to use raw_ostream. | Daniel Dunbar | 2008-10-22 | 1 | -5/+5 |
* | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar | 2008-10-21 | 1 | -55/+13 |
* | we should use 'class' for non-pod types instead of 'struct' to | Chris Lattner | 2008-08-24 | 1 | -1/+2 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 2 | -6/+9 |
* | Change WriteTypeSymbolic/WriteAsOperand to return void instead of | Chris Lattner | 2008-08-19 | 1 | -3/+3 |
* | Revert 51775. | Evan Cheng | 2008-05-30 | 1 | -4/+4 |
* | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 1 | -4/+4 |
* | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 4 | -8/+8 |
* | More fleshing out of docs/Passes.html, plus some typo fixes and | Gordon Henriksen | 2007-10-26 | 1 | -1/+1 |
* | Change casts from old style to new style. This helps document the details | Reid Spencer | 2007-08-12 | 1 | -4/+5 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -4/+7 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -10/+8 |
* | Remove the dead CachedWriter class. | Chris Lattner | 2006-12-06 | 1 | -74/+0 |
* | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | remove unused api | Chris Lattner | 2006-12-06 | 1 | -3/+0 |
* | Remove dead code. | Reid Spencer | 2006-12-03 | 1 | -61/+0 |
* | Support for llvm_ostreams. | Bill Wendling | 2006-11-28 | 1 | -7/+7 |
* | Back out last revision which should not have been committed (yet). | Reid Spencer | 2006-08-28 | 1 | -4/+0 |
* | For PR387: | Reid Spencer | 2006-08-28 | 1 | -0/+4 |
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -19/+37 |
* | Replace an old C-style cast with a C++ cast (squelch warning) | Reid Spencer | 2006-05-29 | 1 | -1/+1 |
* | Fix some doxygen usage in these headers. | Reid Spencer | 2006-05-19 | 1 | -2/+4 |
* | Unused function - easier to throw away than fix. | Jim Laskey | 2006-03-25 | 1 | -8/+0 |
* | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-03 | 1 | -12/+2 |
* | Fix auto-upgrade of intrinsics to work properly with both assembly and | Reid Spencer | 2006-01-27 | 1 | -1/+12 |