summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-16
* Generalize a few more instcombines to be vector/scalar-independent.Dan Gohman2009-06-16
* Instcombine's ShrinkDemandedConstant may strip bits out of constants,Dan Gohman2009-06-16
* CALL64pcrel32 immediate field is 32-bit. Patch by Abhinav Duggal.Evan Cheng2009-06-16
* Address review comments: add 3 ARM calling conventions.Anton Korobeynikov2009-06-16
* GNU as refuses to assemble "pop {}" instruction. Do not emit suchAnton Korobeynikov2009-06-16
* Add Threading.cpp to the CMake project filesDouglas Gregor2009-06-16
* Split the thread-related APIs out into their own file, and add a few moreOwen Anderson2009-06-16
* Generalize instcombine's isSafeToLoadUnconditionally() functionChris Lattner2009-06-16
* Added missing libcalls for floating point to int conversions.Sanjiv Gupta2009-06-16
* Fixed names of libcalls checked in r73480.Sanjiv Gupta2009-06-16
* Code Restructuring. No functionality change.Sanjiv Gupta2009-06-16
* Added required libcalls for PIC16 (mostly floating points to integer casting ...Sanjiv Gupta2009-06-16
* Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs.Evan Cheng2009-06-16
* If a val# is defined by an implicit_def and it is being removed, all of the c...Evan Cheng2009-06-16
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-16
* Misc accumulated tweaks to legalization logic for various targets.Eli Friedman2009-06-16
* another xform that is target-independent (should be done in instcombine).Chris Lattner2009-06-16
* I think instcombine should unconditionally do this xform.Chris Lattner2009-06-16
* Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic.Chris Lattner2009-06-16
* There doesn't seem to be a reason to move the save FP stuff.Bill Wendling2009-06-16
* The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offsetBill Wendling2009-06-16
* Fix typos.Bill Wendling2009-06-16
* Use MainCU if it is available.Devang Patel2009-06-16
* Use Type::getScalarType.Dan Gohman2009-06-16
* Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson2009-06-15
* Change this from an assert to a cerr+exit, since it's diagnosing anDan Gohman2009-06-15
* On Darwin, frame pointer r7 is never available.Evan Cheng2009-06-15
* Use Type::isIntOrIntVector and Type::isFPOrFPVector.Dan Gohman2009-06-15
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-15
* Fix a typo in a diagnostic.Dan Gohman2009-06-15
* Rename methods for the sake of consistency.Anton Korobeynikov2009-06-15
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-15
* ifcvt should ignore cfg where true and false successors are the same.Evan Cheng2009-06-15
* Typo.Evan Cheng2009-06-15
* The Ls and Qs were mixed up. Patch by Sean.Bill Wendling2009-06-15
* Fix the crash in this test. This is basically the sameDale Johannesen2009-06-15
* Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.Evan Cheng2009-06-15
* Merge PartialInliner changes.Owen Anderson2009-06-15
* "The Intel instruction tables should include the 64-bit and 32-bit instructionsBill Wendling2009-06-15
* Silence a warning.Evan Cheng2009-06-15
* Code cleanups. getSCEVAtScope no longer uses SCEVCouldNotCompute.Dan Gohman2009-06-15
* Make the EnableLoadPRE variable static.Dan Gohman2009-06-15
* glibc has two versions of strerror_r, a standards compliant one and a GNUDan Gohman2009-06-15
* CheckTailCallReturnConstraints is missing a check on theArnold Schwaighofer2009-06-15
* Part 1.Evan Cheng2009-06-15
* "This patch implements the method with the GetModuleFileName function for win...Chris Lattner2009-06-15
* remove extraneous const qualifierChris Lattner2009-06-15
* I got J and K backward, many thanks to Eli for spotting this!Chris Lattner2009-06-15
* add a new static method to portably determine whether a patch isChris Lattner2009-06-15