Bill Wendling
|
7fa1be77cc
|
Use an iterator instead of calling .size() on the worklist every time, which is wasteful.
llvm-svn: 152794
|
2012-03-15 11:19:41 +00:00 |
Benjamin Kramer
|
08c913b6e6
|
InstCombine: We know the number of items initially added to the worklist map, reserve space early to avoid rehashing.
llvm-svn: 127089
|
2011-03-05 16:43:46 +00:00 |
Duncan Sands
|
6c5e4355bb
|
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
to LLVM_LIBRARY_VISIBILITY and introduce LLVM_GLOBAL_VISIBILITY, which is
the opposite, for future use by dragonegg.
llvm-svn: 103495
|
2010-05-11 20:16:09 +00:00 |
Chris Lattner
|
b8906bda13
|
remove a ton of unneeded LLVMContext stuff.
llvm-svn: 92462
|
2010-01-04 07:02:48 +00:00 |
Chris Lattner
|
66c2e54bcd
|
move InstCombineWorklist out to its own header.
llvm-svn: 92461
|
2010-01-04 06:30:00 +00:00 |