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
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+1
*
Fix the dtor location issues in PR20038 harder.
David Blaikie
2014-07-10
1
-0
/
+13
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+1
*
[Sanitizer] Remove brittle cache variable and slightly simplify blacklisting ...
Alexey Samsonov
2014-07-07
1
-4
/
+4
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+1
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+1
*
Remove CleanupHackLevel from CGException.
Logan Chien
2014-07-01
1
-2
/
+0
*
Using of variable length arrays in captured statements and OpenMP constructs.
Alexey Bataev
2014-06-30
1
-3
/
+1
*
Remove llvm:: from uses of ArrayRef.
Craig Topper
2014-06-28
1
-1
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+1
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+1
*
Add R600 builtin codegen.
Matt Arsenault
2014-06-24
1
-0
/
+1
*
ARM: remove dead CodeGen functions.
Tim Northover
2014-06-24
1
-3
/
+0
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+1
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-1
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+1
*
Adding a new #pragma for the vectorize and interleave optimization hints.
Aaron Ballman
2014-06-06
1
-4
/
+10
*
Add __builtin_operator_new and __builtin_operator_delete, which act like calls
Richard Smith
2014-06-03
1
-1
/
+5
*
When emitting a multidimensional array new, emit the initializers for the
Richard Smith
2014-06-03
1
-1
/
+2
*
AArch64/ARM64: rename ARM64 components to AArch64
Tim Northover
2014-05-24
1
-2
/
+2
*
AArch64/ARM64: update Clang after AArch64 removal.
Tim Northover
2014-05-24
1
-2
/
+0
*
This patch adds a helper class (CGLoopInfo) for marking memory instructions w...
Alexander Musman
2014-05-22
1
-0
/
+9
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-33
/
+37
*
Non-allocatable Global Named Register
Renato Golin
2014-05-19
1
-0
/
+3
*
Don't indent in namespaces.
Rafael Espindola
2014-05-09
1
-40
/
+40
*
[OPENMP] Initial codegen for '#pragma omp parallel'
Alexey Bataev
2014-05-06
1
-0
/
+3
*
CodeGen: Handle CapturedStmt in instrumentation based profiling
Justin Bogner
2014-04-15
1
-0
/
+2
*
Cleanup: Add default arguments to CodeGenFunction::StartFunction.
Adrian Prantl
2014-04-11
1
-2
/
+2
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-0
/
+4
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-0
/
+14
*
Proper handling of static local variables with address space qualifiers.
Eli Bendersky
2014-03-24
1
-3
/
+3
*
[Modules] Update to reflect ValueHandle moving to the IR library in LLVM
Chandler Carruth
2014-03-04
1
-1
/
+1
*
ARM & AArch64: use table for EmitCommonNeonBuiltinExpr
Tim Northover
2014-02-21
1
-3
/
+10
*
AArch64: refactor table-driven NEON lookup.
Tim Northover
2014-02-21
1
-0
/
+2
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-8
/
+4
*
[IRGen]. Fixes a crash in using Objective-C array
Fariborz Jahanian
2014-02-14
1
-2
/
+2
*
[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
2014-02-01
1
-1
/
+12
*
ARM & AArch64: move shared vld/vst intrinsics to common implementation.
Tim Northover
2014-01-31
1
-1
/
+2
*
ARM & AArch64: extend shared NEON implementation to first block.
Tim Northover
2014-01-30
1
-2
/
+1
*
ARM & AArch64: fully share NEON implementation of permutation intrinsics
Tim Northover
2014-01-30
1
-0
/
+3
*
Revert "CodeGen: Simplify CodeGenFunction::EmitCaseStmt"
Justin Bogner
2014-01-21
1
-0
/
+5
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-3
/
+3
*
CodeGen: Simplify CodeGenFunction::EmitCaseStmt
Justin Bogner
2014-01-15
1
-5
/
+0
*
Revert "Debug info: Ensure that the last stop point in a function is still wi...
Adrian Prantl
2014-01-07
1
-1
/
+1
*
Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
Adrian Prantl
2014-01-07
1
-1
/
+1
*
Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
2014-01-07
1
-1
/
+1
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-4
/
+24
*
Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
2014-01-03
1
-1
/
+1
[next]