aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-12[mips] Fix a memory leak bug report by NAKAMURA Takumi.Akira Hatanaka
2012-12-12Documentation: SphinxQuickstartTemplate.rst: add guidelines about highlightingDmitri Gribenko
2012-12-12Make naming consistent, add comments and sanity assertsEli Bendersky
2012-12-12Fix typo.Jakub Staszak
2012-12-12Fix indentation.Nadav Rotem
2012-12-12LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-12Kerning.Bill Wendling
2012-12-12Documentation: llvm-bcanalyzer.rst: cleanup.Dmitri Gribenko
2012-12-12Documentation: AliasAnalysis.rst: improve internal and external linksDmitri Gribenko
2012-12-12Documentation: convert WritingAnLLVMPass.html to reST.Dmitri Gribenko
2012-12-12Documentation: cleanupDmitri Gribenko
2012-12-12The TargetData is not used for the isPowerOfTwo determination. It has neverRafael Espindola
2012-12-12Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov
2012-12-12Documentation: use a 'console' highlighter for terminal output examples. ThisDmitri Gribenko
2012-12-12Documentation: use a 'console' highlighter for terminal output examples. ThisDmitri Gribenko
2012-12-12llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...NAKAMURA Takumi