index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
DebugInfo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take another shot at disabling this when no ppc support is available.
Daniel Dunbar
2009-08-14
1
-2
/
+1
*
Mark this test as requiring the powerpc target.
Daniel Dunbar
2009-08-13
1
-0
/
+3
*
upgrade
Devang Patel
2009-06-23
1
-28
/
+28
*
Use MainCU if it is available.
Devang Patel
2009-06-16
1
-0
/
+275
*
Gracefully handle imbalanced inline function begin and end markers.
Devang Patel
2009-06-15
1
-0
/
+77
*
llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...
Devang Patel
2009-06-13
1
-0
/
+75
*
Clear AbstractInstanceRootMap at the end of the function.
Devang Patel
2009-06-12
1
-0
/
+94
*
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
Eli Friedman
2009-05-21
1
-1
/
+1
*
Remove too large testcase.
Bill Wendling
2009-05-13
1
-3256
/
+0
*
Move the bookkeeping of the debug scopes back to the place where it
Bill Wendling
2009-05-13
1
-0
/
+3256
*
Fix code emission for conditional branches.
asl
2009-05-04
1
-1
/
+1
*
Revert r70803 for now, it causes a regression.
Argiris Kirtzidis
2009-05-03
1
-1
/
+1
*
-Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.
Argiris Kirtzidis
2009-05-03
1
-1
/
+1
*
Second attempt:
Bill Wendling
2009-04-29
4
-4
/
+4
*
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
4
-4
/
+4
*
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-28
4
-4
/
+4
*
Global variables don't have a corresponding llvm.dbg.declare, yet it is possible
Edwin Török
2009-03-10
2
-1
/
+75
*
Ignore the debug info intrinsics when looking for dependency through basic bl...
Zhou Sheng
2009-03-05
1
-0
/
+125
*
Make my earlier patch to skip debug intrinsics
Dale Johannesen
2009-03-04
1
-0
/
+80
*
Instruction counters must skip the bitcasts that
Dale Johannesen
2009-03-03
1
-0
/
+260
*
When removing a store to an alloca that has only one
Dale Johannesen
2009-03-03
1
-0
/
+108
*
Ignore the debug info intrinsics when adding instructions into alias sets.
Zhou Sheng
2009-03-03
1
-0
/
+83
*
Testcase for line number sinking in InstCombine.
Dale Johannesen
2009-03-03
1
-0
/
+57
*
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-24
3
-3
/
+4
*
Add test case for checkin @r65314.
Zhou Sheng
2009-02-23
1
-0
/
+41
*
The subprogram die may not exist while creating "default" scope.
Devang Patel
2009-02-18
1
-0
/
+31
*
Do not add redundant arguments in a method definition DIE.
Devang Patel
2009-02-02
1
-0
/
+103
*
Make this test case smaller.
Devang Patel
2009-02-02
1
-86
/
+16
*
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2009-01-30
1
-0
/
+46
*
Enable target tripple.
Devang Patel
2009-01-30
1
-1
/
+1
*
Linux and other target's encoding for DW_AT_declaration may not match.
Devang Patel
2009-01-30
1
-0
/
+1
*
Add DW_AT_declaration for class methods.
Devang Patel
2009-01-30
1
-0
/
+31
*
Give this test an explicit target, to make it host-independent.
Dan Gohman
2009-01-28
1
-1
/
+1
*
Do not forget to derived type while constructing an array type.
Devang Patel
2009-01-28
1
-0
/
+93
*
Assorted debug info fixes.
Devang Patel
2009-01-27
1
-1
/
+1
*
Fix test case. Use valid file name and directory in global variable's debug i...
Devang Patel
2009-01-23
1
-1
/
+1
*
Do not use buggy llvm-gcc to generate testcases.
Devang Patel
2009-01-22
1
-11
/
+9
*
Appropriately mark fowrad decls.
Devang Patel
2009-01-20
1
-1
/
+0
*
Need compile unit to find location.
Devang Patel
2009-01-20
1
-2
/
+2
*
Verify Intrinsic::dbg_declare.
Devang Patel
2009-01-19
1
-1
/
+3
*
Do not stumble over forward declared struct member.
Devang Patel
2009-01-16
1
-0
/
+30
*
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
1
-0
/
+15
*
Use variable's context to identify respective DbgScope.
Devang Patel
2009-01-15
1
-0
/
+355
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
2
-2
/
+0
*
This test passes again, unXFAIL.
Edwin Török
2009-01-05
1
-1
/
+0
*
More precise XFAIL.
Bill Wendling
2008-12-19
1
-0
/
+1
*
Un-XFAIL this test because it's passing and John doesn't seem interested in u...
Bill Wendling
2008-12-19
1
-1
/
+0
*
Xfail these tests for now.
Devang Patel
2008-12-17
4
-0
/
+4
*
add testcase for -print-dbginfo
Edwin Török
2008-12-16
1
-0
/
+136
*
Fix a couple of Dwarf bugs.
Evan Cheng
2008-12-10
1
-0
/
+49
[next]