- Jul 23, 2013
-
-
Eli Bendersky authored
llvm-svn: 186899
-
- Jul 21, 2013
-
-
Craig Topper authored
Replace 'unsigned short' with 'uint16_t' in a packed data structure for consistency with other fields and to be explicit about bit count. llvm-svn: 186796
-
Craig Topper authored
llvm-svn: 186795
-
- Jul 20, 2013
-
-
David Majnemer authored
Diag ID is used throughout clang as a sentinel id meaning "this is an invalid diagnostic id." Confusingly, Diag ID maps to a valid, usable, diagnostic id. Instead, start diagnostic ids at ID one. Incidently, remove an unused element from StaticDiagInfo. llvm-svn: 186760
-
- Jul 19, 2013
-
-
Richard Sandiford authored
llvm-svn: 186694
-
Craig Topper authored
llvm-svn: 186649
-
Alexey Bataev authored
llvm-svn: 186647
-
- Jul 16, 2013
-
-
Rafael Espindola authored
llvm-svn: 186448
-
- Jul 15, 2013
-
-
Craig Topper authored
llvm-svn: 186300
-
- Jul 14, 2013
-
-
Craig Topper authored
llvm-svn: 186287
-
- Jul 11, 2013
-
-
Eli Bendersky authored
llvm-svn: 186106
-
- Jul 08, 2013
-
-
Craig Topper authored
llvm-svn: 185784
-
- Jul 04, 2013
-
-
Craig Topper authored
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. llvm-svn: 185610
-
- Jul 03, 2013
-
-
Bill Schmidt authored
Long double is 64 bits on FreeBSD PPC, so the f128 entry is superfluous. llvm-svn: 185582
-
Roman Divacky authored
It's not the case on ie. FreeBSD. llvm-svn: 185572
-
- Jul 01, 2013
-
-
Anton Korobeynikov authored
Patch by Job Noorman! llvm-svn: 185362
-
- Jun 29, 2013
-
-
Benjamin Kramer authored
No functionality change. llvm-svn: 185261
-
- Jun 27, 2013
-
-
Joey Gouly authored
llvm-svn: 185075
-
- Jun 26, 2013
-
-
Joey Gouly authored
llvm-svn: 184970
-
- Jun 25, 2013
-
-
Chandler Carruth authored
this code. These aren't technically standard predefines for the platform but apparantly lots of folks use them as they show up within LLVM's own codebase. ;] This may even fix some self host issues w/ the JIT!!! llvm-svn: 184830
-
- Jun 21, 2013
-
-
Justin Holewinski authored
llvm-svn: 184578
-
- Jun 20, 2013
-
-
Lawrence Crowl authored
headers may be included from within the module, but not from outside the module. llvm-svn: 184471
-
- Jun 18, 2013
-
-
rdar://problem/14136459Bob Wilson authored
Some embedded targets use ARM's AAPCS with iOS header files that define size_t as unsigned long, which conflicts with the usual AAPCS definition of size_t as unsigned int. llvm-svn: 184171
-
- Jun 17, 2013
-
-
Rafael Espindola authored
llvm-svn: 184113
-
- Jun 15, 2013
-
-
Ed Schouten authored
Just like on Linux, FreeBSD/armv6 assumes the system supports ldrex/strex unconditionally. It is also used by the kernel. We can therefore enable support for it, like we do on Linux. While there, change one of the unit tests to explicitly test against armv5 instead of armv7, as it actually tests whether libcalls are emitted. llvm-svn: 184040
-
- Jun 10, 2013
-
-
Adrian Prantl authored
- reduce default buffer size to 64, which will still be large enough to hold any property names found in the wild. - get rid of the /*static*/ comments. llvm-svn: 183697
-
- Jun 08, 2013
-
-
Adrian Prantl authored
- factor the name construction part out from constructSetterName - rename constructSetterName to the more appropriate constructSetterSelector no functionality change intended. rdar://problem/14035789 llvm-svn: 183582
-
- Jun 07, 2013
-
-
Argyrios Kyrtzidis authored
Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees of SourceManager::getSLocEntryByID(). Also add an 'Invalid' check in SourceManager::computeMacroArgsCache(). llvm-svn: 183538
-
- Jun 04, 2013
-
-
rdar://14050337Bob Wilson authored
We're getting reports of this warning getting triggered in cases where it is not adding any value. There is no asm operand modifier that you can use to silence it, and there's really nothing wrong with having an LDRB, for example, with a "char" output. llvm-svn: 183172
-
- May 31, 2013
-
-
Benjamin Kramer authored
Fixes PR16138. llvm-svn: 183015
-
- May 25, 2013
-
-
Argyrios Kyrtzidis authored
llvm-svn: 182698
-
Argyrios Kyrtzidis authored
Suggested by Jordan. llvm-svn: 182695
-
Argyrios Kyrtzidis authored
This is to address crash in rdar://13932308 llvm-svn: 182681
-
- May 24, 2013
-
-
Michael J. Spencer authored
llvm-svn: 182675
-
- May 19, 2013
-
-
Jakob Stoklund Olesen authored
Other operating systems, including FreeBSD and NetBSD, use long. llvm-svn: 182215
-
- May 16, 2013
-
-
Argyrios Kyrtzidis authored
This is a modified version of a patch by Manuel Klimek. llvm-svn: 182055
-
David Fang authored
llvm-svn: 182029
-
- May 15, 2013
-
-
Jakob Stoklund Olesen authored
It's an LP64 platform. llvm-svn: 181867
-
- May 14, 2013
-
-
Rafael Espindola authored
This matches gcc's behaviour. The patch also explicitly parses the version so that this keeps working when we add support for v8. llvm-svn: 181750
-
- May 13, 2013
-
-
Rafael Espindola authored
This is safe given how the pre-v6 atomic ops funcions in libgcc are implemented. This fixes pr15429. llvm-svn: 181728
-