Dmitri Gribenko
|
cfa88f8939
Remove useless 'llvm::' qualifier from names like StringRef and others that are
|
12 年之前 |
Chandler Carruth
|
3b844ba7d5
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
|
12 年之前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年之前 |
Argyrios Kyrtzidis
|
8616f9af65
Turn FrontendInputFile into an immutable class and have it also accept
|
12 年之前 |
Douglas Gregor
|
c7be10245e
Have the parser initialize Sema before it consumes the first
|
12 年之前 |
Benjamin Kramer
|
c9b47f9ba8
Escape % in diagnostic message when compiling LLVM IR.
|
13 年之前 |
Rafael Espindola
|
025039377d
Replace MarkVarRequired with a more generic
|
13 年之前 |
Rafael Espindola
|
234fe654a3
Fix a small difference in sema and codegen views of what needs to be output.
|
13 年之前 |
Dylan Noblesmith
|
6f42b62b61
Basic: import OwningPtr<> into clang namespace
|
13 年之前 |
Argyrios Kyrtzidis
|
5d3a4bb13d
Revert r149363 which was part a series of commits that were reverted in llvm
|
13 年之前 |
Chris Lattner
|
ff8f9ec833
ConstantArray::get() (for strings) is going away, use
|
13 年之前 |
David Blaikie
|
99ba9e3bd7
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
13 年之前 |
Chad Rosier
|
9f6d068b29
Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function.
|
13 年之前 |
Chad Rosier
|
ff7892758f
Add frontend flags to enable bitcode verifier pass.
|
13 年之前 |
Douglas Gregor
|
1a4761edca
Promote ModuleMap::Module to a namespace-scope class in the Basic
|
13 年之前 |
Argyrios Kyrtzidis
|
88c2596edc
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
|
13 年之前 |
Peter Collingbourne
|
22a7dfea58
Add support for lazily linking bitcode files (using a new
|
14 年之前 |
Benjamin Kramer
|
96fda0c4a7
Convert inline asm source ranges into clang SourceRanges and print them with the instantiated note.
|
14 年之前 |
David Blaikie
|
d6471f7c19
Rename Diagnostic to DiagnosticsEngine as per issue 5397
|
14 年之前 |
David Blaikie
|
eb2d1f1c88
Removing a bunch of dead returns/breaks after llvm_unreachables.
|
14 年之前 |
David Blaikie
|
b219cfc4d7
Switch assert(0/false) llvm_unreachable.
|
14 年之前 |
Argyrios Kyrtzidis
|
5a9ee20828
In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()
|
14 年之前 |
Argyrios Kyrtzidis
|
a64ccefdf0
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
|
14 年之前 |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 年之前 |
Dan Gohman
|
b18b8ad630
Add the ObjC ARC optimization passes manually, now that they're not
|
14 年之前 |
Chris Lattner
|
fc8f0e14ad
fix a bunch of comment typos found by codespell. Patch by
|
14 年之前 |
Peter Collingbourne
|
4b93d660c6
Re-instate r125819 and r125820 with no functionality change
|
14 年之前 |
Rafael Espindola
|
96b1d4b4eb
Revert 125820 and 125819 to fix PR9266.
|
14 年之前 |
Peter Collingbourne
|
906c73ffbc
Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction
|
14 年之前 |
Nico Weber
|
5aa74affa5
Add -add-plugin flag, which runs plugins in addition to codegen.
|
14 年之前 |