2010-12-20 |
Cameron Zwarich | Teach MachineVerifier that early clobber defs begin... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Cameron Zwarich | Add a missing check from r122218. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | temporarily disable this: PR8823. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | implement type legalization promotion support for SMULO... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | now that addc/adde are gone, "ADDC" in the X86 backend... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Cameron Zwarich | Don't assume that an instruction ending a register... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | We lower setb to sbb with the hope that the and will... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Mon P Wang | Test case for r122215 when InstCombine optimizes memset |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Mon P Wang | Avoid dropping the address space when InstCombine optim... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | use for loop over types. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | Change the X86 backend to stop using the evil ADDC... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | update comment. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | Fix a bug in the scheduler's handling of "unspillable... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Mon P Wang | Add comment for testcase for 122206 |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | the result of CheckForLiveRegDef is dead, remove it. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Chris Lattner | reduce indentation, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Cameron Zwarich | Ignore debug values when performing MachineVerifier... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Mon P Wang | Prevents PerformShuffleCombine from creating a node... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Cameron Zwarich | Early clobber operands are allowed to be defined at... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | fix an oversight caught by Frits! |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Bruno Cardoso... | Update the Target Feature Matrix for Mips |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Cameron Zwarich | Fix PR8815 by checking for an explicit clobber def... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | improve the setcc -> setcc_carry optimization to happen... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Cameron Zwarich | Fix PR8811 by teaching MachineVerifier about optional... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Cameron Zwarich | StrongPHIElimination will never run before TwoAddressIn... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | simplify some code to just reuse a setcc if we can... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Lewycky | Use the new way of silencing this warning. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Lewycky | Add missing standard headers. Patch by Joerg Sonnenberger! |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Nick Lewycky | Add missing std:: prefixes to some calls. C++ doesn... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | teach MaskedValueIsZero how to analyze ADDE. This is |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | now that generic vector types aren't selected onto... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | now that generic vector types aren't selected onto... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | reduce copy/paste programming with the power of for... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | X86 supports i8/i16 overflow ops (except i8 multiplies... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | add a general coverage test for overflow intrinsics. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | move a transformation to a more logical place, simplify... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | recognize an unsigned add with overflow idiom into... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | optimize uadd(x, cst) into a comparison when the normal |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | add a version of IRBuilder::SetInsertPoint that takes... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | use IC.ReplaceInstUsesWith instead of a raw RAUW so... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | generalize the sadd creation code to not require that the |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | fix another miscompile in the llvm.sadd formation logic... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Cameron Zwarich | Remove some checks for StrongPHIElim. These checks... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | fix a bug (possibly 8816) in the sadd forming xform... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | rework the code added in r122072 to pull it out to... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | Enhance LICM to promote alias sets whose pointers thems... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | fix PR8602, a bug in an assertion: a volatile store... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | fix PR8642: if a critical edge has a PHI value that... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | remove dead header |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | revert r122164, I'm going to go with a different approach. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Rafael Espindola | Fixed version of 122160 (the previous one would fold... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Rafael Espindola | Revert 122160 while I debug it. |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | first step to fixing PR8642: don't fold away empty... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Chris Lattner | move this test into the ARM test so that it is only... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Rafael Espindola | Move all folding to AttemptToFoldSymbolOffsetDifference. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Support/PathV1: Clarify deprecation warning. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Chris Lattner | simplify this a bit. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Anton Korobeynikov | Restore the behavior of frame lowering before my refact... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Benjamin Kramer | Just rename the functions, relying on matching a instru... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Benjamin Kramer | Test more than just label names and make test work... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Eric Christopher | Header warning patrol. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Roman Divacky | Add support for lexing single quotes like 'c'. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Owen Anderson | Revert r122143 through r122140, which collectively... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Merge isAbsolute into IsSymbolRefDifferenceFullyResolved. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Remove the MCObjectFormat class. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Add a test that shows that we produce no fixups when... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Add a FIXME and explain a hack. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Support/PathV1: Clarify deprecation warning. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Fix the note. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Revert 122011, 122012, 122013, 122023 adding back an... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jakob Stoklund... | Apparently, operandices is not a word. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Move some data to the TargetWriter. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jakob Stoklund... | Teach the inline spiller to attempt folding a load... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jakob Stoklund... | Tweak debug spew. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Bill Wendling | r120333 changed the opcode for the Thumb1 stuff from... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Bill Wendling | RemoveUnusedCPEntries can change things. Track it. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Test for push being relaxed. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jakob Stoklund... | Check that the register is live-in to the loop header... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Nick Lewycky | Fix GCC warning: |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Rafael Espindola | Relax push instructions. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Nick Lewycky | Make LazyValueInfo non-recursive. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Bob Wilson | Rearrange some Neon multiclasses. No functional changes. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | Support/PathV1: Deprecate getLast. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Michael J.... | CMake: Cleanup and document MSVC warning flags. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Owen Anderson | Add support to CallbackVH to receive notification when... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jakob Stoklund... | Pass a Banner argument to the machine code verifier... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Bob Wilson | Fix result type of Neon floating-point comparisons... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Bob Wilson | Add some missing entries in ARMTargetLowering::getTarge... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Bill Wendling | Whitespace fixes. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jakob Stoklund... | Avoid dereferencing end() in collectInterferingVRegs... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jakob Stoklund... | Make the -verify-regalloc command line option available... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jakob Stoklund... | Enable loop splitting in RegAllocGreedy. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Nate Begeman | Add vector versions of some existing scalar transforms... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Bill Wendling | During local stack slot allocation, the materializeFram... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Bob Wilson | Fix a DAGCombiner crash when folding binary vector... |
commit | commitdiff | tree | snapshot |
next |