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
...
*
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
*
Store a pointer to the return value in a static alloca and let the debugger u...
Amy Huang
2019-06-20
1
-3
/
+15
*
PR42205: DebugInfio: Do not attempt to emit debug info metadata for static me...
David Blaikie
2019-06-17
1
-0
/
+3
*
[Clang] Harmonize Split DWARF options with llc
Aaron Puchert
2019-06-15
1
-1
/
+1
*
[Clang] Rename -split-dwarf-file to -split-dwarf-output
Aaron Puchert
2019-06-15
1
-1
/
+1
*
Use fully qualified name when printing S_CONSTANT records
Amy Huang
2019-06-13
1
-2
/
+7
*
DebugInfo: Add support for 'nodebug' attribute on typedefs and alias templates
David Blaikie
2019-06-08
1
-8
/
+16
*
Add enums as global variables in the IR metadata.
Amy Huang
2019-05-30
1
-5
/
+7
*
CodeView - add static data members to global variable debug info.
Amy Huang
2019-05-29
1
-4
/
+14
*
Fixed a -Wunused-variable warning when assertions are disabled
Dmitri Gribenko
2019-05-22
1
-0
/
+1
*
Combine two if cases because the second one is never reached.
Amy Huang
2019-05-22
1
-6
/
+4
*
[DebugInfo] Don't emit checksums when compiling a preprocessed CPP
Alexandre Ganea
2019-05-21
1
-1
/
+5
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-0
/
+4
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-4
/
+0
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-0
/
+4
*
Use primary template parameter names for variable template debug info
Reid Kleckner
2019-05-02
1
-22
/
+14
*
Skip type units/type uniquing when we know we're only emitting the type once ...
David Blaikie
2019-04-25
1
-0
/
+5
*
[codeview] Fix symbol names for dynamic initializers and atexit stubs
Reid Kleckner
2019-04-24
1
-0
/
+57
*
Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)
Amy Huang
2019-04-23
1
-0
/
+1
*
[MS] Emit S_HEAPALLOCSITE debug info
Amy Huang
2019-04-19
1
-1
/
+0
*
Relanding r357928 with fixed debuginfo check.
Amy Huang
2019-04-12
1
-0
/
+14
*
[DebugInfo] Combine Trivial and NonTrivial flags
Aaron Smith
2019-04-11
1
-4
/
+2
*
Revert "[MS] Add metadata for __declspec(allocator)"
Amy Huang
2019-04-08
1
-14
/
+0
*
[MS] Add metadata for __declspec(allocator)
Amy Huang
2019-04-08
1
-0
/
+14
*
Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...
Nico Weber
2019-04-04
1
-1
/
+1
*
[CUDA][HIP][DebugInfo] Skip reference device function
Michael Liao
2019-03-06
1
-23
/
+29
*
[CGDebugInfo] Set NonTrivial DIFlag to a c++ record if it's not trivial
Aaron Smith
2019-02-26
1
-0
/
+2
*
Relax assertion to account for private framework modules, too.
Adrian Prantl
2019-02-15
1
-2
/
+2
*
-gmodules: Don't emit incomplete breadcrumbs pointing to nonexistant PCM files.
Adrian Prantl
2019-02-08
1
-1
/
+9
*
Fix a missing word in comment
Adrian Prantl
2019-02-05
1
-2
/
+2
*
[DEBUG_INFO][NVPTX] Generate correct data about variable address class.
Alexey Bataev
2019-02-05
1
-0
/
+8
*
Reland r345009 "[DebugInfo] Generate debug information for labels."
Hsiangkai Wang
2019-01-24
1
-0
/
+26
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-3
/
+2
*
Don't emit DW_AT_enum_class unless it's actually an 'enum class'.
Paul Robinson
2019-01-08
1
-1
/
+1
*
Reinstate DW_AT_comp_dir support after D55519.
Adrian Prantl
2018-12-13
1
-7
/
+11
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-3
/
+3
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-3
/
+3
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-3
/
+3
*
Remove CGDebugInfo::getOrCreateFile() and use TheCU->getFile() directly.
Adrian Prantl
2018-12-11
1
-23
/
+16
*
Reuse code from CGDebugInfo::getOrCreateFile() when creating the file
Adrian Prantl
2018-12-11
1
-8
/
+9
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...
Adrian Prantl
2018-12-06
1
-9
/
+38
[prev]
[next]