2008-02-20 |
Anton Korobeynikov | Fix newly-introduced 4.3 warnings |
tree | commitdiff |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
tree | commitdiff |
2007-10-26 |
Gordon Henriksen | More fleshing out of docs/Passes.html, plus some typo... |
tree | commitdiff |
2007-08-12 |
Reid Spencer | Change casts from old style to new style. This helps... |
tree | commitdiff |
2007-05-03 |
Devang Patel | Drop 'const' |
tree | commitdiff |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
tree | commitdiff |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | Remove the dead CachedWriter class. |
tree | commitdiff |
2006-12-06 |
Chris Lattner | Remove the 'printname' argument to WriteAsOperand.... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | remove unused api |
tree | commitdiff |
2006-12-03 |
Reid Spencer | Remove dead code. |
tree | commitdiff |
2006-11-28 |
Bill Wendling | Support for llvm_ostreams. |
tree | commitdiff |
2006-08-28 |
Reid Spencer | Back out last revision which should not have been commi... |
tree | commitdiff |
2006-08-28 |
Reid Spencer | For PR387: |
tree | commitdiff |
2006-08-18 |
Reid Spencer | For PR797: |
tree | commitdiff |
2006-05-29 |
Reid Spencer | Replace an old C-style cast with a C++ cast (squelch... |
tree | commitdiff |
2006-05-19 |
Reid Spencer | Fix some doxygen usage in these headers. |
tree | commitdiff |
2006-03-25 |
Jim Laskey | Unused function - easier to throw away than fix. |
tree | commitdiff |
2006-03-03 |
Chris Lattner | Split memcpy/memset/memmove intrinsics into i32/i64... |
tree | commitdiff |
2006-01-27 |
Reid Spencer | Fix auto-upgrade of intrinsics to work properly with... |
tree | commitdiff |
2006-01-19 |
Reid Spencer | 1. Documentation upgrade. |
tree | commitdiff |
2006-01-19 |
Reid Spencer | Add a new interface function to AutoUpgrade for simulta... |
tree | commitdiff |
2006-01-16 |
Reid Spencer | For PR411: |
tree | commitdiff |
2005-05-20 |
Chris Lattner | Give the asmparser the ability to parse strings, patch... |
tree | commitdiff |
2005-05-15 |
Reid Spencer | Some cleanups for compilation with GCC 4.0.0 to remove... |
tree | commitdiff |
2005-04-22 |
Misha Brukman | Convert tabs to spaces |
tree | commitdiff |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
tree | commitdiff |
2005-01-01 |
Jeff Cohen | Add llvm-as project to Visual Studio |
tree | commitdiff |
2004-09-20 |
Chris Lattner | 'Pass' should now not be derived from by clients. ... |
tree | commitdiff |
2004-07-15 |
Chris Lattner | Fixes for PR341 |
tree | commitdiff |
2004-07-04 |
Reid Spencer | Add a new, compatible, interface function for writing... |
tree | commitdiff |
2004-07-04 |
Reid Spencer | Added #include <iostream> since this header is no longe... |
tree | commitdiff |
2004-06-04 |
Misha Brukman | Revert ostream back to reference: the only user (llvm... |
tree | commitdiff |
2004-06-04 |
Chris Lattner | Remove support for printing strings from the cached... |
tree | commitdiff |
2004-05-26 |
Reid Spencer | Part of bug 122: |
tree | commitdiff |
2004-04-28 |
Misha Brukman | * Make contained ostream not public. |
tree | commitdiff |
2004-04-28 |
Misha Brukman | * Add ability to get and set the output stream |
tree | commitdiff |
2004-03-08 |
Chris Lattner | Add the ability to put an annotation at the end of... |
tree | commitdiff |
2004-02-13 |
Chris Lattner | The cbackend has never had anything to do with llvm... |
tree | commitdiff |
2004-02-13 |
Chris Lattner | Change access to the cwriter |
tree | commitdiff |
2004-01-08 |
Chris Lattner | Remove yet another obsolete comment :) |
tree | commitdiff |
2004-01-08 |
Brian Gaeke | Fix typos. Rewrite head-of-file comment. |
tree | commitdiff |
2004-01-08 |
Brian Gaeke | Fix typos. Regularize include guard. |
tree | commitdiff |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
tree | commitdiff |
2003-10-30 |
Chris Lattner | New interface |
tree | commitdiff |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
tree | commitdiff |
2003-09-30 |
Chris Lattner | Standardize header file comments |
tree | commitdiff |
2002-09-19 |
Chris Lattner | Workaround for bug in GCC 3.1.1 iostreams library on... |
tree | commitdiff |
2002-08-31 |
Chris Lattner | Convert cwriter to be a pass. |
tree | commitdiff |
2002-08-30 |
Chris Lattner | Update comments |
tree | commitdiff |
2002-08-18 |
Chris Lattner | Module's do not subclass from Value, so this code cause... |
tree | commitdiff |
2002-07-23 |
Chris Lattner | Regularize the Print*Passes so they have default ctors. |
tree | commitdiff |
2002-07-10 |
Chris Lattner | Allow specifying a module for context instead of a... |
tree | commitdiff |
2002-06-25 |
Chris Lattner | MEGAPATCH checkin. |
tree | commitdiff |
2002-05-08 |
Sumant Kowshik | *** empty log message *** |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Add new optional getPassName() virtual function that... |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Tighten up the AnalysisUsage of lots of passes, primari... |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Remove forward def'ns that are already in Value.h |
tree | commitdiff |
2002-04-27 |
Chris Lattner | * Rename MethodPass class to FunctionPass |
tree | commitdiff |
2002-04-18 |
Chris Lattner | Changes to make print pass work! |
tree | commitdiff |
2002-04-09 |
Chris Lattner | Move FunctionArgument out of iOther.h into Argument... |
tree | commitdiff |
2002-04-08 |
Chris Lattner | * Trim #includes |
tree | commitdiff |
2002-04-08 |
Chris Lattner | s/Method/Function |
tree | commitdiff |
2002-04-08 |
Chris Lattner | Trim #includes |
tree | commitdiff |
2002-04-07 |
Chris Lattner | VCG output support removed because it was broken and... |
tree | commitdiff |
2002-03-26 |
Chris Lattner | Change uses of Method to Function |
tree | commitdiff |
2002-03-23 |
Chris Lattner | Rename Method to Function |
tree | commitdiff |
2002-01-21 |
Chris Lattner | Implement a more powerful, simpler, pass system. This... |
tree | commitdiff |
2002-01-20 |
Chris Lattner | Changes to build successfully with GCC 3.02 |
tree | commitdiff |
2001-12-03 |
Chris Lattner | Rename ConstPoolVal -> Constant |
tree | commitdiff |
2001-11-26 |
Chris Lattner | Allow output of manipulators for GCC 2.96 compatibility |
tree | commitdiff |
2001-11-07 |
Chris Lattner | Okay, so this is a huge hack. Fixme later |
tree | commitdiff |
2001-11-07 |
Chris Lattner | New class to provide high performance writing. |
tree | commitdiff |
2001-10-29 |
Chris Lattner | Expose some more printing functionality from the assemb... |
tree | commitdiff |
2001-10-18 |
Chris Lattner | initial checkin |
tree | commitdiff |
2001-10-13 |
Chris Lattner | Remove exception specification. Only slows code down. |
tree | commitdiff |
2001-10-03 |
Chris Lattner | * Both Method & GlobalVariable now subclass GlobalValue |
tree | commitdiff |
2001-10-02 |
Chris Lattner | Commit more code over to new cast style |
tree | commitdiff |
2001-10-01 |
Chris Lattner | Add more support for new style casts |
tree | commitdiff |
2001-09-28 |
Chris Lattner | print out value's by pointer |
tree | commitdiff |
2001-09-18 |
Chris Lattner | Move operator << from Value.h to Assembly/Writer.h |
tree | commitdiff |
2001-09-18 |
Vikram S. Adve | Moved debugging interfaces for class Value to Value.h. |
tree | commitdiff |
2001-09-10 |
Chris Lattner | * Add capability of printing out a global variable |
tree | commitdiff |
2001-09-07 |
Chris Lattner | Clean stuff up. |
tree | commitdiff |
2001-07-23 |
Chris Lattner | Large scale changes to implement new command line argum... |
tree | commitdiff |
2001-07-20 |
Chris Lattner | New function: WriteAsOperand. |
tree | commitdiff |
2001-07-12 |
Chris Lattner | Made it not inline |
tree | commitdiff |
2001-07-12 |
Chris Lattner | Add DebugValue global function |
tree | commitdiff |
2001-07-03 |
Chris Lattner | Remove code for printing out Analysis data structures... |
tree | commitdiff |
2001-07-02 |
Chris Lattner | Enable printing of dominator related information. |
tree | commitdiff |
2001-06-21 |
Chris Lattner | * Added capability to print out an interval |
tree | commitdiff |
2001-06-13 |
Chris Lattner | Implement support for writing VCG format output |
tree | commitdiff |
2001-06-06 |
Chris Lattner | Initial revision |
tree | commitdiff |
|