aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineConstantPool.h
AgeCommit message (Expand)Author
2006-05-15Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-18Fix a copy & paste error from long ago.Nate Begeman
2006-02-09instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner
2006-02-09Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner
2006-02-09Assert invariantsChris Lattner
2006-02-09Require an alignment.Chris Lattner
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2005-12-28be more polite in public headersDuraid Madina
2005-12-28undo yuletide naughtyness(tm)Duraid Madina
2005-12-26I laugh at your dual-core G5s! Fear my precompiled headers.Duraid Madina
2005-07-11add a helper methodChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-23Actually share constants local to a function!Chris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-01-13Add new filesChris Lattner