hanchenye-llvm-project/clang/lib
Steve Naroff 99c0cdf899 Finish making AST BumpPtrAllocation runtime configurable (based on -disable-free).
snaroff% time ../../Release-Asserts/bin/clang INPUTS/Cocoa_h.m
0.179u 0.051s 0:00.23 95.6%	0+0k 0+0io 0pf+0w
snaroff% time ../../Release-Asserts/bin/clang INPUTS/Cocoa_h.m -disable-free
0.169u 0.052s 0:00.22 95.4%	0+0k 0+0io 0pf+0w

llvm-svn: 63153
2009-01-27 23:20:32 +00:00
..
AST Finish making AST BumpPtrAllocation runtime configurable (based on -disable-free). 2009-01-27 23:20:32 +00:00
Analysis Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
Basic If an input constraint refers to an output constraint, it should have the same constraint info as the output constraint. Fixes PR3417 2009-01-27 20:38:24 +00:00
CodeGen After talking to our runtime guru, I added a comment. 2009-01-27 22:27:56 +00:00
Driver Introduce a new PresumedLoc class to represent the concept of a location 2009-01-27 07:57:44 +00:00
Headers Avoid creating .dir files in the installation area. 2009-01-22 02:53:03 +00:00
Lex Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
Parse Split the single monolithic DiagnosticKinds.def file into one 2009-01-27 18:30:58 +00:00
Rewrite rename getFullFilePos -> getFileOffset. 2009-01-27 06:27:13 +00:00
Sema Finish making AST BumpPtrAllocation runtime configurable (based on -disable-free). 2009-01-27 23:20:32 +00:00
CMakeLists.txt
Makefile