2010-06-24 |
Oscar Fuentes | DataTypes.h.cmake (MSVC): Protect some #define's and... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bruno Cardoso... | Refactor SSE cmp intrinsics and declare the same for AVX |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bob Wilson | Fix up some comments. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bob Wilson | Use the struct tags mandated by ARM's ABI. Also use... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bill Wendling | It's possible that a flag is added to the SDNode that... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Devang Patel | DBG_VALUE machine instruction pointing to undefined... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Don't return a std::vector in the Spiller interface... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bruno Cardoso... | - Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Remove the now unused LiveIntervals::getVNInfoSourceReg(). |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Teach AdjustCopiesBackFrom to also use CoalescerPair... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dale Johannesen | Disallow matching "i" constraint to symbol addresses... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Eric Christopher | Silence some unused variable warnings. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Remove the -fast-spill option. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Document problems that I encountered when working on... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Evan Cheng | Oops. IT block formation pass needs to be run at any... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bill Wendling | Loosen up the requirements in the Horrible Hack(tm... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Eli Friedman | Always allow Thumb-2 SXTB, SXTH, UXTB, and UXTH. Fixes... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Replace a big gob of old coalescer logic with the new... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Add an exports file for the Hello example plugin. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Print the LSBs of a SlotIndex symbolically using letter... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Simplify this code; switch lowering shouldn't produce... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | A few minor micro-optimizations. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Teach getExactSDiv to evaluate x/1 to x up front, as... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bob Wilson | PR7458: Try commuting Thumb2 instruction operands to... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bob Wilson | Edit and clarify comments for TargetInstrInfo methods: |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Don't try to preserve pointer types in SCEVConstants... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Fix copy+pasto issues in isMulSExtable. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Make the trunc code consistent with the zext and sext... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Add a comment about a thread safety issue in Statistic.h. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Add overloads for getFile and getFileOrSTDIN which... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Be more strict about subreg-to-subreg copies in Coalesc... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Verify that VNI kills are pointing to existing instruct... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use (even more, still) ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Eliminate the other half of the BRCOND optimization... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Eliminate the first have of the optimization which... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API and CallSite for arg range; add... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Reapply r106634, now that the bug it exposed is fixed. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API and CallSite for arg range |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use (even more) ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API, also tighten the type of visitFree... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API; introduce downcasted pointers into... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use callsite to obtain all arguments |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use callsite to obtain all arguments |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Chris Lattner | Teach the x86 mc assembler that %dr6 = %db6, this imple... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Chris Lattner | more cleanups |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Chris Lattner | fix breakage from r98938 by correctly marking msp430... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Fix a bug in the code which determines when it's safe... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Eric Christopher | Add a couple more quick comments. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Dan Gohman | Optimize the "bit test" code path for switch lowering... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Revert "Replace a big gob of old coalescer logic with... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use getNumArgOperands |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Devang Patel | Use ValueMap instead of DenseMap. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bruno Cardoso... | Add AVX CMP{SS,SD}{rr,rm} instructions and encoding... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Bruno Cardoso... | Move SSE and AVX shuffle, unpack and compare code to... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Jakob Stoklund... | Replace a big gob of old coalescer logic with the new... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Devang Patel | Use available typedef for " DenseMap<const Value*,... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Devang Patel | Cosmetic change. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Gabor Greif | use ArgOperand accessors |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Bill Wendling | We are missing opportunites to use ldm. Take code like... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Gabor Greif | use the new isFreeCall API and ArgOperand accessors |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Gabor Greif | minor enhancement to llvm::isFreeCall API: return CallI... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Gabor Greif | use ArgOperand getters |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Bruno Cardoso... | Add AVX MOVMSK{PS,PD}rr instructions |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Bruno Cardoso... | Add tests for different AVX cmp opcodes, also teach... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Eric Christopher | Update according to feedback. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Rafael Espindola | Add an extra-library-path option to the plugin. This... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Bruno Cardoso... | Add AVX SHUF{PS,PD}{rr,rm} instructions |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Nico Weber | Add support for the x86 instructions "pusha" and "popa". |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Bruno Cardoso... | Fix a tblgen bug. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Dale Johannesen | Reinstate correct test, remove the real invalidated... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Dale Johannesen | Remove tests invalidated by previous checkin. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Dale Johannesen | Do not do tail calls to external symbols. If the |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Bill Wendling | MorphNodeTo doesn't preserve the memory operands. Becau... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | tests: Tweak lit.cfg to fix breakage with out-of-dir... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | Revert r106263, "Fold the ShrinkDemandedOps pass into... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Jim Grosbach | The generic DAG combiner can now fold atomic fences... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Jim Grosbach | When using libcall expansions for the atomic intrinsics... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Jim Grosbach | Some targets don't require the fencing MEMBARRIER instr... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Jakob Stoklund... | Add a few VNInfo data structure checks. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Gabor Greif | use ArgOperand accessors |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Gabor Greif | use ArgOperand accessors |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Gabor Greif | use helper to neatly access arguments |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Eric Christopher | Update uses, defs, and comments for darwin tls patterns. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Nick Lewycky | Don't link against libm and libpthread which don't... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | Revert r106066, "Create a more targeted fix for not... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Stuart Hastings | Less incorrect handling of zero-length bitfields. ... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Eric Christopher | Get the addend correct for i386 pic. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bill Wendling | Generate DWARF information during Apple-style build... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Replace ScalarEvolution's private copy of getLoopPredec... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Bruno Cardoso... | Add AVX compare packed instructions |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Dan Gohman | Loosen up this test so that it doesn't depend as much... |
commit | commitdiff | tree | snapshot |
next |