oota-llvm.git
2008-02-13 Nate Begemanreadme updates
2008-02-13 Eli FriedmanAdd test for PR1996. (This is my first time adding...
2008-02-13 Nate BegemanAdd testcase for recent legalizer change
2008-02-13 Nate BegemanSupport legalizing insert_vector_elt on targets where...
2008-02-13 Evan ChengNew tests.
2008-02-13 Evan ChengInitial support for copy elimination by commuting its...
2008-02-13 Nate BegemanMake register scavenging happy by not using a reg ...
2008-02-13 Evan Cheng- Added removeValNo() to remove all live ranges of...
2008-02-13 Evan ChengcommuteInstr() can now commute non-ssa machine instrs.
2008-02-13 Evan ChengAdded debugging routine dumpUses.
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Dale Johannesen__DATA not __DATA__ is the right segment name on darwin.
2008-02-12 Nate BegemanRemove some dead code
2008-02-12 Nate BegemanSSE4.1 64b integer insert/extract pattern support
2008-02-12 Dan GohmanChange APInt::getBitsSet to accept a "half-open" range...
2008-02-12 Duncan SandsNote that these instructions are for x86-32 linux
2008-02-12 Duncan SandsAdd more spacing.
2008-02-12 Duncan SandsAdd instructions for building Ada and Fortran.
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-12 Duncan SandsGeneralize getCopyFromParts and getCopyToParts to
2008-02-12 Evan ChengRevert r46916 PPCTargetAsmInfo.cpp.
2008-02-12 Evan ChengOnly using x86-64 rip relative addressing in non-staic...
2008-02-12 Evan ChengDon't mask the isel bug.
2008-02-12 Evan ChengThis test assumes no SSE4.1.
2008-02-12 Dan GohmanAdd a doxygen comment for SrcValueSDNode, to make its...
2008-02-12 Devang PatelRemove dead code.
2008-02-12 Wojciech MatyjewiczNow that ScalarEvolution::print writes to the correct...
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...
next