summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-05
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-04
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-03
* Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher2012-10-02
* Allow alternate instructions to silence bot.Eric Christopher2012-10-02
* Don't use a debug location for frame setup instructions in theEric Christopher2012-10-02
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-02
* Fix broken tests.Benjamin Kramer2012-10-02
* Fix tests that didn't test anything.Benjamin Kramer2012-09-26
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-20
* llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.l...NAKAMURA Takumi2012-09-18
* Recommit, with fixes:Eric Christopher2012-09-12
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-12
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-12
* Revert r160148 it seems to cause more problems than it shouldEric Christopher2012-09-10
* Add support for fetching inlining context (stack of source code locations)Alexey Samsonov2012-09-04
* Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov2012-08-27
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-24
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-23
* Turn these two options in to trinary state so that they can beEric Christopher2012-08-23
* Make this darwin specific to try to silence the bots.Eric Christopher2012-08-23
* Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher2012-08-23
* Filecheck-ize.Eric Christopher2012-08-23
* Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov2012-08-07
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-01
* Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher2012-07-27
* test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...NAKAMURA Takumi2012-07-19
* DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov2012-07-19
* Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov2012-07-17
* The end of the prologue should be marked with is_stmt.Eric Christopher2012-07-12
* Fix PR13202 and a regtest.Alexey Samsonov2012-07-06
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...Alexey Samsonov2012-07-02
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-22
* Add support for enum forward declarations.Eric Christopher2012-06-01
* Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne2012-05-27
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-23
* Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher2012-05-19
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-08
* X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov2012-05-01
* Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher2012-04-05
* Fix thinko check for number of operands to be the one that actuallyEric Christopher2012-04-03
* Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher2012-03-28
* Add a test for the previous commit. Also, remove two tests that wereEric Christopher2012-03-27
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi2012-03-19
* Do the right thing on NULL uint64 fields.Eric Christopher2012-03-16
* For types with a parent of the compile unit make sure and emitEric Christopher2012-03-15
* Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher2012-03-15