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
*
Don't crash when emitting a glvalue conditional where one arm is a
Richard Smith
2014-06-20
1
-10
/
+32
*
Use StringRef to simplify code. No functional change.
Craig Topper
2014-06-12
1
-1
/
+1
*
Use ArrayRef in some function parameters instead of a pointer and count. No f...
Craig Topper
2014-06-12
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-09
1
-1
/
+1
*
Mangle predefined string constants names to merge them at link-time
Alexey Samsonov
2014-06-05
1
-30
/
+6
*
Add pointer types to global named register
Renato Golin
2014-06-05
1
-5
/
+25
*
Formatting cleanup.
Richard Smith
2014-06-04
1
-10
/
+9
*
[CodeGen] Don't cast and use SizeTy instead of Int32Ty when constructing {ext...
Michael J. Spencer
2014-05-31
1
-3
/
+2
*
Revert small change to EmitDeclRefLValue
Renato Golin
2014-05-27
1
-9
/
+8
*
[MS-ABI] Implements MS-compatible RTTI
Warren Hunt
2014-05-23
1
-2
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-17
/
+17
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-1
/
+1
*
Using SmallString and correct addr var
Renato Golin
2014-05-19
1
-3
/
+5
*
Fix usage of string when StringRef was needed
Renato Golin
2014-05-19
1
-1
/
+3
*
Non-allocatable Global Named Register
Renato Golin
2014-05-19
1
-2
/
+58
*
Add FIXME describing the limitation of using column info to disambiguate inli...
David Blaikie
2014-05-10
1
-0
/
+8
*
Use auto to avoid duplicating the type.
Rafael Espindola
2014-05-09
1
-64
/
+58
*
Add support for MSVC's __FUNCSIG__
Reid Kleckner
2014-04-08
1
-21
/
+13
*
PR19254: If a thread_local data member of a class is accessed via member access
Richard Smith
2014-03-26
1
-7
/
+8
*
Sema: Do not assert when dereferencing member pointer using virtual inheritan...
David Majnemer
2014-02-20
1
-3
/
+3
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-4
/
+1
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-2
/
+2
*
CodeGen: Rename adjustFallThroughCount -> adjustForControlFlow
Justin Bogner
2014-01-13
1
-2
/
+2
*
CodeGen: Sentences end with a period
Justin Bogner
2014-01-07
1
-1
/
+1
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-2
/
+12
*
Add front-end infrastructure now address space casts are in LLVM IR.
David Tweed
2013-12-11
1
-0
/
+1
*
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
[next]