aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LexicalScopes.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-22/+30
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-7/+11
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+1
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-108/+110
* Update to LLVM 3.5a.Stephen Hines2014-04-241-45/+46
* Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper2013-07-031-7/+7
* Add a space between type and variable name. No functional change.Craig Topper2013-07-031-2/+2
* Correct indentation for dumping LexicalScope.Manman Ren2013-02-021-7/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-161-1/+6
* Typo.Eric Christopher2012-04-091-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Constify.Devang Patel2011-08-121-1/+1
* Use ArrayRef.Devang Patel2011-08-121-1/+2
* A virtual destructor for the class with virtual methods!Nick Lewycky2011-08-121-1/+1
* Stay within 80 columns.Devang Patel2011-08-101-2/+2
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-101-0/+247