aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Minor tweaks to the ImmutableList iterator interface.Ted Kremenek2008-07-111-2/+26
* Porting r53478 into mainline:Bill Wendling2008-07-111-0/+8
* Fix an obsolete top-level comment.Dan Gohman2008-07-111-3/+2
* Factor out debugging code into the common base class.Dan Gohman2008-07-113-8/+5
* Add support for putting NamedRegionTimers in TimerGroups, andDan Gohman2008-07-116-26/+72
* Use find instead of lower_bound.Dan Gohman2008-07-116-17/+16
* add support for returning i128, PR2532.Chris Lattner2008-07-111-0/+14
* Trim unnecessary #includes.Dan Gohman2008-07-1110-8/+6
* Don't call lookupNumber more than we have to.Owen Anderson2008-07-111-5/+8
* Remove an apparently useless routine: there shouldDuncan Sands2008-07-112-15/+0
* It is pointless to turn a UINT_TO_FP into anDuncan Sands2008-07-114-79/+126
* Add two missing SINT_TO_FP libcalls.Duncan Sands2008-07-113-11/+23
* Port a shift-by-1 optimization from LegalizeDAG: itDuncan Sands2008-07-112-0/+12
* Add support for 128 bit shifts and 32 bit shiftsDuncan Sands2008-07-113-6/+26
* Document 'mask' in this calculation.Nick Lewycky2008-07-111-0/+1
* Align comments, colons and cases. Remove trailingDuncan Sands2008-07-111-17/+17
* Remove misleading constant from comment.Nick Lewycky2008-07-111-1/+1
* Add another optimization from PR2330. Also catch some missing cases that areNick Lewycky2008-07-112-0/+58
* The frame address on an x86-64 box needs to be offset by -8, not -4.Bill Wendling2008-07-112-1/+12
* a missed optimization that Eli spottedChris Lattner2008-07-111-1/+1
* another bug in the same line.Chris Lattner2008-07-111-1/+1
* fix a bug spotted by Eli's eagle eyesChris Lattner2008-07-111-2/+2
* simplify and merge a bunch of code. Instead of comparing againstChris Lattner2008-07-111-81/+52
* fold away (x <= cst) earlier, allowing us to not have to Chris Lattner2008-07-111-103/+68
* Fix folding of icmp's of i1 where the comparison is signed. The codeChris Lattner2008-07-112-11/+32
* Fix a bogus optimization: folding (slt (zext i1 A to i32), 1) -> (slt i1 A, t...Chris Lattner2008-07-112-16/+23
* make this condition more precise.Chris Lattner2008-07-111-2/+1
* regenerateChris Lattner2008-07-113-1035/+1101
* Implement PR2538Chris Lattner2008-07-113-24/+73
* Fix a bug in the soft-float handling of FCOPYSIGN that Duncan noticedChris Lattner2008-07-101-2/+5
* make legalize types be a command line option: -enable-legalize-types.Chris Lattner2008-07-101-5/+8
* Make typedef public to make MSVC++ happy.Ted Kremenek2008-07-101-0/+1
* Make some typedefs public to make MSVC++ happy.Ted Kremenek2008-07-101-3/+4
* Make typedefs in ilist public (Visual C++ errors out when they are private).Ted Kremenek2008-07-101-1/+2
* Pull r53428 from Gaz into mainline:Bill Wendling2008-07-104-18/+18
* Added ImmutableMap constructor that accepts a const TreeTy*.Ted Kremenek2008-07-101-1/+2
* Put CPPBackend tests into their own directory and run them only if they'reBill Wendling2008-07-103-0/+5
* Tidy up #includes.Dan Gohman2008-07-104-5/+1
* Add a SubclassData field to SDNode, similar to what's doneDan Gohman2008-07-101-29/+42
* Fix a copy+pasto in an assertion string.Dan Gohman2008-07-101-1/+1
* Stack objects have nonnegative indices, not just positive indices.Dan Gohman2008-07-101-2/+2
* Escape the graph name. This unbreaks -view-cfg.Dan Gohman2008-07-101-1/+1
* Remove this file; the code that it went with is no longerDan Gohman2008-07-101-289/+0
* Make stack slot coloring's debug output more consistent withDan Gohman2008-07-101-1/+1
* Change StackSlotForVirtReg (which maps vregs to frame indices) from std::map ...Evan Cheng2008-07-101-8/+8
* Remove extraneous vertical whitespace before Eric gets the wrong idea ;-)Chris Lattner2008-07-101-1/+0
* Fix an altivec constant miscompilation that Duncan found throughChris Lattner2008-07-102-2/+14
* Add support for 128 bit multiplicative operations.Duncan Sands2008-07-103-21/+67
* Add a mysteriously missing libcall, FPTOSINT_F80_I32.Duncan Sands2008-07-105-6/+33
* Fix a FIXME: use an apint in CTTZ legalization.Duncan Sands2008-07-101-3/+3