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
...
*
Implement the __builtin_call_with_static_chain GNU extension.
Peter Collingbourne
2014-12-12
1
-0
/
+8
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-14
/
+19
*
Add attributes for AMDGPU register limits.
Matt Arsenault
2014-12-04
1
-0
/
+42
*
Fix invalid calling convention used for libcalls on ARM.
Anton Korobeynikov
2014-12-02
1
-3
/
+6
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-4
/
+4
*
AArch64: simplify PCS mapping.
Tim Northover
2014-11-27
1
-122
/
+30
*
Remove unnecessary environment switch
Reid Kleckner
2014-11-24
1
-11
/
+1
*
CodeGen: make i686-windows-itanium more similar to msvc
Saleem Abdulrasool
2014-11-24
1
-0
/
+1
*
CodeGen: tweak struct ABI handling
Saleem Abdulrasool
2014-11-23
1
-1
/
+1
*
Allow EmitVAArg() to promote types and use this to fix some N32/N64 vararg is...
Daniel Sanders
2014-11-19
1
-2
/
+10
*
Fix IRGen for passing transparent unions
Reid Kleckner
2014-11-15
1
-0
/
+23
*
Remove some redundant virtual specifiers on overriden functions.
David Blaikie
2014-11-14
1
-1
/
+1
*
ARM ABI: simplify decisions on whether args can be expanded.
Tim Northover
2014-11-07
1
-35
/
+21
*
Implement vaarg lowering for ppc32. Lowering of scalars and aggregates
Roman Divacky
2014-11-03
1
-3
/
+101
*
clang/lib/CodeGen/TargetInfo.cpp: Fix a couple of warnings. [-Winconsistent-m...
NAKAMURA Takumi
2014-11-01
1
-2
/
+2
*
Implement IRGen for the x86 vectorcall convention
Reid Kleckner
2014-10-31
1
-25
/
+127
*
Fix ARM HVA classification of classes with non-virtual bases
Reid Kleckner
2014-10-31
1
-142
/
+108
*
Pass aggregates on the stack without splitting in NVPTX.
Eli Bendersky
2014-10-29
1
-0
/
+4
*
[PowerPC ABI] Bug 21398 - Consider C++ base classes in HA classification
Ulrich Weigand
2014-10-29
1
-0
/
+16
*
[mips] Mark aggregate arguments passed in registers with the inreg attribute
Daniel Sanders
2014-10-24
1
-2
/
+5
*
[mips] Promote all integral/enumeration types to the GPR width
Daniel Sanders
2014-10-24
1
-1
/
+2
*
CodeGen: Update for LLVM API change
David Majnemer
2014-10-20
1
-1
/
+1
*
Add getOpenMPSimdDefaultAlignment for PowerPC
Hal Finkel
2014-10-03
1
-0
/
+12
*
[x32/NaCl] Check if method pointers straddle an eightbyte to classify Hi
Jan Wen Voung
2014-10-02
1
-3
/
+18
*
[OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.
Alexander Musman
2014-09-30
1
-10
/
+25
*
Introduce CGFunctionInfo::getNumRequiredArgs(). NFC.
Alexey Samsonov
2014-09-29
1
-17
/
+9
*
Revert "Don't use comdats for initializers on platforms that don't support it"
Reid Kleckner
2014-09-23
1
-8
/
+0
*
Don't use comdats for initializers on platforms that don't support it
Reid Kleckner
2014-09-23
1
-0
/
+8
*
[mips] Correct alignment of vectors passed in varargs for the O32 ABI.
Daniel Sanders
2014-09-22
1
-1
/
+2
*
Don't use the third field of llvm.global_ctors for MachO.
Rafael Espindola
2014-09-19
1
-0
/
+8
*
Revert "Put more stuff in the comdat used for variables with static init."
Rafael Espindola
2014-09-19
1
-8
/
+0
*
Put more stuff in the comdat used for variables with static init.
Rafael Espindola
2014-09-18
1
-0
/
+8
*
MS inline asm: Allow __asm blocks to set a return value
Reid Kleckner
2014-09-04
1
-0
/
+88
*
Fix double full-stop that was accidentally added in r217160.
Daniel Sanders
2014-09-04
1
-1
/
+1
*
[mips] Mark aggregates returned in registers with the 'inreg' attribute.
Daniel Sanders
2014-09-04
1
-6
/
+9
*
[mips] Zero-sized structs cannot be ignored in MipsABIInfo::classifyReturnTyp...
Daniel Sanders
2014-09-04
1
-1
/
+6
*
Allow __fp16 as a function arg or return type for AArch64
Oliver Stannard
2014-08-27
1
-17
/
+29
*
Move some ARM-specific code from CGCall.cpp to TargetInfo.cpp
Oliver Stannard
2014-08-27
1
-19
/
+34
*
Re-apply r216491 (Win64 ABI shouldn't extend integer type arguments.)
Julien Lerouge
2014-08-27
1
-1
/
+4
*
Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cpp
Julien Lerouge
2014-08-26
1
-0
/
+3
*
Win64 ABI shouldn't extend integer type arguments.
Julien Lerouge
2014-08-26
1
-3
/
+0
*
Range'ify some for loops over RecordDecl::fields()
Hans Wennborg
2014-08-21
1
-8
/
+7
*
Delete support for AuroraUX.
Rafael Espindola
2014-08-14
1
-1
/
+0
*
Revert r214497: [mips] Defer va_arg expansion to the backend.
Daniel Sanders
2014-08-01
1
-1
/
+33
*
[mips] Defer va_arg expansion to the backend.
Daniel Sanders
2014-08-01
1
-33
/
+1
*
[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= option
Ulrich Weigand
2014-07-28
1
-2
/
+6
*
MS ABI: Ensure 'this' is first for byval+sret methods
Reid Kleckner
2014-07-26
1
-21
/
+34
*
AArch64: update Clang for merged arm64/aarch64 triples.
Tim Northover
2014-07-23
1
-3
/
+1
*
[PowerPC] Optimize passing certain aggregates by value
Ulrich Weigand
2014-07-21
1
-0
/
+25
*
[PowerPC] Support the ELFv2 ABI
Ulrich Weigand
2014-07-21
1
-9
/
+169
[prev]
[next]