Skip to main content
summaryrefslogtreecommitdiffstats
path: root/llvm
AgeCommit message (Collapse)AuthorFilesLines
2013-06-09Bug 409915 - LLVM support throws NPEMarc-Andre Laperle2-13/+24
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-06-04Bug 409477 - fix clang linker to call clang instead of llvm-ld.Doug Schaefer2-90/+144
Also fixed binary parser on Mac. llvm-ld doesn't exist in newer llvm implementations. From what I can tell, clang now just calls the real linker after running and massaging the bc files. Changed to call clang and clang++ drivers at link time. Had to fix some of the options to make it work. Just a stop gap since there are more issues to resolve but at least it's enough to get working. Change-Id: I54b78e85b16a77549a5be9d282bc6f47f723947d Reviewed-on: https://git.eclipse.org/r/13515 Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-by: Doug Schaefer <dschaefer@qnx.com> IP-Clean: Doug Schaefer <dschaefer@qnx.com> Tested-by: Doug Schaefer <dschaefer@qnx.com>
2013-06-03Bug 405909 - LLVM plugin refreshes resources when bp is inserted in javaMarc-Andre Laperle1-16/+23
Change-Id: Iad9082d59d188714bed6f6e110c32a631e65450f Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/13468
2013-05-30Clean up more of the legal files for the new features LLVM and Qt.Doug Schaefer1-1/+1
2013-05-08Change some deprecation errors to warnings in llvm pluginsMarc-Andre Laperle2-4/+4
2013-03-04Add llvm to the build.Doug Schaefer15-1/+776
2013-03-04Bug 338553 - import plugins from llvm4eclipse. Just importing everythingDoug Schaefer166-0/+32902
they had in svn.

    Back to the top