Age | Commit message (Expand) | Author |
2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-12-03 | Replace a #include with a forward-declaration. | Dan Gohman |
2008-09-16 | Fix these comments to reflect current reality. Surprisingly, | Dan Gohman |
2008-08-23 | get MachineConstantPool off std::ostream, onto raw_ostream. It would be | Chris Lattner |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
2008-07-11 | Trim unnecessary #includes. | Dan Gohman |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-08-27 | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman |
2007-08-01 | More explicit keywords. | Dan Gohman |
2007-03-23 | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-28 | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling |
2006-11-05 | Unbreak VC++ build. | Jeff Cohen |
2006-10-27 | Switch over from SelectionNodeCSEMap to FoldingSet. | Jim Laskey |
2006-09-14 | Add MachineConstantPoolEntry getOffset() accessor. | Evan Cheng |
2006-09-14 | Mirrors ConstantPoolSDNode. | Evan Cheng |
2006-09-12 | Added support for machine specific constantpool values. These are useful for | Evan Cheng |
2006-05-15 | Doxygenify the comments, bringing the file level comments down to be attached | Reid Spencer |
2006-05-03 | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson |
2006-04-18 | Fix a copy & paste error from long ago. | Nate Begeman |
2006-02-09 | instead of keeping track of Constant/alignment pairs, actually compute the | Chris Lattner |
2006-02-09 | Use a MachineConstantPoolEntry struct instead of a pair to hold | Chris Lattner |
2006-02-09 | Assert invariants | Chris Lattner |
2006-02-09 | Require an alignment. | Chris Lattner |
2006-01-31 | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng |
2005-12-28 | be more polite in public headers | Duraid Madina |
2005-12-28 | undo yuletide naughtyness(tm) | Duraid Madina |
2005-12-26 | I laugh at your dual-core G5s! Fear my precompiled headers. | Duraid Madina |
2005-07-11 | add a helper method | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-23 | Actually share constants local to a function! | Chris Lattner |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-01-13 | Add new files | Chris Lattner |