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
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-12
/
+11
*
DebugInfo: Provide a less subtle way to set the debug location of simple ret ...
David Blaikie
2015-01-02
1
-11
/
+12
*
OpenCL C: Add support for a set of floating point
Pekka Jaaskelainen
2014-12-10
1
-0
/
+6
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-33
/
+32
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-3
/
+0
*
Always emit kernel arg info for SPIR.
Sameer Sahasrabuddhe
2014-12-04
1
-4
/
+4
*
UBSan now uses prologue data instead of prefix data
Peter Collingbourne
2014-12-03
1
-6
/
+6
*
Bundle conditions checked by UBSan with sanitizer kinds they implement.
Alexey Samsonov
2014-11-11
1
-6
/
+7
*
Propagate SanitizerKind into CodeGenFunction::EmitCheck() call.
Alexey Samsonov
2014-11-10
1
-3
/
+3
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-3
/
+3
*
MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
2014-10-31
1
-0
/
+2
*
Get rid of SanitizerOptions::Disabled global. NFC.
Alexey Samsonov
2014-10-30
1
-5
/
+5
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-1
/
+1
*
Formatting for prior commit
David Blaikie
2014-10-14
1
-4
/
+5
*
DebugInfo: Don't leak location information from one function into the prologu...
David Blaikie
2014-10-14
1
-1
/
+4
*
Revert r218865 because it introduced PR21236, a crash in codegen emitting the...
Nick Lewycky
2014-10-10
1
-5
/
+0
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-10-02
1
-0
/
+5
*
MS ABI: Don't ICE for pointers to pointers to members of incomplete classes
David Majnemer
2014-09-18
1
-0
/
+11
*
MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
2014-09-04
1
-2
/
+2
*
[C++11] Support for capturing of variable length arrays in lambda expression.
Alexey Bataev
2014-08-28
1
-0
/
+8
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
[clang/asan] call __asan_poison_cxx_array_cookie after operator new[]
Kostya Serebryany
2014-08-26
1
-5
/
+2
*
Simplify a few loops over CallArgList/FunctionArgList. NFC
Alexey Samsonov
2014-08-13
1
-3
/
+2
*
Add coverage mapping generation.
Alex Lorenz
2014-08-04
1
-0
/
+1
*
Add OpenCL/SPIR kernel_arg_base_type metadata node
Fraser Cormack
2014-07-30
1
-0
/
+28
*
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
[next]