summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/virtual-override.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-15 08:04:42 +0000
committerChris Lattner <sabre@nondot.org>2010-02-15 08:04:42 +0000
commitb02cdaaa9cd19b949b29a816ae18000c87472cef (patch)
tree99be940c8204ea826d90337f4bff73ab8b8b0b38 /clang/test/SemaCXX/virtual-override.cpp
parent8fd1fe16123d9e99a0a4d34d4ad0de8669752ad7 (diff)
downloadbcm5719-llvm-b02cdaaa9cd19b949b29a816ae18000c87472cef.tar.gz
bcm5719-llvm-b02cdaaa9cd19b949b29a816ae18000c87472cef.zip
Check in the first big step of rewriting DAGISelEmitter to
produce a table based matcher instead of gobs of C++ Code. Though it's not done yet, the shrinkage seems promising, the table for the X86 ISel is 75K and still has a lot of optimization to come (compare to the ~1.5M of .o generated the old way, much of which will go away). The code is currently disabled by default (the #if 0 in DAGISelEmitter.cpp). When enabled it generates a dead SelectCode2 function in the DAGISel Header which will eventually replace SelectCode. There is still a lot of stuff left to do, which are documented with a trail of FIXMEs. llvm-svn: 96215
Diffstat (limited to 'clang/test/SemaCXX/virtual-override.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud