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
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
2
-6
/
+5
*
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
2
-5
/
+6
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
2
-6
/
+5
*
If a scope has only one instruction then first instruction is also the last i...
Devang Patel
2010-01-05
1
-0
/
+18
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-7
/
+0
*
Remove oversimplified test case.
Devang Patel
2010-01-04
1
-17
/
+0
*
The test, derived from optimzed IR, does not mention "bar" in debug info anyw...
Devang Patel
2010-01-04
1
-1
/
+1
*
XFAIL on ppc-darwin.
Devang Patel
2009-12-16
1
-1
/
+1
*
Remove tests that are not suitable anymore. Plus they are not testing the ori...
Devang Patel
2009-12-09
8
-1035
/
+0
*
Revert 90858 90875 and 90805 for now.
Devang Patel
2009-12-08
1
-18
/
+0
*
Do not try to push dead variable's debug info into namespace info.
Devang Patel
2009-12-08
1
-0
/
+18
*
Clear function specific containers while processing end of a function, even i...
Devang Patel
2009-12-01
1
-0
/
+17
*
Add missing run line. Devang, please check.
Daniel Dunbar
2009-11-11
1
-0
/
+1
*
Do not assume first function scope seen represents current function.
Devang Patel
2009-11-11
1
-0
/
+19
*
While creating DbgScopes, do not forget parent scope.
Devang Patel
2009-11-11
1
-0
/
+26
*
fix typo
Gabor Greif
2009-11-06
1
-0
/
+0
*
Tolerate invalid derived type.
Devang Patel
2009-11-06
1
-0
/
+13
*
Do not bother to emit debug info for nameless global variable.
Devang Patel
2009-11-06
1
-0
/
+8
*
Do not try to emit debug info entry for dead global variable.
Devang Patel
2009-11-06
1
-0
/
+17
*
Parse debug info attached with insertvalue and extractvalue instructions.
Devang Patel
2009-11-03
1
-0
/
+11
*
Reclaim a lost month.
Daniel Dunbar
2009-10-17
2
-0
/
+0
*
Parse PHI instruction with attached metadata.
Devang Patel
2009-10-16
1
-0
/
+13
*
If there is not any llvm instruction associated with each lexical scope encod...
Devang Patel
2009-10-16
1
-0
/
+33
*
It's possible for a global variable to be optimized out of a metadata object. So
Bill Wendling
2009-10-08
1
-0
/
+72
*
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
1
-1
/
+1
*
Eliminate more redundant llvm-as calls.
Dan Gohman
2009-09-11
1
-1
/
+1
*
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-11
4
-4
/
+4
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-09
7
-7
/
+7
*
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
5
-5
/
+5
*
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
14
-14
/
+14
*
Fix DbgStopPointInst->getFileName/getDirectory, broken by the MDNodification in
Torok Edwin
2009-09-02
1
-0
/
+73
*
Reapply 79977.
Devang Patel
2009-08-28
12
-708
/
+0
*
This is passing for PPC on Mac OS X.
Bill Wendling
2009-08-27
1
-2
/
+0
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
12
-0
/
+708
*
Remove target triple from this test, it fails on x86-64 with
Torok Edwin
2009-08-25
1
-1
/
+0
*
Remove obsolete -f flags.
Dan Gohman
2009-08-25
5
-6
/
+6
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
12
-708
/
+0
*
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
*
Restore minor deletion.
Mike Stump
2009-05-04
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
[next]