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
*
C++14: Disable sized deallocation by default due to ABI breakage
Reid Kleckner
2015-03-20
1
-22
/
+0
*
Remove .CUDAIsDevice flags from CodeGenOpts as it's already
Artem Belevich
2015-03-19
1
-1
/
+1
*
[OPENMP] Rename methods of OpenMPRuntime class. NFC.
Alexey Bataev
2015-02-25
1
-1
/
+1
*
Avoid using a COMDAT for sized delete on MachO
Reid Kleckner
2015-02-19
1
-2
/
+3
*
Put the implicit weak sized deallocation funciton in C++14 in a comdat
Reid Kleckner
2015-02-19
1
-0
/
+2
*
Rename flags and options to match current naming: from -fdef-sized-delete to ...
Larisse Voufo
2015-02-18
1
-1
/
+1
*
Revise the implementation logic of sized deallocation: Do not automatically g...
Larisse Voufo
2015-02-14
1
-1
/
+4
*
SEH: Use the SEHTryEpilogueStack instead of a separate bool
Reid Kleckner
2015-02-12
1
-1
/
+1
*
Add the 'noinline' attribute to call sites within __try bodies
Reid Kleckner
2015-02-11
1
-1
/
+1
*
Implement IRGen for SEH __finally and AbnormalTermination
Reid Kleckner
2015-02-04
1
-1
/
+2
*
DebugInfo: Attribute cleanup code to the end of the scope, not the end of the...
David Blaikie
2015-02-04
1
-2
/
+2
*
DebugInfo: Fix line table for comparisons harder/better for the sake of C (& ...
David Blaikie
2015-01-31
1
-1
/
+5
*
DebugInfo: Attribute implicit boolean tests to the expression being tested, n...
David Blaikie
2015-01-28
1
-6
/
+15
*
Initial support for Win64 SEH IR emission
Reid Kleckner
2015-01-22
1
-1
/
+1
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-11
/
+12
*
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
[next]