llvm-6502/lib
Hal Finkel 6ca6d3b1ea BBVectorize: Don't store candidate pairs in a std::multimap
This is another commit on the road to removing std::multimap from
BBVectorize. This gives an ~1% speedup on the csa.ll test case
in PR15222.

No functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175215 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-14 22:37:09 +00:00
..
Analysis Teach the DataLayout aware constant folder to be much more aggressive towards 2013-02-14 03:23:37 +00:00
Archive
AsmParser Update comment. 2013-02-14 20:44:07 +00:00
Bitcode Have the bitcode writer and reader handle the new attribute references. 2013-02-12 08:13:50 +00:00
CodeGen Dont merge consecutive loads/stores into vectors when noimplicitfloat is used. 2013-02-14 18:28:52 +00:00
DebugInfo Add support for the pubnames section to llvm-dwarfdump. 2013-02-12 16:20:28 +00:00
ExecutionEngine [patch] bug 15055 Add Unistd.h to OProfileWrapper.cpp 2013-02-07 20:43:33 +00:00
IR s/bool/LLVMBool/ 2013-02-14 19:40:27 +00:00
Linker Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. 2013-02-12 21:21:59 +00:00
MC Revert r15266. This fixes llvm.org/pr15266. 2013-02-14 16:23:08 +00:00
Object Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. 2013-02-12 21:21:59 +00:00
Option
Support Workaround an MSan false positive. 2013-02-14 12:18:32 +00:00
TableGen tblgen: Diagnose duplicate includes. 2013-02-07 04:30:39 +00:00
Target Simplify code. Remove "else after return". 2013-02-14 21:50:09 +00:00
Transforms BBVectorize: Don't store candidate pairs in a std::multimap 2013-02-14 22:37:09 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile