| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -0/+3 |
* | Directly access objects which may change during compilation. | Bill Wendling | 2013-06-17 | 1 | -4/+6 |
* | Move TargetData to DataLayout. | Micah Villmow | 2012-10-08 | 1 | -3/+3 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+1 |
* | Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). | Jim Grosbach | 2011-09-27 | 1 | -1/+1 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -4/+4 |
* | Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn... | Evan Cheng | 2011-03-24 | 1 | -1/+4 |
* | MachineConstantPoolValues are not uniqued, so they need to be freed if they | Cameron Zwarich | 2011-02-22 | 1 | -0/+3 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -3/+3 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Mark more constants unsigned, as warned about by icc (#68). | Duncan Sands | 2009-09-06 | 1 | -1/+1 |
* | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner | 2009-07-24 | 1 | -8/+1 |
* | no really, I can spell! | Chris Lattner | 2009-07-21 | 1 | -4/+4 |
* | add an API so target-independent codegen can determine if a constant | Chris Lattner | 2009-07-21 | 1 | -1/+28 |
* | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 1 | -2/+3 |
* | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 1 | -16/+14 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+2 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | Replace a #include with a forward-declaration. | Dan Gohman | 2008-12-03 | 1 | -1/+1 |
* | Fix these comments to reflect current reality. Surprisingly, | Dan Gohman | 2008-09-16 | 1 | -1/+2 |
* | get MachineConstantPool off std::ostream, onto raw_ostream. It would be | Chris Lattner | 2008-08-23 | 1 | -16/+3 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -1/+10 |
* | Trim unnecessary #includes. | Dan Gohman | 2008-07-11 | 1 | -1/+2 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman | 2007-08-27 | 1 | -1/+1 |
* | More explicit keywords. | Dan Gohman | 2007-08-01 | 1 | -1/+2 |
* | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman | 2007-03-23 | 1 | -1/+1 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -11/+2 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -4/+4 |
* | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling | 2006-11-28 | 1 | -0/+12 |
* | Unbreak VC++ build. | Jeff Cohen | 2006-11-05 | 1 | -1/+2 |
* | Switch over from SelectionNodeCSEMap to FoldingSet. | Jim Laskey | 2006-10-27 | 1 | -2/+3 |
* | Add MachineConstantPoolEntry getOffset() accessor. | Evan Cheng | 2006-09-14 | 1 | -2/+6 |
* | Mirrors ConstantPoolSDNode. | Evan Cheng | 2006-09-14 | 1 | -0/+2 |
* | Added support for machine specific constantpool values. These are useful for | Evan Cheng | 2006-09-12 | 1 | -3/+60 |
* | Doxygenify the comments, bringing the file level comments down to be attached | Reid Spencer | 2006-05-15 | 1 | -21/+22 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 1 | -2/+2 |
* | Fix a copy & paste error from long ago. | Nate Begeman | 2006-04-18 | 1 | -1/+1 |
* | instead of keeping track of Constant/alignment pairs, actually compute the | Chris Lattner | 2006-02-09 | 1 | -17/+15 |
* | Use a MachineConstantPoolEntry struct instead of a pair to hold | Chris Lattner | 2006-02-09 | 1 | -5/+15 |
* | Assert invariants | Chris Lattner | 2006-02-09 | 1 | -0/+3 |
* | Require an alignment. | Chris Lattner | 2006-02-09 | 1 | -6/+3 |
* | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng | 2006-01-31 | 1 | -6/+11 |
* | be more polite in public headers | Duraid Madina | 2005-12-28 | 1 | -0/+1 |
* | undo yuletide naughtyness(tm) | Duraid Madina | 2005-12-28 | 1 | -1/+0 |
* | I laugh at your dual-core G5s! Fear my precompiled headers. | Duraid Madina | 2005-12-26 | 1 | -0/+1 |
* | add a helper method | Chris Lattner | 2005-07-11 | 1 | -0/+4 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Actually share constants local to a function! | Chris Lattner | 2003-10-23 | 1 | -2/+7 |