oota-llvm.git
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingFormatting changes.
2007-09-22 Chris Lattnerinitialize isstore/isload fields in ctor, fixing PR1695
2007-09-22 Chris Lattnerfix bugs in the manual
2007-09-22 Neil BoothHandle storage complications of float->float conversions.
2007-09-22 Tanya LattnerCorrect names.
2007-09-22 Tanya LattnerFix typo.
2007-09-21 Tanya LattnerOne last fix to get name correct.
2007-09-21 Tanya LattnerFix silly typo.
2007-09-21 Tanya LattnerUpdate annotation intrinsic with more details.
2007-09-21 Tanya LattnerAdding support for __builtin_annotation with an intrins...
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-21 Devang PatelFix PR1692
2007-09-21 Owen AndersonFix CopyFrom for non-POD data types.
2007-09-21 Chris Lattner#ifdef out unsafe tracing code, which fixes PR1689
2007-09-21 Chris Lattnerdon't read Block after it is freed. This fixes PR1684
2007-09-21 Devang PatelAdd missing entry.
2007-09-21 Chris Lattnergcroot testcase, patch by Eric Christopher.
2007-09-21 Chris LattnerI cannot spell coalesce :)
2007-09-21 Chris Lattnergcroot must take concrete types, not arbitrary types.
2007-09-21 Chris Lattnerinitialize SetCCResultContents, fixing PR1693
2007-09-21 Rafael EspindolaDon't add a default STACK_ALIGN (use the generic ABI...
2007-09-21 Dan GohmanThere is no {rsqrt,rcp}{p,s}d.
2007-09-21 Rafael Espindolasmall cleanup: use LowerMemArgument in LowerFastCCArgum...
2007-09-21 Chris LattnerInitial hack at 2.1 release notes.
2007-09-21 Owen AndersonAdd partial caching of non-local memory dependence...
2007-09-21 Evan ChengHonor user-defined section specification of a global...
2007-09-20 Dale JohannesenFix PR 1688. See comments there.
2007-09-20 Devang PatelUpdate aux. info associated with an instruction before...
2007-09-20 Devang PatelDo not override user specified section.
2007-09-20 Devang PatelDon't increment invalid iterator.
2007-09-20 Duncan SandsTestcase for PR1678.
2007-09-20 Evan ChengDisable if-conversion for this test.
2007-09-20 Evan Cheng-enable-arm-if-conversion is gone.
2007-09-20 Dale JohannesenFix dumb regression in constant folding (Regression...
2007-09-20 Gordon HenriksenRegenerate.
2007-09-20 Gordon HenriksenIncorporating review feedback for GC verifier patch.
2007-09-20 Dan GohmanFix several more entries in the x86 reload/remat foldin...
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
next