Add 'const' to a few more functions in MachineFrameInfo
[oota-llvm.git] / include / llvm / CodeGen / Analysis.h
2015-07-09 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...
2015-01-14 Mehdi AminiFold a loop for array processing in ComputeLinearIndex
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-16 Juergen RibutzkaRemove TLI from isInTailCallPosition's arguments. NFC.
2014-07-11 Juergen Ributzka[FastISel] Make isInTailCallPosition independent of...
2014-06-10 Eric ChristopherHave isInTailCallPosition take the DAG so that we can...
2014-06-10 Eric ChristopherFix typos.
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2013-08-20 Michael Gottesman[stackprotector] Refactor out the end of isInTailCallPo...
2013-01-18 Bill WendlingRemove unused parameter. Also use the AttributeSet...
2013-01-08 Chandler CarruthSink a function that refers to the SelectionDAG into...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-04-10 Evan ChengFix a long standing tail call optimization bug. When...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Jay FoadConvert InsertValueInst and ExtractValueInst APIs to...
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-06 Dan GohmanComputeLinearIndex doesn't need its TLI argument.
2010-04-21 Dan GohmanMove several SelectionDAG-independent utility functions...