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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-7
/
+25
*
DebugInfo: Provide a less subtle way to set the debug location of simple ret ...
David Blaikie
2015-01-02
1
-1
/
+1
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-24
/
+6
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-6
/
+24
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-24
/
+6
*
Fix for PR21915: assert on multidimensional VLA in function arguments.
Alexey Bataev
2014-12-18
1
-22
/
+7
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-6
/
+24
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-24
/
+6
*
[OPENMP] Bugfix for processing of global variables in OpenMP regions.
Alexey Bataev
2014-12-16
1
-1
/
+2
*
First patch with codegen of the 'omp for' directive. It implements
Alexander Musman
2014-12-15
1
-1
/
+6
*
Bugfix for Codegen of atomic load/store/other ops.
Alexey Bataev
2014-12-15
1
-0
/
+6
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-2
/
+4
*
DebugInfo: Correct the location of initializations of auto.
David Blaikie
2014-12-09
1
-2
/
+1
*
DebugInfo: Emit the correct location for initialization of a complex variable
David Blaikie
2014-12-09
1
-2
/
+4
*
DebugInfo: Correctly identify the location of C++ member initializer list ele...
David Blaikie
2014-12-09
1
-6
/
+10
*
CodeGen: refactor ARM builtin handling
Saleem Abdulrasool
2014-12-04
1
-0
/
+2
*
Fix incorrect codegen for devirtualized calls to virtual overloaded operators.
Nico Weber
2014-12-03
1
-3
/
+7
*
Revert "Remove threshold for lifetime marker insertion of named temporaries"
Arnaud A. de Grandmaison
2014-12-01
1
-3
/
+0
*
Remove threshold for lifetime marker insertion of named temporaries
Arnaud A. de Grandmaison
2014-12-01
1
-0
/
+3
*
Bundle conditions checked by UBSan with sanitizer kinds they implement.
Alexey Samsonov
2014-11-11
1
-4
/
+3
*
[Sanitizer] Refactor sanitizer options in LangOptions.
Alexey Samsonov
2014-11-11
1
-2
/
+2
*
Propagate SanitizerKind into CodeGenFunction::EmitCheck() call.
Alexey Samsonov
2014-11-10
1
-11
/
+1
*
Silence a warning from MSVC "14" by making an enum unsigned
Reid Kleckner
2014-10-31
1
-2
/
+2
*
MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
2014-10-31
1
-0
/
+8
*
Get rid of SanitizerOptions::Disabled global. NFC.
Alexey Samsonov
2014-10-30
1
-1
/
+1
*
Improved capturing variable-length array types in CapturedStmt.
Alexey Bataev
2014-10-29
1
-1
/
+2
*
Objective-C. revert patch for rdar://17554063.
Fariborz Jahanian
2014-10-28
1
-2
/
+1
*
Fixing the MSVC build by removing friendship with CodeGenFunction; NFC.
Aaron Ballman
2014-10-21
1
-1
/
+0
*
[OPENMP] Codegen for 'private' clause in 'parallel' directive.
Alexey Bataev
2014-10-21
1
-0
/
+3
*
Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...
Kostya Serebryany
2014-10-16
1
-0
/
+1
*
Moving CGF::EmitAlignmentAssumption to IRBuilder
Hal Finkel
2014-10-15
1
-1
/
+4
*
Sanitize upcasts and conversion to virtual base.
Alexey Samsonov
2014-10-13
1
-3
/
+10
*
Unfriend CGOpenMPRegionInfo so it can go into an anonymous namespace.
Benjamin Kramer
2014-10-10
1
-1
/
+0
*
Code reformatting and improvement for OpenMP.
Alexey Bataev
2014-10-10
1
-0
/
+4
*
Code improvements in OpenMP CodeGen.
Alexey Bataev
2014-10-10
1
-44
/
+63
*
Revert r218865 because it introduced PR21236, a crash in codegen emitting the...
Nick Lewycky
2014-10-10
1
-27
/
+0
*
Promote null pointer constants used as arguments to variadic functions
Reid Kleckner
2014-10-10
1
-1
/
+3
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+1
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-0
/
+13
*
Revert commit r219297.
Alexey Bataev
2014-10-08
1
-13
/
+0
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-0
/
+13
*
Revert back r219295.
Alexey Bataev
2014-10-08
1
-13
/
+0
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-0
/
+13
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-1
/
+0
*
Fix IRGen for referencing a static local before emitting its decl
Reid Kleckner
2014-10-08
1
-5
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+1
*
[OPENMP] Small refactoring of EmitOMPSimdLoop helper routine.
Alexander Musman
2014-10-07
1
-3
/
+4
*
MS ABI: Implement thread_local for global variables
David Majnemer
2014-10-05
1
-1
/
+4
*
Emit lifetime.start / lifetime.end markers for unnamed temporary objects.
Arnaud A. de Grandmaison
2014-10-02
1
-0
/
+27
*
[OPENMP] Loop collapsing and codegen for 'omp simd' directive.
Alexander Musman
2014-10-01
1
-0
/
+48
[next]