Reformat partially.
[oota-llvm.git] / include / llvm / CodeGen / MachineConstantPool.h
2015-10-05 NAKAMURA TakumiReformat partially.
2015-10-05 NAKAMURA TakumiPrune trailing whitespaces in comment lines.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-07-14 David MajnemerCodeGen: Add a getSectionKind method to MachineConstant...
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-09-27 Jim GrosbachRename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-03-24 Evan ChengAdd comment to clarify what MachineConstantPoolEntry...
2011-02-22 Cameron ZwarichMachineConstantPoolValues are not uniqued, so they...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-03 Dan GohmanReplace a #include with a forward-declaration.
2008-09-16 Dan GohmanFix these comments to reflect current reality. Surprisi...
2008-08-23 Chris Lattnerget MachineConstantPool off std::ostream, onto raw_ostr...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-11 Dan GohmanTrim unnecessary #includes.
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