aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-25MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick
2013-01-25This patch implements parsing the .wordJack Carter
2013-01-25[mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka
2013-01-25SchedDFS: Refactor and tweak the subtree selection criteria.Andrew Trick
2013-01-25SchedDFS: Constify interface.Andrew Trick
2013-01-24Avoid creating duplicate CFG edges in the IfConversion pass.Jakob Stoklund Olesen
2013-01-24Moving Cost Tables up to share with other targetsRenato Golin
2013-01-24Added comment to ObjCARC elaborating what is meant by the term 'Provenance' i...Michael Gottesman
2013-01-24Start cleanup of PPC register definitions using foreach loops.Hal Finkel
2013-01-24[bugpoint] make tool selection messages uniqueSaleem Abdulrasool
2013-01-24[bugpoint] set Message after tool configurationSaleem Abdulrasool
2013-01-24Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer
2013-01-24ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer
2013-01-24unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setsta...NAKAMURA Takumi
2013-01-24unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to alloc...NAKAMURA Takumi
2013-01-24lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...NAKAMURA Takumi
2013-01-24Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth
2013-01-24Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth
2013-01-24Address a large chunk of this FIXME by accumulating the cost forChandler Carruth
2013-01-24Switch the constant expression speculation cost evaluation away fromChandler Carruth
2013-01-24Rephrase the speculating scan of the conditional BB to be phrased inChandler Carruth
2013-01-24[asan] fix 32-bit buildsKostya Serebryany
2013-01-24Simplify the PHI node operand rewriting.Chandler Carruth
2013-01-24[asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany
2013-01-24Give the basic block variables here names based on the if-then-endChandler Carruth
2013-01-24Lift a cheap early exit test above loops and other complex early exitChandler Carruth
2013-01-24Spiff up the comment on this method, making the example a bit moreChandler Carruth
2013-01-24MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-un...NAKAMURA Takumi
2013-01-24MipsISelLowering.cpp: Fix a warning, take two. [-Wunused-variable]NAKAMURA Takumi
2013-01-24MipsISelLowering.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi
2013-01-24Remove trailing whitespace.Craig Topper
2013-01-24Add asserts to SmallVector so that calls to front() and back() only succeedRichard Trieu
2013-01-24The next phase of Mips16 hard float implementation.Reed Kotler
2013-01-24MachineScheduler: enable biasCriticalPath for all DAGs.Andrew Trick
2013-01-24MIsched: Added biasCriticalPath.Andrew Trick
2013-01-24[ELF] Add R_X86_64_IRELATIVE.Michael J. Spencer
2013-01-24Add a profile for uniquifying the AttributeSet with the AttributeSetNodes.Bill Wendling
2013-01-24Cleanup the AttributeSetNodes that we create.Bill Wendling
2013-01-24Create a new class: AttributeSetNode.Bill Wendling
2013-01-23Push down the conversion of the alignment from the bit mask to a real number ...Bill Wendling
2013-01-23Remove dead methods.Bill Wendling
2013-01-23Fix small typoEli Bendersky
2013-01-23R600: Add a llvm.R600.store.swizzle intrinsicsTom Stellard
2013-01-23R600: Simplify stream outputs intrinsicTom Stellard
2013-01-23ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...Benjamin Kramer
2013-01-23ConstantFolding: Evaluate GEP indices in the index type.Benjamin Kramer
2013-01-23Add instruction encodings / disassembly support for l6r instructions.Richard Osborne
2013-01-23Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.Chad Rosier
2013-01-23Remove unused methods and ivars.Bill Wendling
2013-01-23Revert "InstCombine: Clean up weird code that talks about a modulus that's lo...Benjamin Kramer