oota-llvm.git
2008-02-10 Bill WendlingReturn "(c1 + c2)" instead of yet another ADD node...
2008-02-10 Chris Lattnermore prose, some organization improvements.
2008-02-10 Chris Lattnerrandom notes
2008-02-10 Chris Lattneradd anote
2008-02-10 Nick LewyckyMatch GCC's behaviour for these sections.
2008-02-09 Nate Begemanmemopv16i8 had wrong alignment requirement, would have...
2008-02-09 Chris Lattneradd some more notes, still not ready for review :)
2008-02-09 Chris Lattnerscoped_ptr.h was removed.
2008-02-09 Gabor Greifexplain that NumElements in alloca and malloc defaults...
2008-02-09 Dale JohannesenAlignment of struct containing vectors depends on
2008-02-09 Wojciech MatyjewiczWe should check that existing cast operation has the...
2008-02-09 Wojciech MatyjewiczAdd a check if the initial value of the induction varia...
2008-02-09 Evan ChengRemove unused hidden option.
2008-02-09 Nate BegemanSkeleton of insert and extract matching, more to come
2008-02-09 Nate BegemanTablegen support for insert & extract element matching
2008-02-09 Chris Lattnercheck that terminators only occur at the end of a block...
2008-02-08 Dan GohmanChange ConstantSDNode to store an APInt instead of...
2008-02-08 Devang PatelFix PR 1995.
2008-02-08 Evan ChengForgot these files.
2008-02-08 Evan ChengAlso print alignment.
2008-02-08 Dan GohmanAdd an isSignedIntN, like isIntN but for signed integer...
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-02-08 Dale Johannesen64-bit (MMX) vectors do not need restrictive alignment.
2008-02-08 Ted KremenekConstified operator<< in APSInt.
2008-02-08 Dan GohmanAvoid needlessly casting away const qualifiers.
2008-02-08 Dan GohmanAvoid needlessly casting away const qualifiers.
2008-02-08 Evan ChengAdded missing entries in X86 load / store folding tables.
2008-02-07 Devang PatelBegin setting features for target based on target tripl...
2008-02-07 Evan ChengRemove remnant of load folding in local register alloca...
2008-02-07 Dan GohmanFollow Chris' suggestion; change the PseudoSourceValue...
2008-02-07 Dan GohmanAdd SourceValue information for outgoing argument store...
2008-02-07 Dan GohmanDon't abort if a MemOperand is missing a SourceValue...
2008-02-07 Evan ChengFix a x86-64 codegen deficiency. Allow gv + offset...
2008-02-07 Evan ChengIn some cases, e.g. ADD32ri, no transformation is made...
2008-02-07 Nick LewyckyDon't make up new directives. (".set_foobar")
2008-02-07 Dan GohmanFix a typo in a comment.
2008-02-06 Dan GohmanAdd support to FoldingSet for hashing APInt objects.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-06 Evan ChengIt's PR1925, not PR1609.
2008-02-06 Bill WendlingTemporarily reverting:
2008-02-06 Evan ChengFix a number of local register allocator issues: PR1609.
2008-02-06 Chris Lattnersome more notes.
2008-02-06 Chris Lattnermake it clear :)
2008-02-06 Chris Lattneradd a bunch of random notes and fix some issues noticed...
2008-02-06 Evan ChengRegAllocaLocal still *requires* LiveVariables since...
2008-02-06 Chris Lattnera starter shell for 2.2 release notes
2008-02-06 Tanya LattnerThrottle the non-local dependence analysis for basic...
2008-02-05 Anton KorobeynikovDon't dereference an invalid pointer if string is empty.
2008-02-05 Evan ChengFix PR1975: dag isel emitter produces patterns that...
2008-02-05 Evan ChengMove to getCALLSEQ_END to ensure CALLSEQ_END node produ...
2008-02-05 Chris LattnerMake RenamePass faster by making the 'is this a new...
2008-02-05 Dale JohannesenImplement sseregparm.
2008-02-05 Evan ChengIf a vr is already marked alive in a bb, then it has...
2008-02-05 Chris Lattnerregenerate
2008-02-05 Chris LattnerMake the check for GCC version more robust, fix shared...
2008-02-05 Ted KremenekAdded FoldingSet profiling support to ImmutableSet.
2008-02-05 Ted KremenekChanged profiling method for ImmutableMap to once again...
2008-02-05 Nate BegemanIdent mnemonics appropriately
2008-02-05 Chris Lattnerdump the module *before* we delete it, not after.
2008-02-05 Chris LattnerFix a bug compiling PR1978 (perhaps not the only one...
2008-02-05 Owen AndersonFix an obscure read-after-free bug that Duncan found.
2008-02-05 Dale JohannesenMissed one.
2008-02-05 Evan ChengThis should also work on x86 now.
2008-02-05 Evan ChengUnbreak teh build.
2008-02-04 Dale JohannesenDo not unconditionally redefine vec_ext_v16qi and
2008-02-04 Evan ChengTypo.
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-04 Nate BegemanThis method should be virtual
2008-02-04 Nate BegemanEliminate some redundant code.
2008-02-04 Ted KremenekModified 'Profile' method of ImmutableMap to use the...
2008-02-04 Devang PatelDo not set time out, lets assume assembler will do...
2008-02-04 Ted KremenekModified node creation of ImutAVLTree to do a hash...
2008-02-04 Ted KremenekAdded "bucket_iterators" to FoldingSet. Bucket iterato...
2008-02-04 Devang PatelSet error message.
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to
2008-02-04 Duncan SandsCrashes LegalizeTypes with "Do not know how to split
2008-02-04 Chris Lattnerremove target triple to make this test more "generic"
2008-02-04 Ted KremenekFixed 80 col. violation.
2008-02-04 Ted Kremenekconstified operator~().
2008-02-04 Duncan SandsCrashed the new type legalizer. Not likely to catch
2008-02-04 Duncan SandsI don't see how NodeUpdated can be called with a
2008-02-04 Nate BegemanThe rest of the SSE4.1 intrinsic patterns that are...
2008-02-04 Nate BegemanSome more SSE 4.1 intrinsic patterns.
2008-02-04 Owen AndersonMake this test more aggressive, to cover recent improve...
2008-02-04 Owen AndersonBe more precise when eliminating pointers bue to memcpy...
2008-02-04 Owen AndersonAllow GVN to hack on memcpy's, making them open to...
2008-02-03 Nick LewyckyTag this test with the PR reference.
2008-02-03 Nick LewyckyThere are some cases where icmp(add) can be folded...
2008-02-03 Nick LewyckyHack on vectors too.
2008-02-03 Nick LewyckyFold away one multiply in instcombine. This would norma...
2008-02-03 Chris LattnerFix typo
2008-02-03 Nate BegemanSSE 4.1 Intrinsics and detection
2008-02-03 Chris Lattnerhandle the case where a node can become ready to process
2008-02-03 Chris LattnerUse the new infrastructure for listening to node updates to
2008-02-03 Chris Lattnerthe world doesn't need my debugging code.
2008-02-03 Chris LattnerChange the 'global modification' APIs in SelectionDAG...
2008-02-03 Chris Lattnerexplicitly include Compiler.h instead of getting it...
2008-02-03 Chris LattnerGeneralize the SDOperand->SDOperand form of
2008-02-03 Chris Lattnerdon't do ReplaceUses on a result that doesn't exist.
2008-02-03 Chris Lattneradd a -view-legalize-types-dags option, for viewing...
next