summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineConstantPool.h
Commit message (Expand)AuthorAge
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-28
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Switch over from SelectionNodeCSEMap to FoldingSet.Jim Laskey2006-10-27
* Add MachineConstantPoolEntry getOffset() accessor.Evan Cheng2006-09-14
* Mirrors ConstantPoolSDNode.Evan Cheng2006-09-14
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-12
* Doxygenify the comments, bringing the file level comments down to be attachedReid Spencer2006-05-15
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* Fix a copy & paste error from long ago.Nate Begeman2006-04-18
* instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner2006-02-09
* Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner2006-02-09
* Assert invariantsChris Lattner2006-02-09
* Require an alignment.Chris Lattner2006-02-09
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-31
* be more polite in public headersDuraid Madina2005-12-28
* undo yuletide naughtyness(tm)Duraid Madina2005-12-28
* I laugh at your dual-core G5s! Fear my precompiled headers.Duraid Madina2005-12-26
* add a helper methodChris Lattner2005-07-11
* Remove trailing whitespaceMisha Brukman2005-04-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Actually share constants local to a function!Chris Lattner2003-10-23
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Add new filesChris Lattner2003-01-13