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
/
test
/
CodeGenCXX
/
debug-info-line.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...
Alexandre Ganea
2019-11-15
1
-1
/
+1
*
re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...
Alexandre Ganea
2019-11-15
1
-1
/
+1
*
Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...
Alexandre Ganea
2019-09-05
1
-1
/
+1
*
[DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...
Alexandre Ganea
2019-09-05
1
-1
/
+1
*
Fix PCC test failures for source location builtins
Eric Fiselier
2019-05-16
1
-1
/
+1
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+7
*
[DEBUGINFO] Add support for emission of the debug directives only.
Alexey Bataev
2018-08-31
1
-0
/
+2
*
Update clang test to accomendate discriminator change in https://reviews.llvm...
Dehao Chen
2016-10-07
1
-2
/
+2
*
Port some more debug info tests on Windows
Reid Kleckner
2016-06-30
1
-3
/
+1
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
1
-2
/
+2
*
Account for calling convention specifiers in function definitions in IR test ...
David Blaikie
2015-06-29
1
-1
/
+1
*
DebugInfo: Metadata constructs now start with DI*
Duncan P. N. Exon Smith
2015-04-29
1
-29
/
+29
*
DR1748: the reserved placement allocation functions have undefined behavior if
Richard Smith
2015-02-14
1
-2
/
+1
*
DebugInfo: Suppress the location of instructions in complex default arguments.
David Blaikie
2015-02-09
1
-0
/
+9
*
DebugInfo: Suppress the location of instructions in aggregate default arguments.
David Blaikie
2015-02-09
1
-0
/
+12
*
Tweak clang/test/CodeGenCXX/debug-info-line.cpp for -Asserts.
NAKAMURA Takumi
2015-02-05
1
-1
/
+1
*
DebugInfo: Attribute cleanup code to the end of the scope, not the end of the...
David Blaikie
2015-02-04
1
-0
/
+15
*
DebugInfo: Ensure calls to functions with default arguments which themselves ...
David Blaikie
2015-02-03
1
-0
/
+9
*
DebugInfo: Attribute implicit boolean tests to the expression being tested, n...
David Blaikie
2015-01-28
1
-0
/
+42
*
DebugInfo: Attribute calls to overloaded operators with the operator, not the...
David Blaikie
2015-01-25
1
-2
/
+4
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-8
/
+12
*
DebugInfo: Correct the line location of geps on array accesses
David Blaikie
2015-01-24
1
-0
/
+9
*
Disable warnings in an IRGen test to make test failures less noisy
David Blaikie
2015-01-23
1
-2
/
+2
*
DebugInfo: Attribute complex expressions to the source location of the expres...
David Blaikie
2015-01-18
1
-0
/
+10
*
DebugInfo: Attribute aggregate expressions to the source location of the expr...
David Blaikie
2015-01-18
1
-6
/
+13
*
Refactor test so it's not lazily emitted on a global, simplifying ordering wh...
David Blaikie
2015-01-18
1
-4
/
+5
*
DebugInfo: Correct the debug location of non-static data member initializers
David Blaikie
2015-01-18
1
-4
/
+4
*
Isolate test for PR22096 to clang.
David Blaikie
2015-01-16
1
-9
/
+27
*
IR: Move MDLocation into place (clang testcases)
Duncan P. N. Exon Smith
2015-01-14
1
-19
/
+19
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-1
/
+37
*
DebugInof: Correct the location of exception cleanups in global ctors/dtors a...
David Blaikie
2015-01-14
1
-1
/
+26
*
Remove unnecessary/incorrect XFAIL after the revert of 225000
David Blaikie
2015-01-09
1
-2
/
+0
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-30
/
+0
*
DebugInfo: Fix cases where location failed to be updated after r225000
David Blaikie
2015-01-02
1
-0
/
+10
*
XFAIL test on win32 due to missing __complex support
David Blaikie
2014-12-31
1
-0
/
+2
*
Handle PPC64 return type (signext i32 rather than plain i32) in test case
David Blaikie
2014-12-31
1
-1
/
+1
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-0
/
+20
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-9
/
+0
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-0
/
+9
*
IR: Make metadata typeless in assembly, clang side
Duncan P. N. Exon Smith
2014-12-15
1
-14
/
+14
*
DebugInfo: More accurate line information for placement new.
David Blaikie
2014-12-14
1
-3
/
+5
*
Make test case 32/64 bit neutral
David Blaikie
2014-12-10
1
-1
/
+1
*
DebugInfo: Location information for scalar new expressions
David Blaikie
2014-12-10
1
-0
/
+11
*
DebugInfo: Correct location information for array accesses to elements of var...
David Blaikie
2014-12-10
1
-0
/
+10
*
DebugInfo: Fix another case of array access line information
David Blaikie
2014-12-10
1
-0
/
+10
*
DebugInfo: Correct the location of array accesses
David Blaikie
2014-12-10
1
-0
/
+10
*
Tweak test case from r223842 to make it pass on Windows MSVC
Reid Kleckner
2014-12-10
1
-6
/
+3
*
DebugInfo: Correct location of aggregate assignment
David Blaikie
2014-12-09
1
-0
/
+12
*
DebugInfo: Correct location of initialization of auto __complex
David Blaikie
2014-12-09
1
-0
/
+8
*
DebugInfo: Correct the location of initializations of auto.
David Blaikie
2014-12-09
1
-0
/
+8
[next]