2010-03-25 |
Daniel Dunbar | MC: Fix refacto in MCExpr evaluation, I mistakenly... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Evan Cheng | Avoid being influenced by dbg_value instructions. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Eric Christopher | Fix unused parameter warning. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Evan Cheng | Disable folding loads into tail call in 32-bit PIC... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Dan Gohman | Docuemntation corrections from John Myers. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | revert 99444/99445. This doesn't cause the failure of |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Eric Christopher | Temporarily revert this, it's causing an issue with... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Bob Wilson | Speculatively revert this to see if it fixes buildbot... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | add a convenient TargetInstrDesc::getNumImplicitUses... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | remove dead argument. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | split EmitNode in half to reduce indentation. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Kevin Enderby | Added the Advanced Encryption Standard (AES) Instructions. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Jim Grosbach | Make the use of the vmla and vmls VFP instructions... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Kevin Enderby | Fixed the SS42AI template for the SSE 4.2 instructions... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Nate Begeman | Per chris's request, add some comments. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Devang Patel | Use SP filename directly instead of SP's context's... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Johnny Chen | Trivial formating change. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Nate Begeman | BUILD_VECTOR was missing out on some prime opportunitie... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Bob Wilson | Revert Edwin's change that is breaking MultiSource... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Evan Cheng | Move OptChkCall off LibCallOptimization into StrCpyOpt. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Dan Gohman | Trim #includes. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Johnny Chen | Reverted r99326 which added NVdVmVCVTFrm, and later... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Dan Gohman | Fix minor style issues. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Dan Gohman | It's not necessary to call raw_ostream::close explicitl... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Devang Patel | Do not rely on getCompileUnit() to find source file... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Johnny Chen | Reverted r99376. The disassembler will deal with the... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Jim Grosbach | tweak the arm if conversion heuristic |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Torok Edwin | Fix memory leak in liveintervals: the destructor for... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Gabor Greif | Finally land the InvokeInst operand reordering. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Gabor Greif | tighten a type and remove trailing whitespace, no funct... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Gabor Greif | increase const goodness and remove pointless getUser... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Gabor Greif | cache result of UI.getOperandNo() instead of calling... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Daniel Dunbar | MC: Direct all {fragment,section,symbol} address access... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Evan Cheng | dbg_value may end a block. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Johnny Chen | Mark VMOVDneon and VMOVQ as having the N2RegFrm form... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | Switch INC8r to defining its pattern in terms of X86inc... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Johnny Chen | Renamed NVdVmImmFrm and NVdVmVCVTFrm to the more proper... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Dan Gohman | Remove the ConvertActions table and associated code... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | Add a method to get a StringMapEntry from a pointer... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | switch SDTBinaryArithWithFlags to be a multiple-result... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | Switch SDTUnaryArithWithFlags to being modeled as a... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | add plumbing for handling multiple result nodes |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Dan Gohman | Fix coding style. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Dan Gohman | Generalize findNearestCommonDominator to work on post... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | remove 64-bit or_is_add parallels. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | remove useless or_is_add parallel's. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | reduce nesting. |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | implement SDTCisVTSmallerThanOp with EnforceSmallerThan |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Jim Grosbach | try being more permissive for if-conversion on ARM... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Chris Lattner | bring sanity to EnforceVectorEltType |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Chris Lattner | Cleanup getImplicitType |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Jakob Stoklund... | Revert "Add a late SSEDomainFix pass that twiddles... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | MC: Sprinkle in some more interesting statistics. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | llvm-mc: Support -filetype=null, for timing purposes. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | llvm-mc: Fast path EvaluateAbsolute of constants. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Chris Lattner | reject void in intrinsic type lists. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Chris Lattner | [llvm_void_ty] is no longer needed for result types, |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Jakob Stoklund... | Add a late SSEDomainFix pass that twiddles SSE instruct... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Johnny Chen | Renamed NVdImmFrm to N1RegModImmFrm. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bill Wendling | Remove if DISABLED not if not DISABLED... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Chris Lattner | add some accessors to callsite/callinst/invokeinst... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Dan Gohman | Revert 99335. getTypeToExpandTo's iterative behavior... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bill Wendling | Use "DISABLE_EDIS" to disable building "edis" explicitl... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Dan Gohman | Remove getTypeToExpandTo, since it isn't adding much... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Chris Lattner | make sure to delete the llvm module before calling... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Dan Gohman | Don't back past debug info intrinsics; SCEVExpander... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Chris Lattner | fix an infinite loop in Module::getEndianness, PR6684 |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Johnny Chen | Fix typo in the comment for N3VX class. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Johnny Chen | Add comment. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Johnny Chen | Add New NEON Format NVdVmVCVTFrm. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bill Wendling | Skip debugging intrinsics when sinking unused invariants. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Johnny Chen | Add New NEON Format NVdVmImmFrm. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Evan Cheng | Ignore dbg_value's. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Evan Cheng | Teach isSafeToClobberEFLAGS to ignore dbg_value's.... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bob Wilson | Fix VLDMQ and VSTMQ instructions to use the correct... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Stuart Hastings | Test case for llvm-gcc r99305. Radar 7659636. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bob Wilson | Fix bad indentation, 80-column violations, and trailing... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Johnny Chen | Add New NEON Format NVdImmFrm. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Evan Cheng | Forgot this. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Evan Cheng | Teach simplify libcall to transform __strcpy_chk to... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Gabor Greif | add assert in argpromotion, which cannot trigger |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Gabor Greif | word-o |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bob Wilson | Rename some instructions to match the corresponding... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bob Wilson | Change VST1 instructions for loading Q register values... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Evan Cheng | Fix an incorrect logic causing instcombine to miss... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Bob Wilson | Change VLD1 instructions for loading Q register values... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | MC: Switch to using MCInst fragments to do relaxation. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | MC: Add TargetAsmBackend::MayNeedRelaxation, for checki... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | MC: Add TargetAsmBackend::WriteNopData and use to elimi... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | MC: Add TargetAsmBackend::RelaxInstruction callback... |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Daniel Dunbar | MC: Tweak MCInstFragment to include the encoded data... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Jeffrey Yasskin | Put MCSectionCOFF::Name into the MCContext instead... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Daniel Dunbar | MC: Add MCInstFragment, not used yet. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Daniel Dunbar | Add a FIXME. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | Fix PR6673: updating the callback should not clear... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Devang Patel | Emit DW_AT_low_pc and DW_AT_high_pc attributes for... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Evan Cheng | Fix 80 col violation. |
commit | commitdiff | tree | snapshot |
next |