2010-03-25 |
Evan Cheng | Remove an unused option. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | MC: Simplify main section layout process by moving... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | MC: Sink Section address assignment into LayoutSection. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jakob Stoklund... | Add a late SSEDomainFix pass that twiddles SSE instruct... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Johnny Chen | Added a new instruction class NVDupLane to be inherited... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Bob Wilson | Reapply Kevin's change 94440, now that Chris has fixed... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | Sketch a few Clang release notes. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Devang Patel | Add comment. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
John Criswell | Fixed spurious warning problem noticed by Daniel Dunbar... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | MC/Mach-O: Switch to MCSectionData::getOrdinal. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Evan Cheng | Scheduler assumes SDDbgValue nodes are in source order... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | MC: Explicity track section and fragment ordinals. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | lit: Add LitTestCase and lit.load_test_suite, for adapt... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Chris Lattner | Change tblgen to emit FOOISD opcode names as two |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Jakob Stoklund... | Fix evil TableGen bug in template parameters with defaults. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Devang Patel | Include isFunctionLocal while calculating folding node... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Evan Cheng | Remove a fixme that doesn't make sense any more. |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Chris Lattner | fix PR6642, GVN forwarding from memset to load of the... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Evan Cheng | Make sure SDDbgValue.Invalid is initialized to false... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Chris Lattner | eliminate a bunch more parallels now that scheduling |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Chris Lattner | Make the NDEBUG assertion stronger and more clear what is |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Devang Patel | Include isFunctionLocal while calculating folding node... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Eric Christopher | Reapply r99451 with a fix to move the NoInline check... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Chris Lattner | reapply 99444/99445, which I speculatively reverted in |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | MC: Route access to SectionData offset and file size... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | MC: Route access to Fragment offset and effective size... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Eric Christopher | Make sure this runs in 64-bit only, 32-bit won't produc... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Evan Cheng | Change how dbg_value sdnodes are converted into machine... |
commit | commitdiff | tree | snapshot |
2010-03-25 |
Daniel Dunbar | MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAdd... |
commit | commitdiff | tree | snapshot |
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 |
next |