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
/
test
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...
Vlad Tsyrklevich
2019-08-28
14
-20
/
+21
*
Change the X86 datalayout to add three address spaces for 32 bit signed,
Amy Huang
2019-08-27
14
-21
/
+20
*
[RISCV] Set MaxAtomicInlineWidth and MaxAtomicPromoteWidth for RV32/RV64 targ...
Sam Elliott
2019-08-27
1
-0
/
+68
*
hwasan, codegen: Keep more lifetime markers used for hwasan
Vitaly Buka
2019-08-26
1
-0
/
+3
*
msan, codegen, instcombine: Keep more lifetime markers used for msan
Vitaly Buka
2019-08-26
1
-0
/
+3
*
NFC: Rename some sanitizer related lifetime checks
Vitaly Buka
2019-08-24
1
-5
/
+5
*
[Bugfix] fix r369705 unit test
Nick Desaulniers
2019-08-22
1
-1
/
+1
*
[Clang][CodeGen] set alias linkage on QualType
Nick Desaulniers
2019-08-22
1
-0
/
+11
*
[LTO] Always mark regular LTO units with EnableSplitLTOUnit=1 under the new p...
Leonard Chan
2019-08-21
1
-1
/
+2
*
Don't keep stale pointers to LoopInfos.
Aaron Ballman
2019-08-19
1
-0
/
+16
*
[RISCV] Add inline asm constraint A for RISC-V
Lewis Revill
2019-08-16
1
-0
/
+6
*
[WebAssembly] Correctly handle va_arg of zero-sized structures
Guanzhong Chen
2019-08-15
1
-18
/
+58
*
[X86] Add test cases for _mm_movepi64_pi64 and _mm_movpi64_epi64.
Craig Topper
2019-08-15
1
-0
/
+17
*
[NFC] Updated tests after r368875
David Bolvansky
2019-08-14
1
-7
/
+7
*
[NFC] Fix testcase for ARMs
David Bolvansky
2019-08-14
1
-3
/
+3
*
[NFC] Make test more robust
David Bolvansky
2019-08-14
1
-27
/
+5
*
[Codegen] Updated test for D66158
David Bolvansky
2019-08-14
1
-2
/
+34
*
[WebAssembly] Make clang emit correct va_arg code for structs
Guanzhong Chen
2019-08-13
1
-5
/
+6
*
[NFC] Updated tests after r368724
David Bolvansky
2019-08-13
1
-7
/
+7
*
[NFC] Updated tests after r368657
David Bolvansky
2019-08-13
1
-7
/
+7
*
cfi-icall: Allow the jump table to be optionally made non-canonical.
Peter Collingbourne
2019-08-09
2
-4
/
+28
*
CodeGen: ensure 8-byte aligned String Swift CF ABI
Saleem Abdulrasool
2019-08-09
1
-0
/
+6
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+9
*
[PowerPC] [Clang] Port SSE3, SSSE3 and SSE4 intrinsics to PowerPC
Qiu Chaofan
2019-08-09
3
-0
/
+1332
*
Add target requirements for those bots which don't handle x86.
Bill Wendling
2019-08-07
1
-0
/
+1
*
Delay diagnosing asm constraints that require immediates until after inlining
Bill Wendling
2019-08-06
1
-0
/
+19
*
[WebAssembly] Lower ASan constructor priority on Emscripten
Guanzhong Chen
2019-08-06
1
-0
/
+5
*
Sidestep false positive due to a matching git repository name
Roger Ferrer Ibanez
2019-08-05
1
-1
/
+1
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
39
-295
/
+295
*
[BPF] annotate DIType metadata for builtin preseve_array_access_index()
Yonghong Song
2019-08-02
2
-11
/
+30
*
Rename two clang tests from .cc to .cpp.
Nico Weber
2019-08-01
1
-0
/
+0
*
[clang][ARM] Fix msvc arm{64} builtins to use int on LP64 systems.
Michael J. Spencer
2019-07-31
2
-0
/
+226
*
[InstCombine] canonicalize fneg before fmul/fdiv
Sanjay Patel
2019-07-31
1
-12
/
+15
*
[AArch64] Add support for Transactional Memory Extension (TME)
Momchil Velikov
2019-07-31
1
-0
/
+42
*
[RISCV] Support 'f' Inline Assembly Constraint
Sam Elliott
2019-07-31
1
-0
/
+12
*
[COFF][ARM64] Reorder handling of aarch64 MSVC builtins
David Major
2019-07-30
1
-0
/
+4
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-1
/
+1
*
Revert "[ARM] Set default alignment to 64bits"
Petr Hosek
2019-07-27
1
-19
/
+0
*
[NewPM] Run avx*-builtins.c tests under the new pass manager only
Leonard Chan
2019-07-26
4
-150
/
+280
*
[CodeGen] fix test that broke with rL367146
Sanjay Patel
2019-07-26
1
-12
/
+11
*
[ARM] Set default alignment to 64bits
Simi Pallipurath
2019-07-26
1
-0
/
+19
*
Reland the "[NewPM] Port Sancov" patch from rL365838. No functional
Leonard Chan
2019-07-25
1
-0
/
+41
*
Allow prefetching from non-zero address spaces
JF Bastien
2019-07-25
8
-22
/
+27
*
[SVE][Inline-Asm] Add support to specify SVE registers in the clobber list
Sander de Smalen
2019-07-24
1
-0
/
+13
*
Updated the signature for some stack related intrinsics (CLANG)
Christudasan Devadasan
2019-07-22
5
-12
/
+12
*
[Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'
Yuanfang Chen
2019-07-20
4
-6
/
+6
*
[WebAssembly] Compute and export TLS block alignment
Guanzhong Chen
2019-07-19
1
-0
/
+6
*
[LTO] Always mark regular LTO units with EnableSplitLTOUnit=1
Teresa Johnson
2019-07-19
1
-0
/
+12
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
9
-2
/
+1153
*
[WebAssembly] Implement __builtin_wasm_tls_base intrinsic
Guanzhong Chen
2019-07-18
1
-0
/
+5
[next]