aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LexicalScopes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-59/+46
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-18/+8
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-62/+80
* Update to LLVM 3.5a.Stephen Hines2014-04-241-42/+40
* typo.Adrian Prantl2013-07-251-1/+1
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-2/+2
* Return SmallVectorImpl& instead of SmallVector& in a couple places to avoid h...Craig Topper2013-07-031-2/+2
* Correct indentation for dumping LexicalScope.Manman Ren2013-02-021-8/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Don't forget to reconstruct D after changing the scope that we'reEric Christopher2011-10-131-1/+3
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-111-3/+17
* Provide fast path as Jakob suggested.Devang Patel2011-08-121-0/+12
* Stay within 80 columns.Devang Patel2011-08-101-4/+6
* Provide utility to extract and use lexical scoping information from machine i...Devang Patel2011-08-101-0/+305