Go to file
Chris Lattner 316e1c19df continue dancing around the obvious algorithm issues in PR3810:
This speeds up getAsIdentifierInfo from being a call to a function
with a big switch to a single testl instruction.  This speeds up
the example in PR3810 by 6.2%

llvm-svn: 67433
2009-03-21 06:49:19 +00:00
clang continue dancing around the obvious algorithm issues in PR3810: 2009-03-21 06:49:19 +00:00
llvm add some inline methods for infix operators on sparse vectors, 2009-03-21 05:40:09 +00:00