summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add encoding testcases for ARM vcvtr variationsBruno Cardoso Lopes2011-01-26
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-26
* Fix PR9039, a use-after-free in reassociate. The issue was that theDuncan Sands2011-01-26
* Target/X86: Tweak win64's tailcall.NAKAMURA Takumi2011-01-26
* Fix whitespace.NAKAMURA Takumi2011-01-26
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-25
* Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...Devang Patel2011-01-25
* In which I discover that zero+zero is zero, d'oh!Duncan Sands2011-01-25
* Turn off this test - the corresponding instsimplify logic has beenDuncan Sands2011-01-25
* According to my auto-simplifier the most common missed simplifications inDuncan Sands2011-01-25
* Teach mergefunc how to emit aliases safely again -- but keep it turned it offNick Lewycky2011-01-25
* Don't merge restore with tail call instruction.Evan Cheng2011-01-25
* Speculatively revert r124138.Devang Patel2011-01-24
* Jörg Sonnenberger noticed that we were missing this test.Rafael Espindola2011-01-24
* Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...Devang Patel2011-01-24
* Testcase for dragonegg commit 124128.Duncan Sands2011-01-24
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-24
* Add another rdar number.Dan Gohman2011-01-24
* fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!Chris Lattner2011-01-24
* merge all the "crash tests" into crash.llChris Lattner2011-01-24
* fix PR9017, a bug where we'd assert when promoting in unreachableChris Lattner2011-01-24
* fix PR9015, a crash linking recursive metadata.Chris Lattner2011-01-24
* enhance SRoA to promote allocas that are used by PHI nodes. This oftenChris Lattner2011-01-24
* Enhance SRoA to promote allocas that are used by selects in someChris Lattner2011-01-23
* Simplify some code with no functionality change. Make the test a lot moreNick Lewycky2011-01-23
* Add support for the --noexecstack option.Rafael Espindola2011-01-23
* Add support for lowercase variants.Rafael Espindola2011-01-23
* Enhance SRoA to be more aggressive about scalarization of aggregate allocasChris Lattner2011-01-23
* remove an old hack that avoided creating MMX datatypes. TheChris Lattner2011-01-23
* Use value ranges to fold ext(trunc) in SCEV when possible.Nick Lewycky2011-01-23
* Delay the creation of eh_frame so that the user can change the defaults.Rafael Espindola2011-01-23
* Pass sret arguments through the stack instead of through registers in Sparc b...Venkatraman Govindaraju2011-01-22
* Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...Venkatraman Govindaraju2011-01-22
* Actually check memcpy lengths, instead of just commenting aboutDan Gohman2011-01-21
* Sparc backend: Venkatraman Govindaraju2011-01-21
* Just because we have determined that an (fcmp | fcmp) is true for A < B,Owen Anderson2011-01-21
* Last round of fixes for movw + movt global address codegen.Evan Cheng2011-01-21
* Fix the encoding of QADD/SUB, QDADD/SUB. While qadd16, qadd8 use "rd, rn, rm",Bruno Cardoso Lopes2011-01-21
* Implement support for byval arguments in Sparc backend.Venkatraman Govindaraju2011-01-21
* Revert "Object: Renable the tests now that none of the build bots complain ab...Michael J. Spencer2011-01-21
* Enable support for precise scheduling of the instruction selectionAndrew Trick2011-01-21
* Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick2011-01-21
* fix PR9013, an infinite loop in instcombine.Chris Lattner2011-01-21
* Object: Renable the tests now that none of the build bots complain about alia...Michael J. Spencer2011-01-21
* Don't try to pull vector bitcasts that change the number of elements throughNick Lewycky2011-01-21
* Add a constant folding of casts from zero to zero. Fixes PR9011!Nick Lewycky2011-01-21
* Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relativeEvan Cheng2011-01-20
* Implement requiredTransitiveTobias Grosser2011-01-20
* Add testcases for clz encodingBruno Cardoso Lopes2011-01-20
* Fix the encoding and parsing of clrex instructionBruno Cardoso Lopes2011-01-20