oota-llvm.git
2007-09-20 Gabor Greifuse typenames equivalent to
2007-09-20 Dale Johannesenanother long double buglet
2007-09-20 Nick LewyckyExcuse me.
2007-09-20 Nick LewyckyFix optimization. %x = sub %x, %y does not imply that...
2007-09-20 Evan ChengEnable if-conversion for ARM by default.
2007-09-19 Dale JohannesenMore long double fixes. x86_64 should build now.
2007-09-19 Evan ChengAvoid referencing deleted instruction.
2007-09-19 Ted KremenekPreviously GraphWriter assumed operator*() for node_ite...
2007-09-19 Devang PatelAvoid unsafe promotion.
2007-09-19 Evan ChengPSHUFDmi, etc. are actually folding a load, not a store.
2007-09-19 Dale JohannesenFix longdouble -> uint conversion.
2007-09-19 Chris Lattnerreject things like "declare internal @foo"
2007-09-19 Owen AndersonAdd a flag to mark a dirty cache entry. This is not...
2007-09-19 Dale JohannesenFix some long double issues.
2007-09-19 Duncan SandsImprove comment.
2007-09-19 Duncan SandsPartial fix for PR1678: correct some parts of constant
2007-09-19 Duncan SandsA global variable with external weak linkage can be...
2007-09-19 Gabor Greifinclude alloca.h if available. this helps Solaris,...
2007-09-19 Duncan SandsTestcase for PR1678.
2007-09-19 Evan ChengUse struct SDep instead of std::pair for SUnit pred...
2007-09-19 Evan ChengSet CCR (EFLAGS) copy cost to -1, i.e. extremely expens...
2007-09-19 Evan ChengAdd CopyCost to TargetRegisterClass. This specifies...
2007-09-19 Devang PatelRelax loop ExitCondition predicate restriction.
2007-09-19 Devang PatelFilter loops where split condition's false branch is...
2007-09-19 Devang PatelBail out early, before modifying anything.
2007-09-19 Devang PatelWork is incomplete. Loop is not modified at all right...
2007-09-18 Devang Patelooops...
2007-09-18 Evan ChengClean up.
2007-09-18 Evan ChengFix a bogus splat xform:
2007-09-18 Gabor Greifrename test, it is obviously misspelled
2007-09-18 Dale JohannesenPrevent crash on long double.
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
2007-09-18 Dan GohmanMove the entries for 64-bit CMP, IMUL, and a few others...
2007-09-18 Gordon HenriksenAdding ocaml language bindings for the vmcore and bitwr...
2007-09-18 Gordon HenriksenRegenerate.
2007-09-18 Gordon Henriksengit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2007-09-18 Gordon Henriksengit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2007-09-18 Gordon HenriksenIncorporating review feedback for GC verifier patch.
2007-09-18 Bill WendlingDon't pass back a reference to a temporary.
2007-09-18 Bill WendlingUpdate my entry.
2007-09-18 Bill WendlingThe exception handling function info should be reset...
2007-09-18 Gordon HenriksenC bindings for libLLVMCore.a and libLLVMBitWriter.a.
2007-09-18 Gordon HenriksenFixing an comment in Module.h that refers to a nonexist...
2007-09-18 Devang PatelFix PR1657
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-17 Bill WendlingAdd support for appending a suffix to the end of a...
2007-09-17 Evan ChengBug fix and minor clean up of generated code.
2007-09-17 Devang PatelDo not hide APInt::dump() inside #ifndef NDEBUG.
2007-09-17 Tanya LattnerFix broken default help strings for enable-shared,...
2007-09-17 Devang PatelDo not eliminate loop when it is invalid to do so....
2007-09-17 Devang PatelSkeleton for transformations to truncate loop's iterati...
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 Daniel BerlinThat's what i get for using carbon emacs in a terminal
2007-09-17 Daniel BerlinFix iterator so it doesn't sometimes report bits that...
2007-09-17 Dan GohmanAdd a utility function to SDOperand for testing if...
2007-09-17 Evan ChengX86ISD::TEST is dead.
2007-09-17 Chris Lattnerregenerate
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.
2007-09-17 Gordon HenriksenAdding myself to credits.
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 BerlinFix a few bugs related to zero'ing of elements
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 Lattnerremove obsolete tests.
2007-09-15 Chris LattnerFix PR1666, SPASS with the CBE and 254.gap with the...
2007-09-15 Chris LattnerNew testcase for PR1662. GCC trees are horrible :(
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 from the headers, since the pass itself...
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 GohmanAdd explicit triples to avoid default behavior that...
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 Tanya LattnerChange to 2.2svn.
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...
next