aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Cannot use immediate as call absolute target in PIC mode.Evan Cheng2009-05-201-0/+2
* Suppress the IV reversal transformation in the case that the RHSDan Gohman2009-05-201-0/+21
* Fix pr4058 and pr4059. Do not split i64 or double arguments between r3 andBob Wilson2009-05-192-0/+18
* Fix pr4091: Add support for "m" constraint in ARM inline assembly.Bob Wilson2009-05-191-0/+7
* Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman2009-05-192-1/+41
* Commands beginning with '--' are converted to '-f' by gcc. Blech!Bill Wendling2009-05-181-1/+1
* Teach ScalarEvolution to recognize x^-1 in the case where non-demandedDan Gohman2009-05-181-0/+8
* Make ScalarEvolution::isLoopGuardedByCond work even when the edgeDan Gohman2009-05-181-1/+1
* Add nounwind to a few tests.Dan Gohman2009-05-186-6/+6
* Check that the gcc front-end is not doing inliningDuncan Sands2009-05-171-0/+17
* Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...Anton Korobeynikov2009-05-171-0/+17
* TypoAnton Korobeynikov2009-05-171-0/+15
* Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen2009-05-169-11/+11
* Implement !if, analogous to $(if) in GNU make.David Greene2009-05-141-0/+20
* Fix tests to not upset DejaGNU.David Greene2009-05-142-3/+3
* Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.David Greene2009-05-141-0/+21
* Implement a !foreach operator analogous to GNU make's $(foreach).David Greene2009-05-142-0/+128
* Implement a !subst operation simmilar to $(subst) in GNU make to doDavid Greene2009-05-141-0/+29
* Implement !cast.David Greene2009-05-141-0/+90
* Add nounwind to this test.Dan Gohman2009-05-131-1/+1
* Remove too large testcase.Bill Wendling2009-05-131-3256/+0
* Move the bookkeeping of the debug scopes back to the place where itBill Wendling2009-05-131-0/+3256
* Testcase for 71688.Dale Johannesen2009-05-131-0/+47
* calls in nothrow functions can be marked nothrow even if the calleeChris Lattner2009-05-131-0/+8
* Fix PR4206 - crash in simplify lib callsChris Lattner2009-05-131-0/+6
* If header of inner loop is aligned, do not align the outer loop header. We do...Evan Cheng2009-05-121-0/+45
* Teach TransferDeadness to delete truly dead instructions if they do not produ...Evan Cheng2009-05-121-0/+1
* Add nounwind.Evan Cheng2009-05-121-1/+1
* Fixed a stack slot coloring with reg bug: do not update implicit use / def wh...Evan Cheng2009-05-122-2/+231
* Fix pr4195: When iterating through predecessor blocks, break out of the loopBob Wilson2009-05-121-0/+30
* Factor the code for collecting IV users out of LSR into an IVUsers class,Dan Gohman2009-05-128-14/+166
* When forgetting SCEVs for loop PHIs, don't forget SCEVUnknown values.Dan Gohman2009-05-121-0/+32
* Teach LSR to optimize more loop exit compares, i.e. change them to use postin...Evan Cheng2009-05-113-2/+136
* Fix PR4188. TailMerging can't tolerate inexactDale Johannesen2009-05-111-0/+23
* Make this grep line a little more specific so that it doesn'tDan Gohman2009-05-111-1/+1
* When scalarizing a vector BITCAST, check whether the operand has vectorDan Gohman2009-05-111-0/+29
* Convert a subtract into a negate and an add when it helps x86Dan Gohman2009-05-111-0/+25
* Reverse a loop that is counting up to a maximum toDale Johannesen2009-05-114-5/+11
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-1/+1
* Add MSP430 test for PR4136Anton Korobeynikov2009-05-102-0/+37
* Allow scalar evolution to compute iteration counts for loops with a Eli Friedman2009-05-091-0/+27
* Enable loop bb placement optimization.Evan Cheng2009-05-081-1/+1
* Fix bogus overflow checks by replacing them with actualDan Gohman2009-05-081-0/+10
* Use .td for tablegen files, not .ll.Dan Gohman2009-05-082-0/+0
* Fold trunc casts into add-recurrence expressions, allowing theDan Gohman2009-05-081-0/+24
* Fix PR4152: asm constraint validation happens before dag combine, so weChris Lattner2009-05-081-0/+17
* fix RewriteStoreUserOfWholeAlloca to use the correct type sizeChris Lattner2009-05-081-0/+12
* Optimize code placement in loop to eliminate unconditional branches or move u...Evan Cheng2009-05-081-0/+134
* PR4123: don't crash when inlining a call which uses its own result.Eli Friedman2009-05-081-0/+20
* Fix pr4100. Do not remove no-op copies when they are dead. The registerBob Wilson2009-05-071-0/+12