aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-11Support AA chaining.Dan Gohman
2010-10-11Fix the pass manager's search order for immutable passes, and make itDan Gohman
2010-10-11MC machine encoding for simple aritmetic instructions that use a shiftedJim Grosbach
2010-10-11Second set of ARM/MC/ELF changes.Jason W Kim
2010-10-11Clang's #include handling apparently doesn't work for libstdc++'sDan Gohman
2010-10-11Unit Tests: Missed this error. MSVC and clang didn't complain.Michael J. Spencer
2010-10-11Proper VST scheduling itineraries.Evan Cheng
2010-10-11Use a sane mechanism for that assert.Eric Christopher
2010-10-11System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer
2010-10-11Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis.Jakob Stoklund Olesen
2010-10-11The assert() should reference to machine instr operand number, too.Jim Grosbach
2010-10-11Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer
2010-10-11We're not going to handle dynamic allocas anywhere else.Eric Christopher
2010-10-11Change explicit search Apple specific code to only reference __eprintf on x86.Daniel Dunbar
2010-10-11Make sure to use the machine instruction operand number. It doesn't alwaysJim Grosbach
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