aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-09Don't test a removed function.Benjamin Kramer
2010-10-09syntax-highlighting: Fix module asm keyword.Michael J. Spencer
2010-10-09MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer
2010-10-09MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer
2010-10-09Fix Whitespace.Michael J. Spencer
2010-10-09MC-COFF: Assert on non-coff sections.Michael J. Spencer
2010-10-09Add Kate syntax highlighting files.Michael J. Spencer
2010-10-09Add VLD4 scheduling itineraries.Evan Cheng
2010-10-09MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for somethi...Michael J. Spencer
2010-10-09Finish vld3 and vld4.Evan Cheng
2010-10-09Complete vld2 instruction itineries.Evan Cheng
2010-10-09Multiply instructions are issued on pipeline 0. They do not need to reserve p...Evan Cheng
2010-10-09Correct some load / store instruction itinerary mistakes:Evan Cheng
2010-10-09Simplify test and move into a generic "crash" ll file.Bill Wendling
2010-10-09Check to make sure that the iterator isn't at the beginning of the basic blockBill Wendling
2010-10-08add jit support for the new psuedo instructions I added forChris Lattner
2010-10-08machine a mutable machineinstr down into emitInstruction.Chris Lattner
2010-10-08Fix the store part of this as well. Fixes smg2000.Eric Christopher
2010-10-08Rename SplitEditor::rewrite to finish() and break it out into a couple of newJakob Stoklund Olesen
2010-10-08Avoid compiler warning: comparison between signed and unsigned integer.Evan Cheng
2010-10-08Extract method ProcessUses from LocalRewriter::RewriteMBB. Both parent and childJakob Stoklund Olesen
2010-10-08Do not check that the bodies of two defs of same linkonce global are the same.Anton Korobeynikov
2010-10-08Implement a few more binary encoding bits. Still very early stage proof-of-Jim Grosbach
2010-10-08Allow << streaming of MCOperand.Jim Grosbach
2010-10-08Classify value numbers into connected components in linear time.Jakob Stoklund Olesen
2010-10-08Call InitSections in llc and clang so that the binaries produced by themRafael Espindola
2010-10-08Filter out illegal formulae after updating offsets, not before, so thatDan Gohman
2010-10-08Recommit 116056, now with the missing file...Cameron Esfahani
2010-10-08Don't waste time unfolding simple loads. The unfolded copy won't be hoisted.Evan Cheng
2010-10-08Fix operand latency computation in cases where the definition operand isEvan Cheng
2010-10-08CrashRecovery: Fix raise() override to actually send the right signal, *cough*.Daniel Dunbar
2010-10-08A few 80 column cleanupsJim Grosbach
2010-10-08trailing whitespaceJim Grosbach
2010-10-08Reapply 116059, this time without the fatfingered pasto at the top.Jim Grosbach
2010-10-08Reverting 116059. Bots are unhappy with it.Jim Grosbach
2010-10-08reverting 116056: win64_params.ll may need to be conditionalized?Andrew Trick
2010-10-08Line number 0 indicates there is no source line/file name info available for ...Devang Patel
2010-10-08'const'ify getMachineOpValue() and associated helpers.Jim Grosbach
2010-10-08Start separating out code metrics into code size metrics and code performance...Kenneth Uildriks
2010-10-08Small patch to restore home register stack space allocation for the Win64 cas...Cameron Esfahani
2010-10-08Change register allocation order for ARM VFP and NEON registers to put theBob Wilson
2010-10-08testcase that goes with r116053Chris Lattner
2010-10-08fix a subtle bug I introduced in my refactoring, where we stopped preferringChris Lattner
2010-10-08rename testChris Lattner
2010-10-08merge testsChris Lattner
2010-10-08filecheckize.Chris Lattner
2010-10-08reapply: Use the new TB_NOT_REVERSABLE flag instead of specialChris Lattner
2010-10-08reapply the patch reverted in r116033:Chris Lattner
2010-10-08Fix Formatting.Michael J. Spencer
2010-10-08MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer