aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-13Pattern matching code for intrinsics.Michael Ilseman
2012-12-13Remove extraneous debugging code.Eric Christopher
2012-12-13Use default label name for a section in emitting abbreviationEric Christopher
2012-12-13Add a way of printing out an arbitrary label name for a sectionEric Christopher
2012-12-13m_CombineOr and m_CombineAnd pattern combinatorsMichael Ilseman
2012-12-13Define getHostCPUFeatures for ARM Linux platformHao Liu
2012-12-13[mips] Delete all floating point instruction classes that are no longer used.Akira Hatanaka
2012-12-13Make this Lit config file a bit slimmerEli Bendersky
2012-12-13[mips] Modify definitions of floating point conditional move instructions.Akira Hatanaka
2012-12-13Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...Evan Cheng
2012-12-13[mips] Modify definitions of floating point comparison instructions.Akira Hatanaka
2012-12-13[mips] Modify definitions of floating point branch instructions.Akira Hatanaka
2012-12-13[mips] Modify definitions of floating point indexed load and store instructions.Akira Hatanaka
2012-12-13[mips] Modify definitions of floating point multiply-add/sub instructions.Akira Hatanaka
2012-12-13[mips] Modify definitions of floating point load and store instructions.Akira Hatanaka
2012-12-13[mips] Modify definitions of move from/to coprocessor instructions.Akira Hatanaka
2012-12-13[mips] Modify definitions of two register operand floating point instructions.Akira Hatanaka
2012-12-13[mips] Modify definitions of three register operand floating point instructionsAkira Hatanaka
2012-12-13Take into account minimize size attribute in the inliner.Quentin Colombet
2012-12-13Avoid setIsInsideBundle in Target/R600.Jakob Stoklund Olesen
2012-12-13Express prepend and append in terms of a more generic insert().Jakob Stoklund Olesen
2012-12-13[mips] Move classes that do not belong in MipsInstrFormats.td intoAkira Hatanaka
2012-12-13[mips] Set isCommutable flag in a more explicit way.Akira Hatanaka
2012-12-13[mips] Remove fmt from the parameter list of classes FMADDSUB and FNMADDSUB.Akira Hatanaka
2012-12-13[mips] Remove single-precision floating point instruction from multiclassAkira Hatanaka
2012-12-13[mips] Move class IsCommutable into MipsInstrInfo.td.Akira Hatanaka
2012-12-13[mips] Remove single-precision floating point instructions from multiclassesAkira Hatanaka
2012-12-13Fix a bogus commentEli Bendersky
2012-12-13Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem
2012-12-13Typo.Chad Rosier
2012-12-12Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas
2012-12-12[ms-inline asm] Make sure we fail gracefully on parse errors. Parse errorsChad Rosier
2012-12-12YAMLIO: Remove all of the template instantiation hacks, I don't see why they'...Benjamin Kramer
2012-12-12Temporarily disable test cases until they compile with g++ too.Nick Kledzik
2012-12-12Unbreak the build. Fallout from r170019.David Blaikie
2012-12-12AlignedCharArrayUnion is erroring with non-clang compilersNick Kledzik
2012-12-12Fix calls to getAsSignedInteger() to use long long - not int64_tNick Kledzik
2012-12-12Makefile.sphinx: reST conversion is complete!Dmitri Gribenko
2012-12-12Documentation: use paths relative to document root in links.Dmitri Gribenko
2012-12-12Fix typo, which prevent test from being check.Jakub Staszak
2012-12-12Restore the PHI optimization I accidently removedMichael Ilseman
2012-12-12unHECKify test fixed by Jacob in r159003.Jakub Staszak
2012-12-12Remove trailing whitespaceMichael Ilseman
2012-12-12Fix the build on case sensitive file systems.Benjamin Kramer
2012-12-12Simplify negated bit testDavid Majnemer
2012-12-12Initial implementation of a utility for converting native data Nick Kledzik
2012-12-12Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng
2012-12-12unHECKify test. It was fixed by Chris in 2009.Jakub Staszak
2012-12-12The ordering of two relocations on the same instruction is apparently notBill Schmidt
2012-12-12Fix typo in test-case.Jakub Staszak