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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP] Do not create offloading entry for declare target variables
Alexey Bataev
2018-08-29
1
-1
/
+9
*
[OPENMP][NVPTX] Add support for lightweight runtime.
Alexey Bataev
2018-08-29
2
-49
/
+321
*
[MinGW] Don't mark external variables as DSO local
Martin Storsjo
2018-08-29
1
-0
/
+8
*
[OPENMP] Create non-const ident_t objects.
Mike Rice
2018-08-29
1
-12
/
+13
*
[X86] Add kadd intrinsics to match gcc and icc.
Craig Topper
2018-08-28
1
-1
/
+29
*
[X86] Add kortest intrinsics for 8, 32, and 64 bit masks. Add new intrinsic n...
Craig Topper
2018-08-28
1
-6
/
+13
*
[X86] Add intrinsics for kand/kandn/knot/kor/kxnor/kxor with 8, 32, and 64-bi...
Craig Topper
2018-08-27
1
-12
/
+32
*
[LTO] Fix -save-temps with LTO and unnamed globals.
Eli Friedman
2018-08-24
1
-2
/
+4
*
Currently clang does not emit unused static constants. GCC emits these
Elizabeth Andrews
2018-08-22
1
-0
/
+13
*
[CodeGen] Look at the type of a block capture field rather than the type
Akira Hatanaka
2018-08-22
1
-16
/
+16
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-0
/
+1
*
Eliminate instances of `EmitScalarExpr(E->getArg(n))` in EmitX86BuiltinExpr().
Nico Weber
2018-08-21
1
-12
/
+9
*
[CodeGen] Implicitly set stackrealign on the main function, if custom stack a...
Martin Storsjo
2018-08-21
1
-0
/
+7
*
Add a new flag and attributes to control static destructor registration
Erik Pilkington
2018-08-21
2
-0
/
+6
*
DebugInfo: Add the ability to disable DWARF name tables entirely
David Blaikie
2018-08-20
1
-3
/
+2
*
[OPENMP] Fix crash on the emission of the weak function declaration.
Alexey Bataev
2018-08-20
1
-9
/
+11
*
[OPENMP][BLOCKS]Fix PR38923: reference to a global variable is captured
Alexey Bataev
2018-08-20
1
-1
/
+2
*
[CodeGen] add rotate builtins that map to LLVM funnel shift
Sanjay Patel
2018-08-19
2
-0
/
+29
*
revert r340137: [CodeGen] add rotate builtins
Sanjay Patel
2018-08-19
2
-39
/
+40
*
[CodeGen] add/fix rotate builtins that map to LLVM funnel shift (retry)
Sanjay Patel
2018-08-19
2
-40
/
+39
*
revert r340135: [CodeGen] add rotate builtins
Sanjay Patel
2018-08-19
1
-37
/
+40
*
[CodeGen] add rotate builtins
Sanjay Patel
2018-08-19
1
-40
/
+37
*
[ObjC] Error out when using forward-declared protocol in a @protocol
Alex Lorenz
2018-08-17
1
-2
/
+3
*
Update comments in CGDebugInfo to reflect changes in the MS mangler, NFC
Reid Kleckner
2018-08-17
1
-12
/
+26
*
[HIP] Make __hip_gpubin_handle hidden to avoid being merged across different ...
Yaxun Liu
2018-08-17
1
-0
/
+2
*
Make __shiftleft128 / __shiftright128 real compiler built-ins.
Nico Weber
2018-08-17
1
-0
/
+21
*
[CodeGen] Merge identical block descriptor global variables.
Akira Hatanaka
2018-08-17
4
-132
/
+337
*
[AArch64] - return address signing
Luke Cheeseman
2018-08-17
1
-0
/
+17
*
Disable pubnames in NVPTX debug info using metadata
David Blaikie
2018-08-16
1
-2
/
+5
*
[InstrProf] Use atomic profile counter updates for TSan
Vedant Kumar
2018-08-16
1
-0
/
+5
*
Update for LLVM API change
David Blaikie
2018-08-16
1
-1
/
+2
*
[X86] Remove masking from the 512-bit paddus/psubus builtins. Use a select bu...
Craig Topper
2018-08-16
1
-10
/
+4
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
3
-19
/
+33
*
[InlineAsm] Update the min-legal-vector-width function attribute based on inp...
Craig Topper
2018-08-14
1
-0
/
+14
*
[OPENMP] Fix processing of declare target construct.
Alexey Bataev
2018-08-14
2
-40
/
+12
*
[gnu-objc] Make selector order deterministic.
David Chisnall
2018-08-14
1
-3
/
+7
*
[X86] Lowering addus/subus intrinsics to native IR
Tomasz Krupa
2018-08-14
1
-1
/
+47
*
[CodeGen] Before returning a copy/dispose helper function, bitcast it to
Akira Hatanaka
2018-08-14
1
-2
/
+2
*
Convert if/else to a switch. NFC.
Akira Hatanaka
2018-08-13
1
-42
/
+50
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
3
-37
/
+96
*
Revert "[OPENMP] Fix emission of the loop doacross constructs."
Alexey Bataev
2018-08-13
3
-79
/
+37
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
3
-37
/
+79
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
6
-69
/
+255
*
Fix a deprecated warning in the last commit.
David Chisnall
2018-08-10
1
-1
/
+1
*
Add Windows support for the GNUstep Objective-C ABI V2.
David Chisnall
2018-08-10
5
-85
/
+232
*
clang-cl: Support /guard:cf,nochecks
Hans Wennborg
2018-08-10
1
-1
/
+1
*
Mark up deprecated methods as such
Stephen Kelly
2018-08-09
1
-1
/
+4
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
7
-11
/
+11
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
21
-168
/
+163
*
Port getStartLoc -> getBeginLoc
Stephen Kelly
2018-08-09
1
-11
/
+11
[next]