aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Encoding for ARM-mode VADD.F32 instruction.Jim Grosbach2010-10-122-3/+16
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-1260-63/+346
* Combine these together - should probably have some text associatedEric Christopher2010-10-121-4/+4
* Mark variable 'NoImplicitFloatOps' used only in an assert as used.Nick Lewycky2010-10-121-0/+1
* Add MOVi ARM encoding.Jim Grosbach2010-10-122-14/+24
* Initial va_arg support for x86-64. Patch by David Meyer!Dan Gohman2010-10-124-6/+351
* Nuke unused wrapper function.Jim Grosbach2010-10-121-3/+0
* Remove the x86 MOV{32,64}{rr,rm,mr}_TC instructions.Jakob Stoklund Olesen2010-10-123-56/+12
* Add encoding information for the remainder of the generic arithmeticJim Grosbach2010-10-122-22/+43
* PR8359: The ARM backend may end up allocating registers D16 to D31 whenBob Wilson2010-10-124-3/+11
* Rework alloca handling so that we can load or store from castedEric Christopher2010-10-121-63/+29
* Handle a wider arrangement of loads.Eric Christopher2010-10-121-0/+16
* Delete a redundant check.Dan Gohman2010-10-121-1/+1
* More SmallVectorImpls.Dan Gohman2010-10-122-10/+10
* Shrink a SmallVector with a known maximum size.Dan Gohman2010-10-121-1/+1
* Constify.Dan Gohman2010-10-121-3/+4
* Use SmallVectorImpl in a bunch of places.Dan Gohman2010-10-121-9/+9
* More ARM scheduling itinerary fixes.Evan Cheng2010-10-114-377/+460
* Support AA chaining.Dan Gohman2010-10-111-6/+9
* Fix the pass manager's search order for immutable passes, and make itDan Gohman2010-10-111-22/+21
* MC machine encoding for simple aritmetic instructions that use a shiftedJim Grosbach2010-10-114-1/+42
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-114-6/+71
* Proper VST scheduling itineraries.Evan Cheng2010-10-114-124/+396
* Use a sane mechanism for that assert.Eric Christopher2010-10-111-2/+2
* Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis.Jakob Stoklund Olesen2010-10-111-10/+8
* We're not going to handle dynamic allocas anywhere else.Eric Christopher2010-10-111-1/+3
* Change explicit search Apple specific code to only reference __eprintf on x86.Daniel Dunbar2010-10-111-8/+5
* Make sure that the call stack adjustments have default operands. AlsoEric Christopher2010-10-111-5/+8
* PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen2010-10-111-33/+13
* Found a bug turning this on by default. Disable again for now.Eric Christopher2010-10-111-3/+3
* Fix help text.Eric Christopher2010-10-111-1/+1
* Change flag from Enable to Disable since we're enabled by default.Eric Christopher2010-10-111-4/+8
* Fixes bug 8297: i386 cmpxchg8b, missing MachineMemOperandAndrew Trick2010-10-111-1/+3
* More binary encoding stuff, taking advantage of the new "by name" operandJim Grosbach2010-10-112-25/+24
* Turn on arm fast isel by default.Eric Christopher2010-10-111-1/+1
* Properly handle reloading and spilling around partial redefines inJakob Stoklund Olesen2010-10-111-0/+14
* MSVC hangs on compilation of ARMDisassembler.cpp. PR6866 applied to ARM target.Francois Pichet2010-10-111-1/+7
* Copy and pasteo.Eric Christopher2010-10-111-1/+1
* Whitespace cleanup in ARM fast isel.Eric Christopher2010-10-111-80/+80
* Add srem libcall support to ARM fast isel.Eric Christopher2010-10-111-0/+25
* Add i8 sdiv support for ARM fast isel.Eric Christopher2010-10-111-1/+3
* Implement select handling for ARM fast-isel.Eric Christopher2010-10-111-0/+31
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-1146-7493/+1
* X86: Call ulldiv and ftol2 on Windows instead of their libgcc eqivilents.Michael J. Spencer2010-10-111-0/+4
* X86: MinGW should always use libgcc on Windows.Michael J. Spencer2010-10-101-1/+1
* X86: Call _alldiv instead of __divdi3 on Windows (excluding cygwin).Michael J. Spencer2010-10-101-0/+6
* Fix Whitespace.Michael J. Spencer2010-10-102-90/+90
* fix the default va_arg expansion (in the realignment case) to not implicitlyChris Lattner2010-10-101-1/+1
* fix the expansion of va_arg instruction on PPC to know the arg Chris Lattner2010-10-101-0/+4
* Now using a variant of the existing inlining heuristics to decide whether to ...Kenneth Uildriks2010-10-092-40/+120