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
/
CodeGenFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix OpenCL/SPIR kernel_arg_type metadata node
Fraser Cormack
2014-07-30
1
-2
/
+2
*
MS ABI: Don't push destructor cleanups for aggregate parameters in thunks
Reid Kleckner
2014-07-25
1
-10
/
+10
*
[UBSan] Add !nosanitize metadata to the code generated by UBSan.
Alexey Samsonov
2014-07-17
1
-4
/
+22
*
Remove unnecessary check for NULL
Alexey Samsonov
2014-07-08
1
-10
/
+7
*
[Sanitizer] Remove brittle cache variable and slightly simplify blacklisting ...
Alexey Samsonov
2014-07-07
1
-8
/
+2
*
This patch adds a helper class (CGLoopInfo) for marking memory instructions w...
Alexander Musman
2014-05-22
1
-1
/
+29
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-24
/
+26
*
MS ABI: Pass 'sret' as the second parameter of instance methods
Reid Kleckner
2014-05-09
1
-1
/
+4
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-0
/
+5
*
Debug info: Improve line table for functions with cleanups an early exit
Adrian Prantl
2014-04-29
1
-0
/
+20
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-4
/
+19
*
When printing types for the OpenCL kernel metadata, use the PrintingPolicy.
Joey Gouly
2014-04-04
1
-2
/
+5
*
Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...
Alexey Samsonov
2014-03-20
1
-1
/
+1
*
PGO: Statically generate data structures
Duncan P. N. Exon Smith
2014-03-17
1
-1
/
+1
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-8
/
+4
*
[C++11] Update Clang for the change to LLVM's Use-Def chain iterators in
Chandler Carruth
2014-03-09
1
-1
/
+1
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-2
/
+1
*
PGO: Use the main file name to help distinguish functions with local linkage.
Bob Wilson
2014-03-06
1
-11
/
+2
*
Refactor PGO code in preparation for handling non-C/C++ code.
Bob Wilson
2014-03-06
1
-2
/
+2
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
IRGen: Remove a stale comment
David Majnemer
2014-02-25
1
-1
/
+1
*
Attr: Remove ForceInline
David Majnemer
2014-02-25
1
-2
/
+1
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-8
/
+26
*
Fix some minor whitespace issues.
Bob Wilson
2014-02-17
1
-1
/
+1
*
Simplify code by combining ifs.
Manman Ren
2014-02-06
1
-9
/
+7
*
Fix Werror introduced at r200874.
Manman Ren
2014-02-06
1
-1
/
+1
*
PGO: instrumentation based profiling sets function attributes.
Manman Ren
2014-02-05
1
-0
/
+10
*
[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
2014-02-01
1
-0
/
+16
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-3
/
+3
*
CodeGen: Fix tracking of PGO counters for the logical or operator
Justin Bogner
2014-01-23
1
-1
/
+1
*
Make -fno-inline attach NoInline attribute to all functions that are not
Roman Divacky
2014-01-15
1
-3
/
+8
*
Simplifying the OpenCL image attribute. It does not need a semantic integer p...
Aaron Ballman
2014-01-14
1
-2
/
+2
*
CodeGen: Rename adjustFallThroughCount -> adjustForControlFlow
Justin Bogner
2014-01-13
1
-2
/
+2
*
The OpenCL specification states that images are allocated
Pekka Jaaskelainen
2014-01-09
1
-1
/
+6
*
Revert "Debug info: Ensure that the last stop point in a function is still wi...
Adrian Prantl
2014-01-07
1
-4
/
+3
*
Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
Adrian Prantl
2014-01-07
1
-3
/
+4
*
Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
2014-01-07
1
-4
/
+3
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-16
/
+76
*
Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
2014-01-03
1
-3
/
+4
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-16
/
+13
*
[ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
2013-12-17
1
-3
/
+6
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+4
*
CodeGen: Whitespace
Justin Bogner
2013-11-22
1
-1
/
+1
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-8
/
+24
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
Implement function type checker for the undefined behavior sanitizer.
Peter Collingbourne
2013-10-20
1
-0
/
+17
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-2
/
+3
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-1
/
+1
*
Generate code for the move assignment operator using memcpy, the same as we do
Nick Lewycky
2013-09-10
1
-1
/
+2
*
Revert r189649 because it was breaking sanitizer bots.
Yunzhong Gao
2013-08-30
1
-20
/
+5
[prev]
[next]