index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
unique_ptrify ChainedDiagnosticConsumer's ctor parameters
David Blaikie
2014-09-15
2
-9
/
+14
*
Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.
David Blaikie
2014-09-15
2
-18
/
+12
*
Add -fseh-exceptions for MinGW-w64
Reid Kleckner
2014-09-15
2
-0
/
+3
*
Avoid a couple of assertions when preprocessing with modules
Ben Langmuir
2014-09-10
1
-0
/
+3
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
7
-14
/
+22
*
-frewrite-includes: Normalize line endings to match the main source file
Reid Kleckner
2014-09-05
1
-52
/
+90
*
unique_ptrify JobList::Jobs
David Blaikie
2014-09-04
1
-4
/
+4
*
Frontend: Reindent Opts.CoverageFile
David Majnemer
2014-09-01
1
-1
/
+1
*
unique_ptrify the raw_ostream argument to clang::serialized_diags::create
David Blaikie
2014-08-29
2
-12
/
+12
*
Add an option to silence all analyzer warnings.
Anna Zaks
2014-08-29
1
-0
/
+2
*
Provide a BuryPointer for unique_ptrs.
David Blaikie
2014-08-29
1
-0
/
+1
*
unique_ptrify Directives in VerifyDiagnosticConsumer
David Blaikie
2014-08-29
1
-19
/
+21
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
1
-1
/
+2
*
Improve unique_ptr-y ownership in ASTUnit::ComputePreamble
David Blaikie
2014-08-29
2
-50
/
+31
*
Don't create a null reference in ASTUnit::LoadFromCommandLine.
Alexey Samsonov
2014-08-28
1
-2
/
+3
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
1
-3
/
+3
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
4
-17
/
+12
*
Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-08-27
1
-0
/
+2
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
2
-6
/
+13
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
1
-5
/
+5
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
3
-6
/
+5
*
Convert MC command line flag for fatal assembler warnings into a proper
Joerg Sonnenberger
2014-08-26
1
-0
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-08-25
7
-64
/
+52
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-25
2
-36
/
+23
*
Frontend: unique_ptr-ify
Dylan Noblesmith
2014-08-24
1
-4
/
+4
*
C++1y is now C++14!
Aaron Ballman
2014-08-19
2
-6
/
+6
*
Store std::unique_ptr in InMemoryBuffers. NFC.
Rafael Espindola
2014-08-18
1
-12
/
+15
*
return a std::unique_ptr from getMainBufferWithPrecompiledPreamble. NFC.
Rafael Espindola
2014-08-18
1
-19
/
+22
*
Simplify ASTUnit::Parse a bit by passing a std::unique_ptr to it.
Rafael Espindola
2014-08-18
1
-28
/
+19
*
Add the break in the switch case (even if there is llvm_unreachable. It will ...
Sylvestre Ledru
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
2
-4
/
+4
*
Convert a few ownership comments with std::unique_ptr.
Rafael Espindola
2014-08-17
1
-1
/
+1
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-5
/
+0
*
Small cleanup: Don't duplicate default behavior.
Rafael Espindola
2014-08-13
1
-2
/
+2
*
Use std::unique_ptr to simplify memory management a bit.
Rafael Espindola
2014-08-13
1
-12
/
+6
*
Use StringRef instead of MemoryBuffer&.
Rafael Espindola
2014-08-12
2
-3
/
+4
*
Correctly implement -include search logic.
Manuel Klimek
2014-08-12
2
-17
/
+16
*
Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump
Richard Smith
2014-08-11
3
-5
/
+15
*
Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreamble
David Blaikie
2014-08-11
2
-5
/
+5
*
unique_ptr-ify FileSystemStatCache::setNextStatCache
David Blaikie
2014-08-11
1
-2
/
+4
*
Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a u...
NAKAMURA Takumi
2014-08-11
1
-16
/
+14
*
unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around ...
David Blaikie
2014-08-10
1
-14
/
+16
*
Out-of-line CompilerInstance::takeSema to avoid a header dependence from Comp...
David Blaikie
2014-08-10
1
-1
/
+5
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
12
-166
/
+169
*
unique_ptr-ify CompilerInstance::takeSema
David Blaikie
2014-08-10
1
-1
/
+1
*
std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile
David Blaikie
2014-08-10
3
-16
/
+11
*
unique_ptr-ify FrontendAction::takeCurrentASTUnit
David Blaikie
2014-08-10
1
-6
/
+7
*
unique_ptr-ify ASTReaderListener in the ASTReader
David Blaikie
2014-08-10
3
-7
/
+6
*
Refactor the module map file used for uniquing a module name out of
Ben Langmuir
2014-08-09
2
-5
/
+8
[next]