index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
FrontendC
Age
Commit message (
Expand
)
Author
2008-10-14
new testcase for PR2797
Chris Lattner
2008-10-13
Don't barf on 32 bit platforms if llvm-gcc is
Duncan Sands
2008-10-12
Remove "long" variants so these will pass on a 64-bit host.
Dale Johannesen
2008-09-24
Test fp not.
Evan Cheng
2008-09-22
Test case for fp logical instructions.
Evan Cheng
2008-09-16
Fix test to account for no more whitespace and that one of the matches is the
Bill Wendling
2008-09-16
Remove space that was forgotten.`
Bill Wendling
2008-09-05
Prevent our own passes from promoting this to
Duncan Sands
2008-09-04
Adjust tests to expect new math intrinsics to be
Dale Johannesen
2008-09-04
Adjust libcalls tests to expect intrinsic for exp2
Dale Johannesen
2008-09-03
Update test to check call instruction.
Devang Patel
2008-09-03
Testcase for PR1678.
Duncan Sands
2008-09-02
New testcase for targets without 64-bit atomics;
Dale Johannesen
2008-08-22
Comprehensive test of FE handling of __sync builtins.
Dale Johannesen
2008-08-20
ll printer prints each zeroinit on the same line now, update regex
Chris Lattner
2008-08-08
Testcase for r54520.
Nick Lewycky
2008-08-08
Testcases for 54503. One derived from PR 2533, the
Dale Johannesen
2008-07-08
Testcase for PR2520.
Duncan Sands
2008-06-26
Make LLVM compile on DragonFly BSD (PR2499).
Matthijs Kooijman
2008-06-20
Fix a warning, closing PR2452
Chris Lattner
2008-06-20
Fix a warning.
Chris Lattner
2008-06-20
fix a warning.
Chris Lattner
2008-06-16
Fix PR numbers, I accidentally switched two digits.
Matthijs Kooijman
2008-06-13
XFAIL some tests that became failing due to the extra error reporting recentl...
Matthijs Kooijman
2008-06-12
Fix some tests.
Evan Cheng
2008-06-10
Add -w to inhibit gcc warnings, which causes the
Dale Johannesen
2008-06-10
Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding
Matthijs Kooijman
2008-05-30
Unbreak this test.
Nick Lewycky
2008-05-29
For PR1338: Rename test dirs
Anton Korobeynikov