- 8d33cd7 Support -miphoneos-version-min in clang-cc. by Daniel Dunbar · 16 years ago
- b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 16 years ago
- 837e897 remove fixme! by Chris Lattner · 16 years ago
- 437bb4b Add basic support for arm static analysis checking. Radar 6699395 by Mike Stump · 16 years ago
- 10d2427 Fariborz points out that weak is now defined to the attribute even in C mode. by Chris Lattner · 16 years ago
- 3a5cbd3 The __weak and __strong defines are common to all darwin targets by Chris Lattner · 16 years ago
- 264a76c Provide sema proper values of maximal number of arguments passed in registers. by Anton Korobeynikov · 16 years ago
- a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 16 years ago
- 2b63fbc Fix a little typo that was killing de-serialization by Douglas Gregor · 16 years ago
- 3050ed4 Resynchronize Decl/VarDecl serialization code with the structures by Douglas Gregor · 16 years ago
- e9b7d8a Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. by Steve Naroff · 16 years ago
- 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 16 years ago
- 1afabd9 Fix the default for intptr_t on *BSD x86-32 and Windows. Slight cleanup by Eli Friedman · 16 years ago
- 1e0107a Ad FreeBSD ARM target info. - Patch by Ed Schoeten! by Daniel Dunbar · 16 years ago
- 25a88bb Eliminate post-diagnostic hooks. Instead, implement a Sema-specific by Douglas Gregor · 16 years ago
- ca45cff refactor some code, fixing a problem discovered by the dragonfly bsd people, where by Chris Lattner · 16 years ago
- 318ca71 pass langoptions around. by Chris Lattner · 16 years ago
- 3332864 pass LangOptions into TargetInfo::getTargetDefines, so that targets by Chris Lattner · 16 years ago
- 4d7a089 Bindir and Win32 builds work, so switch to .inc files. Leave the .def files in the tree for a day or so longer. by Sebastian Redl · 16 years ago
- 525c4b0 Allow notes to be printed following a fatal error, then suppress any by Douglas Gregor · 16 years ago
- a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 16 years ago
- e89b6b2 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 16 years ago
- 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
- 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
- 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
- 1841aa1 Clear all the linetable state in clear(), fixing problems by Chris Lattner · 16 years ago
- ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
- 4a77edb Remove some now-unneeded calls to llvm::errs().flush(). by Daniel Dunbar · 16 years ago
- 321abd4 Add FullSourceLoc::getDecomposedLoc. by Ted Kremenek · 16 years ago
- d42ffbd Revert my last couple patches until I can get them to not make the tests fail. by Ted Kremenek · 16 years ago
- b9eb3af Teach Diagnostic about Selector. by Ted Kremenek · 16 years ago
- 150ec29 Selector: (changes made after discussing this more with Steve Naroff) by Ted Kremenek · 16 years ago
- f5ed396 Handle null IdentifierInfo* in Selector::getAsString(). by Ted Kremenek · 16 years ago
- ae50fa0 Include information about compound statements when crashing in sema or the by Chris Lattner · 16 years ago
- 5f7d228 allocate MultiKeywordSelector's out of a bump pointer allocator instead of malloc. by Chris Lattner · 16 years ago
- 6328cc3 implement support for propagating *features* down to the code generator by Chris Lattner · 16 years ago
- 84f0ea8 Add plumbing to support programatically defining __SSE2__ and friends, by Chris Lattner · 16 years ago
- c0f5921 minor cleanups to target-specific #defines, no functionality change. by Chris Lattner · 16 years ago
- 3daed52 improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) by Chris Lattner · 16 years ago
- 066d2ea TargetInfo::validateAsmConstraint now takes a reference to the full constraints string. This will make it possible to support multi-character constraints. No functionality change (for now). by Anders Carlsson · 16 years ago
- b2fb6de Clean up and document code modification hints. by Douglas Gregor · 16 years ago
- 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 16 years ago
- 84d0133 Minor refactoring. by Fariborz Jahanian · 16 years ago
- 66a5c2c patch for two things. by Fariborz Jahanian · 16 years ago
- 54fefbe add support for amd64-*, patch by Brooks Davis! by Chris Lattner · 16 years ago
- 92dd386 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
- d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
- bff5c51 add an accessor. by Chris Lattner · 16 years ago
- 387616e add an accessor. by Chris Lattner · 16 years ago
- 336f26b fix a minor bug with my previous patch by Chris Lattner · 16 years ago
- f5d2328 fix notes so that they are always filtered with the same logic by Chris Lattner · 16 years ago
- b1152d8 Supply the header corresponding to a library builtin as a separate argument to the LIBBUILTIN macro by Douglas Gregor · 16 years ago
- 6678133 add a new SourceManager::getInstantiationRange helper method. by Chris Lattner · 16 years ago
- e7fb484 track "just a little more" location information for macro instantiations. by Chris Lattner · 16 years ago
- 3573c0c Add -ffreestanding to suppress the implicit declaration of library builtins like printf and malloc. Fixes PR3586 by Douglas Gregor · 16 years ago
- 2793bda Define __ELF__ on FreeBSD. Patch by Roman Divacky! by Anton Korobeynikov · 16 years ago
- ea684e6 Fix the build on win32. by Cedric Venet · 16 years ago
- 487cdee Define __ELF__ for linux systems. by Argyrios Kyrtzidis · 16 years ago
- 6ad474f Give TargetInfo a new IntPtrType to hold the intptr_t type for a target. by Chris Lattner · 16 years ago
- a30b17b Make nonfragile-abi the default for darwin's 64bit abi for objective-c programs. by Fariborz Jahanian · 16 years ago
- 96438f3 FileManager: by Ted Kremenek · 16 years ago
- 3102c83 search and replaceo? by Chris Lattner · 16 years ago
- fc7052d Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls by Ted Kremenek · 16 years ago
- 2b5abf5 simplify and refactor a bunch of type definition code in Preprocessor by Chris Lattner · 16 years ago
- 1522142 don't emit any diagnostics after a fatal one. by Chris Lattner · 16 years ago
- da0cbc1 add support to the diagnostics machinery for mapping warnings and by Chris Lattner · 16 years ago
- 06ebe86 make clang agree with gcc 4.2's x86-64 predefines and settings. by Chris Lattner · 16 years ago
- d427ad4 fix some differences between apple gcc and clang on darwin/x86-32. by Chris Lattner · 16 years ago
- 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
- 137b6a6 Implement handling of file entry/exit notifications from GNU by Chris Lattner · 16 years ago
- 6b30667 make getFileCharacteristic linetable aware. line markers that by Chris Lattner · 16 years ago
- 9d79eba propagate linemarker flags down into the the line table, currently by Chris Lattner · 16 years ago
- 6c1fbe0 replace gimpy linear search with svelte binary search ;-) by Chris Lattner · 16 years ago
- 1c4a498 make my atrocious linear search at least search in the order that is by Chris Lattner · 16 years ago
- 0e0e5da add comment by Chris Lattner · 16 years ago
- fc39133 add the difference in the line marker phys line number and the by Chris Lattner · 16 years ago
- 3cd949c add really really trivial #line support, where #line now makes every by Chris Lattner · 16 years ago
- 30fc933 lower the interface to getLineNumber like we did for by Chris Lattner · 16 years ago
- 7da5aea make SM::getColumnNumber take a predecomposed FileID/offset, which by Chris Lattner · 16 years ago
- 23b5dc6 build per-fid linetable entries. by Chris Lattner · 16 years ago
- ac50e34 more plumbing for #line propagation. Use happy bit #3 out of FileInfo :) by Chris Lattner · 16 years ago
- 4c4ea17 stub out basic #line handling calls. by Chris Lattner · 16 years ago
- 00282d6 reclaim my precious bit in FileInfo by ensuring that ContentCache objects by Chris Lattner · 16 years ago
- 0d0bf8c switch SourceManager from using an std::map and std::list of by Chris Lattner · 16 years ago
- 19e8e2c next round of diagnostics cleanups, moving some by Chris Lattner · 16 years ago
- 88eccaf Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 16 years ago
- 3632a35 Add method FullSourceLoc::getBufferData(). by Ted Kremenek · 16 years ago
- 778601f long long and double have 64-bit alignment on x86-64. by Chris Lattner · 16 years ago
- 7536889 On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. by Ted Kremenek · 16 years ago
- f3eb921 FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries. by Ted Kremenek · 16 years ago
- cb8d58b Add a some comments to designate Windows-specific/Unix-specific code. No functionality change. by Ted Kremenek · 16 years ago
- 03eb543 If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 by Anders Carlsson · 16 years ago
- 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
- b9c3f96 Introduce a new PresumedLoc class to represent the concept of a location by Chris Lattner · 16 years ago
- 08c375c make -print-stats print stats about the amount of the SLoc by Chris Lattner · 16 years ago
- e957f53 add SparcV8 asm register info support. Patch by Ben Lickly! by Chris Lattner · 16 years ago
- 3c12557 now that everything properly handles multiply instantiated by Chris Lattner · 16 years ago
- addb797 make getInstantiationLoc and getSpellingLoc handle multiply instantiated by Chris Lattner · 16 years ago
- bcd1a1b fix a negated conditional in getDecomposedInstantiationLocSlowCase, by Chris Lattner · 16 years ago
- 5b9a504 start plumbing together the line table information. So far we just by Chris Lattner · 16 years ago