This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lld
/
test
History
Nick Kledzik
49d6cc8457
(no commit message)
...
llvm-svn: 150539
2012-02-15 00:38:09 +00:00
..
auto-hide-coalesce.objtxt
A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes
2012-01-11 01:06:19 +00:00
CMakeLists.txt
Initial commit. Code by Nick Kledzik. Cleanups and build system by me.
2011-12-18 08:27:59 +00:00
cstring-coalesce.objtxt
(no commit message)
2012-02-15 00:38:09 +00:00
custom-section.objtxt
Support more Atom attributes. Add more test cases to lld-core
2012-01-04 23:58:17 +00:00
dead-strip-attributes.objtxt
Support more Atom attributes. Add more test cases to lld-core
2012-01-04 23:58:17 +00:00
fixups-addend.objtxt
(no commit message)
2012-02-15 00:38:09 +00:00
fixups-dup-named.objtxt
(no commit message)
2012-02-15 00:38:09 +00:00
fixups-named.objtxt
(no commit message)
2012-02-15 00:38:09 +00:00
fixups-unnamed.objtxt
(no commit message)
2012-02-15 00:38:09 +00:00
inline-coalesce.objtxt
A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes
2012-01-11 01:06:19 +00:00
lit.cfg
Initial commit. Code by Nick Kledzik. Cleanups and build system by me.
2011-12-18 08:27:59 +00:00
lit.site.cfg.in
Initial commit. Code by Nick Kledzik. Cleanups and build system by me.
2011-12-18 08:27:59 +00:00
multiple-def-error.objtxt
A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes
2012-01-11 01:06:19 +00:00
tent-merge.objtxt
A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes
2012-01-11 01:06:19 +00:00
undef-coalesce.objtxt
Add support for UndefinedAtom in yaml and native format. Add test cases with undefined atoms
2012-02-07 02:59:54 +00:00
weak-coalesce.objtxt
A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes
2012-01-11 01:06:19 +00:00