aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-11Reduce dpendencies for SupportTests.Michael J. Spencer
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer
2010-10-11Make sure that the call stack adjustments have default operands. AlsoEric Christopher
2010-10-11PR8297Andrew Trick
2010-10-11PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen
2010-10-11Found a bug turning this on by default. Disable again for now.Eric Christopher
2010-10-11Remove now non-existent option.Eric Christopher
2010-10-11Fix help text.Eric Christopher
2010-10-11Change flag from Enable to Disable since we're enabled by default.Eric Christopher
2010-10-11Add KillTheDoctor.Michael J. Spencer
2010-10-11trailing whitespace cleanupJim Grosbach
2010-10-11Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperandAndrew Trick
2010-10-11More binary encoding stuff, taking advantage of the new "by name" operandJim Grosbach
2010-10-11Turn on arm fast isel by default.Eric Christopher
2010-10-11When figuring out which operands match which encoding fields in an instruction,Jim Grosbach
2010-10-11Properly handle reloading and spilling around partial redefines inJakob Stoklund Olesen
2010-10-11remove dead prototype, PR8351Chris Lattner
2010-10-11MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target.Francois Pichet
2010-10-11Copy and pasteo.Eric Christopher
2010-10-11Whitespace cleanup in ARM fast isel.Eric Christopher
2010-10-11Add srem libcall support to ARM fast isel.Eric Christopher
2010-10-11Add i8 sdiv support for ARM fast isel.Eric Christopher
2010-10-11Implement select handling for ARM fast-isel.Eric Christopher
2010-10-11tweak comment.Chris Lattner
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-11X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.Michael J. Spencer
2010-10-10X86: MinGW should always use libgcc on Windows.Michael J. Spencer
2010-10-10X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).Michael J. Spencer
2010-10-10Fix Whitespace.Michael J. Spencer
2010-10-10force a triple, varargs isn't supported with the SVR4 ABI the buildbot tells me.Chris Lattner
2010-10-10fix the default va_arg expansion (in the realignment case) to not implicitlyChris Lattner
2010-10-10fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner
2010-10-10clarify that zero sized vectors are illegal, PR8340Chris Lattner
2010-10-09Now using a variant of the existing inlining heuristics to decide whether to ...Kenneth Uildriks
2010-10-09Fix dead link.Nick Lewycky
2010-10-09Silence compiler warning.Benjamin Kramer
2010-10-09MC-COFF: Fix .bss section size. Fixes PR8335. Patch by NAKAMUTA Takumi!Michael J. Spencer
2010-10-09Don't test a removed function.Benjamin Kramer
2010-10-09syntax-highlighting: Fix module asm keyword.Michael J. Spencer
2010-10-09MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer
2010-10-09MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer
2010-10-09Fix Whitespace.Michael J. Spencer
2010-10-09MC-COFF: Assert on non-coff sections.Michael J. Spencer
2010-10-09Add Kate syntax highlighting files.Michael J. Spencer
2010-10-09Add VLD4 scheduling itineraries.Evan Cheng
2010-10-09MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...Michael J. Spencer
2010-10-09Finish vld3 and vld4.Evan Cheng
2010-10-09Complete vld2 instruction itineries.Evan Cheng
2010-10-09Multiply instructions are issued on pipeline 0. They do not need to reserve p...Evan Cheng
2010-10-09Correct some load / store instruction itinerary mistakes:Evan Cheng