Age | Commit message (Expand) | Author |
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 | Just a minor tweak so you can run things like: | Chris Lattner |
2006-06-17 | Clean up | Evan Cheng |
2006-06-17 | Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a | Chris Lattner |
2006-06-17 | new testcase that crashes indvars | 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 | Include information of svn repository for llvm-gcc4. | Jim Laskey |
2006-06-16 | Include information about svn repository for llvm-gcc4. | Jim Laskey |
2006-06-16 | Later models likely to have Yonah like attributes. | Evan Cheng |
2006-06-16 | Do not hardcode random paths into the makefile. Make the user specify the | Chris Lattner |
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 | Document known xcode 2.3 issue | 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 | Improve a comment. | Chris Lattner |
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 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |
2006-06-16 | Simplify the targetdata ctor by not passing in a "targetname" which is always | 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 | apple's compiler works too | Chris Lattner |
2006-06-16 | PR# not associated with XFAIL | Jim Laskey |
2006-06-16 | debug info is alive again | Jim Laskey |
2006-06-16 | This test isn't implemented yet | 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 | add decimal form of LLVMDebugVersion | Jim Laskey |
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 | New testcase, the linker is not merging alignments right. | Chris Lattner |
2006-06-16 | Only print the stack trace if it was requested. Previously, any call into | Reid Spencer |