aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-03-15Adding an A15 specific optimization pass for interactions between S/D/Q regis...Silviu Baranga
2013-03-15ARM: Fix an old refacto.Benjamin Kramer
2013-03-15Enable unaligned memory access on PPC for scalar typesHal Finkel
2013-03-15ARM cost model: Fix cost of fptrunc and fpext instructionsArnold Schwaighofer
2013-03-15Protect PPC Altivec patterns with a predicateHal Finkel
2013-03-15Fix the FDE encoding to be relative on ELF.Rafael Espindola
2013-03-15Allocate the RS spill slot for any PPC function with spills and a large stack...Hal Finkel
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-03-14Unaligned loads should use the VMOVUPS opcode.Nadav Rotem
2013-03-14Remove some unused variables to clean the Clang -Werror buildDavid Blaikie
2013-03-14[mips] Set isAllocatable bit of unallocatable register classes to 0.Akira Hatanaka
2013-03-14Prepare for adding InstrSchedModel annotations to X86 instructions.Jakob Stoklund Olesen
2013-03-14Add a new method which enables one to change register classes.Reed Kotler
2013-03-14[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier
2013-03-14Move estimateStackSize from ARM into MachineFrameInfoHal Finkel
2013-03-14Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel
2013-03-14Use frame-index scavenging for PPC register spillingHal Finkel
2013-03-14Not all PPC functions with a frame pointer need a RS spill slotHal Finkel
2013-03-14ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer
2013-03-14[mips] Fix filename in comment and delete unnecessary lines of code.Akira Hatanaka
2013-03-14Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma
2013-03-14Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka
2013-03-14LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer
2013-03-14Add back lines which were accidentally deleted in CMakeLists.txt.Akira Hatanaka
2013-03-14[mips] Define function MipsSEDAGToDAGISel::selectAddESubE.Akira Hatanaka
2013-03-14Add a comment about overlapping PPC frame offsetsHal Finkel
2013-03-14[mips] Rename functions and variables to start with proper case.Akira Hatanaka
2013-03-14Add header file MipsISelDAGToDAG.h.Akira Hatanaka
2013-03-14[mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka
2013-03-14Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang
2013-03-14R600: Factorize code handling Const Read Port limitationVincent Lejeune
2013-03-14[ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth
2013-03-14Fix the name of a variable to match its declaration. Fixes build failure from...Craig Topper
2013-03-14Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper
2013-03-14Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...Craig Topper
2013-03-14Fix PR15309Michael Liao
2013-03-14Remove accidentally committed debug line.Nick Lewycky
2013-03-14Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky
2013-03-14[Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer
2013-03-13No functionality change. Rename emitGCNO() to the more sensibleNick Lewycky
2013-03-13Reset some of the target options which affect code generation.Bill Wendling
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Add some additonal attribute helper functions. Test will be on followReed Kotler
2013-03-13R600: Remove unused Outputs variableVincent Lejeune
2013-03-13No functionality change. Use unreachable in getCUOffset.Manman Ren
2013-03-13No functionality change. Use unreachable in getCompileUnit.Manman Ren
2013-03-13Check register classes also when changing them.Jakob Stoklund Olesen
2013-03-13Fix a performance regression when combining to smaller types in icmp (shl %v,...Arnaud A. de Grandmaison
2013-03-13Add one more overload to make VS2008's debug mody happy.Benjamin Kramer