Fix x86 JIT stub on MSVC.
[oota-llvm.git] / lib /
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...
2010-02-05 Bill WendlingAn empty global constant (one of size 0) may have a...
2010-02-04 Bob WilsonDo not reassociate expressions with i1 type. SimplifyC...
2010-02-04 Evan PhoenixDisable external stubs for X86-32 and X86-64
2010-02-04 Evan ChengFix typo Duncan noticed.
2010-02-04 Jakob Stoklund OlesenIncrease inliner thresholds by 25.
2010-02-04 Jakob Stoklund OlesenFix small bug in handling instructions with more than...
2010-02-04 Chris Lattnermove the PR6214 microoptzn to this file.
2010-02-04 Evan ChengRe-enable x86 tail call optimization.
2010-02-04 Eric ChristopherTemporarily revert this since it appears to have caused...
2010-02-04 Chris Lattneradd support for the sparcv9-*-* target triple to turn on
2010-02-04 Chris LattnerFrom PR6228:
2010-02-04 Eric ChristopherRework constant expr and array handling for objectsize...
2010-02-04 Evan ChengIt's too risky to eliminate sext / zext of call results...
2010-02-04 Dan GohmanChange the argument to getIntegerSCEV to be an int64_t...
2010-02-04 Evan ChengIndirect tail call has to go through a call preserved...
2010-02-04 Dan GohmanUse a tab instead of space after .type, for consistency.
2010-02-04 Dale JohannesenRewrite FP constant handling in DEBUG_VALUE yet
2010-02-04 Victor HernandezFix (and test) function-local metadata that occurs...
2010-02-03 Eric ChristopherIf we're dealing with a zero-length array, don't lower...
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 Devang PatelEmit appropriate expression to find virtual base offset.
2010-02-03 Devang PatelProvide interface to identifiy artificial methods.
2010-02-03 Jeffrey Yasskinr94686 changed all ModuleProvider parameters to Modules...
2010-02-03 Daniel Dunbarllvm-mc: Add --show-inst option, for showing the MCInst...
2010-02-03 Bob WilsonAdjust the heuristics used to decide when SROA is likel...
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 Lattnerprint instruction encodings with the existing comment...
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 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 John McCallMake APInt::countLeadingZerosSlowCase() treat the conte...
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 Lattnerprivatize a bunch of methods and move \n printing into...
2010-02-03 Chris Lattnerrename printMachineInstruction -> EmitInstruction
2010-02-03 Dale JohannesenReapply 95050 with a tweak to check the register class.
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-03 Bob WilsonFix some comment typos.
2010-02-03 Chris Lattnerpass an instprinter into the AsmPrinter if it is available.
2010-02-03 Chris Lattnermake any use of the "O" stream in asmprinter print to
2010-02-03 Eric ChristopherRecommit this, looks like it wasn't the cause.
next