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
...
*
CodeGen: remove MinGW and Cygwin legacy entries
Saleem Abdulrasool
2014-05-17
1
-2
/
+0
*
Update for llvm api change.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Update for llvm API change.
Rafael Espindola
2014-05-16
1
-3
/
+3
*
Push record return type classification into CGCXXABI
Reid Kleckner
2014-05-13
1
-102
/
+43
*
MS ABI: Pass 'sret' as the second parameter of instance methods
Reid Kleckner
2014-05-09
1
-6
/
+14
*
Reapply r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'...
James Molloy
2014-05-09
1
-19
/
+6
*
Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers')...
James Molloy
2014-05-09
1
-6
/
+19
*
ARM: HFAs must be passed in consecutive registers
Oliver Stannard
2014-05-09
1
-19
/
+6
*
Replace virtual with override.
Rafael Espindola
2014-05-08
1
-2
/
+2
*
[ARM64-BE] Correctly deal with single element HFAs in varargs.
James Molloy
2014-05-07
1
-2
/
+4
*
ARM: Fix assertion caused by passing bitfield struct using ABIArgInfo::getExp...
Oliver Stannard
2014-05-07
1
-1
/
+2
*
XCore target: fix initialization bug found by MSan Bot.
Robert Lytton
2014-05-06
1
-0
/
+1
*
XCore target: Add TypeString meta data to IR output.
Robert Lytton
2014-05-02
1
-0
/
+542
*
Remove unused variable that I missed in my rush to fix the bots
Reid Kleckner
2014-05-02
1
-1
/
+1
*
Win64: Use ConvertType instead of checking the MS inheritance
Reid Kleckner
2014-05-02
1
-12
/
+5
*
Win64: Pass member pointers larger than 8 bytes by reference
Reid Kleckner
2014-05-02
1
-6
/
+23
*
[ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs ...
James Molloy
2014-04-23
1
-1
/
+2
*
ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI.
Bob Wilson
2014-04-21
1
-6
/
+24
*
Fix a comment typo.
Bob Wilson
2014-04-21
1
-1
/
+1
*
ARM64: make sure the caller is expected to extend in AAPCS.
Tim Northover
2014-04-18
1
-2
/
+3
*
ARM64: make sure HFAs on the stack get properly aligned.
Tim Northover
2014-04-18
1
-7
/
+8
*
ARM64: remove holes from *all* HFAs on the stack.
Tim Northover
2014-04-17
1
-13
/
+15
*
Replace push_back()s by initializer list for shorter and cleaner code.
Eli Bendersky
2014-04-15
1
-5
/
+3
*
Add support for CUDA __launch_bounds__ attribute to CodeGen.
Eli Bendersky
2014-04-15
1
-10
/
+28
*
ARM64: track alignment padding registers on AAPCS targets
Tim Northover
2014-04-15
1
-1
/
+9
*
inalloca: Pad the struct *after* inserting each arg
Reid Kleckner
2014-04-10
1
-9
/
+7
*
ARM64: initial clang support commit.
Tim Northover
2014-03-29
1
-229
/
+574
*
Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
2014-03-28
1
-0
/
+2
*
Use the new Windows environment for target detection
Saleem Abdulrasool
2014-03-27
1
-6
/
+12
*
[C++11] Replacing CGFunctionInfo arg iterators with iterator_range arguments(...
Aaron Ballman
2014-03-17
1
-41
/
+29
*
AArch64_be varargs processing for ARM ABI
Christian Pirker
2014-03-14
1
-4
/
+33
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-23
/
+17
*
ARM: Correct alignment of structs passed as byval pointer
Oliver Stannard
2014-03-12
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-90
/
+91
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-23
/
+8
*
correct consitency of XCore caps
Robert Lytton
2014-03-03
1
-4
/
+4
*
Add AArch64 big endian Target (aarch64_be)
Christian Pirker
2014-02-25
1
-0
/
+1
*
MS ABI: Return sret parameters when using inalloca
Reid Kleckner
2014-02-25
1
-0
/
+2
*
Implement getDwarfEHStackPointer() and initDwarfEHRegSizeTable() for sparcv9.
Roman Divacky
2014-02-24
1
-0
/
+41
*
AAPCS: Do not split structs after CPRC allocated on stack
Oliver Stannard
2014-02-11
1
-43
/
+130
*
Fix AAPCS compliance for HFAs containing doubles and long doubles
Oliver Stannard
2014-02-07
1
-4
/
+23
*
[ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objects
Reid Kleckner
2014-02-01
1
-12
/
+109
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-17
/
+22
*
[ARM] Fix AAPCS-VFP non-compliance when returning HFA from variadic functions.
Amara Emerson
2014-01-28
1
-8
/
+10
*
Refactor ABI argument lowering a little
Reid Kleckner
2014-01-18
1
-57
/
+60
*
SPARC passes non-trivial C++ objects indirectly like everybody else.
Jakob Stoklund Olesen
2014-01-12
1
-0
/
+5
*
Hosting a call to getAttr so that we don't call it multiple times for the sam...
Aaron Ballman
2013-12-19
1
-9
/
+5
*
Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...
Aaron Ballman
2013-12-19
1
-1
/
+1
*
Support EABIHF environment on ARM.
Joerg Sonnenberger
2013-12-16
1
-1
/
+12
*
GNUEABIHF is the same as GNUEABI for anything not float/double related,
Joerg Sonnenberger
2013-12-16
1
-0
/
+1
[prev]
[next]