llvm-6502/lib
Chris Lattner f4a97da407 Fix an N^2 issue handling constant resolution due to RAUW in large arrays
this speeds up the bcreader from 6.67s to 0.12s on a testcase Daniel 
provided.  rdar://6158117



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55090 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-21 00:11:50 +00:00
..
Analysis Don't use the result of WriteAsOperand or WriteTypeSymbolic. 2008-08-19 04:42:37 +00:00
Archive Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
AsmParser Regenerate. 2008-08-17 18:48:50 +00:00
Bitcode Fix an N^2 issue handling constant resolution due to RAUW in large arrays 2008-08-21 00:11:50 +00:00
CodeGen Fix unused variable warnings. 2008-08-20 23:53:10 +00:00
Debugger - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an empty string for ConstantAggregateZero case which surprises selectiondag. 2008-06-30 07:31:25 +00:00
ExecutionEngine Get rid of a couple of dynamic_cast. 2008-08-20 00:28:12 +00:00
Linker Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
Support Move the fast-path (<=i64) cases of various APInt methods inline 2008-08-20 17:02:31 +00:00
System add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Target Move the handling of ANY_EXTEND, SIGN_EXTEND_INREG, and TRUNCATE 2008-08-20 21:27:32 +00:00
Transforms Silence a compiler warning. 2008-08-20 23:36:48 +00:00
VMCore Add a new ConstantExpr::getWithOperands that takes any array of operands 2008-08-20 22:27:40 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00