aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-15Reinitialize the ivars in the subtarget.Bill Wendling
2013-02-15Suppress a GCC -Wunused-variable warning in -Asserts buildsMatt Beaumont-Gay
2013-02-15c[ms-inline asm] It's possible to have a SizeDirective rewrite and anChad Rosier
2013-02-15If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff
2013-02-15Support changing the subtarget features in ARM.Bill Wendling
2013-02-15Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling
2013-02-15[ms-inline asm] Adjust the EndLoc to account for the ']'.Chad Rosier
2013-02-15Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...Pekka Jaaskelainen
2013-02-15[mips] Clean up class MipsCCInfo.Akira Hatanaka
2013-02-15capitalize SCEV to match the current naming conventionSebastian Pop
2013-02-15[mips] Split SelectAddr, which was used to match address patterns, into twoAkira Hatanaka
2013-02-15Remove a final dependency on the form field in tablegen; which is a remnantReed Kotler
2013-02-15add ScevApplyRewriterSebastian Pop
2013-02-15add SCEVParameterRewriterSebastian Pop
2013-02-15AsmParser: Reformat the MS asm parser to reduce nesting.Benjamin Kramer
2013-02-15enable SDISel sincos optimization for GNU environmentsPaul Redmond
2013-02-15Hexagon: Set appropriate TSFlags to the loads/stores with global address toJyotsna Verma
2013-02-15BBVectorize: Call a DAG and DAG instead of a treeHal Finkel
2013-02-15Fix refactoring mistake in "Teach InstCombine to work with smaller legal type...Arnaud A. de Grandmaison
2013-02-15Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2Arnaud A. de Grandmaison
2013-02-15AArch64: add branch fixup pass.Tim Northover
2013-02-15Give these callbacks hidden visibility. It is better to not export them moreRafael Espindola
2013-02-15Don't make assumptions about the mangling of static functions in extern "C"Rafael Espindola
2013-02-15[asan] support long double on 64-bit. See https://code.google.com/p/address-s...Kostya Serebryany
2013-02-15Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer
2013-02-15AArch64: remove ConstantIsland pass & put literals in separate section.Tim Northover
2013-02-15AArch64: refactor frame handling to use movz/movk for overlarge offsets.Tim Northover
2013-02-15clang-formatize llvm-symbolizer codeAlexey Samsonov
2013-02-15Simplify the 'operator<' for the attribute object.Bill Wendling
2013-02-15BBVectorize: Cap the number of candidate pairs in each instruction groupHal Finkel
2013-02-15Revert "Simplify the attributes '<' comparison function."Anna Zaks
2013-02-15Revert "Fix testcase for attribute ordering."Anna Zaks
2013-02-15Revert "Fix testcase for attribute ordering."Anna Zaks
2013-02-15Fix testcase for attribute ordering.Bill Wendling
2013-02-15Fix minor mips16 issues in directives for function prologue. Probably this doesReed Kotler
2013-02-15Fix testcase for attribute ordering.Bill Wendling
2013-02-15Simplify the attributes '<' comparison function.Bill Wendling
2013-02-14[mips] Disallow moving load/store instructions past volatile instructions.Akira Hatanaka
2013-02-14[mips] Replace usage of SmallSet with BitVector, which is used to keep track ofAkira Hatanaka
2013-02-14[mips] Fix comments and coding style violations. Declare functions to be const.Akira Hatanaka
2013-02-14The ARM NEON vector compare instructions take three arguments. However, the Joel Jones
2013-02-14The operand listing is very much outdated.Eli Bendersky
2013-02-14[mips] Simplify code in function Filler::findDelayInstr.Akira Hatanaka
2013-02-14Mark getRawBits const.Preston Gurd
2013-02-14BBVectorize: Remove the remaining instances of std::multimapHal Finkel
2013-02-14BBVectorize: Don't store candidate pairs in a std::multimapHal Finkel
2013-02-14Simplify code. Remove "else after return".Jakub Staszak
2013-02-14Update comment.Chad Rosier
2013-02-14Hexagon: Change insn class to support instruction encoding.Jyotsna Verma
2013-02-14s/bool/LLVMBool/Bill Wendling