summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-10-09MC-COFF: Implement InitSections. Fixes PR8335.Michael J. Spencer
2010-10-09MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer
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-08Implement a few more binary encoding bits. Still very early stage proof-of-Jim Grosbach
2010-10-08Call InitSections in llc and clang so that the binaries produced by themRafael Espindola
2010-10-08Recommit 116056, now with the missing file...Cameron Esfahani
2010-10-08reverting 116056: win64_params.ll may need to be conditionalized?Andrew Trick
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-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-08Fix Formatting.Michael J. Spencer
2010-10-08MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer
2010-10-08Revert "reimplement the second half of the or/add optimization. We should now",Daniel Dunbar
2010-10-08reimplement the second half of the or/add optimization. We should nowChris Lattner
2010-10-08Add test file for simple ARM binary encodings with MCJim Grosbach
2010-10-08MC-COFF: Add test for my last commit.Michael J. Spencer
2010-10-07Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.Devang Patel
2010-10-07convert cmp to use a multipatternChris Lattner
2010-10-07Canonicalize X86ISD::MOVDDUP nodes to v2f64 to make sure all cases match. Als...Evan Cheng
2010-10-07MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer
2010-10-07test: Fix binary stdin issues with coff-dump on Windows.Michael J. Spencer
2010-10-07Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach
2010-10-06Get binding and visibility info from the the alias, but Type from the symbolRafael Espindola
2010-10-06If a symbol is global, reloc against it even if it is in a mergeable section.Rafael Espindola
2010-10-06Make sure weak symbols are listed after the local ones.Rafael Espindola
2010-10-06Correctly handle GOTPCREL relocations.Rafael Espindola
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner
2010-10-06rename add some comments.Chris Lattner
2010-10-06filecheckizeChris Lattner
2010-10-06remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner
2010-10-05Use a relocation against the symbol if it is a PLT and the symbol is in anotherRafael Espindola
2010-10-05enhance tblgen to support anonymous defm's, use this toChris Lattner
2010-10-05Implement more alias cases.Rafael Espindola
2010-10-05PSHUFW is in SSE, not SSSE3.Bill Wendling
2010-10-05Replace a gross hack (the MOV64ri_alt instruction) with a slightly less Chris Lattner
2010-10-05Don't crash in a strange .size directive.Rafael Espindola
2010-10-05MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer
2010-10-05Add support for a fill value in the .zero directive.Rafael Espindola
2010-10-05Implement a simple alias case and refactor the code a bit so that theRafael Espindola
2010-10-05test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer
2010-10-05test/COFF: Remove temp file usage.Michael J. Spencer
2010-10-05test/coff-dump: Support reading from stdin.Michael J. Spencer
2010-10-05Cleanup Whitespace.Michael J. Spencer