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
...
*
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
*
[CodeGen] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-42
/
+0
*
[OpenMP] Target directive host codegen.
Samuel Antao
2015-10-02
1
-2
/
+5
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-3
/
+20
*
Decorating vptr load & stores with !invariant.group
Piotr Padlewski
2015-09-15
1
-1
/
+2
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-15
1
-13
/
+27
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-09-10
1
-27
/
+13
*
[OPENMP] Outlined function for parallel and other regions with list of captur...
Alexey Bataev
2015-09-10
1
-2
/
+3
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-09
1
-13
/
+27
*
Introduce __builtin_nontemporal_store and __builtin_nontemporal_load.
Michael Zolotukhin
2015-09-08
1
-2
/
+3
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-191
/
+352
*
[OPENMP] Fix for http://llvm.org/PR24674: assertion failed and and abort trap
Alexey Bataev
2015-09-04
1
-1
/
+9
*
[WebAssembly] Initial WebAssembly support in clang
Dan Gohman
2015-09-03
1
-0
/
+2
*
[OPENMP 4.0] Codegen for array sections.
Alexey Bataev
2015-08-31
1
-0
/
+3
*
Revert "[OPENMP 4.0] Codegen for array sections."
Daniel Jasper
2015-08-28
1
-3
/
+0
*
Revert r246214 and r246213
Steven Wu
2015-08-28
1
-28
/
+13
*
[OPENMP 4.0] Codegen for array sections.
Alexey Bataev
2015-08-28
1
-0
/
+3
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-27
1
-13
/
+28
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-08-21
1
-28
/
+13
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-21
1
-13
/
+28
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Justin Bogner
2015-08-18
1
-28
/
+13
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-08-18
1
-13
/
+28
*
Revert r245257 "Generating assumption loads of vptr after ctor call"
Hans Wennborg
2015-08-18
1
-28
/
+13
*
Generating assumption loads of vptr after ctor call
Piotr Padlewski
2015-08-17
1
-13
/
+28
*
Propagate SourceLocations through to get a Loc on float_cast_overflow
Filipe Cabecinhas
2015-08-11
1
-3
/
+3
*
Don't repeat function names in comments. NFC.
Filipe Cabecinhas
2015-08-05
1
-5
/
+4
*
[MS ABI] Hook clang up to the new EH instructions
David Majnemer
2015-07-31
1
-0
/
+1
*
Use CGLoopInfo to emit metadata for loop hint pragmas.
Tyler Nowicki
2015-07-27
1
-2
/
+0
*
Fix GCC build due to shadowing
David Blaikie
2015-07-21
1
-2
/
+2
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-12
/
+10
*
Commit for http://reviews.llvm.org/D10765
Michael Wong
2015-07-21
1
-0
/
+1
*
[AST] Cleanup ExprIterator.
Benjamin Kramer
2015-07-18
1
-1
/
+1
*
Set the linkage before setting the visibility.
Rafael Espindola
2015-07-13
1
-2
/
+2
*
Update clang for intrinsic rename of framerecover to localrecover
Reid Kleckner
2015-07-07
1
-3
/
+3
*
Silence -Wparentheses warnings (and ran it through clang-format); NFC.
Aaron Ballman
2015-07-07
1
-9
/
+10
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-0
/
+26
*
Revert "Revert 241171, 241187, 241199 (32-bit SEH)."
Reid Kleckner
2015-07-07
1
-8
/
+20
*
[OPENMP 4.0] Fixed codegen for 'cancellation point' construct.
Alexey Bataev
2015-07-03
1
-0
/
+2
*
Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.
Akira Hatanaka
2015-07-02
1
-0
/
+4
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-0
/
+1
[prev]
[next]