index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ModuleBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
D34444: Teach codegen to work in incremental processing mode.
Vassil Vassilev
2017-08-27
1
-0
/
+13
*
[Coverage] Don't emit mappings for functions in dependent contexts (fixes PR3...
Vedant Kumar
2017-04-19
1
-1
/
+1
*
[DebugInfo] Added support to Clang FE for generating debug info for preproces...
Amjad Aboud
2017-02-09
1
-0
/
+8
*
Introduce a type-safe enum for ForDefinition.
John McCall
2016-11-30
1
-1
/
+1
*
Various improvements to the public IRGen interface.
John McCall
2016-05-18
1
-5
/
+39
*
Fix a bug involving deferred decl emission and PCH
Reid Kleckner
2016-04-22
1
-2
/
+18
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-3
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+3
*
For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann
2016-03-30
1
-4
/
+15
*
Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Reid Kleckner
2016-03-17
1
-14
/
+4
*
For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner
2016-03-17
1
-4
/
+14
*
Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...
Mehdi Amini
2016-03-13
1
-2
/
+3
*
Make TargetInfo store an actual DataLayout instead of a string.
James Y Knight
2016-03-04
1
-1
/
+1
*
[OPENMP 4.0] Codegen for 'declare reduction' construct.
Alexey Bataev
2016-03-04
1
-0
/
+9
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-5
/
+0
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-10
/
+2
*
Check for frontend errors after releasing the Builder.
Manman Ren
2016-01-28
1
-3
/
+6
*
[MS ABI] Allow a member pointers' converted type to change
David Majnemer
2016-01-26
1
-0
/
+7
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-3
/
+5
*
[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...
David Majnemer
2015-10-08
1
-1
/
+1
*
Rename DescriptionString -> DataLayoutString as it matches the actual
Eric Christopher
2015-08-05
1
-1
/
+1
*
LLVM API Change: the Module always owns the DataLayout
Mehdi Amini
2015-07-24
1
-8
/
+3
*
Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Adrian Prantl
2015-06-30
1
-12
/
+21
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Wrap to 80 columns. No behavior change.
Nico Weber
2015-01-17
1
-1
/
+2
*
Remove unused parameter, followup to r179639. No behavior change.
Nico Weber
2015-01-15
1
-1
/
+0
*
Remove ASTConsumer::HandleVTable()'s bool parameter.
Nico Weber
2015-01-15
1
-2
/
+2
*
Initialize CodeGeneratorImpl::Ctx in constructor.
Yaron Keren
2014-12-25
1
-1
/
+1
*
Tweak the assert in ModuleBuilder from r224533 (PR21989)
Hans Wennborg
2014-12-19
1
-2
/
+3
*
ModuleBuilder: assert that all deferred inline method defs get handled
Hans Wennborg
2014-12-18
1
-4
/
+7
*
InstrProf: Don't emit coverage for uninstantiated templates
Justin Bogner
2014-11-18
1
-3
/
+5
*
[modules] Fix a rejects-valid resulting from emitting an inline function
Richard Smith
2014-08-13
1
-1
/
+5
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-4
/
+13
*
Notional simplification: defer emitting deferred inline methods until we finish
Richard Smith
2014-08-01
1
-4
/
+21
*
Re-commit r214547 with tests fixed. Hopefully all the bots will be happy now.
Richard Smith
2014-08-01
1
-3
/
+5
*
Revert r214547 due to test breakage.
Richard Smith
2014-08-01
1
-6
/
+3
*
Fix iterator invalidation issues that are breaking my modules buildbot's boot...
Richard Smith
2014-08-01
1
-3
/
+6
*
MS compatibility: always emit dllexported in-class initialized static data me...
Hans Wennborg
2014-07-17
1
-0
/
+13
*
Defer codegen of inline method definitions to the end of current top level de...
Hans Wennborg
2014-06-06
1
-6
/
+18
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-0
/
+15
*
Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...
Hans Wennborg
2014-05-23
1
-11
/
+14
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-14
/
+14
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-3
/
+4
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-4
/
+2
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-3
/
+1
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-1
/
+1
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
[next]