aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-12llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...NAKAMURA Takumi
2012-12-12Add ARM NONE and PREL31 relocation types.Logan Chien
2012-12-12Remove some dead code.Rafael Espindola
2012-12-12[CMake] Fixup R600.NAKAMURA Takumi
2012-12-12Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng
2012-12-12llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/NAKAMURA Takumi
2012-12-12llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.NAKAMURA Takumi
2012-12-12Fix the ascii drawing that was ruined when I split the H and CPPNadav Rotem
2012-12-12- Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng
2012-12-12fix a typo.Nadav Rotem
2012-12-12DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertionManman Ren
2012-12-12LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem
2012-12-12Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng
2012-12-12Have SimplifyBinOp call the new FAdd/FSub/FMul helpers, with fast-math flags offMichael Ilseman
2012-12-12- Fix a problematic way in creating all-the-1 APInt.Shuxin Yang
2012-12-12Remove redunant optimizations from InstCombine, instead call the appropriate ...Michael Ilseman
2012-12-12Added a slew of SimplifyInstruction floating-point optimizations, many of whi...Michael Ilseman
2012-12-12Pattern matchers for floating point valuesMichael Ilseman
2012-12-12Remove FIXMEs surrounding Constant[Data]Vectors, insteadMichael Ilseman
2012-12-11Trim unneeded header #include.Jim Grosbach
2012-12-11Documentation: cleanup: remove useless anchors and write :ref:s explicitly.Dmitri Gribenko
2012-12-11ARM: Remove old testing option.Jim Grosbach