[Modules] Move CallSite into the IR library where it belogs. It is
[oota-llvm.git] / include / llvm / CodeGen / Analysis.h
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...