hanchenye-llvm-project/clang/lib
Richard Smith 036e2bd07a Add a fast path to the constant evaluator for integer literals. This speeds up
compilation of some translation units of SPEC's 445.gobmk by ~4%, and does not
seem to cause a measurable slowdown in other cases.

llvm-svn: 146306
2011-12-10 01:10:13 +00:00
..
ARCMigrate [arcmt] Integrate GC __weak into property attributes even when we don't have 2011-11-28 02:04:36 +00:00
AST Add a fast path to the constant evaluator for integer literals. This speeds up 2011-12-10 01:10:13 +00:00
Analysis Remove unnecessary braces from my previous commit. 2011-12-09 15:57:33 +00:00
Basic Add a sanity check in SourceManager::getColumnNumber, make sure 2011-12-10 00:30:38 +00:00
CodeGen Make array new on a pointer to data member type work correctly. PR11523. 2011-12-09 23:05:37 +00:00
Driver Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and 2011-12-09 23:41:18 +00:00
Frontend Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and 2011-12-09 23:41:18 +00:00
FrontendTool Eliminate the -emit-module option, which emitted a module by parsing a 2011-11-29 22:42:06 +00:00
Headers Fix a blatant typo or cut/paste-o reported by users of this header. 2011-12-09 09:23:55 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex When performing subframework header lookup, don't search for 2011-12-09 16:48:01 +00:00
Parse Add ability to supply additional message to availability macros, 2011-12-10 00:28:41 +00:00
Rewrite More refactoring of objective-C rewriter. 2011-12-08 18:25:15 +00:00
Sema Add ability to supply additional message to availability macros, 2011-12-10 00:28:41 +00:00
Serialization Use llvm::sys::fs::equivalent rather than comparing inodes, because 2011-12-09 16:22:07 +00:00
StaticAnalyzer [analyzer] Fix inconsistency on when SValBuilder assumes that 2 2011-12-09 03:34:02 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00