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 SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-1
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-2
/
+4
*
IRGen-level lowering for the Swift calling convention.
John McCall
2016-04-04
1
-2
/
+2
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-29
1
-0
/
+7
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-7
/
+0
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-0
/
+7
*
Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions."
Alexey Bataev
2016-03-28
1
-7
/
+0
*
[OPENMP] Allow runtime insert its own code inside OpenMP regions.
Alexey Bataev
2016-03-28
1
-0
/
+7
*
Revert "Convert some ObjC msgSends to runtime calls."
Pete Cooper
2016-03-21
1
-6
/
+2
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2016-03-16
1
-2
/
+6
*
EmitCXXStructorCall -> EmitCXXDestructorCall. NFC.
Alexey Samsonov
2016-03-10
1
-5
/
+4
*
[OPENMP 4.5] Codegen for data members in 'linear' clause
Alexey Bataev
2016-03-09
1
-1
/
+3
*
Reapply r262741 [OPENMP] Codegen for distribute directive
Carlo Bertolli
2016-03-07
1
-0
/
+8
*
Revert r262741 - [OPENMP] Codegen for distribute directive
Samuel Antao
2016-03-04
1
-8
/
+0
*
[OPENMP] Codegen for distribute directive
Carlo Bertolli
2016-03-04
1
-0
/
+8
*
Add code generation for teams directive inside target region
Carlo Bertolli
2016-03-03
1
-0
/
+2
*
[MSVC Compat] Correctly handle finallys nested within finallys
David Majnemer
2016-03-01
1
-4
/
+3
*
Add whole-program vtable optimization feature to Clang.
Peter Collingbourne
2016-02-24
1
-1
/
+7
*
[OPENMP] Improved handling of pseudo-captured expressions in OpenMP.
Alexey Bataev
2016-02-16
1
-1
/
+1
*
[PGO] cc1 option name change for profile instrumentation
Rong Xu
2016-02-04
1
-1
/
+1
*
[OPENMP 4.0] Fixed support of array sections/array subscripts.
Alexey Bataev
2016-02-04
1
-0
/
+4
*
[OpenMP] Parsing + sema for target parallel for directive.
Arpith Chacko Jacob
2016-02-03
1
-0
/
+2
*
Emit calls to objc_unsafeClaimAutoreleasedReturnValue when
John McCall
2016-01-27
1
-0
/
+6
*
[OpenMP] Parsing + sema for target parallel directive.
Arpith Chacko Jacob
2016-01-26
1
-0
/
+1
*
[OPENMP 4.5] Allow arrays in 'reduction' clause.
Alexey Bataev
2016-01-26
1
-0
/
+2
*
[cfi] Cross-DSO CFI diagnostic mode (clang part)
Evgeniy Stepanov
2016-01-25
1
-2
/
+7
*
[CUDA] Make printf work.
Justin Lebar
2016-01-23
1
-0
/
+2
*
[OPENMP] Fix crash on reduction for complex variables.
Alexey Bataev
2016-01-21
1
-0
/
+2
*
[OpenMP] Parsing + sema for "target exit data" directive.
Samuel Antao
2016-01-19
1
-0
/
+1
*
[OpenMP] Parsing + sema for "target enter data" directive.
Samuel Antao
2016-01-19
1
-0
/
+1
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-0
/
+3
*
[OPENMP 4.5] Codegen for 'schedule' clause with monotonic/nonmonotonic modifi...
Alexey Bataev
2015-12-31
1
-5
/
+5
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-0
/
+5
*
Add parse and sema of OpenMP distribute directive with all clauses except dis...
Carlo Bertolli
2015-12-14
1
-0
/
+1
*
Update clang to use the updated LLVM EH instructions
David Majnemer
2015-12-12
1
-3
/
+5
*
Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...
NAKAMURA Takumi
2015-12-09
1
-1
/
+0
*
Add parse and sema for OpenMP distribute directive and all its clauses exclud...
Carlo Bertolli
2015-12-08
1
-0
/
+1
*
[OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.
Alexey Bataev
2015-12-03
1
-0
/
+1
*
Add the `pass_object_size` attribute to clang.
George Burgess IV
2015-12-02
1
-0
/
+18
*
[OpenMP] Update target directive codegen to use 4.5 implicit data mappings.
Samuel Antao
2015-12-02
1
-5
/
+2
*
[OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.
Alexey Bataev
2015-12-01
1
-0
/
+1
*
CodeGenFunction.h: Prune a \param in r253926. [-Wdocumentation]
NAKAMURA Takumi
2015-11-23
1
-3
/
+0
*
Preserve exceptions information during calls code generation.
Samuel Antao
2015-11-23
1
-6
/
+4
*
In preparation to use it in more places rename
Eric Christopher
2015-11-12
1
-3
/
+1
*
Extract out a function onto CodeGenModule for getting the map of
Eric Christopher
2015-11-11
1
-0
/
+2
*
Atomics: support __c11_* calls on _Atomic struct types.
Tim Northover
2015-11-09
1
-1
/
+1
*
[WinEH] Mark calls inside cleanups as noinline
Reid Kleckner
2015-10-28
1
-0
/
+5
*
Unify the ObjC entrypoint caches.
John McCall
2015-10-21
1
-0
/
+1
*
Add an error when calling a builtin that requires features that don't
Eric Christopher
2015-10-15
1
-0
/
+2
[next]