Fix for PR1633: Verifier doesn't fully verify GC intrinsics
[oota-llvm.git] / lib /
2007-09-17 Gordon HenriksenFix for PR1633: Verifier doesn't fully verify GC intrinsics
2007-09-17 Dale JohannesenRemove RSTRegClass case from loadRegFromStackSlot
2007-09-17 Devang PatelFix comment.
2007-09-17 Devang PatelThis is not ideal but unbreaks build failure.
2007-09-17 Dale JohannesenImplement x86 long double in jit (not really
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-17 Evan ChengX86ISD::TEST is dead.
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.
2007-09-17 Dan GohmanAdd 64-bit jmp instructions to the list of instructions...
2007-09-17 Dan GohmanUse xorl instead of xorq to enter a zero into a 64...
2007-09-17 Dan GohmanEmit integer x<1 as x<=0, as comparisons with zero...
2007-09-17 Dan GohmanUse "test reg,reg" in place of "cmp reg,0" for 64-bit...
2007-09-17 Duncan SandsFactor the trampoline transformation into a subroutine.
2007-09-17 Dale JohannesenImplement x86 long double (uses host long double,
2007-09-16 Daniel BerlinFix bug in andersen's related to test_and_set.
2007-09-16 Daniel BerlinRewrite of andersen's to be about 100x faster, cleaner...
2007-09-16 Bill WendlingFollow-up to patch r41999. Make the conditional that...
2007-09-16 Dale JohannesenAdjust per revew comments.
2007-09-16 Bill WendlingOnly emit the personality function as a global value...
2007-09-16 Owen AndersonBe more careful when constant-folding PHI nodes.
2007-09-15 Chris LattnerFix PR1666, SPASS with the CBE and 254.gap with the...
2007-09-14 Dan GohmanAdd patterns for SHLD64* and SHRD64*.
2007-09-14 Chris Lattnerfix a gcc warning: comparison between signed and unsign...
2007-09-14 Owen AndersonRemove RLE. It is subsumed by GVN.
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Evan ChengAdd implicit def of EFLAGS on those instructions that...
2007-09-14 Dan GohmanAnd an FoldingSetImpl::NodeID::AddInteger overload...
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-14 Dan GohmanChange "tmp." to "tmp" for temporaries created by Scala...
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-14 Rafael EspindolaAdd support for functions with byval arguments on x86
2007-09-14 Chris LattnerFix a logic error in ValueIsOnlyUsedLocallyOrStoredToOn...
2007-09-14 Chris Lattnersilence a bogus gcc warning.
2007-09-14 Evan ChengFix comments.
2007-09-14 Bill WendlingTemporary reverting r41817
2007-09-13 Chris LattnerTeach GlobalLoadUsesSimpleEnoughForHeapSRA and the...
2007-09-13 Chris Lattnerbe tolerant of PHI nodes when rewriting heap SROA code...
2007-09-13 Chris Lattnerrefactor some code, no functionality change. On the...
2007-09-13 Chris LattnerMake ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart...
2007-09-13 Chris LattnerMake AllUsesOfLoadedValueWillTrapIfNull strong enough...
2007-09-13 Chris LattnerFix build problems on Cygwin (PR1652), patch by Patrick...
2007-09-13 Evan ChengBug fixes.
2007-09-12 Evan ChengRemove dead code.
2007-09-12 Evan ChengYet another getTargetNode variant.
2007-09-12 Evan ChengInitial support for multi-result patterns:
2007-09-12 Evan ChengFixed a typo that's causing a missing kill marker.
2007-09-12 Chris LattnerChange llvm.gcroot to not init the root to null at...
2007-09-12 Dale JohannesenGenerated files for previous patch.
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-12 Dale JohannesenCompensate for partCount change in Bogus definition
2007-09-11 Bill WendlingEnable indirect encoding for the personality function
2007-09-11 Evan ChengSometimes a MI can define a register as well as definin...
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-09-11 Evan ChengAdded status flags register: EFLAGS.
2007-09-11 Dale JohannesenGenerated files for previous patch.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Duncan SandsTwo ParamAttrsVectors which differ by a permutation
2007-09-11 Duncan SandsTurn calls to trampolines into calls to the underlying
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-11 Duncan SandsMy compiler warns about the semicolon.
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-09-11 Owen AndersonFix a typo in memdep, which was causing PR1648.
2007-09-11 Devang PatelAvoid negative logic.
2007-09-11 Devang PatelRefactor code into a separate method.
2007-09-11 Devang PatelClear split info object.
2007-09-11 Devang PatelSplit condition does not have to be ICmpInst in all...
2007-09-10 Devang PatelCheck all terminators inside loop.
2007-09-10 Chris Lattnerremove some dead code, this is handled by constant...
2007-09-10 Chris LattnerFix a buggy constant folding transformation when handli...
2007-09-10 Devang PatelSwap exit condition operands if it works.
2007-09-10 Chris Lattnerregenerate
2007-09-10 Chris LattnerFix PR1645 by resolving forward alias references.
2007-09-10 Evan Cheng80 col.
2007-09-10 Evan ChengNew entry.
2007-09-10 Evan ChengObservation of rematerialization.
2007-09-10 Chris LattnerAdd some notes about better flag handling.
2007-09-10 Chris LattnerEmit:
2007-09-10 Chris Lattner1. Don't call Value::getName(), which is slow.
2007-09-10 Chris LattnerPrevent tailcallelim from breaking "recursive" calls...
2007-09-10 Evan ChengIt's not safe to rematerialize MOV32r0 etc. by simply...
2007-09-10 Devang PatelFilter exit conditions which are not yet handled.
2007-09-10 Devang PatelRequire SCEV before LCSSA.
2007-09-09 Owen AndersonRemove an un-needed dependence query. This improves...
2007-09-08 Dale JohannesenImplement misaligned FP loads and stores.
2007-09-08 Evan ChengSmarter Reset(). Instead of deallocating all memory...
2007-09-07 Evan ChengTableGen no longer emit CopyFromReg nodes for implicit...
2007-09-07 Bill WendlingAdd missing index versions of instructions to the map.
2007-09-07 Dan GohmanAvoid storing and reloading zeros and other constants...
2007-09-07 Dale JohannesenApply feedback from previous patch.
2007-09-07 Dale JohannesenRevert previous change to IR.
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-07 Chris LattnerDon't zap back to back volatile load/stores
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-06 David GreeneConstify to catch bugs.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-06 Anton KorobeynikovProper handle case, when aliasee is external weak symbo...
2007-09-06 David GreeneAdd instruction dump output. This helps find bugs.
2007-09-06 David GreenePluggable coalescers inplementation.
next