summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-01-26 00:55:00 +0000
committerReid Kleckner <rnk@google.com>2016-01-26 00:55:00 +0000
commit86ff2689a5e6050e24a9bc11aea1364169d7299f (patch)
tree1c74a9abf7673b37cff0be1560369d2c791344f6 /lldb/source/Core/Module.cpp
parent242b8bb58dee9556e310e7f57f654dc64c6fad7b (diff)
downloadbcm5719-llvm-86ff2689a5e6050e24a9bc11aea1364169d7299f.tar.gz
bcm5719-llvm-86ff2689a5e6050e24a9bc11aea1364169d7299f.zip
Sort intrinsics by LLVM intrinsic name, rather than tablegen def name
Step one towards using a simple binary search to lookup intrinsic IDs instead of our crazy table generated switch+memcmp+startswith code that makes Function.cpp take about a minute to compile. See PR24785 and PR11951 for why we should do this. The X86 backend contains tables that need to be sorted on intrinsic ID, so reorder those. llvm-svn: 258757
Diffstat (limited to 'lldb/source/Core/Module.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud