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
/
ItaniumCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-2
/
+3
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-3
/
+2
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-2
/
+3
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-12
/
+3
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-1
/
+1
*
[CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byte
Akira Hatanaka
2016-03-31
1
-10
/
+2
*
[TLS on Darwin] use CXX_FAST_TLS calling convention for tls_init.
Manman Ren
2016-03-18
1
-2
/
+10
*
Directly get the canonical Type instead of going around through a CanQualType...
Yaron Keren
2016-03-16
1
-1
/
+1
*
CodeGen: Use 32-bit gep offsets to address vtable address points.
Peter Collingbourne
2016-03-14
1
-2
/
+2
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-6
/
+3
*
Add whole-program vtable optimization feature to Clang.
Peter Collingbourne
2016-02-24
1
-3
/
+1
*
Fix Itanium RTTI emission so that we emit fundamental type information into the
Richard Smith
2016-02-03
1
-2
/
+11
*
Use a consistent spelling for vtables.
Eric Christopher
2016-01-29
1
-1
/
+1
*
[cfi] Do not emit bit set entry for available_externally vtables.
Evgeniy Stepanov
2016-01-23
1
-1
/
+2
*
[CodeGen] Attach attributes to thread local wrapper function.
Akira Hatanaka
2016-01-15
1
-4
/
+20
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+6
*
[TLS on Darwin] use CXX_FAST_TLS calling convention for access functions.
Manman Ren
2015-12-17
1
-3
/
+11
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-3
/
+2
*
Fix use-after-free when a C++ thread_local variable gets replaced (because its
Richard Smith
2015-12-01
1
-13
/
+9
*
[TLS on Darwin] treat all Darwin platforms in the same way.
Manman Ren
2015-11-11
1
-3
/
+3
*
[TLS on Darwin] change how we handle globals with linkonce or weak linkage.
Manman Ren
2015-11-11
1
-7
/
+7
*
[CodeGen] Call SetInternalFunctionAttributes to attach function
Akira Hatanaka
2015-10-31
1
-1
/
+2
*
Watch and TV OS: wire up basic ABI choices
Tim Northover
2015-10-30
1
-0
/
+1
*
Revert "Decorating virtual functions load with invariant.load" and fix
Renato Golin
2015-10-01
1
-10
/
+1
*
Decorating virtual functions load with invariant.load
Piotr Padlewski
2015-10-01
1
-1
/
+10
*
[WinEH] Pass the catch adjectives to catchpad directly
Reid Kleckner
2015-09-16
1
-2
/
+2
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-7
/
+16
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+10
*
ItaniumCXXABI.cpp: Fix a warning. [-Wunused-variable]
NAKAMURA Takumi
2015-09-15
1
-2
/
+1
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-15
1
-37
/
+81
*
Revert "Always_inline codegen rewrite" and 2 follow-ups.
Evgeniy Stepanov
2015-09-14
1
-3
/
+0
*
[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
-2
/
+2
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-12
1
-0
/
+3
*
Revert "Specify target triple in alwaysinline tests."
Evgeniy Stepanov
2015-09-11
1
-3
/
+0
*
Always_inline codegen rewrite.
Evgeniy Stepanov
2015-09-11
1
-0
/
+3
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-09-10
1
-60
/
+35
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-09
1
-35
/
+60
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-144
/
+224
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+17
*
Fix PR23472รพ by emitting initialized variable and its guard in the same COMD...
Yaron Keren
2015-09-03
1
-3
/
+5
*
PR17829: Proper diagnostic of mangled names conflicts
Andrey Bokhanko
2015-08-31
1
-1
/
+1
*
Revert r246214 and r246213
Steven Wu
2015-08-28
1
-60
/
+35
*
Assume loads fix #2
Piotr Padlewski
2015-08-27
1
-3
/
+2
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-27
1
-32
/
+58
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-08-21
1
-58
/
+32
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-21
1
-32
/
+58
*
Generating available_externally vtables bugfix
Piotr Padlewski
2015-08-19
1
-6
/
+4
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
1
-2
/
+2
[next]