Peter Collingbourne
|
22a7dfea58
Add support for lazily linking bitcode files (using a new
|
14 anni fa |
Benjamin Kramer
|
96fda0c4a7
Convert inline asm source ranges into clang SourceRanges and print them with the instantiated note.
|
14 anni fa |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 anni fa |
David Blaikie
|
eb2d1f1c88
Removing a bunch of dead returns/breaks after llvm_unreachables.
|
14 anni fa |
David Blaikie
|
b219cfc4d7
Switch assert(0/false) llvm_unreachable.
|
14 anni fa |
Argyrios Kyrtzidis
|
5a9ee20828
In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()
|
14 anni fa |
Argyrios Kyrtzidis
|
a64ccefdf0
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
|
14 anni fa |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 anni fa |
Dan Gohman
|
b18b8ad630
Add the ObjC ARC optimization passes manually, now that they're not
|
14 anni fa |
Chris Lattner
|
fc8f0e14ad
fix a bunch of comment typos found by codespell. Patch by
|
14 anni fa |
Peter Collingbourne
|
4b93d660c6
Re-instate r125819 and r125820 with no functionality change
|
14 anni fa |
Rafael Espindola
|
96b1d4b4eb
Revert 125820 and 125819 to fix PR9266.
|
14 anni fa |
Peter Collingbourne
|
906c73ffbc
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
|
14 anni fa |
Nico Weber
|
5aa74affa5
Add -add-plugin flag, which runs plugins in addition to codegen.
|
14 anni fa |
Argyrios Kyrtzidis
|
33e4e70c8c
Refactoring of Diagnostic class.
|
14 anni fa |
Chris Lattner
|
063e47667c
adjust for llvm mainline, yay type safety
|
14 anni fa |
Daniel Dunbar
|
9b414d3e2d
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration
|
15 anni fa |