aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid setIsInsideBundle in Target/R600.Jakob Stoklund Olesen2012-12-132-10/+11
* [mips] Move classes that do not belong in MipsInstrFormats.td intoAkira Hatanaka2012-12-132-23/+23
* [mips] Set isCommutable flag in a more explicit way.Akira Hatanaka2012-12-131-5/+3
* [mips] Remove fmt from the parameter list of classes FMADDSUB and FNMADDSUB.Akira Hatanaka2012-12-131-16/+16
* [mips] Remove single-precision floating point instruction from multiclassAkira Hatanaka2012-12-132-10/+13
* [mips] Move class IsCommutable into MipsInstrInfo.td.Akira Hatanaka2012-12-132-4/+4
* [mips] Remove single-precision floating point instructions from multiclassesAkira Hatanaka2012-12-132-47/+54
* Fix a bogus commentEli Bendersky2012-12-131-3/+3
* Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem2012-12-132-2/+20
* Typo.Chad Rosier2012-12-131-1/+1
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-126-22/+49
* [ms-inline asm] Make sure we fail gracefully on parse errors. Parse errorsChad Rosier2012-12-121-2/+9
* YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer2012-12-121-397/+318
* Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik2012-12-121-21/+25
* Restore the PHI optimization I accidently removedMichael Ilseman2012-12-121-0/+4
* Remove trailing whitespaceMichael Ilseman2012-12-121-39/+39
* Fix the build on case sensitive file systems.Benjamin Kramer2012-12-121-4/+2
* Simplify negated bit testDavid Majnemer2012-12-121-0/+18
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-122-0/+882
* Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng2012-12-121-4/+5
* [mips] Fix a memory leak bug report by NAKAMURA Takumi.Akira Hatanaka2012-12-121-5/+6
* Make naming consistent, add comments and sanity assertsEli Bendersky2012-12-121-24/+27
* Fix indentation.Nadav Rotem2012-12-121-4/+3
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-123-8/+13
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-1211-18/+247
* Kerning.Bill Wendling2012-12-121-1/+1
* The TargetData is not used for the isPowerOfTwo determination. It has neverRafael Espindola2012-12-123-16/+14
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-122-0/+39
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-122-3/+14
* Remove some dead code.Rafael Espindola2012-12-121-8/+0
* [CMake] Fixup R600.NAKAMURA Takumi2012-12-121-1/+1
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-129-38/+37
* Fix the ascii drawing that was ruined when I split the H and CPPNadav Rotem2012-12-121-10/+10
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-129-36/+26
* fix a typo.Nadav Rotem2012-12-121-1/+1
* DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertionManman Ren2012-12-121-1/+2
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-124-29/+68
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-125-15/+47
* Have SimplifyBinOp call the new FAdd/FSub/FMul helpers, with fast-math flags offMichael Ilseman2012-12-121-0/+8
* - Fix a problematic way in creating all-the-1 APInt.Shuxin Yang2012-12-121-2/+4
* Remove redunant optimizations from InstCombine, instead call the appropriate ...Michael Ilseman2012-12-122-30/+9
* Added a slew of SimplifyInstruction floating-point optimizations, many of whi...Michael Ilseman2012-12-121-10/+109
* Trim unneeded header #include.Jim Grosbach2012-12-111-1/+0
* ARM: Remove old testing option.Jim Grosbach2012-12-111-5/+1
* ARM: Remove old testing options.Jim Grosbach2012-12-111-13/+0
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-114-23/+51
* PR14574. Fix a bug in the code that calculates the mask the converted PHIs in...Nadav Rotem2012-12-111-1/+1
* Add R600 backendTom Stellard2012-12-11105-1/+19559
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-1111-14/+175
* Update some comments.Eric Christopher2012-12-112-6/+6