summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-3/+7
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* SDAG: Cleanup initialization of SDDbgValue, NFCDuncan P. N. Exon Smith2015-05-221-9/+7
* constify the getters in SDNodeDbgValue.Adrian Prantl2014-10-131-12/+12
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-15/+19
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-19/+15
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-15/+19
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-251-4/+12
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-251-12/+4
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-251-4/+12
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-251-12/+4
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-251-4/+12
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-251-12/+4
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-241-4/+12
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-051-1/+1
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-181-8/+0
* Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure.Cameron Zwarich2011-02-181-0/+8
* Do not lose debug info of an inlined function argument even if the argument i...Devang Patel2011-02-171-8/+0
* Provide an interface to transfer SDDbgValue from one SDNode to another.Devang Patel2011-01-251-0/+8
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-3/+4
* Fix anachronism.Benjamin Kramer2010-04-021-1/+1
* fix the llvm-x86_64-linux buildbot.Chris Lattner2010-04-021-0/+1
* Make sure SDDbgValue.Invalid is initialized to false by all the constructors.Evan Cheng2010-03-251-2/+2
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-251-1/+9
* Rename SDDbgValue.h to SDNodeDbgValue.h for consistency.Evan Cheng2010-03-141-0/+104
OpenPOWER on IntegriCloud