2009-09-09 |
Evan Cheng | Make sure to make stub region writable before emission... |
tree | commitdiff |
2009-09-09 |
Evan Cheng | Fix arm jit encoding bug introduced by 75048. Some... |
tree | commitdiff |
2009-09-09 |
Evan Cheng | Remove comments which don't add much to .s readibility. |
tree | commitdiff |
2009-09-09 |
Chris Lattner | turn the mcinst asmprinter on by default for x86, tweak... |
tree | commitdiff |
2009-09-09 |
Chris Lattner | tidy up |
tree | commitdiff |
2009-09-09 |
Chris Lattner | make sure to send external symbols through the mangler, |
tree | commitdiff |
2009-09-09 |
Chris Lattner | add support for @PLT and friends on external symbols... |
tree | commitdiff |
2009-09-08 |
Chris Lattner | change selectiondag to add the sign extended versions... |
tree | commitdiff |
2009-09-08 |
Anton Korobeynikov | Unbreak getOnesVector() / getZeroVector() to use valid... |
tree | commitdiff |
2009-09-08 |
Anton Korobeynikov | Add NEON 'laned' operations. This fixes another bunch... |
tree | commitdiff |
2009-09-08 |
Richard Pennington | Add source debug information to the Sparc code generator. |
tree | commitdiff |
2009-09-08 |
Nicolas Geoffray | Also emit a label for TargetInstrInfo::GC_LABEL. |
tree | commitdiff |
2009-09-08 |
Chris Lattner | add support for some missing modifiers on jumptable... |
tree | commitdiff |
2009-09-08 |
Chris Lattner | add a bunch more evil lowering code to work around... |
tree | commitdiff |
2009-09-08 |
Chris Lattner | ADd support for "lowering" the X86::MOVZX16rr8/X86... |
tree | commitdiff |
2009-09-08 |
Chris Lattner | add a hack to lower MOV16r0 to MOV32r0 in MCInstLower... |
tree | commitdiff |
2009-09-08 |
Chris Lattner | fix PR4767, a crash because fp stackifier visited blocks in |
tree | commitdiff |
2009-09-06 |
Anton Korobeynikov | Do not create calls via PLT in compilation callback... |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Remove a left over bit of code with no effect. |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Remove unreachable code. |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Avoid an unused variable warning when assertions are |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Mark more constants unsigned, as warned about by icc... |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Remove some not-really-used variables, as warned |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Remove strange 'const' qualifiers, as warned about... |
tree | commitdiff |
2009-09-06 |
Duncan Sands | Remove some unused variables and methods warned about by |
tree | commitdiff |
2009-09-04 |
Jim Grosbach | Whitespace cleanup |
tree | commitdiff |
2009-09-03 |
Bill Wendling | If we've pushed registers onto the stack, but aren... |
tree | commitdiff |
2009-09-03 |
David Goodwin | Calls clobber FPSCR. |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Recognize more opportunities to use SSE min and max... |
tree | commitdiff |
2009-09-03 |
Mon P Wang | Fixed a few problems with vector shifts |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Add a -disable-16bit flag and associated support for... |
tree | commitdiff |
2009-09-03 |
Kevin Enderby | Removed the non-target independent AsmToken::Register... |
tree | commitdiff |
2009-09-03 |
Benjamin Kramer | CppBackend: avoid printing unnecessary whitespace. |
tree | commitdiff |
2009-09-03 |
Chris Lattner | don't call getOffset() on jump tables, this fixes three... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | Implement support for X86II::MO_GOT_ABSOLUTE_ADDRESS... |
tree | commitdiff |
2009-09-03 |
Evan Cheng | Reference to hidden symbols do not have to go through... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | remove extraneous hack. |
tree | commitdiff |
2009-09-03 |
Daniel Dunbar | Make these functions static and local. |
tree | commitdiff |
2009-09-03 |
Chris Lattner | Thread an MCAsmInfo pointer through the various MC... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | just use dump() |
tree | commitdiff |
2009-09-03 |
Chris Lattner | merge globaladdress symbol processing stuff into other... |
tree | commitdiff |
2009-09-03 |
Evan Cheng | Unbreak x86_64 build. |
tree | commitdiff |
2009-09-03 |
Chris Lattner | Split the "operand -> symbol" logic from the "get offse... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | implement lowering support for constant pool index... |
tree | commitdiff |
2009-09-03 |
Evan Cheng | X86JITInfo::getLazyResolverFunction() should not read... |
tree | commitdiff |
2009-09-03 |
Chris Lattner | simplify this by using SmallString::str(), much nicer! |
tree | commitdiff |
2009-09-03 |
Sean Callanan | Added opaque 32-, 48-, and 80-bit memory operand types... |
tree | commitdiff |
2009-09-02 |
Anton Korobeynikov | More missed vdup patterns |
tree | commitdiff |
2009-09-02 |
Chris Lattner | switch from std::string to SmallString + raw_svector_os... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | split mcinst lowering stuff out to its own file. |
tree | commitdiff |
2009-09-02 |
Sandeep Patel | Retype from unsigned to CallingConv::ID accordingly... |
tree | commitdiff |
2009-09-02 |
Chris Lattner | refactor select 'sched insertion' out to its own method. |
tree | commitdiff |
2009-09-02 |
Chris Lattner | Add support for modeling whether or not the processor... |
tree | commitdiff |
2009-09-02 |
Sean Callanan | Fixed the asmstrings for 8-bit, 16-bit, and 32-bit... |
tree | commitdiff |
2009-09-01 |
Daniel Dunbar | Simplify. |
tree | commitdiff |
2009-09-01 |
Daniel Dunbar | Fix what I believe is a copy-n-pasto introduced in... |
tree | commitdiff |
2009-09-01 |
Daniel Dunbar | X86/Encoding: Support ExternalSymbol operands in emitDi... |
tree | commitdiff |
2009-09-01 |
Daniel Dunbar | Remove Offset from ExternalSybmol MachineOperands,... |
tree | commitdiff |
2009-09-01 |
Jim Grosbach | reduce size of SmallString to something more reasonable |
tree | commitdiff |
2009-09-01 |
Bob Wilson | Add support for generating code for vst{234}lane intrin... |
tree | commitdiff |
2009-09-01 |
Jim Grosbach | Use raw_ostream instead of sstream |
tree | commitdiff |
2009-09-01 |
David Goodwin | RRX reads CPSR. |
tree | commitdiff |
2009-09-01 |
Sean Callanan | Added TEST %rAX, $imm instructions to the Intel tables... |
tree | commitdiff |
2009-09-01 |
Bruno Cardoso Lopes | Reapply 80278 |
tree | commitdiff |
2009-09-01 |
Sanjiv Gupta | Further refactoring of PIC16 Obj file code. |
tree | commitdiff |
2009-09-01 |
Bob Wilson | Generate code for vld{234}_lane intrinsics. |
tree | commitdiff |
2009-09-01 |
Jim Grosbach | Fix compiler warnings |
tree | commitdiff |
2009-09-01 |
Jim Grosbach | Clean up LSDA name generation and use for SJLJ exceptio... |
tree | commitdiff |
2009-08-31 |
Evan Cheng | Remove .n suffix for some 16-bit opcodes now that Darwi... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | X86/exp-asm-printer: Lower MachineOperand::MO_JumpTable... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | Stop printing old asm printing code inline with -experi... |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | Avoid unnecessary +0 in experimental-asm-printer. |
tree | commitdiff |
2009-08-31 |
Devang Patel | Simplify isDerivedType() and other predicate interface. |
tree | commitdiff |
2009-08-31 |
Duncan Sands | Revert commit 80428. It completely broke exception |
tree | commitdiff |
2009-08-31 |
Benjamin Kramer | Normalize makefile comments and sort cmake file lists. |
tree | commitdiff |
2009-08-31 |
Daniel Dunbar | llvm-mc: Switch MCInst to storing an MCExpr* instead... |
tree | commitdiff |
2009-08-30 |
Anton Korobeynikov | Add missed pattern |
tree | commitdiff |
2009-08-30 |
Anton Korobeynikov | EXTRACT_VECTOR_ELEMENT can have result type different... |
tree | commitdiff |
2009-08-30 |
Daniel Dunbar | llvm-mc/X86: Encode constant MCValue's correctly. |
tree | commitdiff |
2009-08-29 |
Dan Gohman | CMOV_GR8 clobbers EFLAGS when its expansion involves... |
tree | commitdiff |
2009-08-29 |
Bill Wendling | - Add target lowering methods to get the preferred... |
tree | commitdiff |
2009-08-29 |
Anton Korobeynikov | Do not assert on too wide splats we don't support. |
tree | commitdiff |
2009-08-28 |
Anton Korobeynikov | Add missed extract_element pattern |
tree | commitdiff |
2009-08-28 |
Devang Patel | Reapply 79977. |
tree | commitdiff |
2009-08-28 |
Evan Cheng | Let Darwin linker auto-synthesize stubs and lazy-pointe... |
tree | commitdiff |
2009-08-28 |
Anton Korobeynikov | Short-term workaround for frame-related weirdness on... |
tree | commitdiff |
2009-08-28 |
Daniel Dunbar | Fix -Asserts warning, round two. |
tree | commitdiff |
2009-08-28 |
Evan Cheng | Print a nl before pic labels so they start at a new... |
tree | commitdiff |
2009-08-28 |
Daniel Dunbar | Fix -Asserts warning. |
tree | commitdiff |
2009-08-28 |
Evan Cheng | v4, v5 does not support sxtb / sxth. |
tree | commitdiff |
2009-08-27 |
Bruno Cardoso Lopes | Revert 80278 for now, it caused a lot of MIPS tests... |
tree | commitdiff |
2009-08-27 |
Bruno Cardoso Lopes | Revamp our friend Mips :) |
tree | commitdiff |
2009-08-27 |
Dan Gohman | Don't mark CMOV_GR8 as two-address, or commutable,... |
tree | commitdiff |
2009-08-27 |
Eric Christopher | Add FIXME for when we support more specific XMM registers. |
tree | commitdiff |
2009-08-27 |
Eric Christopher | Nuke trailing whitespace. |
tree | commitdiff |
2009-08-27 |
Anton Korobeynikov | Hopefully the final missing part :( |
tree | commitdiff |
2009-08-27 |
Anton Korobeynikov | Forgot about actual change :) |
tree | commitdiff |
2009-08-27 |
Anton Korobeynikov | Transform float scalar_to_vector into subreg accesses. |
tree | commitdiff |
2009-08-27 |
Misha Brukman | STRD and LDRD require ARMv5TE, not just ARMv5T. |
tree | commitdiff |
2009-08-27 |
Daniel Dunbar | llvm-mc/X86: Implement single instruction encoding... |
tree | commitdiff |
next |