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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CodeGen] Check if the Decl pointer passed is null, and if so, return
Akira Hatanaka
2015-10-08
1
-7
/
+15
*
[MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...
David Majnemer
2015-10-08
1
-1
/
+1
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
1
-1
/
+1
*
Use llvm::makeArrayRef. NFC.
Craig Topper
2015-09-27
1
-1
/
+1
*
Remove attributes minsize and optsize, which conflict with optnone.
Akira Hatanaka
2015-09-21
1
-4
/
+2
*
Using MD_invariant_group
Piotr Padlewski
2015-09-17
1
-1
/
+1
*
[WinEH] Pass the catch adjectives to catchpad directly
Reid Kleckner
2015-09-16
1
-6
/
+0
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-3
/
+13
*
Added llvm.module flag for strict vtable pointers
Piotr Padlewski
2015-09-15
1
-0
/
+16
*
Revert "Always_inline codegen rewrite" and 2 follow-ups.
Evgeniy Stepanov
2015-09-14
1
-108
/
+1
*
[opaque pointer type] Fix a few uses of PointerType::getElementType in favor ...
David Blaikie
2015-09-14
1
-2
/
+1
*
Revert "[opaque pointer type] update for LLVM API change"
David Blaikie
2015-09-14
1
-1
/
+1
*
[CodeGen] Remove wrapper-free always_inline functions from COMDATs
David Majnemer
2015-09-12
1
-1
/
+5
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-12
1
-1
/
+104
*
Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov
2015-09-11
1
-98
/
+1
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-11
1
-1
/
+98
*
[CUDA] Allow trivial constructors as initializer for __shared__ variables.
Artem Belevich
2015-09-10
1
-2
/
+4
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
1
-5
/
+15
*
CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.
Peter Collingbourne
2015-09-08
1
-0
/
+19
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-41
/
+53
*
Don't crash on a self-alias declaration
Hal Finkel
2015-09-04
1
-0
/
+5
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-3
/
+9
*
PR17829: Proper diagnostic of mangled names conflicts
Andrey Bokhanko
2015-08-31
1
-71
/
+123
*
Allow TLS vars in dllimport/export functions; only inline dllimport functions...
Hans Wennborg
2015-08-28
1
-0
/
+38
*
[CUDA] Change initializer for CUDA device code based on CUDA documentation.
Jingyue Wu
2015-08-22
1
-1
/
+21
*
[modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ig...
Richard Smith
2015-08-19
1
-5
/
+2
*
Avoid iteration invalidation issues around MaterializedTemporaryExpr
David Majnemer
2015-08-13
1
-3
/
+2
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-1
/
+1
*
Add -gcodeview and -gdwarf to control which type Clang emits
Reid Kleckner
2015-08-05
1
-1
/
+6
*
InstrProf: Fix a misuse of the FunctionDecl API when generating coverage
Justin Bogner
2015-07-28
1
-1
/
+1
*
LLVM API Change: the Module always owns the DataLayout
Mehdi Amini
2015-07-24
1
-4
/
+3
*
[OpenMP] Add TLS-based implementation for threadprivate directive.
Samuel Antao
2015-07-13
1
-0
/
+5
*
Debug Info: Emit debug info for @import declarations.
Adrian Prantl
2015-06-30
1
-0
/
+2
*
[CodeGen] Tweak isTriviallyRecursive further
David Majnemer
2015-06-30
1
-6
/
+1
*
Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.
Adrian Prantl
2015-06-30
1
-8
/
+11
*
[CodeGen] Restrict isTriviallyRecursive to predefined lib functions forwardin...
David Majnemer
2015-06-25
1
-2
/
+7
*
Display profile file name when emitting a file not found diagnostic.
Diego Novillo
2015-06-25
1
-2
/
+3
*
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
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-2
/
+3
*
CodeGen: Factor out some of the bitset entry creation code. NFC.
Peter Collingbourne
2015-06-17
1
-0
/
+14
*
C++11 rangify several loops.
Yaron Keren
2015-06-11
1
-36
/
+21
*
Rename the single non-style conformant function in TargetCodeGenInfo
Eric Christopher
2015-06-05
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
Get the dll storage class right for structors of classes exported/imported vi...
Hans Wennborg
2015-05-28
1
-13
/
+20
*
Use Intrinsic::ID instead of unsigned. NFC.
Pete Cooper
2015-05-20
1
-3
/
+2
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-1
/
+1
*
Implement no_sanitize attribute.
Peter Collingbourne
2015-05-15
1
-17
/
+0
*
Revert r236879, "Do not emit thunks with available_externally linkage in comd...
NAKAMURA Takumi
2015-05-09
1
-12
/
+11
[prev]
[next]