Age | Commit message (Expand) | Author |
2010-12-16 | MemoryBuffer API update. | Michael J. Spencer |
2010-12-15 | Fix diagnostic pragmas. | Argyrios Kyrtzidis |
2010-12-12 | Change MBlaze target to have the same description string as its LLVM equivalent. | Wesley Peck |
2010-12-09 | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer |
2010-12-02 | attempt to fix a buildbot failure, apparently apache fails to build. | Chris Lattner |
2010-11-30 | Such function decls,as objc's objc_msgSend, builtins in | Fariborz Jahanian |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-24 | Fix 2 problems with Chris Lattner's FileManager redesign on Windows. | Francois Pichet |
2010-11-23 | The final result of all this refactoring: instead of doing stat immediately | Chris Lattner |
2010-11-23 | if we succeed in opening a directory but expected a file, ensure we don't | Chris Lattner |
2010-11-23 | hopefully resolve the windows buildbot issue (retch) | Chris Lattner |
2010-11-23 | change the 'is directory' indicator to be a null-or-not | Chris Lattner |
2010-11-23 | pull "is directory" handling into FileManager::getStatValue | Chris Lattner |
2010-11-23 | tidy up code, add a comment about dir caching. | Chris Lattner |
2010-11-23 | replicate a terrible hack to fix a build error on VC++ | Chris Lattner |
2010-11-23 | simplify the cache miss handling code, eliminating CacheMissing. | Chris Lattner |
2010-11-23 | factor the "cache miss" handling code out of FM into a static | Chris Lattner |
2010-11-23 | r120013 dropped passing in the precomputed file size to | Chris Lattner |
2010-11-23 | PCH files only cache successful stats. Remove the code that reads/writes | Chris Lattner |
2010-11-23 | rework the stat cache, pulling it out of FileManager.h into | Chris Lattner |
2010-11-23 | tidy up. Split FileManager::getBufferForFile into | Chris Lattner |
2010-11-23 | reduce indentation and use early outs, to make it easier to read | Chris Lattner |
2010-11-23 | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner |
2010-11-23 | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner |
2010-11-23 | Partially revert Doug's PCH validation patch (r98585). | Chris Lattner |
2010-11-23 | stringref'ize API | Chris Lattner |
2010-11-23 | avoid creating sys::Path instances when -fworking-directory isn't being used. | Chris Lattner |
2010-11-21 | Filename.rfind("/\\") won't give us the position of the last directory sepera... | Benjamin Kramer |
2010-11-21 | change the various getFile routines to use StringRef as their implementation ... | Chris Lattner |
2010-11-19 | Initialize StoredDiagnostic's members in order. | Benjamin Kramer |
2010-11-19 | Extend the libclang diagnostic API to provide information about the | Douglas Gregor |
2010-11-18 | Update CMake build. | Benjamin Kramer |
2010-11-18 | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-11-18 | Fix a typo in the UTF-8 BOM (PR8645). Use a StringSwitch while at it. | Benjamin Kramer |
2010-11-12 | Make sure to always check the result of | Douglas Gregor |
2010-11-09 | Add support for soft/hard float options to the Sparc target | Bruno Cardoso Lopes |
2010-11-09 | Include System/DataTypes.h in Diagnostic.h to get intptr_t. | Rafael Espindola |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-11-03 | When setting a tied check if it's already tied. If it's tied to another const... | Anders Carlsson |
2010-11-03 | A number in an input constraint can't point to a read-write ('+') constraint.... | Anders Carlsson |
2010-11-02 | Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber... | Douglas Gregor |
2010-10-30 | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner |
2010-10-29 | Handle Type.h a better way. | Dale Johannesen |
2010-10-29 | Generate bitcasts going in and out of MMX parameters | Dale Johannesen |
2010-10-28 | Ahem. Add rest of D and Q registers to ARM inline asm handling. | Dale Johannesen |
2010-10-27 | Add D and Q register names to ARM inline asm handling. | Dale Johannesen |
2010-10-26 | getOrCreateContentCache never returns null, so overrideFileContents | Dan Gohman |
2010-10-23 | Update remaining attribute macros to new style. | Chandler Carruth |
2010-10-22 | Change handling of inline asm 'p' constraint to match llvm-gcc. | Dale Johannesen |