Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / lib /
2010-02-09 Johnny ChenAdd VBIF/VBIT for disassembly only.
2010-02-09 David GreeneOnly dump output in debug mode.
2010-02-09 Daniel Dunbarllvm-mc: Add --show-fixups option, for displaying the...
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 Bill WendlingImprove comments in the LSDA somewhat. They can be...
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 Eric ChristopherMove Intrinsic::objectsize lowering back to InstCombine...
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 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Johnny ChenAdded vcvtb/vcvtt (between half-precision and single...
2010-02-09 Jakob Stoklund OlesenRemember to update live-in lists when coalescing physregs.
2010-02-09 Chris Lattnermove PR3462 to here.
2010-02-09 Chris Lattneradd a note from PR6194
2010-02-09 Dale JohannesenSkip DEBUG_VALUE in some places where it was affecting...
2010-02-09 Devang PatelAdd declaration attribute to a variable DIE, if there...
2010-02-09 Chris Lattnersimplify this code, duh.
2010-02-09 Chris Lattnerfix PR6193, only considering sign extensions *from...
2010-02-09 Eric ChristopherAdd file in here too.
2010-02-09 Chris Lattnermake -show-inst be formatted a bit nicer. Before:
2010-02-09 Lang HamesFixed a bug in the PBQP allocator's findCoalesces method.
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-09 Lang HamesAdded copy sensible construction & assignment to PBQP...
2010-02-09 Eric ChristopherAdd a new pass to do llvm.objsize lowering using SCEV.
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-09 Chris Lattnermove PR6212 to this file.
2010-02-09 Dan GohmanImplement AsmPrinter support for several more operators...
2010-02-08 Dan GohmanDocument that MCExpr::Mod is actually remainder.
2010-02-08 Chris Lattnerfix some problems handling large vectors reported in...
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 Lattnernow that @GOTOFF is no longer represented as a suffix...
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 Dan GohmanConstantFoldConstantExpression can theoretically return...
2010-02-08 Chris Lattneradd an x86 implementation of MCTargetExpr for
2010-02-08 Chris Lattnerdon't make hte dtor private or we can't construct the...
2010-02-08 Johnny ChenAdd VCVTR (between floating-point and integer, VFP...
2010-02-08 Dan GohmanWhen CodeGen'ing unoptimized code, there may be unfolde...
2010-02-08 Dan GohmanAdd const qualifiers.
2010-02-08 Dale JohannesenApply the 95471 fix to SelectionDAGBuilder as well;
2010-02-08 Dan GohmanIn guaranteed tailcall mode, don't decline the tailcall...
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 Chris Lattneradd scaffolding for target-specific MCExprs.
2010-02-08 Johnny ChenAdded VMOVRRS/VMOVSRR to ARMInstrVFP.td for disassembly...
2010-02-08 Torok EdwinFix x86 JIT stub on MSVC.
2010-02-07 Nick LewyckyMake the destructor for TypeMapBase protected. Spotted...
2010-02-07 Duncan SandsGive DwarfPrinter a protected (but not virtual) destruc...
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 Bob WilsonFix an uninitialized value. Radar 7609421.
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 Dale JohannesenAfter Victor's latest commits I am seeing null
2010-02-06 Victor HernandezLinker should not remap null operands of metadata
2010-02-06 Victor HernandezFunction-local metadata whose operands had been optimiz...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-06 Devang PatelSet DW_AT_artificial only if argument is marked as...
2010-02-06 Bob WilsonHandle AddrMode6 (for NEON load/stores) in Thumb2's...
2010-02-05 Jakob Stoklund OlesenDon't unroll loops containing function calls.
2010-02-05 Jakob Stoklund OlesenUpdate CodeMetrics to count 'big' function calls explic...
2010-02-05 Devang PatelDo not generate specification DIE for nested functions.
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 Lattnerprint encodings like this:
2010-02-05 Chris Lattnerport X86InstrInfo::determineREX over to the new encoder.
2010-02-05 Jakob Stoklund OlesenTeach SimplifyCFG about magic pointer constants.
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 Lattnerfix logical-select to invoke filecheck right, and fix...
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 Dan GohmanImplement releaseMemory in CodeGenPrepare and free...
2010-02-05 Chris Lattnerconstant propagate a method away.
2010-02-05 Dan GohmanUse a SmallSetVector instead of a SetVector; this code...
2010-02-05 Chris Lattnerchange getSizeOfImm and getBaseOpcodeFor to just take
2010-02-05 Chris Lattneradd some more encodings.
2010-02-05 Eric ChristopherRemove this code for now. I have a better idea and...
2010-02-05 Johnny ChenVMOVRRD and VMOVDRR both have Inst{7-6} = 0b00.
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-02-05 Daniel DunbarMC: Change default comment column to 40 characters.
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-05 Evan ChengWhen the scheduler unfold a load folding instruction...
next