Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / lib / Target /
2010-02-09 Johnny ChenAdd VBIF/VBIT for disassembly only.
2010-02-09 Daniel DunbarMC/X86: Add a dummy implementation of MCFixup generatio...
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...
2010-02-09 Johnny ChenAdded VMRS/VMSR for disassembly only.
2010-02-09 Chris Lattnerport encoder enhancements over to the new encoder.
2010-02-09 Chris Lattnerfix X86 encoder to output [disp] only addresses with...
2010-02-09 Chris Lattnerrevert r95689: getX86RegNum(BaseReg) != N86::ESP is
2010-02-09 Chris Lattnersimplify.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Jim GrosbachRadar 7417921
2010-02-09 Johnny ChenAdded vcvtb/vcvtt (between half-precision and single...
2010-02-09 Chris Lattnermove PR3462 to here.
2010-02-09 Chris Lattneradd a note from PR6194
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-09 Chris Lattnermove PR6212 to this file.
2010-02-08 Chris Lattnerthis is done, tested by CodeGen/ARM/iabs.ll
2010-02-08 Jim Grosbachtighten up eh.setjmp sequence a bit.
2010-02-08 Chris Lattnerunify the paths for external symbols and global variables:
2010-02-08 Chris Lattnerswitch the rest of the "@ concatentation" logic in...
2010-02-08 Sean CallananFixed the AT&T AsmLexer to report the proper strings
2010-02-08 Chris Lattnerswitch ELF @GOTOFF references to use X86MCTargetExpr.
2010-02-08 Chris Lattneradd an x86 implementation of MCTargetExpr for
2010-02-08 Johnny ChenAdd VCVTR (between floating-point and integer, VFP...
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-02-08 Johnny ChenAdd VCMP (VFP floating-point compare without 'E' bit...
2010-02-08 Johnny ChenAdded VMOVRRS/VMOVSRR to ARMInstrVFP.td for disassembly...
2010-02-08 Torok EdwinFix x86 JIT stub on MSVC.
2010-02-06 Bruno Cardoso LopesAdd suport for VASTART on Mips.
2010-02-06 Bruno Cardoso LopesFirst step towards varargs support in Mips:
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2010-02-06 Rafael EspindolaFix alignment on ppc linux. This fixes the build of...
2010-02-06 Evan ChengDo not emit callseq instructions around sibcalls. This...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-06 Bob WilsonHandle AddrMode6 (for NEON load/stores) in Thumb2's...
2010-02-05 Chris Lattnerfix incorrect encoding of SBB8mi that Kevin noticed.
2010-02-05 Chris Lattnerfix a case where we'd mis-encode fisttp because of...
2010-02-05 Chris Lattneradd note.
2010-02-05 Chris Lattnerport X86InstrInfo::determineREX over to the new encoder.
2010-02-05 Chris Lattnerwire up 64-bit MCCodeEmitter.
2010-02-05 Chris Lattnerreally kill off the last MRMInitReg inst, remove logic...
2010-02-05 Chris Lattnerlower the last of the MRMInitReg instructions in MCInst...
2010-02-05 Chris Lattnerteach X86MCInstLower to lower the MOV32r0 and MOV8r0
2010-02-05 Chris Lattnergenericize helpers, use them for MOV16r0/MOV64r0
2010-02-05 Chris Lattnerfactor code better in X86MCInstLower::Lower, teach...
2010-02-05 Chris Lattnerimplement the rest of the encoding types.
2010-02-05 Chris Lattnermove functions for decoding X86II values into the X86II...
2010-02-05 Chris Lattnerconstant propagate a method away.
2010-02-05 Chris Lattnerchange getSizeOfImm and getBaseOpcodeFor to just take
2010-02-05 Chris Lattneradd some more encodings.
2010-02-05 Johnny ChenVMOVRRD and VMOVDRR both have Inst{7-6} = 0b00.
2010-02-05 Chris Lattnerimplement the non-relocation forms of memory operands
2010-02-05 Evan ChengHandle tail call with byval arguments.
2010-02-05 Chris Lattnerstart adding MRMDestMem, which requires memory form...
2010-02-05 Chris LattnerAdd a few more encodings, we can now encode all of:
2010-02-04 Evan PhoenixDisable external stubs for X86-32 and X86-64
2010-02-04 Chris Lattnermove the PR6214 microoptzn to this file.
2010-02-04 Evan ChengRe-enable x86 tail call optimization.
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
2010-02-04 Evan ChengIndirect tail call has to go through a call preserved...
2010-02-04 Dale JohannesenRewrite FP constant handling in DEBUG_VALUE yet
2010-02-03 Chris Lattnerenhance new encoder to support prefixes + RawFrm
2010-02-03 Chris Lattnerset up some infrastructure, some minor cleanups.
2010-02-03 Evan ChengSpeculatively disable x86 automatic tail call optimizat...
2010-02-03 Chris Lattnerstub out a new X86 encoder, which can be tried with
2010-02-03 Chris Lattnerrename createX86MCCodeEmitter to more accurately reflec...
2010-02-03 Kevin EnderbyAdded support for X86 instruction prefixes so llvm...
2010-02-03 Chris Lattnerreapply r95206, this time actually delete the code...
2010-02-03 Chris Lattnerrevert r95206, it is apparently causing bootstrap failu...
2010-02-03 Chris Lattnermake the x86 backend emit darwin stubs through mcstreamer
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-03 Chris Lattnerdon't emit \n's at the start of X86AsmPrinter::runOnMac...
2010-02-03 Chris Lattnerrename printMachineInstruction -> EmitInstruction
2010-02-03 Chris Lattnerprint instructions through the mcstreamer.
2010-02-03 Chris Lattneremit instructions through the streamer.
2010-02-03 Chris LattnerFinally eliminate printMCInst and send instructions...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-03 Dale JohannesenPrint FPImm a less kludgy way; APFloat.toString seems
2010-02-02 Evan ChengByVal frame object size should be that of the byval...
2010-02-02 Jim GrosbachAs of r79039, we still try to eliminate the frame point...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Dale JohannesenAccept floating point immediates in DEBUG_VALUE.
2010-02-02 Daniel DunbarAsmParser/X86: Add temporary hack to allow parsing...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Chris Lattnertidy some targets.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnerdetemplatize the ppc code emitter.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattneradd a definition for ID.
2010-02-02 Chris Lattnerdetemplatize ARM code emitter.
2010-02-02 Daniel DunbarMCAsmParser/X86: Represent absolute memory operands...
2010-02-02 Daniel DunbarMCCodeEmitter/X86: Handle tied registers better when...
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnerdetemplatize alpha code emission, it is now JIT specific.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnerremove the remnants of TargetMachOWriterInfo.
next