Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / CodeGen / MachineConstantPool.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-08-01 Dan GohmanMore explicit keywords.
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-10-27 Jim LaskeySwitch over from SelectionNodeCSEMap to FoldingSet.
2006-09-14 Evan ChengAdd MachineConstantPoolEntry getOffset() accessor.
2006-09-14 Evan ChengMirrors ConstantPoolSDNode.
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-05-15 Reid SpencerDoxygenify the comments, bringing the file level commen...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-18 Nate BegemanFix a copy & paste error from long ago.
2006-02-09 Chris Lattnerinstead of keeping track of Constant/alignment pairs...
2006-02-09 Chris LattnerUse a MachineConstantPoolEntry struct instead of a...
2006-02-09 Chris LattnerAssert invariants
2006-02-09 Chris LattnerRequire an alignment.
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2005-12-28 Duraid Madinabe more polite in public headers
2005-12-28 Duraid Madinaundo yuletide naughtyness(tm)
2005-12-26 Duraid MadinaI laugh at your dual-core G5s! Fear my precompiled...
2005-07-11 Chris Lattneradd a helper method
2005-04-21 Misha BrukmanRemove trailing whitespace
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-23 Chris LattnerActually share constants local to a function!
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-01-13 Chris LattnerAdd new files