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
/
FrontendC++
Commit message (
Expand
)
Author
Age
Files
Lines
*
This test dates from the time when llvm-gcc had problems if two types were
Duncan Sands
2010-12-02
1
-12
/
+0
*
Remove explicit uses of -emit-llvm, the test infrastructure adds it
Duncan Sands
2010-11-25
47
-63
/
+63
*
Judging from the comment, the system assembler is supposed to assemble
Duncan Sands
2010-11-25
1
-1
/
+1
*
Generalize DISubprogram element to encode various flags instead of just one b...
Devang Patel
2010-09-29
1
-2
/
+2
*
Reapply r112623. Included additional check for unused byval argument.
Devang Patel
2010-08-31
1
-0
/
+53
*
Revert r112623. It is causing self host build failures.
Devang Patel
2010-08-31
1
-53
/
+0
*
Remember byval argument's frame index during argument lowering and use this i...
Devang Patel
2010-08-31
1
-0
/
+53
*
Update tests to not rely on input file's absolute path.
Devang Patel
2010-07-27
2
-3
/
+3
*
Test case to insure template function declaration refers to correct filename....
Stuart Hastings
2010-07-23
1
-0
/
+86
*
Testcase for 108732 (8195660).
Dale Johannesen
2010-07-19
1
-0
/
+21
*
Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043.
Stuart Hastings
2010-06-23
2
-0
/
+25
*
Corresponding test changes for r106564.
Bill Wendling
2010-06-22
1
-4
/
+4
*
test case for r106438.
Devang Patel
2010-06-21
1
-0
/
+13
*
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
Stuart Hastings
2010-06-11
1
-1
/
+3
*
Tweak test for debug/metadata change, update to FileCheck. Radar 7424645.
Stuart Hastings
2010-06-07
1
-2
/
+3
*
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-05
1
-3
/
+1
*
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-04
1
-1
/
+3
*
Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.
Stuart Hastings
2010-05-28
1
-3
/
+1
*
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-05-27
1
-1
/
+3
*
Match "4" or "8" depending upon if it's 32- or 64-bit.
Bill Wendling
2010-05-20
1
-2
/
+2
*
Testcase for r104181.
Bill Wendling
2010-05-19
1
-0
/
+33
*
Test case for r103633.
Devang Patel
2010-05-12
1
-0
/
+17
*
Testcase for llvm 103572 (7898991).
Dale Johannesen
2010-05-12
1
-0
/
+31
*
Test case for 103414.
Devang Patel
2010-05-10
1
-0
/
+43
*
Revert r102948.
Bill Wendling
2010-05-03
1
-32
/
+0
*
Testcase for r102947.
Bill Wendling
2010-05-03
1
-0
/
+32
*
New test.
Devang Patel
2010-04-30
1
-0
/
+17
*
Add -o /dev/null to some tests which don't care about their output.
Dan Gohman
2010-04-30
2
-2
/
+2
*
Reverting 100530 & 100531 due to regressions in the GDB test suite.
Stuart Hastings
2010-04-06
1
-3
/
+1
*
Revise debug info machinery to digest nested functions and classes.
Stuart Hastings
2010-04-06
1
-1
/
+3
*
Test case for llvm-gcc r99305. Radar 7659636.
Stuart Hastings
2010-03-23
1
-0
/
+134
*
Chris pointed out that producing undef here is wrong in
Duncan Sands
2010-03-16
1
-11
/
+0
*
Check that P is not zero initialized.
Duncan Sands
2010-03-16
1
-0
/
+11
*
Start using DIFile. See updated SourceLevelDebugging.html for more information.
Devang Patel
2010-03-09
1
-1
/
+1
*
Ignore target dependent value in grep search.
Devang Patel
2010-02-18
1
-1
/
+1
*
New test case for r96543.
Devang Patel
2010-02-18
1
-0
/
+14
*
Revert:
Eric Christopher
2010-02-17
1
-16
/
+0
*
test case for r95604.
Devang Patel
2010-02-08
1
-0
/
+16
*
Debugging is now reenabled on PPC darwin, so reenable
Dale Johannesen
2010-02-03
1
-3
/
+1
*
this test has been failing or a long time, just disable it for now to get
Chris Lattner
2010-01-24
1
-5
/
+5
*
Testcase for llvm-gcc checkin 92108.
Dale Johannesen
2009-12-24
1
-0
/
+16
*
XFAIL these tests on powerpc, under the assumption that no one cares. If you ...
Daniel Dunbar
2009-12-21
1
-0
/
+1
*
Fix this code to use DIScope instead of DICompileUnit, as in r90181.
Dan Gohman
2009-12-05
1
-1
/
+1
*
Remove now-redundant llvm-as invocations.
Dan Gohman
2009-12-05
4
-4
/
+4
*
Add testcase for PR4262.
Bill Wendling
2009-12-04
1
-0
/
+17
*
Debug info is disabled on PPC Darwin.
Bill Wendling
2009-11-30
2
-1
/
+6
*
Test for llvm-gcc checkin 89898.
Dale Johannesen
2009-11-25
1
-0
/
+17
*
Not all ASM has # for comments.
Bill Wendling
2009-11-18
1
-1
/
+1
*
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
1
-1
/
+0
*
Reenable StackTracke.cpp test.
Devang Patel
2009-11-11
1
-1
/
+1
[next]