index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGDebugInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-0
/
+1
*
[ObjC] Make sure that the implicit arguments for direct methods have been setup
Alex Lorenz
2019-12-06
1
-7
/
+0
*
Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."
Sourabh Singh Tomar
2019-12-03
1
-1
/
+2
*
Fix tests on Windows after D49466
Fangrui Song
2019-11-26
1
-5
/
+3
*
Initial implementation of -fmacro-prefix-map and -ffile-prefix-map
Dan McGregor
2019-11-26
1
-3
/
+5
*
Separate the MS inheritance model enum from the attribute, NFC
Reid Kleckner
2019-11-22
1
-6
/
+4
*
Debug info: Emit objc_direct methods as members of their containing class
Adrian Prantl
2019-11-21
1
-23
/
+25
*
Reland "[clang] Remove the DIFlagArgumentNotModified debug info flag"
Djordje Todorovic
2019-11-20
1
-42
/
+0
*
[CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood (rel...
Vedant Kumar
2019-11-19
1
-10
/
+18
*
Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."
Sam McCall
2019-11-18
1
-8
/
+5
*
[DWARF5]Addition of alignment atrribute in typedef DIE.
Sourabh Singh Tomar
2019-11-16
1
-5
/
+8
*
Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...
Alexandre Ganea
2019-11-15
1
-5
/
+2
*
re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...
Alexandre Ganea
2019-11-15
1
-2
/
+5
*
Revert "[clang] Remove the DIFlagArgumentNotModified debug info flag"
Djordje Todorovic
2019-11-15
1
-0
/
+42
*
[clang] Remove the DIFlagArgumentNotModified debug info flag
Djordje Todorovic
2019-11-15
1
-42
/
+0
*
Debug Info: Nest Objective-C property function decls inside their container.
Adrian Prantl
2019-11-08
1
-25
/
+42
*
Revert a5c8ec4 "[CGDebugInfo] Emit subprograms for decls when AT_tail_call is...
Hans Wennborg
2019-11-07
1
-4
/
+6
*
[CGDebugInfo] Emit subprograms for decls when AT_tail_call is understood
Vedant Kumar
2019-11-04
1
-6
/
+4
*
make -ftime-trace also trace time spent creating debug info
Luboš Luňák
2019-11-02
1
-0
/
+33
*
[NFC]: Removed an implicit capture argument from lambda.
Sourabh Singh Tomar
2019-11-02
1
-1
/
+1
*
Replace std::function in PrintingPolicy with a callbacks object.
Richard Smith
2019-10-29
1
-2
/
+1
*
[DWARF5] Added support for deleted C++ special member functions.
Adrian Prantl
2019-10-29
1
-0
/
+23
*
PCH debug info: Avoid appending the source directory to an absolute path
Adrian Prantl
2019-10-21
1
-3
/
+3
*
DebugInfo: Render the canonical name of a class template specialization, even...
David Blaikie
2019-10-18
1
-1
/
+3
*
[DWARF5] Added support for DW_AT_noreturn attribute to be emitted for
Adrian Prantl
2019-10-16
1
-0
/
+2
*
CGDebugInfo - silence static analyzer dyn_cast<> null dereference warnings. N...
Simon Pilgrim
2019-10-16
1
-4
/
+5
*
[DebugInfo] Enable call site debug info for ARM and AArch64
Nikola Prica
2019-10-09
1
-2
/
+1
*
Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-07
1
-2
/
+2
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-4
/
+4
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-1
/
+1
*
Rename TypeNodes.def to TypeNodes.inc for consistency across all
John McCall
2019-10-02
1
-1
/
+1
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-24
1
-0
/
+6
*
Revert "Support for DWARF-5 C++ language tags."
Jonas Devlieghere
2019-09-23
1
-6
/
+0
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-23
1
-0
/
+6
*
Add SpellingNotCalculated to Attribute Enums to suppress UBSan warnings
Erich Keane
2019-09-17
1
-0
/
+2
*
Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...
Alexandre Ganea
2019-09-05
1
-5
/
+2
*
[DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...
Alexandre Ganea
2019-09-05
1
-2
/
+5
*
[DebugInfo] Emit DW_TAG_enumeration_type for referenced global enumerator.
Yuanfang Chen
2019-09-04
1
-9
/
+17
*
Debug Info: Support for DW_AT_export_symbols for anonymous structs
Shafik Yaghmour
2019-08-27
1
-1
/
+6
*
Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"
Hans Wennborg
2019-08-22
1
-2
/
+1
*
[DebugInfo] Add debug location to dynamic atexit destructor
Alexandre Ganea
2019-08-20
1
-1
/
+2
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+16
*
Revert "[CGDebugInfo] Simplify EmitFunctionDecl parameters, NFC"
Vedant Kumar
2019-07-11
1
-13
/
+10
*
[CGDebugInfo] Simplify EmitFunctionDecl parameters, NFC
Vedant Kumar
2019-07-11
1
-10
/
+13
*
[CGDebugInfo] Fix -femit-debug-entry-values crash on os_log_helpers
Vedant Kumar
2019-07-11
1
-3
/
+6
*
[clang] Add DISuprogram and DIE for a func decl
Djordje Todorovic
2019-06-27
1
-4
/
+34
*
Fix formatting after r364479
Aaron Puchert
2019-06-26
1
-4
/
+2
*
[Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarf
Aaron Puchert
2019-06-26
1
-3
/
+1
*
[clang/DIVar] Emit the flag for params that have unmodified value
Djordje Todorovic
2019-06-26
1
-0
/
+39
*
[CC1Option] Add the option to enable the debug entry values
Djordje Todorovic
2019-06-26
1
-1
/
+4
[next]