aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix thinko in arm fast isel alloca rewrite.Eric Christopher2010-10-121-1/+1
* 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-1261-64/+383
* Combine these together - should probably have some text associatedEric Christopher2010-10-121-4/+4
* KillTheDoctor: Fix VS2008 build.Michael J. Spencer2010-10-121-0/+5
* Mark variable 'NoImplicitFloatOps' used only in an assert as used.Nick Lewycky2010-10-121-0/+1
* Comment grammar tweakage.Jim Grosbach2010-10-121-2/+2
* Add MOVi ARM encoding.Jim Grosbach2010-10-122-14/+24
* Initial va_arg support for x86-64. Patch by David Meyer!Dan Gohman2010-10-125-6/+372
* 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-123-22/+54
* 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
* Fix the last two commits to configure - configure is a generated file.Eric Christopher2010-10-122-10/+9
* Handle a wider arrangement of loads.Eric Christopher2010-10-121-0/+16
* Fix spelling error.Cameron Esfahani2010-10-121-2/+2
* 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-122-4/+5
* Use SmallVectorImpl in a bunch of places.Dan Gohman2010-10-122-14/+14
* Disable warning C4267 for MSVC. Otherwise it generate literally thousands of ...Francois Pichet2010-10-121-1/+1
* Add a simple testcase for tbaa.Dan Gohman2010-10-112-0/+61
* 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-115-5/+58
* Second set of ARM/MC/ELF changes.Jason W Kim2010-10-115-7/+83
* Clang's #include handling apparently doesn't work for libstdc++'sDan Gohman2010-10-111-0/+6
* Unit Tests: Missed this error. MSVC and clang didn't complain.Michael J. Spencer2010-10-111-4/+4
* Proper VST scheduling itineraries.Evan Cheng2010-10-114-124/+396
* Use a sane mechanism for that assert.Eric Christopher2010-10-111-2/+2
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-114-31/+234
* Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis.Jakob Stoklund Olesen2010-10-111-10/+8
* The assert() should reference to machine instr operand number, too.Jim Grosbach2010-10-111-2/+2
* Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."Michael J. Spencer2010-10-114-234/+31
* 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 to use the machine instruction operand number. It doesn't alwaysJim Grosbach2010-10-111-0/+2
* Reduce dpendencies for SupportTests.Michael J. Spencer2010-10-111-13/+19
* System: Add SwapByteOrder and update Support/MathExtras.h to use it.Michael J. Spencer2010-10-114-31/+234
* Make sure that the call stack adjustments have default operands. AlsoEric Christopher2010-10-111-5/+8
* PR8297Andrew Trick2010-10-111-1/+1
* PowerPC varargs functions store live-in registers on the stack. Make sure we useJakob Stoklund Olesen2010-10-112-33/+29
* Found a bug turning this on by default. Disable again for now.Eric Christopher2010-10-112-5/+5
* Remove now non-existent option.Eric Christopher2010-10-111-2/+2
* 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
* Add KillTheDoctor.Michael J. Spencer2010-10-115-0/+1560