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
...
*
[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
*
Replace use of Triple::getEnvironmentName with the simpler
Joerg Sonnenberger
2013-12-12
1
-4
/
+9
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-2
/
+2
*
[SystemZ] Fix handling of pass-by-pointer arguments
Richard Sandiford
2013-12-04
1
-3
/
+3
*
[NVPTX] Update ABI handling
Justin Holewinski
2013-11-20
1
-6
/
+16
*
[mips] Partially revert r193640. Stack alignment should not be determined by
Akira Hatanaka
2013-11-11
1
-8
/
+8
*
Use StringRef::endswith_lower. No functionality change.
Rui Ueyama
2013-10-31
1
-3
/
+1
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
[mips] Align the stack to 16-bytes for -mfp64.
Akira Hatanaka
2013-10-29
1
-8
/
+8
*
[mips] Use the distance between the current argument's starting address and
Akira Hatanaka
2013-10-29
1
-11
/
+10
*
Implement function type checker for the undefined behavior sanitizer.
Peter Collingbourne
2013-10-20
1
-0
/
+16
*
Fixed "ArgSize may be used uninitialised" error when compiling with gcc.
Andy Gibbs
2013-10-14
1
-1
/
+1
*
XCore : Fix bug in XCoreABIInfo::EmitVAArg()
Robert Lytton
2013-10-11
1
-13
/
+27
*
remove a dead assignment. The variables are set just right after. Found by sc...
Sylvestre Ledru
2013-10-06
1
-1
/
+1
*
Pass CGCXXABIs around directly.
Mark Lacey
2013-10-06
1
-26
/
+31
*
Use the CGCXXABI member on CodeGenTypes.
Mark Lacey
2013-10-02
1
-2
/
+2
*
Implement ARM GNU-style interrupt attribute
Tim Northover
2013-10-01
1
-1
/
+40
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-2
/
+2
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-1
/
+1
*
Fix -Wcovered-switch-default warning from r188664
Alexey Samsonov
2013-08-19
1
-1
/
+1
*
XCore target: Add target specific EmitVAArg
Robert Lytton
2013-08-19
1
-1
/
+41
*
Add XCore target
Robert Lytton
2013-08-13
1
-0
/
+19
*
[PowerPC] Support powerpc64le as a syntax-checking target.
Bill Schmidt
2013-07-26
1
-0
/
+3
*
Remove the mblaze backend from clang.
Rafael Espindola
2013-07-25
1
-113
/
+0
*
Partial revert of r185568.
Eli Bendersky
2013-07-24
1
-4
/
+0
*
[PowerPC64] Fix passing of single-vector-member structs to match ABI.
Bill Schmidt
2013-07-23
1
-2
/
+2
*
Simplify code. No functional change.
Craig Topper
2013-07-08
1
-3
/
+1
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-2
/
+2
*
Add target hook CodeGen queries when generating builtin pow*.
Eli Bendersky
2013-07-03
1
-0
/
+4
*
Teach ARM va_arg to ignore empty structs.
Tim Northover
2013-06-21
1
-0
/
+6
*
Check for trivial constructibility before emptiness in ARM ABI.
Tim Northover
2013-06-21
1
-3
/
+3
*
Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!
John McCall
2013-06-18
1
-22
/
+47
[prev]
[next]