Files
llvm-6502/lib/MC
Daniel Dunbar 4259a1a7d8 MC/AsmParser: Avoid unnecessary use of SourceMgr::FindBufferForLoc()
- Each macro instantiation introduces a new buffer, and FindBufferForLoc() is
   linear, so previously macro instantiation could be N^2 for some pathological
   inputs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169073 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-01 01:38:48 +00:00
..
2012-09-18 23:05:12 +00:00
2012-09-18 23:05:18 +00:00
2012-05-11 01:41:30 +00:00
2012-09-14 14:57:36 +00:00