summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/Analysis.h
Commit message (Expand)AuthorAge
* [stackprotector] Refactor out the end of isInTailCallPosition into the functi...Michael Gottesman2013-08-20
* Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling2013-01-18
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-08
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-10
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-13
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-30
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* ComputeLinearIndex doesn't need its TLI argument.Dan Gohman2010-10-06
* Move several SelectionDAG-independent utility functions out of theDan Gohman2010-04-21