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
/
CodeGen
/
CodeGenModule.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ubsan: Only emit constants for filenames and type descriptors once.
Will Dietz
2013-11-08
1
-0
/
+10
*
Produce direct calls instead of alias to linkonce_odr functions.
Rafael Espindola
2013-11-05
1
-0
/
+6
*
Fix vbtable indices when a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
2013-11-05
1
-4
/
+4
*
Use aliases for more constructors and destructors.
Rafael Espindola
2013-11-04
1
-1
/
+2
*
New fix for pr17535.
Rafael Espindola
2013-10-22
1
-0
/
+6
*
Revert "This patch causes clang to reject alias attributes that point to unde...
Rafael Espindola
2013-10-22
1
-1
/
+0
*
This patch causes clang to reject alias attributes that point to undefined
Rafael Espindola
2013-10-22
1
-0
/
+1
*
Emit a .ident saying that clang produced this file.
Rafael Espindola
2013-10-16
1
-0
/
+3
*
Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ...
Timur Iskhodzhanov
2013-10-09
1
-1
/
+3
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-5
/
+4
*
Abstract out virtual calls and virtual function prologue code generation; imp...
Timur Iskhodzhanov
2013-08-21
1
-0
/
+5
*
PR16933: Don't try to codegen things after we've seen errors.
David Blaikie
2013-08-19
1
-8
/
+2
*
Use new llvm::SpecialCaseList API in CodeGenModule
Alexey Samsonov
2013-08-12
1
-2
/
+2
*
Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...
Timur Iskhodzhanov
2013-08-04
1
-4
/
+0
*
[ms-cxxabi] Emit linkonce complete dtors in TUs that need them
Reid Kleckner
2013-07-22
1
-9
/
+6
*
Apply BlackList -> SpecialCaseList rename in Clang.
Peter Collingbourne
2013-07-09
1
-3
/
+3
*
Simplify linkage code for static local vars.
Eli Friedman
2013-07-01
1
-1
/
+0
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-2
/
+1
*
Fix the linkage of static locals inside a CapturedStmt. (Found in the
Eli Friedman
2013-06-13
1
-0
/
+1
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-2
/
+0
*
[ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.
Peter Collingbourne
2013-06-05
1
-5
/
+4
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-2
/
+8
*
Fix typo in comment. Found by -Wdocumentation.
Benjamin Kramer
2013-06-04
1
-1
/
+1
*
Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...
Aaron Ballman
2013-06-04
1
-0
/
+3
*
Debug Info: Fix a problem that resulted in missing DW_AT_specifications
Adrian Prantl
2013-05-09
1
-0
/
+1
*
Forward #pragma comment(lib/linker) through as flags metadata
Reid Kleckner
2013-05-08
1
-0
/
+9
*
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-06
1
-2
/
+2
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-2
/
+1
*
Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...
Richard Smith
2013-04-30
1
-11
/
+0
*
Emit the TLS intialization functions into a list.
Bill Wendling
2013-04-29
1
-0
/
+11
*
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
1
-0
/
+11
*
Don't propagate around TargetOptions in IR-gen; we don't use it.
John McCall
2013-04-16
1
-3
/
+2
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-21
/
+27
*
Objective-C IRGen. Use llvm::WeakVH
Fariborz Jahanian
2013-04-16
1
-2
/
+2
*
Use MapVector rather than simulating it.
Richard Smith
2013-04-13
1
-3
/
+2
*
Struct-path aware TBAA: uniformize scalar tag and path tag.
Manman Ren
2013-04-11
1
-2
/
+7
*
Remove nondeterminism introduced in r178950.
Richard Smith
2013-04-06
1
-0
/
+1
*
When an internal-linkage function or variable is declared within an extern "C"
Richard Smith
2013-04-06
1
-0
/
+16
*
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
1
-0
/
+5
*
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
1
-5
/
+0
*
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
1
-0
/
+5
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
1
-0
/
+9
*
Under ARC, when we're passing the address of a strong variable
John McCall
2013-03-23
1
-0
/
+3
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
1
-0
/
+4
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-0
/
+6
*
Apply the 'nobuiltin' attribute to call sites when the user specifies `-fno-b...
Bill Wendling
2013-02-22
1
-1
/
+2
*
Pass the target options through to code generation.
Bill Wendling
2013-02-14
1
-2
/
+4
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
1
-4
/
+4
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-2
/
+11
*
[ubsan] Add support for -fsanitize-blacklist
Will Dietz
2013-01-18
1
-2
/
+13
[next]