llvm-6502/lib
Eric Christopher 7a61d701c0 Have IRBuilder take a template argument on whether or not to preserve
names. This can save a lot of allocations if you aren't going to be
looking at the output.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54546 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-08 19:39:37 +00:00
..
Analysis Canonicalize nested AddRecs in by nesting them in order of loop depth. 2008-08-08 18:33:12 +00:00
Archive Fold the useful features of alist and alist_node into ilist, and 2008-07-28 21:51:04 +00:00
AsmParser Add vector shifts to the IR, patch by Eli Friedman. 2008-07-29 15:49:41 +00:00
Bitcode Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
CodeGen Have IRBuilder take a template argument on whether or not to preserve 2008-08-08 19:39:37 +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 Add new parameter Fast to createJIT to enable the fast codegen path. 2008-08-08 08:11:34 +00:00
Linker Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
Support Fix several const-correctness issues, resolving some -Wcast-qual warnings. 2008-08-05 14:45:15 +00:00
System Create temp. file in current path. 2008-07-24 00:35:38 +00:00
Target Add an EXTRACTPSmr pattern to match the pattern that 2008-08-08 18:30:21 +00:00
Transforms Have IRBuilder take a template argument on whether or not to preserve 2008-08-08 19:39:37 +00:00
VMCore Have IRBuilder take a template argument on whether or not to preserve 2008-08-08 19:39:37 +00:00
Makefile