aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/Analysis.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+14
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+12
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+3
* [stackprotector] Refactor out the end of isInTailCallPosition into the functi...Michael Gottesman2013-08-201-0/+9
* Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling2013-01-181-2/+1
* Sink a function that refers to the SelectionDAG into that library in theChandler Carruth2013-01-081-3/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Fix a long standing tail call optimization bug. When a libcall is emittedEvan Cheng2012-04-101-1/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-0/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-131-0/+7
* Enable sibling call optimization of libcalls which are expanded duringEvan Cheng2010-11-301-1/+6
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-1/+1
* ComputeLinearIndex doesn't need its TLI argument.Dan Gohman2010-10-061-1/+1
* Move several SelectionDAG-independent utility functions out of theDan Gohman2010-04-211-0/+80