aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Misc accumulated tweaks to legalization logic for various targets.Eli Friedman2009-06-164-2/+25
* another xform that is target-independent (should be done in instcombine).Chris Lattner2009-06-161-3/+23
* I think instcombine should unconditionally do this xform.Chris Lattner2009-06-161-2/+17
* Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic.Chris Lattner2009-06-161-6/+5
* There doesn't seem to be a reason to move the save FP stuff.Bill Wendling2009-06-161-7/+7
* The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offsetBill Wendling2009-06-161-20/+18
* Fix typos.Bill Wendling2009-06-161-2/+2
* Use MainCU if it is available.Devang Patel2009-06-162-2/+278
* Add initial stab at documenting the use of LLVM with threaded clients.Owen Anderson2009-06-161-2/+109
* Add comments to ConstantInt::get and ConstantFP::get to more fullyDan Gohman2009-06-161-7/+12
* Use Type::getScalarType.Dan Gohman2009-06-161-4/+2
* Regenerate.Mikhail Glushenkov2009-06-162-43/+74
* Documentation update.Mikhail Glushenkov2009-06-162-22/+52
* Remove extraneous propset.Owen Anderson2009-06-150-0/+0
* Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson2009-06-152-8/+18
* Add a CreateFNeg function to IRBuilder.Dan Gohman2009-06-151-0/+5
* Update this test to use fmul instead of mul.Dan Gohman2009-06-151-1/+1
* Change this from an assert to a cerr+exit, since it's diagnosing anDan Gohman2009-06-151-2/+6
* On Darwin, frame pointer r7 is never available.Evan Cheng2009-06-151-2/+2
* Use Type::isIntOrIntVector and Type::isFPOrFPVector.Dan Gohman2009-06-152-20/+15
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-1518-259/+497
* Address more comments :)Anton Korobeynikov2009-06-151-5/+4
* Fix a typo in a diagnostic.Dan Gohman2009-06-151-1/+1
* Rename methods for the sake of consistency.Anton Korobeynikov2009-06-152-8/+8
* Document ABIType enum. Patch by Sandeep Patel!Anton Korobeynikov2009-06-151-0/+3
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-153-2/+86
* ifcvt should ignore cfg where true and false successors are the same.Evan Cheng2009-06-152-1/+24
* Typo.Evan Cheng2009-06-151-1/+1
* Rewrite the noredzone description, attempting to avoid confusing language.Dan Gohman2009-06-151-1/+1
* The Ls and Qs were mixed up. Patch by Sean.Bill Wendling2009-06-152-6/+6
* Fix the crash in this test. This is basically the sameDale Johannesen2009-06-152-2/+584
* Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.Evan Cheng2009-06-151-59/+73
* Merge PartialInliner changes.Owen Anderson2009-06-151-0/+5
* "The Intel instruction tables should include the 64-bit and 32-bit instructionsBill Wendling2009-06-152-0/+18
* Silence a warning.Evan Cheng2009-06-151-1/+1
* This test is failing. Revert for now.Bill Wendling2009-06-151-89/+0
* Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute.Dan Gohman2009-06-151-9/+9
* Add another testcase for r71478.Bill Wendling2009-06-151-0/+89
* Make the EnableLoadPRE variable static.Dan Gohman2009-06-151-1/+1
* Fix a typo.Dan Gohman2009-06-151-1/+1
* glibc has two versions of strerror_r, a standards compliant one and a GNUDan Gohman2009-06-151-1/+8
* Reword the description of the noredzone attribute.Dan Gohman2009-06-151-2/+3
* CheckTailCallReturnConstraints is missing a check on theArnold Schwaighofer2009-06-152-1/+19
* x86_64 was completely missing from the target triples supported by the X86 codeEdwin Török2009-06-151-0/+2
* Remove the gcc= option. llvm-gcc uses only as=Rafael Espindola2009-06-151-12/+5
* Part 1.Evan Cheng2009-06-1513-141/+613
* fix testcase to properly check for the patch in r73195.Chris Lattner2009-06-151-1/+1
* "This patch implements the method with the GetModuleFileName function for win...Chris Lattner2009-06-151-1/+3
* remove extraneous const qualifierChris Lattner2009-06-152-3/+2
* I got J and K backward, many thanks to Eli for spotting this!Chris Lattner2009-06-151-2/+2