oota-llvm.git
2008-02-12 Wojciech MatyjewiczChange negative grep into positive one in my yesterday...
2008-02-12 Wojciech MatyjewiczFix PR2002. Suppose n is the initial value for the...
2008-02-12 Eli FriedmanFix for bug 1996: optimize out loads of undef. This...
2008-02-12 Evan ChengUpdate comment.
2008-02-12 Evan ChengUnbreak various insert_vector_elt and extract_vector_el...
2008-02-12 Tanya LattnerTest case for annotate builtin.
2008-02-12 Evan ChengFix some test cases.
2008-02-12 Bill WendlingMore violation fixes.
2008-02-12 Bill WendlingFix validation errors: di -> dt.
2008-02-12 Bill WendlingReformatting. Adding "doc_code" divisions for code...
2008-02-12 Chris Lattnerrip out llvm 2.2 stuff in preparation for llvm 2.3
2008-02-12 Chris Lattnerheavily refactor this to have less duplication between...
2008-02-12 Chris Lattnerremove unknown details
2008-02-12 Tanya LattnerAdd 2.2 release tag.
2008-02-11 Nate BegemanStuff noticed while grepping code
2008-02-11 Dan GohmanCorrect the order of the arguments in the examples...
2008-02-11 Ted KremenekThe factories for ImutAVLTree/ImmutableSet/ImmutableMap...
2008-02-11 Scott MichelAdded blurb for CellSPU progress
2008-02-11 Duncan SandsGeneralize the handling of call and return arguments,
2008-02-11 Dan GohmanFrom Chris' review: use isa instead of explicitly using...
2008-02-11 Dan GohmanFrom Chris' review: minor corrections in comments.
2008-02-11 Dan GohmanFrom Chris' review: use cast instead of dyn_cast with...
2008-02-11 Dan GohmanFrom Chris' review: fix 80 column violations
2008-02-11 Dan GohmanFrom Chris' review: change MemOperandSDNode's construct...
2008-02-11 Wojciech MatyjewiczIf the LHS of the comparison is a loop-invariant we...
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-02-11 Duncan SandsAdd arbitrary integer support to getRegisterType and
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2008-02-11 Duncan SandsAdd a isBigEndian method to complement isLittleEndian.
2008-02-11 Evan ChengDetermine whether a spill kills the register it's spill...
2008-02-11 Chris Lattnertweaks from dale.
2008-02-11 Chris Lattnerupdates from Evan
2008-02-11 Nate BegemanEnable SSE4 codegen and pattern matching.
2008-02-11 Nate Begemanadditional missing feature
2008-02-10 Gabor Greifcorrected some spellings
2008-02-10 Chris LattnerVarious updates from Sam Bishop:
2008-02-10 Chris LattnerFix scalarrepl to not 'miscompile' undefined code,...
2008-02-10 Nate Begemanxmm0 variable blends
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-10 Chris Lattnerclose an li tag
2008-02-10 Duncan SandsAdd some Ada info and correct a few buglets.
2008-02-10 Duncan SandsAdd truncate and AssertZext result expansion.
2008-02-10 Chris Lattnerremove the in progress marker.
2008-02-10 Chris Lattnervalidation fixes
2008-02-10 Chris Lattnerfinal set of major updates
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...
next