oota-llvm.git
2006-06-20 John CriswellAdded LLVM publications describing the LLVM compiler...
2006-06-20 John CriswellAdded the privbracket project to the list of projects...
2006-06-20 Andrew LenharthFix build on old compilers
2006-06-20 Chris LattnerFix an error message regression. Print:
2006-06-20 Chris LattnerRemove some now-unneeded casts from instruction pattern...
2006-06-20 Chris LattnerAdd some patterns for ppc64
2006-06-20 Chris LattnerDon't require src/dst patterns to be able to fully...
2006-06-20 Chris LattnerRemove some ugly now-redundant casts.
2006-06-20 Chris LattnerMake sure to use the result of the pattern to infer...
2006-06-20 Chris LattnerFix some mismatched type constraints
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-19 Evan ChengMinor clean up.
2006-06-19 Andrew LenharthDo partial inlining in BU. This resolves more call...
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-19 Andrew LenharthFix a bug, don't drop indirect call sites, especially...
2006-06-19 Jim LaskeyHandle versioning of compile unit.
2006-06-18 Rafael Espindolainitial implementation of ARMRegisterInfo::eliminateFra...
2006-06-17 Chris LattnerConstant fold sqrtf
2006-06-17 Chris LattnerJust a minor tweak so you can run things like:
2006-06-17 Evan ChengClean up
2006-06-17 Chris LattnerFix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll...
2006-06-17 Chris Lattnernew testcase that crashes indvars
2006-06-17 Evan ChengA new entry.
2006-06-17 Chris LattnerImplement the getPointerRegClass method, which is requi...
2006-06-16 Jim LaskeyForgot operands were hard coded for compile unit.
2006-06-16 Jim LaskeyInclude information of svn repository for llvm-gcc4.
2006-06-16 Jim LaskeyInclude information about svn repository for llvm-gcc4.
2006-06-16 Evan ChengLater models likely to have Yonah like attributes.
2006-06-16 Chris LattnerDo not hardcode random paths into the makefile. Make...
2006-06-16 Chris LattnerUpgrade some load/store instructions to use the proper...
2006-06-16 Chris LattnerIn 64-bit mode, addr mode operands use G8RC instead...
2006-06-16 Chris Lattnerfix some assumptions that pointers can only be 32-bits...
2006-06-16 Chris LattnerSplit 64-bit instructions out into a separate .td file
2006-06-16 Chris LattnerForce 64-bit register availability in 64-bit mode....
2006-06-16 Chris LattnerDocument known xcode 2.3 issue
2006-06-16 Chris LattnerRemove the -darwin and -aix llc options, inferring...
2006-06-16 Evan ChengAdd missing casts. This fixed some regressions.
2006-06-16 Chris LattnerImprove a comment.
2006-06-16 Chris LattnerSimplify TargetData ctor call
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-16 Chris LattnerSimplify the targetdata ctor by not passing in a "targe...
2006-06-16 Chris LattnerRemove ctor with each piece specifyable (which causes...
2006-06-16 Chris LattnerOnly count instructions as code size, not constant...
2006-06-16 Chris LattnerSimplify interpreter construction.
2006-06-16 Chris LattnerDocument the subtarget features better, make sure that...
2006-06-16 Chris LattnerRename some subtarget features. A CPU now can *have...
2006-06-16 Chris Lattnerapple's compiler works too
2006-06-16 Jim LaskeyPR# not associated with XFAIL
2006-06-16 Jim Laskeydebug info is alive again
2006-06-16 Chris LattnerThis test isn't implemented yet
2006-06-16 Andrew LenharthAdd a error message to cbu to match bu
2006-06-16 Andrew Lenharthmove header
2006-06-16 Jim Laskeyadd decimal form of LLVMDebugVersion
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-16 Evan ChengMore libcall transformations:
2006-06-16 Evan ChengSimplify fprintf(file, "%s", str) to fputs(str, file).
2006-06-16 Chris LattnerFirst baby step towards ppc64 support. This adds a...
2006-06-16 Chris LattnerFix Regression/Linker/2006-06-15-GlobalVarAnment.ll
2006-06-16 Chris LattnerNew testcase, the linker is not merging alignments...
2006-06-16 Reid SpencerOnly print the stack trace if it was requested. Previou...
2006-06-15 Chris LattnerTeach the local allocator to know that live-in values...
2006-06-15 Chris LattnerAdd a note that Nate noticed.
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-15 Jim LaskeyWas pointed out that structure alignment and type align...
2006-06-15 Jim LaskeyMake sure global doubles and vectors are aligned properly.
2006-06-15 Chris LattnerAdd some more matcher classes for shifts.
2006-06-15 Chris LattnerImplement Transforms/InstCombine/bswap.ll, turning...
2006-06-15 Chris Lattnernew testcase, instcombine should turn these into llvm...
2006-06-15 Chris LattnerFix building on case-sensitive file systems, grr :)
2006-06-15 Reid SpencerActually add instructions to the list of defined values...
2006-06-15 Jim LaskeyAlignment of globals has not been quite right. Needed...
2006-06-15 Evan ChengVector extract / insert index operand should have ptr...
2006-06-15 Evan ChengType of extract_element index operand should be iPTR.
2006-06-15 Evan ChengType of vector extract / insert index operand should...
2006-06-15 Evan ChengConsistency. EXTRACT_ELEMENT index operand should have...
2006-06-15 Evan ChengAssert. Rather than silently stop printing.
2006-06-15 Evan ChengAvoid undesirable behavior when assert is not enabled.
2006-06-15 Evan ChengInstructions with variable operands (variable_ops)...
2006-06-15 Evan ChengAllow more use of iPTR in patterns.
2006-06-14 Evan ChengX86 call instructions can take variable number of opera...
2006-06-14 Evan ChengAdded support for variable_ops.
2006-06-14 Chris Lattneradd a note
2006-06-14 Chris Lattnernew testcase, not currently working.
2006-06-14 Evan ChengFix support for optional input flag.
2006-06-14 Evan ChengAdd argument registers to the end of call operand list...
2006-06-14 Jim LaskeyChange versioning to per debug info descriptor (merged...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-06-14 Chris LattnerFix Transforms/LoopUnswitch/2006-06-13-SingleEntryPHI...
2006-06-14 Chris Lattnernew testcase, distilled from povray
2006-06-14 Owen AndersonWhen asked not to delete useless PHIs, really don't...
2006-06-14 Chris LattnerUse the PotDoms map to memoize 'dominating value' looku...
2006-06-13 Evan ChenggetOperandNum(): error if specified operand number...
2006-06-13 Owen AndersonFix another instance where PHI nodes need special treat...
2006-06-13 Owen AndersonUpdate isLCSSAForm to handle PHI nodes specially for...
2006-06-13 Andrew LenharthI am sure I had commited this workaround before. Perha...
2006-06-13 Owen AndersonFix a bug that was causing major slowdowns in povray...
2006-06-13 Andrew LenharthIt really helps to be returning to the correct place
2006-06-13 Chris LattnerPort some bugfixes in shift handling from SimplifyDeman...
2006-06-13 Jim LaskeyMy original test case was bogus. Reverting to crasher...
next