aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng2011-01-061-0/+30
* Optimize:Evan Cheng2011-01-051-0/+60
* fix PR8900, a shuffle miscompilation. Patch by Nadav Rotem!Chris Lattner2011-01-051-0/+13
* Fix lit for people whose LLVM path contains 'opt', which is a common director...Frits van Bommel2011-01-051-3/+3
* fix an off-by-one bug that caused a crash analyzingChris Lattner2011-01-041-0/+37
* Include llvm-gcc dir before llvm_tools_dirTobias Grosser2011-01-041-6/+12
* Teach loop-idiom to turn a loop containing a memset into a larger memsetChris Lattner2011-01-041-0/+33
* Don't pattern match "/clang" so we don't mangle directory names. SomeDavid Greene2011-01-041-1/+2
* Convert MC tests to .s so codegen changes won't break them.Evan Cheng2011-01-035-127/+184
* Duncan deftly points out that readnone functions aren'tChris Lattner2011-01-031-0/+13
* Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack inEvan Cheng2011-01-037-170/+170
* Don't pattern match "clang-" as it may be part of a tool name with aDavid Greene2011-01-031-2/+2
* fix rdar://8813415 - a miscompilation of 164.gzip that loop-idiomChris Lattner2011-01-031-0/+22
* filecheckizeChris Lattner2011-01-031-6/+8
* Reapply 122341 to fix PR8199 now that clang changes are in.David Greene2011-01-031-0/+39
* earlycse can do trivial with-a-block dead store Chris Lattner2011-01-031-0/+10
* now that loads are in their own table, we can implementChris Lattner2011-01-031-0/+9
* add a testcase for readonly call CSEChris Lattner2011-01-031-0/+12
* Teach EarlyCSE to do trivial CSE of loads and read-only calls.Chris Lattner2011-01-031-0/+45
* add DEBUG and -stats output to earlycse.Chris Lattner2011-01-021-2/+13
* Enhance earlycse to do CSE of casts, instsimplify and die.Chris Lattner2011-01-022-0/+24
* fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to makeChris Lattner2011-01-021-0/+33
* If a loop iterates exactly once (has backedge count = 0) then don'tChris Lattner2011-01-021-0/+18
* Try to reuse the value when lowering memset.Benjamin Kramer2011-01-021-0/+9
* Lower the i8 extension in memset to a multiply instead of a potentially long ...Benjamin Kramer2011-01-021-0/+11
* enhance loop idiom recognition to scan *all* unconditionally executedChris Lattner2011-01-021-0/+23
* Fix PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr...Duncan Sands2011-01-021-0/+43
* Allow loop-idiom to run on multiple BB loops, but still only scan the loop Chris Lattner2011-01-021-0/+24
* teach loop idiom recognition to form memcpy's from simple loops.Chris Lattner2011-01-021-0/+28
* fix a globalopt crash on two Adobe-C++ testcases that the recentChris Lattner2011-01-011-0/+9
* Fix darwin bots.Rafael Espindola2011-01-011-1/+1
* Add support for the 'H' modifier.Rafael Espindola2011-01-011-0/+12
* Update the testAnton Korobeynikov2011-01-011-1/+1
* add a validity check that was missed, fixing a crash on theChris Lattner2011-01-011-0/+23
* Revert commit 122654 at the request of Chris, who reckons that instsimplifyDuncan Sands2011-01-011-9/+0
* improve validity check to handle constant-trip-count loops moreChris Lattner2011-01-011-1/+27
* implement the "no aliasing accesses in loop" safety check. This passChris Lattner2011-01-011-0/+23
* Fix PR8878.Rafael Espindola2011-01-011-0/+7
* Fix a README item by having InstructionSimplify do a mild form of valueDuncan Sands2011-01-011-0/+9
* ptx: remove reg-reg addressing mode and st.constChe-Liang Chiou2011-01-012-10/+4
* ptx: add store instructionChe-Liang Chiou2011-01-011-0/+78
* Add another non-commutable instruction that gas accepts commuted forms for.Nick Lewycky2010-12-301-0/+4
* ptx: add state spacesChe-Liang Chiou2010-12-301-1/+34
* MC/Mach-O/Thumb: Set the thumb bit in the symbol table.Daniel Dunbar2010-12-291-1/+1
* Correctly encode pcrel|indirect.Rafael Espindola2010-12-291-61/+206
* test/Transforms/ConstProp/logicaltest.ll: FileCheck-ize.NAKAMURA Takumi2010-12-291-2/+2
* test/CodeGen/X86/negative-sin.ll: FileCheck-ize.NAKAMURA Takumi2010-12-291-2/+2
* test/CodeGen/X86/fp-in-intregs.ll: FileCheck-ize.NAKAMURA Takumi2010-12-291-1/+2
* Fix bug when trying to output uint16_t or uint32_t.Rafael Espindola2010-12-291-0/+45
* Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. LooksRafael Espindola2010-12-291-0/+42