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
/
TargetInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[MIPS] Add support for direct-to-nacl in Clang
Petar Jovanovic
2015-07-08
1
-0
/
+2
*
[CodeGen] Correctly handle base classes which are passed in memory
David Majnemer
2015-07-08
1
-2
/
+4
*
[CodeGen] Don't crash classifying a union of an AVX vector and an int
David Majnemer
2015-07-08
1
-0
/
+2
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-33
/
+3
*
update comment
Derek Schuff
2015-06-24
1
-2
/
+4
*
Relax assertion in x86_64 byval argument handling for 32-bit pointers
Derek Schuff
2015-06-24
1
-1
/
+2
*
Silence VC warning C4715: '`anonymous namespace'::getNativeVectorSizeForA VXA...
Yaron Keren
2015-06-23
1
-0
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-13
/
+13
*
[CodeGen] Teach X86_64ABIInfo about AVX512.
Ahmed Bougacha
2015-06-22
1
-2
/
+9
*
[CodeGen] Use enum for AVX level in X86*TargetCodeGenInfo. NFCI.
Ahmed Bougacha
2015-06-22
1
-21
/
+44
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-13
/
+13
*
Rename the single non-style conformant function in TargetCodeGenInfo
Eric Christopher
2015-06-05
1
-21
/
+21
*
[x86-64 ABI] Fix for PR23082: an assertion failure when passing/returning a w...
Andrea Di Biagio
2015-06-02
1
-3
/
+10
*
Fix 80-column violations.
Eric Christopher
2015-05-29
1
-60
/
+77
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
[MIPS] Re-land the change r238200 to fix extension of integer types
Petar Jovanovic
2015-05-26
1
-0
/
+15
*
Revert r238200: "[MIPS] fix extension of integer types (function calls)"
Hans Wennborg
2015-05-26
1
-15
/
+0
*
[MIPS] fix extension of integer types (function calls)
Petar Jovanovic
2015-05-26
1
-0
/
+15
*
[CodeGen] Use TargetInfo::getABI() throughout X86*TargetCodeGenInfo.
Ahmed Bougacha
2015-05-22
1
-22
/
+21
*
Revert changes to DefaultABIInfo accidentally introduced in r208733
Reid Kleckner
2015-05-18
1
-1
/
+9
*
[SystemZ] Add support for z13 and its vector facility
Ulrich Weigand
2015-05-05
1
-26
/
+75
*
[cuda] Allow using integral non-type template parameters as launch_bounds att...
Artem Belevich
2015-04-21
1
-11
/
+15
*
Change AArch64 i128 returns to use [2 x i64] when possible.
Pete Cooper
2015-04-17
1
-0
/
+8
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-6
/
+8
*
clang-format my last commit
David Blaikie
2015-04-05
1
-16
/
+21
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-22
/
+23
*
[opaque pointer type] more GEP API migrations
David Blaikie
2015-04-04
1
-2
/
+4
*
[i386 ABI] expand small C like structs in C++, just like how we handle small
Manman Ren
2015-04-03
1
-1
/
+7
*
[SystemZ] Fix some ABI corner cases
Ulrich Weigand
2015-03-30
1
-8
/
+15
*
Under duress, move check for target support of __builtin_setjmp/
Joerg Sonnenberger
2015-03-11
1
-30
/
+0
*
[PowerPC] ABI support for the QPX vector instruction set
Hal Finkel
2015-03-11
1
-22
/
+84
*
ARM: use ABI-specified alignment for byval parameters.
Tim Northover
2015-03-09
1
-6
/
+3
*
Fix test/CodeGen/builtins.c for platforms that don't lower sjlj
Reid Kleckner
2015-03-04
1
-0
/
+4
*
CodeGen: Fix passing of classes with only one AVX vector member in AVX registers
Benjamin Kramer
2015-03-02
1
-15
/
+4
*
Replace loop with equivalent ArrayRef function. NFC.
Benjamin Kramer
2015-03-02
1
-6
/
+1
*
UBSan: Use the correct function prologue for x32.
Peter Collingbourne
2015-02-25
1
-4
/
+15
*
ARM: Simplify PCS handling.
Tim Northover
2015-02-24
1
-179
/
+9
*
[WinX86_64 ABI] Treat C99 _Complex as a struct
Michael Kuperstein
2015-02-24
1
-1
/
+1
*
Only lower __builtin_setjmp / __builtin_longjmp to
Joerg Sonnenberger
2015-02-23
1
-0
/
+25
*
x86-64 ABI: unwrap single element structs / arrays of 256-bit vectors to pass...
Sanjay Patel
2015-02-16
1
-11
/
+7
*
Fix quoting of #pragma comment for MS compat, clang part.
Michael Kuperstein
2015-02-16
1
-3
/
+7
*
CodeGen: create a WindowsARMTargetCodeGenInfo
Saleem Abdulrasool
2015-01-30
1
-0
/
+34
*
Remove NaClX86_64TargetCodeGenInfo and NaClARMTargetCodeGenInfo
Derek Schuff
2015-01-29
1
-34
/
+1
*
Remove support for pnaclcall attribute
Derek Schuff
2015-01-28
1
-57
/
+2
*
Begin to teach clang about the PS4.
Alex Rosenberg
2015-01-27
1
-0
/
+14
*
Implement command line options for stack probe space
Hans Wennborg
2015-01-20
1
-0
/
+33
*
[mips] Handle transparent unions correctly.
Daniel Sanders
2015-01-14
1
-0
/
+2
*
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+0
*
[mips] Fix va_arg() for pointer types on big-endian N32.
Daniel Sanders
2015-01-13
1
-4
/
+6
*
R600: Handle amdgcn triple
Tom Stellard
2015-01-06
1
-0
/
+2
[prev]
[next]