aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-1639-0/+676
* Fixed logic error. Should check Builder for validity before calling SetSessionJohnny Chen2010-04-161-3/+2
* move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd().Chris Lattner2010-04-163-18/+20
* Regenerate configure script.Dan Gohman2010-04-161-2/+114
* Add an autoconf check for -retain-symbols-file and conditionalizeDan Gohman2010-04-164-7/+56
* Minor change to make the test case comply with Vd<0> == '0' when Q == '1'.Johnny Chen2010-04-161-1/+1
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-1610-86/+132
* Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for aJohnny Chen2010-04-164-5/+29
* (i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext x). No known test case...Evan Cheng2010-04-161-1/+2
* tidy upChris Lattner2010-04-161-23/+25
* move PrintCallGraphPass out of the middle of CGPassManager.Chris Lattner2010-04-161-33/+43
* add a missing break back, patch by Nico Schmidt!Chris Lattner2010-04-161-0/+1
* Create a new TargetSelectionDAGInfo class. This will eventually acquireDan Gohman2010-04-163-0/+58
* Commit this, which should have accompanied 101531.Dan Gohman2010-04-161-1/+2
* Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.Dan Gohman2010-04-165-16/+16
* Fix this code to avoid implicit assumptions about the length of the array.Dan Gohman2010-04-161-9/+1
* In the same spirit of r101524, which removed the assert() from printAddrMode2...Johnny Chen2010-04-163-2/+3
* Revert 101520, which depended on 101503, which was reverted.Dan Gohman2010-04-161-0/+1
* Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. ChangedJohnny Chen2010-04-162-4/+7
* Revert commit 101503 (johannes), in the hope of fixing the dragonegg build,Duncan Sands2010-04-161-4/+1
* Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" areJohnny Chen2010-04-162-2/+0
* Trim a #include.Dan Gohman2010-04-161-1/+0
* Revert r101455, which fails on the llvm-arm-linux buildbot.Dan Gohman2010-04-161-41/+0
* Use a ValueMap not a std::map for the reason indicatedDale Johannesen2010-04-161-1/+4
* 80 col.Evan Cheng2010-04-161-1/+2
* 80 col.Evan Cheng2010-04-161-1/+1
* Avoid creating virtual registers for unused values.Dan Gohman2010-04-162-5/+5
* Fix an assertion string.Dan Gohman2010-04-161-1/+1
* Fix a comment.Dan Gohman2010-04-161-1/+1
* Disable inlining of recursive calls. It can complicate tailcallelim andDan Gohman2010-04-162-0/+36
* Refine the detection of seemingly infinitely recursive calls where theDan Gohman2010-04-162-10/+46
* reapply r101434Gabor Greif2010-04-1644-588/+579
* Make callIsSmall accessible as a utility function.Dan Gohman2010-04-162-4/+8
* Fix SCEVCommutativeExpr::print to be robust in the case of improperDan Gohman2010-04-161-4/+6
* Delete a blank line.Dan Gohman2010-04-161-1/+0
* Add Debug+Coverage to more svn:ignore properties.Dan Gohman2010-04-160-0/+0
* Add JIT exception handling test.Bill Wendling2010-04-161-0/+41
* The JIT calls TidyLandingPads to tidy up the landing pads. However, because theBill Wendling2010-04-165-8/+22
* completed my pass over all 6+ months of commits, next step, format and make c...Chris Lattner2010-04-161-7/+21
* Adding support for dag combiner to promote operations for profit. This requir...Evan Cheng2010-04-164-6/+97
* Use getAL() rather than a major constant.Evan Cheng2010-04-161-9/+9
* Add Debug+Coverage and friends to svn:ignore properties.Dan Gohman2010-04-160-0/+0
* Add a check for posix_spawn.Eric Christopher2010-04-163-2/+6
* Refine further the scope where the global DebugLoc value is active.Dan Gohman2010-04-161-7/+5
* Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky2010-04-161-4/+2
* Silence an unused variable warning.Eric Christopher2010-04-161-1/+1
* fix comment noticed by BobChris Lattner2010-04-161-1/+1
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-1644-577/+586
* move comment.Chris Lattner2010-04-161-1/+1
* fix PR6832: we were using the alignment of a pointer when we Chris Lattner2010-04-162-6/+36