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
*
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
*
Silencing a signed vs unsigned comparison mismatch in MSVC.
Aaron Ballman
2013-06-12
1
-1
/
+2
*
Make va_arg and argument passing to varargs functions work correctly with
Eli Friedman
2013-06-12
1
-14
/
+35
*
Fix a very silly mistake in r183590.
Eli Friedman
2013-06-11
1
-1
/
+0
*
Fix va_arg on x86-64 for a struct containing a single int128_t. PR16248
Eli Friedman
2013-06-07
1
-4
/
+17
*
Fix line endings.
Eli Friedman
2013-06-07
1
-2
/
+2
*
Diagnose malformed x86 inline asm using 'y' constraint.
Tim Northover
2013-06-07
1
-1
/
+9
*
Implement SparcV9ABIInfo::EmitVAArg.
Jakob Stoklund Olesen
2013-06-05
1
-2
/
+46
*
Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...
Aaron Ballman
2013-06-04
1
-0
/
+12
*
Build correct coercion types in SparcV9ABIInfo.
Jakob Stoklund Olesen
2013-05-28
1
-3
/
+127
*
Add a SparcV9ABIInfo class for handling the standard SPARC v9 ABI.
Jakob Stoklund Olesen
2013-05-27
1
-0
/
+93
*
Suffixing #pragma comment(lib) library names with .lib if necessary. This ma...
Aaron Ballman
2013-05-24
1
-2
/
+13
*
Forward #pragma comment(lib/linker) through as flags metadata
Reid Kleckner
2013-05-08
1
-2
/
+30
*
Add SystemZ support
Ulrich Weigand
2013-05-06
1
-0
/
+290
*
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-17
1
-72
/
+79
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-20
/
+19
[next]