- b68e399 In C++, if the user redeclares a builtin function with a type that is by Douglas Gregor · 14 years ago
- fbfd180 Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. by Michael J. Spencer · 14 years ago
- 403ba35 Add missing standard includes. Patch by Joerg Sonnenberger! by Nick Lewycky · 14 years ago
- 256053b Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}. by Michael J. Spencer · 14 years ago
- 4eeebc4 MemoryBuffer API update. by Michael J. Spencer · 14 years ago
- 0827408 Fix diagnostic pragmas. by Argyrios Kyrtzidis · 14 years ago
- a48fa4b Change MBlaze target to have the same description string as its LLVM equivalent. by Wesley Peck · 14 years ago
- 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
- c0f31fd attempt to fix a buildbot failure, apparently apache fails to build. by Chris Lattner · 14 years ago
- 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
- 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
- 0d4739ab Fix 2 problems with Chris Lattner's FileManager redesign on Windows. by Francois Pichet · 14 years ago
- 5cc1c73 The final result of all this refactoring: instead of doing stat immediately by Chris Lattner · 14 years ago
- b2b93c1 if we succeed in opening a directory but expected a file, ensure we don't by Chris Lattner · 14 years ago
- 291fcf0 hopefully resolve the windows buildbot issue (retch) by Chris Lattner · 14 years ago
- 898a061 change the 'is directory' indicator to be a null-or-not by Chris Lattner · 14 years ago
- f9f7766 pull "is directory" handling into FileManager::getStatValue by Chris Lattner · 14 years ago
- f3e8a99 tidy up code, add a comment about dir caching. by Chris Lattner · 14 years ago
- 72f6130 replicate a terrible hack to fix a build error on VC++ by Chris Lattner · 14 years ago
- d6f6111 simplify the cache miss handling code, eliminating CacheMissing. by Chris Lattner · 14 years ago
- 11aa4b0 factor the "cache miss" handling code out of FM into a static by Chris Lattner · 14 years ago
- f8f6129 r120013 dropped passing in the precomputed file size to by Chris Lattner · 14 years ago
- 74e976b PCH files only cache successful stats. Remove the code that reads/writes by Chris Lattner · 14 years ago
- 10e286a rework the stat cache, pulling it out of FileManager.h into by Chris Lattner · 14 years ago
- 75dfb65 tidy up. Split FileManager::getBufferForFile into by Chris Lattner · 14 years ago
- b088cd3 reduce indentation and use early outs, to make it easier to read by Chris Lattner · 14 years ago
- 39b49bc now the FileManager has a FileSystemOpts ivar, stop threading by Chris Lattner · 14 years ago
- 7ad97ff give FileManager a 'FileSystemOptions' ivar, which will be used by Chris Lattner · 14 years ago
- 151466a Partially revert Doug's PCH validation patch (r98585). by Chris Lattner · 14 years ago
- 67452f5 stringref'ize API by Chris Lattner · 14 years ago
- efc4be2 avoid creating sys::Path instances when -fworking-directory isn't being used. by Chris Lattner · 14 years ago
- aa8b2d9 Filename.rfind("/\\") won't give us the position of the last directory seperator. by Benjamin Kramer · 14 years ago
- f69a1f3 change the various getFile routines to use StringRef as their implementation form. by Chris Lattner · 14 years ago
- a6a32e2 Initialize StoredDiagnostic's members in order. by Benjamin Kramer · 14 years ago
- aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
- 3bbe0b0 Update CMake build. by Benjamin Kramer · 14 years ago
- f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
- 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
- 5807d9c Fix a typo in the UTF-8 BOM (PR8645). Use a StringSwitch while at it. by Benjamin Kramer · 14 years ago
- cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
- 9284d21 Add support for soft/hard float options to the Sparc target by Bruno Cardoso Lopes · 14 years ago
- 19ddda8 Include System/DataTypes.h in Diagnostic.h to get intptr_t. by Rafael Espindola · 14 years ago
- 389db16 Implement -working-directory. by Argyrios Kyrtzidis · 14 years ago
- 79ca1ee When setting a tied check if it's already tied. If it's tied to another constraint it's invalid. Fixes PR3905. by Anders Carlsson · 14 years ago
- 86eda39 A number in an input constraint can't point to a read-write ('+') constraint. Fixes PR3904. by Anders Carlsson · 14 years ago
- c417fa0 Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber/getColumnNumber fail by Douglas Gregor · 14 years ago
- 3248854 Rename alignof -> alignOf to avoid irritating C++'0x compilers, PR8423 by Chris Lattner · 14 years ago
- 1e592cb Handle Type.h a better way. by Dale Johannesen · 14 years ago
- f6e2c20 Generate bitcasts going in and out of MMX parameters by Dale Johannesen · 14 years ago
- d145535 Ahem. Add rest of D and Q registers to ARM inline asm handling. by Dale Johannesen · 14 years ago
- 20eb49b Add D and Q register names to ARM inline asm handling. by Dale Johannesen · 14 years ago
- 0d06e99 getOrCreateContentCache never returns null, so overrideFileContents by Dan Gohman · 14 years ago
- 14bd965 Update remaining attribute macros to new style. by Chandler Carruth · 14 years ago
- cee5501 Change handling of inline asm 'p' constraint to match llvm-gcc. by Dale Johannesen · 14 years ago
- 8523d81 Don't try to guess svn version when current path is a symlink. by Oscar Fuentes · 14 years ago
- 4f74d02 Revert r117005, WIN32 is not predefined after all. by Francois Pichet · 14 years ago
- 1a6f72d MSVC defines WIN32 as a predefined macro. by Francois Pichet · 14 years ago
- a764e83 Targets: Fix MinGW and VisualStudio predefined macros. by Michael J. Spencer · 14 years ago
- dae4ac4 Reorganize predefined macros for all Windows targets. by Michael J. Spencer · 14 years ago
- 20249a1 Fix Whitespace. by Michael J. Spencer · 14 years ago
- 542ad38 Revert "Cleanup and fix predefined macros for windows." by Michael J. Spencer · 14 years ago
- 712392e Cleanup and fix predefined macros for windows. by Michael J. Spencer · 14 years ago
- e2ef189 CodeGen: Fix long double on Windows using MSVC runtime. by Michael J. Spencer · 14 years ago
- 237cf58 Fix Whitespace. by Michael J. Spencer · 14 years ago
- 95f4292 When performing typo correction, look through the set of known by Douglas Gregor · 14 years ago
- e53a44b Teach Diagnostic to recursively expand inside %plural formats. by John McCall · 14 years ago
- 3a43d8d _Bool is not a keyword in C++. Fixes PR7388 and PR8349. by Douglas Gregor · 14 years ago
- b535041 Fix a silly bug in the suppression of non-error diagnostics in a by Douglas Gregor · 14 years ago
- 83e18f8 Basic: Tweak attempt to make version tags work from 'svn export's again, clip by Daniel Dunbar · 14 years ago
- 7171f2a Basic: Attempt to make version tags work from 'svn export's again. by Daniel Dunbar · 14 years ago
- d3ab63e Eliminate -fdiagnostics-binary and all of the infrastructure for by Douglas Gregor · 14 years ago
- 757e685 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
- ddb6c8d Driver: When clang is built with a VENDOR set, include the base LLVM version in by Daniel Dunbar · 14 years ago
- 1f24e11 Fix handling of the 'Invalid' argument in SourceManager's methods (patch by Dean Sturtevant, reviewed by chandlerc and Sebastian Redl). by Zhanyong Wan · 14 years ago
- 16a8fb7 Basic: Simplify getClangRepositoryPath and getClangRevision. by Daniel Dunbar · 14 years ago
- 640cf37 Basic: Add support for git svn to get the repo version in clang executable, by Daniel Dunbar · 14 years ago
- 7ccc58f Fixed pr20314-2.c failure, added E, F, p constraint letters. by John Thompson · 14 years ago
- 2f474ea Added '|' delimiter to separate inline asm multiple alternative constraints for Clang side of support. by John Thompson · 14 years ago
- 1484e0d Fix Windows64 target info so pointer arithmetic is done correctly, and no sign extension code is emitted: PtrDiffType needs to be a signed long long. Add a corresponding test case. by Cameron Esfahani · 14 years ago
- 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
- 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
- 0f048a4 Allow 'o' and 'V' as constraints for output asm operands. by Dale Johannesen · 14 years ago
- 52fc314 Add symantic support for the Pascal calling convention via by Dawn Perchik · 14 years ago
- f13721d Add support for windows x86-64 varargs, patch by Cameron Esfahani! by Chris Lattner · 14 years ago
- 3f86b78 Fix a typo. by Dan Gohman · 14 years ago
- 545be51 Add some missing X86-specific asm constraint letters, and fix by Dale Johannesen · 14 years ago
- c070da4 fix PR7953 - Windows filename are case insensitive: by Chris Lattner · 14 years ago
- a7e6845 Detabify. by Eli Friedman · 14 years ago
- ee79a4c The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that by John McCall · 14 years ago
- 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
- 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
- 7a5bf5f Check whether errors should be included in the diagnostic counts. Previously, by Chandler Carruth · 14 years ago
- 5005a6c Get rid of pretty non-ASCII quotes. by Sebastian Redl · 14 years ago
- 653f581 apparently msvc defines _STDCALL_SUPPORTED, so we should by Chris Lattner · 14 years ago
- ba6f816 Remove dead code, caught by unused function warnings. by Argyrios Kyrtzidis · 14 years ago
- 0eff4e7 Fix oversight with symbolic names in TargetInfo::validateInputConstraint. by Eli Friedman · 14 years ago
- 646395b -Make TokenID of IdentifierInfo read-only, remove setTokenID(). by Argyrios Kyrtzidis · 14 years ago
- bf3d552 ARM: Recognize single precision float register names. by Daniel Dunbar · 14 years ago
- 1fd7171 ARM: Swap which registers we consider real / aliases to match LLVM and llvm-gcc. by Daniel Dunbar · 14 years ago
- 6f15803 Fix for pr7869, inline asm mult-alt constraints. by John Thompson · 14 years ago