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
/
CGExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd si...
Joey Gouly
2013-11-21
1
-0
/
+6
*
ubsan: Only emit constants for filenames and type descriptors once.
Will Dietz
2013-11-08
1
-4
/
+9
*
[-fms-extensions] Add support for __FUNCDNAME__
David Majnemer
2013-11-06
1
-0
/
+4
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-2
/
+2
*
Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted
Richard Smith
2013-10-22
1
-3
/
+4
*
Implement function type checker for the undefined behavior sanitizer.
Peter Collingbourne
2013-10-20
1
-2
/
+48
*
TBAA: use the same format for scalar TBAA and struct-path aware TBAA.
Manman Ren
2013-10-08
1
-3
/
+6
*
Fix objectsize tests after r192117
Matt Arsenault
2013-10-07
1
-1
/
+3
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-19
/
+26
*
No functionality change. Reflow lines that could fit on one line. Break lines
Nick Lewycky
2013-10-01
1
-9
/
+6
*
Fix 2 cases of uninitialized reads of an invalid PresumedLoc.
Evgeniy Stepanov
2013-09-11
1
-2
/
+2
*
Revert r189649 because it was breaking sanitizer bots.
Yunzhong Gao
2013-08-30
1
-3
/
+9
*
Fixing a bug where debug info for a local variable gets emitted at file scope.
Yunzhong Gao
2013-08-30
1
-9
/
+3
*
Revert "PR14569: Omit debug info for thunks"
David Blaikie
2013-08-27
1
-1
/
+2
*
Handle predefined expression for a captured statement
Wei Pan
2013-08-26
1
-0
/
+4
*
Sema: Use the right type for PredefinedExpr when it's in a lambda.
Benjamin Kramer
2013-08-21
1
-8
/
+15
*
CodeGen: __uuidof should work even with an incomplete _GUID type
David Majnemer
2013-08-15
1
-1
/
+2
*
UBSan: Fix alignment checks emitted in downcasts.
Filipe Cabecinhas
2013-08-08
1
-6
/
+6
*
Debug Info / EmitCallArgs: arguments may modify the debug location.
Adrian Prantl
2013-07-26
1
-1
/
+8
*
Remove trailing whitespace.
Craig Topper
2013-07-26
1
-76
/
+76
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-1
/
+1
*
Simplify atomic load/store IRGen.
Eli Friedman
2013-07-11
1
-3
/
+2
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-1
/
+1
*
Delete dead code.
Eli Friedman
2013-06-28
1
-39
/
+16
*
Emit initializers for static-storage-duration temporaries as constants where
Richard Smith
2013-06-14
1
-1
/
+17
*
Simplify: we don't need any special-case lifetime extension when initializing
Richard Smith
2013-06-12
1
-52
/
+29
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-9
/
+0
*
Reapply r183721, reverted in r183776, with a fix for a bug in the former (we
Richard Smith
2013-06-12
1
-266
/
+199
*
Revert r183721. It caused cleanups to be delayed too long in some cases.
Richard Smith
2013-06-11
1
-199
/
+266
*
Silence GCC warning.
Benjamin Kramer
2013-06-11
1
-0
/
+1
*
Rework IR emission for lifetime-extended temporaries. Instead of trying to walk
Richard Smith
2013-06-11
1
-266
/
+198
*
Remove some unreachable (and wrong) code and replace it with an assertion.
Richard Smith
2013-06-04
1
-13
/
+3
*
Fix handling of pointers-to-members and comma expressions when
Richard Smith
2013-06-03
1
-1
/
+10
*
CodeGen for CapturedStmts
Ben Langmuir
2013-05-09
1
-4
/
+12
*
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
1
-0
/
+11
*
Struct-path aware TBAA: fix handling of may_alias attribute.
Manman Ren
2013-04-27
1
-2
/
+2
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-0
/
+4
*
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
1
-1
/
+5
*
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
1
-3
/
+10
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-1
/
+1
*
Struct-path aware TBAA: uniformize scalar tag and path tag.
Manman Ren
2013-04-11
1
-2
/
+2
*
Force a load when creating a reference to a temporary copied from a bitfield.
Jordan Rose
2013-04-11
1
-129
/
+124
*
<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...
Douglas Gregor
2013-04-06
1
-4
/
+20
*
Initial support for struct-path aware TBAA.
Manman Ren
2013-04-04
1
-8
/
+34
*
revert r178784 since it does not have a commit message
Manman Ren
2013-04-04
1
-34
/
+8
*
Index: include/clang/Driver/CC1Options.td
Manman Ren
2013-04-04
1
-8
/
+34
*
ubsan: Pass floating-point arguments to the runtime by value if they fit the
Richard Smith
2013-03-22
1
-1
/
+10
*
Force column info only for direct inlined functions. This should strike
Adrian Prantl
2013-03-15
1
-3
/
+5
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
1
-5
/
+11
*
Force column info to be generated for call expressions so we can
Adrian Prantl
2013-03-12
1
-2
/
+6
[next]