- 352aa50 Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings. by Jakob Stoklund Olesen · 15 years ago
- e4614f7 Added a new instruction class NVDupLane to be inherited by VDUPLND and VDUPLNQ, by Johnny Chen · 15 years ago
- 86afec7 Reapply Kevin's change 94440, now that Chris has fixed the limitation on by Bob Wilson · 15 years ago
- 2ddefec Add comment. by Devang Patel · 15 years ago
- 8fb0403 MC/Mach-O: Switch to MCSectionData::getOrdinal. by Daniel Dunbar · 15 years ago
- 4ec9bd9 Scheduler assumes SDDbgValue nodes are in source order. That's true currently. But add an assertion to verify it. by Evan Cheng · 15 years ago
- 5a6e97a MC: Explicity track section and fragment ordinals. by Daniel Dunbar · 15 years ago
- b026d64 Fix -Asserts warning. by Daniel Dunbar · 15 years ago
- d5d5a3d Change tblgen to emit FOOISD opcode names as two by Chris Lattner · 15 years ago
- f906cb9 Include isFunctionLocal while calculating folding node set profile for a MDNode. by Devang Patel · 15 years ago
- 167bda4 Remove a fixme that doesn't make sense any more. by Evan Cheng · 15 years ago
- 219d774 fix PR6642, GVN forwarding from memset to load of the base of the memset. by Chris Lattner · 15 years ago
- c388ace Make sure SDDbgValue.Invalid is initialized to false by all the constructors. by Evan Cheng · 15 years ago
- 589ad5d eliminate a bunch more parallels now that scheduling by Chris Lattner · 15 years ago
- 47cdf4a Make the NDEBUG assertion stronger and more clear what is happening. by Chris Lattner · 15 years ago
- ea7b6bb Include isFunctionLocal while calculating folding node set provide for a MDNode. by Devang Patel · 15 years ago
- f27e608 Reapply r99451 with a fix to move the NoInline check to the cost functions by Eric Christopher · 15 years ago
- 3d7d07e reapply 99444/99445, which I speculatively reverted in r99453. by Chris Lattner · 15 years ago
- 5d42851 MC: Route access to SectionData offset and file size through MCAsmLayout. by Daniel Dunbar · 15 years ago
- 432cd5f MC: Route access to Fragment offset and effective size through MCAsmLayout. by Daniel Dunbar · 15 years ago
- bfcb305 Change how dbg_value sdnodes are converted into machine instructions. Their placement should be determined by the relative order of incoming llvm instructions. The scheduler will now use the SDNode ordering information to determine where to insert them. A dbg_value instruction is inserted after the instruction with the last highest source order and before the instruction with the next highest source order. It will optimize the placement by inserting right after the instruction that produces the value if they have consecutive order numbers. by Evan Cheng · 15 years ago
- 7c3d45a MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAddress. by Daniel Dunbar · 15 years ago
- e9cfd68 MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment address with a symbol address. by Daniel Dunbar · 15 years ago
- 48f2cb9 Avoid being influenced by dbg_value instructions. by Evan Cheng · 15 years ago
- cb0f06e Disable folding loads into tail call in 32-bit PIC mode. It can introduce illegal code like this: by Evan Cheng · 15 years ago
- d41952d revert 99444/99445. This doesn't cause the failure of by Chris Lattner · 15 years ago
- 0623e90 Temporarily revert this, it's causing an issue with an internal project. by Eric Christopher · 15 years ago
- 014dc4e Speculatively revert this to see if it fixes buildbot failures. by Bob Wilson · 15 years ago
- 4020670 remove dead argument. by Chris Lattner · 15 years ago
- c243dea split EmitNode in half to reduce indentation. by Chris Lattner · 15 years ago
- 760c2f3 Added the Advanced Encryption Standard (AES) Instructions. by Kevin Enderby · 15 years ago
- 2676737 Make the use of the vmla and vmls VFP instructions controllable via cmd line. by Jim Grosbach · 15 years ago
- 044be39 Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it does by Kevin Enderby · 15 years ago
- 1449f29 Per chris's request, add some comments. by Nate Begeman · 15 years ago
- 9bb59a2 Use SP filename directly instead of SP's context's filename. by Devang Patel · 15 years ago
- 69631b1 Trivial formating change. by Johnny Chen · 15 years ago
- fdea31a BUILD_VECTOR was missing out on some prime opportunities to use SSE 4.1 inserts. by Nate Begeman · 15 years ago
- d6a6b3b Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan. by Bob Wilson · 15 years ago
- eb8c645 Move OptChkCall off LibCallOptimization into StrCpyOpt. by Evan Cheng · 15 years ago
- 2fadd6b Reverted r99326 which added NVdVmVCVTFrm, and later renamed to NVCVTFrm. by Johnny Chen · 15 years ago
- 16e0209 Fix minor style issues. by Dan Gohman · 15 years ago
- 7d85ac0 Reverted r99376. The disassembler will deal with the 2-reg format of these two by Johnny Chen · 15 years ago
- 35075a7 tweak the arm if conversion heuristic by Jim Grosbach · 15 years ago
- 1541738 Fix memory leak in liveintervals: the destructor for VNInfos must be called, by Torok Edwin · 15 years ago
- c9f7500 Finally land the InvokeInst operand reordering. by Gabor Greif · 15 years ago
- 6d6aaec tighten a type and remove trailing whitespace, no functional changes by Gabor Greif · 15 years ago
- bd1f993 increase const goodness and remove pointless getUser() calls by Gabor Greif · 15 years ago
- 5eff285 cache result of UI.getOperandNo() instead of calling it twice, it is cheaper this way by Gabor Greif · 15 years ago
- bbdca3f Fix comment typo. by Duncan Sands · 15 years ago
- 207e06e MC: Direct all {fragment,section,symbol} address access through the MCAsmLayout object. by Daniel Dunbar · 15 years ago
- 2250425 dbg_value may end a block. by Evan Cheng · 15 years ago
- b7ba578 Mark VMOVDneon and VMOVQ as having the N2RegFrm form to help the disassembler. by Johnny Chen · 15 years ago
- c54a2f1 Switch INC8r to defining its pattern in terms of X86inc_flag by Chris Lattner · 15 years ago
- c5f413a Renamed NVdVmImmFrm and NVdVmVCVTFrm to the more proper N2RegFrm and NVCVTFrm, by Johnny Chen · 15 years ago
- 0f920e5 Remove the ConvertActions table and associated code, which is unused. by Dan Gohman · 15 years ago
- 1aec4d7 switch SDTBinaryArithWithFlags to be a multiple-result node as well. by Chris Lattner · 15 years ago
- 74c8d67 Switch SDTUnaryArithWithFlags to being modeled as a two-result by Chris Lattner · 15 years ago
- 7e50414 remove 64-bit or_is_add parallels. by Chris Lattner · 15 years ago
- a0f7017 remove useless or_is_add parallel's. by Chris Lattner · 15 years ago
- fdac0b6 reduce nesting. by Chris Lattner · 15 years ago
- fceabef try being more permissive for if-conversion on ARM V7. see what the nightly by Jim Grosbach · 15 years ago
- fe4b92b Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings." by Jakob Stoklund Olesen · 15 years ago
- ff54784 MC: Sprinkle in some more interesting statistics. by Daniel Dunbar · 15 years ago
- ef6e96f llvm-mc: Fast path EvaluateAbsolute of constants. by Daniel Dunbar · 15 years ago
- ae8f4c4 [llvm_void_ty] is no longer needed for result types, by Chris Lattner · 15 years ago
- c75c5fa Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain crossings. by Jakob Stoklund Olesen · 15 years ago
- a271174 Renamed NVdImmFrm to N1RegModImmFrm. by Johnny Chen · 15 years ago
- a54934a add some accessors to callsite/callinst/invokeinst to check by Chris Lattner · 15 years ago
- bc7a902 Revert 99335. getTypeToExpandTo's iterative behavior is actually needed here. by Dan Gohman · 15 years ago
- 3490748 Remove getTypeToExpandTo, since it isn't adding much value by Dan Gohman · 15 years ago
- e059ee8 Don't back past debug info intrinsics; SCEVExpander's strategy by Dan Gohman · 15 years ago
- a495c72 fix an infinite loop in Module::getEndianness, PR6684 patch by Alex Mac! by Chris Lattner · 15 years ago
- 841e828 Fix typo in the comment for N3VX class. by Johnny Chen · 15 years ago
- be7849e Add comment. by Johnny Chen · 15 years ago
- 3ae9a57 Add New NEON Format NVdVmVCVTFrm. by Johnny Chen · 15 years ago
- 87a10f5 Skip debugging intrinsics when sinking unused invariants. by Bill Wendling · 15 years ago
- 927b88f Add New NEON Format NVdVmImmFrm. by Johnny Chen · 15 years ago
- f1250ee Ignore dbg_value's. by Evan Cheng · 15 years ago
- 8d1f0dd Teach isSafeToClobberEFLAGS to ignore dbg_value's. We need a MachineBasicBlock::iterator that does this automatically? by Evan Cheng · 15 years ago
- 112e5e7 Code clean up. by Evan Cheng · 15 years ago
- df9a4f0 Fix VLDMQ and VSTMQ instructions to use the correct encoding and address modes. by Bob Wilson · 15 years ago
- 0113559 Fix bad indentation, 80-column violations, and trailing whitespace. by Bob Wilson · 15 years ago
- 785516a Add New NEON Format NVdImmFrm. by Johnny Chen · 15 years ago
- 0289b41 Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable optimizations down stream. by Evan Cheng · 15 years ago
- 0054c7a add assert in argpromotion, which cannot trigger by Gabor Greif · 15 years ago
- 050560e word-o by Gabor Greif · 15 years ago
- c289a02 Rename some instructions to match the corresponding NEON opcode. by Bob Wilson · 15 years ago
- 11d9899 Change VST1 instructions for loading Q register values to operate on pairs by Bob Wilson · 15 years ago
- 9d8f002 Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations. by Evan Cheng · 15 years ago
- 621f195 Change VLD1 instructions for loading Q register values to operate on pairs by Bob Wilson · 15 years ago
- d8036fb MC: Switch to using MCInst fragments to do relaxation. by Daniel Dunbar · 15 years ago
- 337055e MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particular instruction + fixups might need relaxation. by Daniel Dunbar · 15 years ago
- 8f9b80e MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target dependencies in MCMachOStreamer and MCAssembler. by Daniel Dunbar · 15 years ago
- 8296800 MC: Add TargetAsmBackend::RelaxInstruction callback, and custom X86 implementation. by Daniel Dunbar · 15 years ago
- 9799de9 MC: Tweak MCInstFragment to include the encoded data and fixups, so that we don't need to recompute them during relaxation. I will revisit this once all the other pieces of fast relaxation are in place. by Daniel Dunbar · 15 years ago
- 1ccd91a Put MCSectionCOFF::Name into the MCContext instead of leaking it. by Jeffrey Yasskin · 15 years ago
- 3f4dcd9 MC: Add MCInstFragment, not used yet. by Daniel Dunbar · 15 years ago
- 35b0657 Add a FIXME. by Daniel Dunbar · 15 years ago
- ea16ea5 Fix PR6673: updating the callback should not clear the map. by Chris Lattner · 15 years ago
- 4a602ca Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit. by Devang Patel · 15 years ago