aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add correct NEON encodings for vqdmlal.Owen Anderson2010-10-221-4/+4
* Add the encoding information for the rest of the ARM mode multiply instructions.Jim Grosbach2010-10-221-20/+41
* Provide correct encodings for NEON vmlal.Owen Anderson2010-10-221-5/+5
* Silence compiler warnings.Evan Cheng2010-10-221-1/+5
* Provide correct NEON encodings for vmla.Owen Anderson2010-10-221-14/+15
* More ARM multiply instuction binary encodings.Jim Grosbach2010-10-222-110/+121
* Add fastcc cc: pass and return VFP / NEON values in registers. Controlled by ...Evan Cheng2010-10-222-12/+51
* Parameterize a bit of ARM encoding information, simplifying some instructionJim Grosbach2010-10-222-50/+29
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-225-18/+19
* More ARM multiply instruction encoding information.Jim Grosbach2010-10-222-34/+41
* Making the e_machine configurable by the target backend in ELFObjectWriter.Wesley Peck2010-10-224-9/+16
* Reverting r117031 to cleanup valgrind errors.Andrew Trick2010-10-223-14/+9
* Add some basic ret instruction support to arm fast-isel.Eric Christopher2010-10-221-0/+66
* Fixed handling of immediate operand sizes, whichSean Callanan2010-10-221-1/+1
* Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.NAKAMURA Takumi2010-10-221-0/+2
* ARM binary encoding for some of the multiply instructions.Jim Grosbach2010-10-211-26/+68
* ARM binary encodings for MVN variants.Jim Grosbach2010-10-211-10/+27
* Trailing whitespace.Jim Grosbach2010-10-211-25/+25
* ARM Binary encoding information for BFC/BFI instructions.Jim Grosbach2010-10-213-6/+35
* Add some more documentation.Dan Gohman2010-10-211-15/+21
* These don't need to be virtual.Eric Christopher2010-10-211-13/+13
* Fix Warnings.Michael J. Spencer2010-10-211-1/+1
* X86: Base _fltused on the FunctionType of the called value instead of the pot...Michael J. Spencer2010-10-211-19/+20
* Move the encoding logic for Q registers into getMachineOpValue().Owen Anderson2010-10-212-25/+36
* Trailing whitespace.Mikhail Glushenkov2010-10-211-5/+5
* ARM encodes Q registers as 2xregno (i.e. the number of the D register that co...Owen Anderson2010-10-213-115/+45
* Handle storing args to the stack for calls.Eric Christopher2010-10-211-4/+6
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-2118-454/+1419
* Explain what "constant" means here.Dan Gohman2010-10-211-1/+3
* More load/store refactoring, call reg+offset simplification from withinEric Christopher2010-10-211-28/+36
* trailing whitespaceJim Grosbach2010-10-211-4/+4
* Update comments.Dan Gohman2010-10-211-3/+23
* Add correct NEON encodings for vhadd and vrhadd.Owen Anderson2010-10-211-6/+33
* Don't include the destination interval in the union when computingJakob Stoklund Olesen2010-10-211-2/+4
* Permit landing pad successor blocks when verifying basic blocks that end in anJakob Stoklund Olesen2010-10-211-5/+13
* Add correct encodings for NEON vaddw.s* and vaddw.u*.Owen Anderson2010-10-211-4/+18
* Provide correct NEON encodings for vaddl.u* and vaddl.s*.Owen Anderson2010-10-211-16/+31
* Do not recurse into symbol refs that have a variant kind. This prevents usRafael Espindola2010-10-211-1/+1
* More tweaks to X86 instructions to allow the 'w' suffix in places it makesKevin Enderby2010-10-213-9/+14
* AlignLoc is never used for anything - zap it (gcc-4.6 warning).Duncan Sands2010-10-211-2/+1
* The return value of this call is not used, so no pointDuncan Sands2010-10-211-8/+7
* RetOp is not actually used for anything useful (thoughDuncan Sands2010-10-211-2/+0
* The variable liTRC is not used for anything useful, zap itDuncan Sands2010-10-211-5/+0
* Remove some variables that are never really usedDuncan Sands2010-10-213-3/+0
* Add parentheses to pacify gcc, which warns otherwise.Duncan Sands2010-10-211-1/+1
* Fix the cleanup process of exception information in JIT. Now JITDuncan Sands2010-10-212-3/+19
* Removing stale AsmPrinter directory from MicroBlaze backend.Wesley Peck2010-10-212-312/+0
* Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt. This way theOscar Fuentes2010-10-211-9/+0
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-2128-568/+2119
* putback r116983 and fix simple-fp-encoding.ll testsAndrew Trick2010-10-213-4/+38