oota-llvm.git
2010-06-25 Duncan SandsRemove variables which are assigned to but for which...
2010-06-25 Benjamin KramerBring back the empty vector workaround I removed in...
2010-06-25 Benjamin KramerTweak MemoryBuffer to allocate the class itself, the...
2010-06-25 Gabor Greifuse ArgOperand accessors
2010-06-25 Gabor Greifuse ArgOperand API (the simple part)
2010-06-25 Gabor Greifuse ArgOperand API
2010-06-25 Gabor Greifuse ArgOperand API
2010-06-25 Duncan SandsRemove unused variables.
2010-06-25 Gabor Greifuse ArgOperand API and CallSite to access arguments...
2010-06-25 Gabor Greifuse ArgOperand API and CallSite to access arguments...
2010-06-25 Gabor Greifuse ArgOperand API
2010-06-25 Gabor Greifprune an include
2010-06-25 Gabor Greifuse ArgOperand API (one more hunk I could split)
2010-06-25 Gabor Greifuse ArgOperand API (some hunks I could split)
2010-06-25 Gabor Greifuse ArgOperand API; tighten type of handleFreeWithNonTr...
2010-06-25 Bob WilsonAdd missing ARM and Thumb data layout info for vector...
2010-06-25 Bob WilsonReduce indentation.
2010-06-25 Dale JohannesenFix a case where an earlyclobber operand of an asm
2010-06-25 Bruno Cardoso... Add some AVX convert instructions
2010-06-24 Jakob Stoklund... Make sure all eliminated kills are removed from VNInfo...
2010-06-24 Dan GohmanDon't write an output file to cwd, and put an rdar...
2010-06-24 Dan GohmanAdd some comments.
2010-06-24 Bruno Cardoso... Refactoring of SSE convert intrinsics
2010-06-24 Dan GohmanTeach EmitLiveInCopies to omit copies for unused virtua...
2010-06-24 Bruno Cardoso... Refactoring of SSE conversion instructions
2010-06-24 Bob WilsonChange array references to match my previous change...
2010-06-24 Oscar FuentesDataTypes.h.cmake (MSVC): Protect some #define's and...
2010-06-24 Bruno Cardoso... Refactor SSE cmp intrinsics and declare the same for AVX
2010-06-24 Bob WilsonFix up some comments.
2010-06-24 Bob WilsonUse the struct tags mandated by ARM's ABI. Also use...
2010-06-24 Bill WendlingIt's possible that a flag is added to the SDNode that...
2010-06-24 Devang PatelDBG_VALUE machine instruction pointing to undefined...
2010-06-24 Jakob Stoklund... Don't return a std::vector in the Spiller interface...
2010-06-24 Bruno Cardoso... - Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}.
2010-06-24 Jakob Stoklund... Remove the now unused LiveIntervals::getVNInfoSourceReg().
2010-06-24 Jakob Stoklund... Teach AdjustCopiesBackFrom to also use CoalescerPair...
2010-06-24 Dale JohannesenDisallow matching "i" constraint to symbol addresses...
2010-06-24 Eric ChristopherSilence some unused variable warnings.
2010-06-24 Jakob Stoklund... Remove the -fast-spill option.
2010-06-24 Dan GohmanDocument problems that I encountered when working on...
2010-06-24 Evan ChengOops. IT block formation pass needs to be run at any...
2010-06-24 Bill WendlingLoosen up the requirements in the Horrible Hack(tm...
2010-06-24 Eli FriedmanAlways allow Thumb-2 SXTB, SXTH, UXTB, and UXTH. Fixes...
2010-06-24 Jakob Stoklund... Replace a big gob of old coalescer logic with the new...
2010-06-24 Dan GohmanAdd an exports file for the Hello example plugin.
2010-06-24 Jakob Stoklund... Print the LSBs of a SlotIndex symbolically using letter...
2010-06-24 Dan GohmanSimplify this code; switch lowering shouldn't produce...
2010-06-24 Dan GohmanA few minor micro-optimizations.
2010-06-24 Dan GohmanTeach getExactSDiv to evaluate x/1 to x up front, as...
2010-06-24 Bob WilsonPR7458: Try commuting Thumb2 instruction operands to...
2010-06-24 Bob WilsonEdit and clarify comments for TargetInstrInfo methods:
2010-06-24 Dan GohmanDon't try to preserve pointer types in SCEVConstants...
2010-06-24 Dan GohmanFix copy+pasto issues in isMulSExtable.
2010-06-24 Dan GohmanMake the trunc code consistent with the zext and sext...
2010-06-24 Dan GohmanAdd a comment about a thread safety issue in Statistic.h.
2010-06-24 Dan GohmanAdd overloads for getFile and getFileOrSTDIN which...
2010-06-24 Jakob Stoklund... Be more strict about subreg-to-subreg copies in Coalesc...
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Jakob Stoklund... Verify that VNI kills are pointing to existing instruct...
2010-06-24 Gabor Greifuse (even more, still) ArgOperand API
2010-06-24 Dan GohmanEliminate the other half of the BRCOND optimization...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
2010-06-24 Gabor Greifuse ArgOperand API and CallSite for arg range; add...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-24 Gabor Greifuse ArgOperand API and CallSite for arg range
2010-06-24 Gabor Greifuse (even more) ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API, also tighten the type of visitFree...
2010-06-24 Gabor Greifuse ArgOperand API; introduce downcasted pointers into...
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Gabor Greifuse callsite to obtain all arguments
2010-06-24 Gabor Greifuse callsite to obtain all arguments
2010-06-24 Chris LattnerTeach the x86 mc assembler that %dr6 = %db6, this imple...
2010-06-24 Chris Lattnermore cleanups
2010-06-24 Chris Lattnerreduce indentation
2010-06-24 Chris Lattnerfix breakage from r98938 by correctly marking msp430...
2010-06-24 Dan GohmanFix a bug in the code which determines when it's safe...
2010-06-24 Eric ChristopherAdd a couple more quick comments.
2010-06-24 Dan GohmanOptimize the "bit test" code path for switch lowering...
2010-06-24 Jakob Stoklund... Revert "Replace a big gob of old coalescer logic with...
2010-06-24 Gabor Greifuse getNumArgOperands
2010-06-24 Gabor Greifuse ArgOperand API
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-24 Bruno Cardoso... Add AVX CMP{SS,SD}{rr,rm} instructions and encoding...
2010-06-24 Bruno Cardoso... Move SSE and AVX shuffle, unpack and compare code to...
2010-06-24 Jakob Stoklund... Replace a big gob of old coalescer logic with the new...
2010-06-24 Devang PatelUse available typedef for " DenseMap<const Value*,...
2010-06-23 Devang PatelCosmetic change.
2010-06-23 Gabor Greifuse ArgOperand accessors
2010-06-23 Bill WendlingWe are missing opportunites to use ldm. Take code like...
2010-06-23 Gabor Greifuse the new isFreeCall API and ArgOperand accessors
2010-06-23 Gabor Greifminor enhancement to llvm::isFreeCall API: return CallI...
2010-06-23 Gabor Greifuse ArgOperand getters
2010-06-23 Bruno Cardoso... Add AVX MOVMSK{PS,PD}rr instructions
2010-06-23 Bruno Cardoso... Add tests for different AVX cmp opcodes, also teach...
2010-06-23 Eric ChristopherUpdate according to feedback.
2010-06-23 Rafael EspindolaAdd an extra-library-path option to the plugin. This...
next