summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Manually notify ScalarEvolution before making an operand replacement, sinceDan Gohman2010-04-02
* Revert the recent alignment changes. They're broken for -Os because,Dan Gohman2010-04-02
* Make globalopt refine global variable alignment.Dan Gohman2010-04-02
* Add a redundant PHI testcase for SSAUpdater to go with svn r100047.Bob Wilson2010-03-31
* testcase for r99914, provided by baldrick!Gabor Greif2010-03-31
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* fix PR6642, GVN forwarding from memset to load of the base of the memset.Chris Lattner2010-03-25
* Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher2010-03-25
* Temporarily revert this, it's causing an issue with an internal project.Eric Christopher2010-03-24
* add some accessors to callsite/callinst/invokeinst to checkChris Lattner2010-03-23
* Teach simplify libcall to transform __strcpy_chk to __memcpy_chk to enable op...Evan Cheng2010-03-23
* Fix an incorrect logic causing instcombine to miss some _chk -> non-chk trans...Evan Cheng2010-03-23
* Fix a typo in ValueTracking that's causing instcombine to delete needed shift...Evan Cheng2010-03-13
* When constant folding GEP of GEP, do not crash if an index ofDuncan Sands2010-03-12
* Make isLCSSA ignore uses in blocks not reachable from the entry block,Dan Gohman2010-03-09
* Re-commit 97860 with fix. getMallocAllocatedType may return null.Evan Cheng2010-03-08
* Migrate _chk call lowering from SimplifyLibCalls to InstCombine. StubEric Christopher2010-03-06
* Temporarily revert:Eric Christopher2010-03-06
* Transform @llvm.objectsize to integer if the argument is a result of malloc o...Evan Cheng2010-03-06
* Safely turn memset_chk etc. to non-chk variant if the known object size is >=...Evan Cheng2010-03-05
* Instcombine should turn llvm.objectsize of a alloca with static size to an in...Evan Cheng2010-03-05
* fix PR6512, a case where instcombine would incorrectly merge loadsChris Lattner2010-03-05
* Fix PR6503. This turned into a much more interesting and nasty bug. Various Chris Lattner2010-03-05
* make these less sensitive to temporary naming.Chris Lattner2010-03-05
* remove this testcase, it isn't clear what it was testing and it is subsumed b...Chris Lattner2010-03-05
* fix a nice subtle reassociate bug which would only occurChris Lattner2010-03-05
* Make the 'icmp pred trunc(ext(X)), CST --> icmp pred X, ext(trunc(CST))'Nick Lewycky2010-03-04
* fix incorrect folding of icmp with undef, PR6481.Chris Lattner2010-03-03
* This test case:Bill Wendling2010-03-03
* Non-affine post-inc SCEV expansions have more code which must beDan Gohman2010-03-02
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-02
* Remove tests that checks @llvm.dbg.stoppoint handling.Devang Patel2010-03-01
* stop using anders-aaChris Lattner2010-03-01
* @llvm.dbg.stoppoint intrinsic is not used anymore.Devang Patel2010-03-01
* Update to use new debug info encoding scheme. As a bonus, now the test passes!Devang Patel2010-03-01
* Remove this test because it checks wheter optimizer handled @llvm.dbg.global_...Devang Patel2010-03-01
* LLVM instruction syntax doesn't have trailing semicolons.Dan Gohman2010-03-01
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-28
* fix PR6414, a nondeterminism issue in IPSCCP which was becauseChris Lattner2010-02-27
* fix PR6435 another bug from the MallocInst elimination work.Chris Lattner2010-02-26
* this file lacks a run line!Chris Lattner2010-02-26
* rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugsChris Lattner2010-02-25
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-25
* Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn'tDan Gohman2010-02-23
* Remove the code which constant-folded ptrtoint(inttoptr(x)+c) toDan Gohman2010-02-23
* Convert this test to FileCheck and add a testcase for PR3574.Dan Gohman2010-02-23
* Instcombine constant folding can normalize gep with negative index to index w...Evan Cheng2010-02-22