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
/
CGExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix alignment issues in Clang.
James Y Knight
2015-07-17
1
-2
/
+2
*
[MS ABI] Workaround corner-case bug in the ABI for operator delete
David Majnemer
2015-06-30
1
-1
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-3
/
+3
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
1
-2
/
+3
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+19
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-2
/
+2
*
PR23373: A defaulted union copy constructor that is not trivial must still be
Richard Smith
2015-04-29
1
-1
/
+1
*
[opaque pointer type] more GEP API migrations
David Blaikie
2015-04-04
1
-16
/
+15
*
Implement CFI type checks for non-virtual calls.
Peter Collingbourne
2015-04-02
1
-0
/
+6
*
Revert "Improvement on sized deallocation from r230160"
Reid Kleckner
2015-03-19
1
-82
/
+5
*
Improvement on sized deallocation from r230160:
Larisse Voufo
2015-02-25
1
-5
/
+82
*
DR1748: the reserved placement allocation functions have undefined behavior if
Richard Smith
2015-02-14
1
-3
/
+2
*
DebugInfo: Use the preferred location rather than the start location for expr...
David Blaikie
2015-01-25
1
-1
/
+1
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-11
/
+4
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-4
/
+11
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-11
/
+4
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-4
/
+11
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-11
/
+4
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-4
/
+11
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-11
/
+4
*
DebugInfo: More accurate line information for placement new.
David Blaikie
2014-12-14
1
-0
/
+3
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-3
/
+3
*
DebugInfo: Location information for scalar new expressions
David Blaikie
2014-12-10
1
-5
/
+7
*
DebugInfo: Correct location of aggregate assignment
David Blaikie
2014-12-09
1
-0
/
+2
*
Fix incorrect codegen for devirtualized calls to virtual overloaded operators.
Nico Weber
2014-12-03
1
-42
/
+46
*
Wrap to 80 columns. No behavior change.
Nico Weber
2014-12-02
1
-3
/
+4
*
[clang/asan] Do not emit memcpy for trivial operator= when -fsanitize-address...
Kostya Serebryany
2014-11-11
1
-1
/
+1
*
CodeGen: Declutter the emitVirtualObjectDelete interface
David Majnemer
2014-11-01
1
-7
/
+6
*
MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
2014-10-31
1
-36
/
+43
*
Fix bug 20116 - http://llvm.org/bugs/show_bug.cgi?id=20116
Alexey Bataev
2014-09-29
1
-10
/
+9
*
Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.
Rafael Espindola
2014-09-11
1
-1
/
+2
*
Implement nonnull-attribute sanitizer
Alexey Samsonov
2014-09-08
1
-12
/
+11
*
Handle constructors and destructors a bit more uniformly in CodeGen.
Rafael Espindola
2014-09-08
1
-4
/
+4
*
Reverting r216675. This breaks some bots. Before this can be committed again,...
Aaron Ballman
2014-08-28
1
-7
/
+7
*
Throw a std::bad_array_new_length exception when the expression (or constant-...
Aaron Ballman
2014-08-28
1
-7
/
+7
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-7
/
+11
*
Kill one of EmitCallArgs overloads. NFC.
Alexey Samsonov
2014-08-28
1
-5
/
+3
*
Pass actual CXXConstructExpr instead of argument iterators
Alexey Samsonov
2014-08-25
1
-5
/
+5
*
Pass actual CallExpr instead of CallExpr-specific iterators
Alexey Samsonov
2014-08-25
1
-23
/
+33
*
Pass expressions instead of argument ranges to EmitCall/EmitCXXConstructorCall.
Alexey Samsonov
2014-08-21
1
-8
/
+5
*
CodeGen: Properly null-check typeid expressions
David Majnemer
2014-07-19
1
-6
/
+38
*
Revert "CodeGen: Properly null-check typeid expressions"
David Majnemer
2014-07-18
1
-35
/
+6
*
Address Richard's latest feedback.
David Majnemer
2014-07-18
1
-8
/
+7
*
Address Richard's comments
David Majnemer
2014-07-18
1
-7
/
+15
*
Address Richard's comments.
David Majnemer
2014-07-18
1
-0
/
+3
*
CodeGen: Properly null-check typeid expressions
David Majnemer
2014-07-18
1
-6
/
+25
*
Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...
David Majnemer
2014-06-22
1
-366
/
+52
*
Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...
NAKAMURA Takumi
2014-06-22
1
-52
/
+366
*
CodeGen: Refactor dynamic_cast and typeid
David Majnemer
2014-06-20
1
-366
/
+52
[prev]
[next]