Age | Commit message (Expand) | Author |
2006-06-20 | Add some 64-bit logical ops. | Chris Lattner |
2006-06-20 | __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__. | Evan Cheng |
2006-06-20 | 64-bit bugfix: 0xFFFF0000 cannot be formed with a single lis. | Chris Lattner |
2006-06-20 | Add some patterns for globals, so we can now compile this: | Chris Lattner |
2006-06-20 | Add support for function types. | Jim Laskey |
2006-06-20 | Remove some now-unneeded casts from instruction patterns. With the casts | Chris Lattner |
2006-06-20 | Add some patterns for ppc64 | Chris Lattner |
2006-06-20 | Remove some ugly now-redundant casts. | Chris Lattner |
2006-06-20 | Fix some mismatched type constraints | Chris Lattner |
2006-06-19 | References need to be section relative. | Jim Laskey |
2006-06-19 | Minor clean up. | Evan Cheng |
2006-06-19 | Do partial inlining in BU. This resolves more call sites. Also add options ... | Andrew Lenharth |
2006-06-19 | References need to be section relative. | Jim Laskey |
2006-06-19 | Fix a bug, don't drop indirect call sites, especially if there is nothing kno... | Andrew Lenharth |
2006-06-19 | Handle versioning of compile unit. | Jim Laskey |
2006-06-18 | initial implementation of ARMRegisterInfo::eliminateFrameIndex | Rafael Espindola |
2006-06-17 | Constant fold sqrtf | Chris Lattner |
2006-06-17 | Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a | Chris Lattner |
2006-06-17 | A new entry. | Evan Cheng |
2006-06-17 | Implement the getPointerRegClass method, which is required for the ptr_rc | Chris Lattner |
2006-06-16 | Forgot operands were hard coded for compile unit. | Jim Laskey |
2006-06-16 | Later models likely to have Yonah like attributes. | Evan Cheng |
2006-06-16 | Upgrade some load/store instructions to use the proper addressing mode stuff. | Chris Lattner |
2006-06-16 | In 64-bit mode, addr mode operands use G8RC instead of GPRC. | Chris Lattner |
2006-06-16 | fix some assumptions that pointers can only be 32-bits. With this, we can | Chris Lattner |
2006-06-16 | Split 64-bit instructions out into a separate .td file | Chris Lattner |
2006-06-16 | Force 64-bit register availability in 64-bit mode. For real. | Chris Lattner |
2006-06-16 | Remove the -darwin and -aix llc options, inferring darwinism and aixism from | Chris Lattner |
2006-06-16 | Add missing casts. This fixed some regressions. | Evan Cheng |
2006-06-16 | Simplify TargetData ctor call | Chris Lattner |
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |
2006-06-16 | Remove ctor with each piece specifyable (which causes overload ambiguities), | Chris Lattner |
2006-06-16 | Only count instructions as code size, not constant pools and other per-functi... | Chris Lattner |
2006-06-16 | Simplify interpreter construction. | Chris Lattner |
2006-06-16 | Document the subtarget features better, make sure that 64-bit mode, 64-bit | Chris Lattner |
2006-06-16 | Rename some subtarget features. A CPU now can *have* 64-bit instructions, | Chris Lattner |
2006-06-16 | Add a error message to cbu to match bu | Andrew Lenharth |
2006-06-16 | move header | Andrew Lenharth |
2006-06-16 | 1. Revise vector debug support. | Jim Laskey |
2006-06-16 | More libcall transformations: | Evan Cheng |
2006-06-16 | Simplify fprintf(file, "%s", str) to fputs(str, file). | Evan Cheng |
2006-06-16 | First baby step towards ppc64 support. This adds a new -march=ppc64 backend | Chris Lattner |
2006-06-16 | Fix Regression/Linker/2006-06-15-GlobalVarAnment.ll | Chris Lattner |
2006-06-16 | Only print the stack trace if it was requested. Previously, any call into | Reid Spencer |
2006-06-15 | Teach the local allocator to know that live-in values (e.g. arguments) are | Chris Lattner |
2006-06-15 | Add a note that Nate noticed. | Chris Lattner |
2006-06-15 | 1. Support standard dwarf format (was bootstrapping in Apple format.) | Jim Laskey |
2006-06-15 | Was pointed out that structure alignment and type alignment are not the same | Jim Laskey |
2006-06-15 | Implement Transforms/InstCombine/bswap.ll, turning common shift/and/or bswap | Chris Lattner |
2006-06-15 | Alignment of globals has not been quite right. Needed to drop the pointer type | Jim Laskey |