- b460980 Add a new expression node, CXXOperatorCallExpr, which expresses a by Douglas Gregor · 17 years ago
- 7d7e672 Don't build identifiers for C++ constructors, destructors, or by Douglas Gregor · 17 years ago
- 02bcd4c Some cleanups to the declaration/checking of overloaded operators in C++. Thanks to Sebastian for the review by Douglas Gregor · 17 years ago
- 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 17 years ago
- 5142af3 Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. by Douglas Gregor · 17 years ago
- f509d73 More fallout from r58501: primary fix is some more corrections to make by Eli Friedman · 17 years ago
- 6a3615c Fix a bug that was introduced in 58501. Ideally I think we should force all targets to set these values and not have defaults. by Anders Carlsson · 17 years ago
- 31fc07d Made the mechanism of defining preprocessor defs for maxint, ptrdiff_t, wchar by Sanjiv Gupta · 17 years ago
- 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 17 years ago
- d599850 Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, not the by Chris Lattner · 17 years ago
- d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 17 years ago
- a1f23cc fix rdar://6288301: custom warnings don't respect -Werror. by Chris Lattner · 17 years ago
- fd0269d Add basic FreeBSD target support, patch by Roman Divacky! by Chris Lattner · 17 years ago
- a7406d4 Add 'x' constraint character. by Anders Carlsson · 17 years ago
- fce0934 Add the 'y' assembler constraint. by Anders Carlsson · 17 years ago
- d29b630 miscellaneous cleanups by Chris Lattner · 17 years ago
- 12f0926 move __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_DIG__ into by Chris Lattner · 17 years ago
- 5db552d it helps when I save the file before testing and committing. by Chris Lattner · 17 years ago
- e9863ca suck the rest of the FP macros out of the targets into the PP by Chris Lattner · 17 years ago
- 2db78dd start moving fp macros over by Chris Lattner · 17 years ago
- 0e5d4ef move a bunch more integer sizing out of target-specific code into by Chris Lattner · 17 years ago
- 9b53316 eliminate __USER_LABEL_PREFIX__ from the Targets.cpp file, start moving by Chris Lattner · 17 years ago
- 3fdf467 Implement PR2773, support for __USER_LABEL_PREFIX__ by Chris Lattner · 17 years ago
- 079f2c46 Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 17 years ago
- 86b76fc Add missing include for use of atoi. by Nick Lewycky · 17 years ago
- 8b30c41 The definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ follows by Chris Lattner · 17 years ago
- 048dd94 define __PASCAL_STRINGS__ whenever -fpascal-strings is enabled. by Chris Lattner · 17 years ago
- 71af229 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 17 years ago
- 5c38b63 Make some methods const, add some helpers to FullSourceLoc, by Chris Lattner · 17 years ago
- 48002c8 whitespace and comment changes, to fix grammar and 80 col violations by Nico Weber · 17 years ago
- 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 17 years ago
- 7218183 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 17 years ago
- b55a42b Add x86_64 Linux target. - PR2824 by Daniel Dunbar · 17 years ago
- 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 17 years ago
- 7de3d79 bool is not an extension in C++ by Douglas Gregor · 17 years ago
- c0c0f70 Per PR2773, define __USER_LABEL_PREFIX__ for x86-32 Linux and Windows. by Eli Friedman · 17 years ago
- 302684c Stop asserting in TargetInfo::validateInputConstraint by Daniel Dunbar · 17 years ago
- eac7aee Add dragonfly target support, patch by Sascha Wildner by Chris Lattner · 17 years ago
- dcb4a1a Add TargetInfo::useNeXTRuntimeAsDefault by Daniel Dunbar · 17 years ago
- 1e1bfd2 Remove duplicate define from Windows-x86 target. by Eli Friedman · 17 years ago
- 29a3050 Initial implementation of Windows x86 target; at the moment, the only by Eli Friedman · 17 years ago
- 0d4047b Add Linux x86-32 target. by Eli Friedman · 17 years ago
- ed855cb First cut at OS detection, taking advantage of the new generic targets. by Eli Friedman · 17 years ago
- e427798 Class reorg for PPC; shouldn't be any visible changes unless I messed by Eli Friedman · 17 years ago
- a9f5496 Class reorg for ARM. Shouldn't be any visible changes. by Eli Friedman · 17 years ago
- 01b8668 Class hierarchy reorg for Sparc architecture. While I was there, I by Eli Friedman · 17 years ago
- 618234a Reorganize the class hierarchy for x86 targets; shouldn't have any by Eli Friedman · 17 years ago
- 1e21189 Fix PR2627, support for Q constraint. by Chris Lattner · 17 years ago
- 364af81 Allow targets to override description string. by Sanjiv Gupta · 17 years ago
- fba5cb1 Move some ObjC preprocessor definitions into by Daniel Dunbar · 17 years ago
- f77ac86 Add LangOptions::NeXTRuntime. by Daniel Dunbar · 17 years ago
- acc5f3e More #include cleaning by Daniel Dunbar · 17 years ago
- 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 17 years ago
- b4398aa Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient until after we have created the Preprocessor object. by Ted Kremenek · 17 years ago
- 4489fe1 Add EXTWARN Diagnostic class. by Daniel Dunbar · 17 years ago
- 8b7c9fb Always define __SIZE_TYPE__ as long unsigned int. by Anders Carlsson · 17 years ago
- 9d29480 add x86 EDI register alias by Nuno Lopes · 17 years ago
- 551d5e9 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 17 years ago
- 5aa4fd6 Make the width and alignment for long double consistent with the by Eli Friedman · 17 years ago
- 5b4681c Implement support for -w, which silences all warnings. PR2384. by Chris Lattner · 17 years ago
- bf0c9bd Make sure to define __sparc__ on Solaris; this should "fix" by Eli Friedman · 17 years ago
- 2553126 Missed an include. by Eli Friedman · 17 years ago
- d37f0b8 Minor correction for PPC targets. by Eli Friedman · 17 years ago
- 61538a7 Some small changes to make the target info a bit more accurate. by Eli Friedman · 17 years ago
- f291b10 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 17 years ago
- 927686f parameterize pointer size/align better without doing virtual method calls in normal case. by Chris Lattner · 17 years ago
- ec10f58 parameterize long long. by Chris Lattner · 17 years ago
- 8059e99 correctly parameterize long, patch by Nate. by Chris Lattner · 17 years ago
- 2621fd1 Add basic support for the pic-* target triples and add support for by Chris Lattner · 17 years ago
- 01d9dbf Add -fobjc-gc and -fobjc-gc-only options to the driver. by Ted Kremenek · 17 years ago
- 5ab201a Have ValidateOutputConstraint return false instead of firing an assertion by Ted Kremenek · 17 years ago
- ad487f4 Add some basic ARM asm constraints by Nate Begeman · 17 years ago
- d0c33d3 Fix pasto, thanks to Anders for pointing this out. by Chris Lattner · 17 years ago
- 393ff04 add arm support by Chris Lattner · 17 years ago
- 3d29206 Tabs -> spaces by Nate Begeman · 17 years ago
- d5e2d87 Initialize default double width and alignment by Nate Begeman · 17 years ago
- d0734e5 Fix regression in Diagnostic that caused it to not register the number by Ted Kremenek · 17 years ago
- 9fd87b1 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 17 years ago
- 06bdb3a Only increment the number of diagnostics when the DiagnosticClient used by Ted Kremenek · 17 years ago
- 5483bdf add a missing #include by Chris Lattner · 17 years ago
- 1758b07 Added "getLogicalLineNumber" and "getLogicalColumnNumber" to FullSourceLoc. by Ted Kremenek · 17 years ago
- 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
- be2ab45 prune dead #includes by Chris Lattner · 17 years ago
- 3c1f7b6 MemoryBuffer::getFile got smarter, obviating the need for readfilefast. by Chris Lattner · 17 years ago
- ff72152 Hack ReadFileFast() to raise the threshold of memory mapped files (from 4->12 pages). by Steve Naroff · 17 years ago
- 615f517 Added variation of the "Report" method in the class Diagnostic that takes by Ted Kremenek · 17 years ago
- bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago