2015-11-17 |
Rafael Espindola | Drop prelink support. |
blob | commitdiff | raw |
2015-10-05 |
NAKAMURA Takumi | Reformat partially. |
blob | commitdiff | raw | diff to current |
2015-10-05 |
NAKAMURA Takumi | Prune trailing whitespaces in comment lines. |
blob | commitdiff | raw | diff to current |
2015-10-05 |
NAKAMURA Takumi | Reformat blank lines. |
blob | commitdiff | raw | diff to current |
2015-07-07 |
Mehdi Amini | Redirect DataLayout from TargetMachine to Module in... |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2014-07-14 |
David Majnemer | CodeGen: Add a getSectionKind method to MachineConstant... |
blob | commitdiff | raw | diff to current |
2013-06-17 |
Bill Wendling | Directly access objects which may change during compila... |
blob | commitdiff | raw | diff to current |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
blob | commitdiff | raw | diff to current |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
blob | commitdiff | raw | diff to current |
2011-09-27 |
Jim Grosbach | Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId(). |
blob | commitdiff | raw | diff to current |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
blob | commitdiff | raw | diff to current |
2011-03-24 |
Evan Cheng | Add comment to clarify what MachineConstantPoolEntry... |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Cameron Zwarich | MachineConstantPoolValues are not uniqued, so they... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Duncan Sands | Mark more constants unsigned, as warned about by icc... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Chris Lattner | make Constant::getRelocationInfo return an enum, as... |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Chris Lattner | no really, I can spell! |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Chris Lattner | add an API so target-independent codegen can determine... |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Dan Gohman | Use CHAR_BIT instead of hard-coding 8 in several places... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Evan Cheng | Fix some significant problems with constant pools that... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Dan Gohman | Fix a bunch of Doxygen syntax issues. Escape special... |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Dan Gohman | Tidy up #includes, deleting a bunch of unnecessary... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Dan Gohman | Replace a #include with a forward-declaration. |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Dan Gohman | Fix these comments to reflect current reality. Surprisi... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | get MachineConstantPool off std::ostream, onto raw_ostr... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
Chris Lattner | Switch the asmprinter (.ll) and all the stuff it requir... |
blob | commitdiff | raw | diff to current |
2008-07-11 |
Dan Gohman | Trim unnecessary #includes. |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-08-27 |
Dan Gohman | Add explicit keywords and remove spurious trailing... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Dan Gohman | More explicit keywords. |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Dan Gohman | Add the 'explicit' keyword to several constructors... |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Added a temporary hack to get the llvm-streams to work... |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Jeff Cohen | Unbreak VC++ build. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Jim Laskey | Switch over from SelectionNodeCSEMap to FoldingSet. |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Evan Cheng | Add MachineConstantPoolEntry getOffset() accessor. |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Evan Cheng | Mirrors ConstantPoolSDNode. |
blob | commitdiff | raw | diff to current |
2006-09-12 |
Evan Cheng | Added support for machine specific constantpool values... |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Reid Spencer | Doxygenify the comments, bringing the file level commen... |
blob | commitdiff | raw | diff to current |
2006-05-03 |
Owen Anderson | Refactor TargetMachine, pushing handling of TargetData... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Nate Begeman | Fix a copy & paste error from long ago. |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Chris Lattner | instead of keeping track of Constant/alignment pairs... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Chris Lattner | Use a MachineConstantPoolEntry struct instead of a... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Chris Lattner | Assert invariants |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Chris Lattner | Require an alignment. |
blob | commitdiff | raw | diff to current |
2006-01-31 |
Evan Cheng | Allow the specification of explicit alignments for... |
blob | commitdiff | raw | diff to current |
2005-12-28 |
Duraid Madina | be more polite in public headers |
blob | commitdiff | raw | diff to current |
2005-12-28 |
Duraid Madina | undo yuletide naughtyness(tm) |
blob | commitdiff | raw | diff to current |
2005-12-26 |
Duraid Madina | I laugh at your dual-core G5s! Fear my precompiled... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Chris Lattner | add a helper method |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-23 |
Chris Lattner | Actually share constants local to a function! |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Chris Lattner | Add new files |
blob | commitdiff | raw | diff to current |
|