aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineConstantPool.h
Commit message (Expand)AuthorAgeFilesLines
* Add explicit keywords and remove spurious trailing semicolons.Dan Gohman2007-08-271-1/+1
* More explicit keywords.Dan Gohman2007-08-011-1/+2
* Add the 'explicit' keyword to several constructors that accept oneDan Gohman2007-03-231-1/+1
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-11/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-0/+12
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+2
* Switch over from SelectionNodeCSEMap to FoldingSet.Jim Laskey2006-10-271-2/+3
* Add MachineConstantPoolEntry getOffset() accessor.Evan Cheng2006-09-141-2/+6
* Mirrors ConstantPoolSDNode.Evan Cheng2006-09-141-0/+2
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-121-3/+60
* Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer2006-05-151-21/+22
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-2/+2
* Fix a copy & paste error from long ago.Nate Begeman2006-04-181-1/+1
* instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner2006-02-091-17/+15
* Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner2006-02-091-5/+15
* Assert invariantsChris Lattner2006-02-091-0/+3
* Require an alignment.Chris Lattner2006-02-091-6/+3
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-311-6/+11
* be more polite in public headersDuraid Madina2005-12-281-0/+1
* undo yuletide naughtyness(tm)Duraid Madina2005-12-281-1/+0
* I laugh at your dual-core G5s! Fear my precompiled headers.Duraid Madina2005-12-261-0/+1
* add a helper methodChris Lattner2005-07-111-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Actually share constants local to a function!Chris Lattner2003-10-231-2/+7
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add new filesChris Lattner2003-01-131-0/+45