index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
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
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
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
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Linker
Commit message (
Expand
)
Author
Age
Files
Lines
*
When a constant's type is refined, update the constant in place
Dan Gohman
2009-09-15
2
-0
/
+44
*
Use llvm-link -S instead of using llvm-dis.
Dan Gohman
2009-09-15
21
-24
/
+24
*
Rename %S metavar to %M (clang uses %S for the basename of the test file).
Daniel Dunbar
2009-09-05
7
-23
/
+23
*
There is not any need to copy metadata while merging modules.
Devang Patel
2009-09-03
2
-0
/
+55
*
Remove obsolete -f flags.
Dan Gohman
2009-08-25
18
-40
/
+40
*
Link NamedMDNodes.
Devang Patel
2009-08-11
2
-0
/
+12
*
Link metadata.
Devang Patel
2009-08-11
2
-0
/
+24
*
Reimplement the old and horrible bison parser for .ll files with a nice
Chris Lattner
2009-01-02
1
-1
/
+1
*
Add global variable to test for consistency
Anton Korobeynikov
2008-10-15
2
-0
/
+4
*
This is not failing anymore
Anton Korobeynikov
2008-10-15
1
-2
/
+0
*
Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes
Chris Lattner
2008-07-14
4
-4
/
+6
*
implement linking of globals to functions, in one direction
Chris Lattner
2008-07-14
1
-0
/
+13
*
Testcase for PR2463
Anton Korobeynikov
2008-07-05
2
-0
/
+32
*
Testcase for PR2146
Anton Korobeynikov
2008-07-05
2
-0
/
+27
*
Use the c modifier to tell llvm-ar not to issue a
Duncan Sands
2008-06-27
1
-2
/
+2
*
when linking globals, make sure to preserve the address space of the global.
Chris Lattner
2008-06-27
1
-0
/
+9
*
Fix an error handling redefinition of linkonce functions where the
Chris Lattner
2008-06-20
2
-1
/
+9
*
Fix some tests.
Evan Cheng
2008-06-12
1
-2
/
+1
*
Fix some escaping and quoting in RUN lines, mainly involving { and <. In two
Matthijs Kooijman
2008-06-10
2
-2
/
+2
*
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-05-20
6
-6
/
+6
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-05-01
1
-1
/
+1
*
This passes now
Anton Korobeynikov
2008-03-10
1
-1
/
+0
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-10
16
-186
/
+162
*
Temporary XFAIL the test, until I'll commit a fix
Anton Korobeynikov
2008-03-09
1
-0
/
+1
*
Remove llvm-upgrade and update tests.
Tanya Lattner
2008-03-09
15
-61
/
+62
*
much simpler test case
Andrew Lenharth
2008-03-08
2
-442
/
+3
*
add dropped section test case for PR2123
Andrew Lenharth
2008-03-07
2
-0
/
+460
*
Fix test not to emit junk into source directory
Anton Korobeynikov
2008-03-05
1
-2
/
+2
*
Testcase for PR2054
Anton Korobeynikov
2008-03-05
2
-0
/
+28
*
Use not instead of ignore when an exit status is expected to always
Dan Gohman
2007-12-11
2
-3
/
+3
*
Add a test to ensure that obvious link messages are actually produced on
Reid Spencer
2007-08-16
1
-0
/
+11
*
Convert .cvsignore files
John Criswell
2007-06-29
1
-5
/
+0
*
Add a test case for PR1434
Reid Spencer
2007-05-18
1
-0
/
+15
*
For PR1319:
Reid Spencer
2007-04-16
1
-2
/
+2
*
For PR1319: Upgrade to new test harness
Reid Spencer
2007-04-15
38
-104
/
+108
*
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-11
1
-1
/
+1
*
For PR411:
Reid Spencer
2007-02-05
1
-0
/
+10
*
For PR411:
Reid Spencer
2007-01-30
1
-1
/
+1
*
Use -f option so test is repeatable.
Reid Spencer
2007-01-27
1
-2
/
+2
*
Add a test case for PR411.
Reid Spencer
2007-01-27
1
-0
/
+13
*
Make this really do nothing.
Reid Spencer
2007-01-27
1
-1
/
+1
*
For PR761:
Reid Spencer
2007-01-26
3
-5
/
+5
*
Global variables are not renamed by llvm-upgrade any more.
Reid Spencer
2007-01-05
2
-4
/
+4
*
Update test cases that grepped for register names that have now changed
Reid Spencer
2007-01-03
2
-3
/
+4
*
For PR1070:
Reid Spencer
2007-01-02
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-31
24
-47
/
+47
*
Update tests that need to be run through llvm-upgrade. This is necessary
Reid Spencer
2006-12-29
9
-18
/
+22
*
Make sure linker output is overwritten so this test can pass multiple times.
Reid Spencer
2006-12-19
1
-2
/
+1
[next]