summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* CBZ and CBNZ are implemented.Evan Cheng2010-08-10
* Add AVX matching patterns to Packed Bit Test intrinsics.Bruno Cardoso Lopes2010-08-10
* Now that we're using ConstantRange to represent potential values, make use of...Owen Anderson2010-08-10
* Add the minimal amount of smarts necessary to instcombine of shufflevectors t...Nate Begeman2010-08-10
* Turn optimize compares back on with fix. We needed to test that a machine op wasBill Wendling2010-08-10
* Give up on register class recalculation when the register is used with subregJakob Stoklund Olesen2010-08-10
* Revert r110718; it broke clang-i386-darwin9.Dan Gohman2010-08-10
* Avoid editing the current live interval during remat.Jakob Stoklund Olesen2010-08-10
* More debug spewJakob Stoklund Olesen2010-08-10
* Turn optimize cmps on by default so that we can get some testing by the nightlyBill Wendling2010-08-10
* Add missing argument. CreateCompositeTypeEx() users, please verify.Devang Patel2010-08-10
* Switch over to using ConstantRange to track integral values.Owen Anderson2010-08-10
* Do not forget debug info for enums. Use named mdnode to keep track of these t...Devang Patel2010-08-10
* Delete some unused instructions.Evan Cheng2010-08-10
* Re-apply r110655 with fixes. Epilogue must restore sp from fp if the function...Evan Cheng2010-08-10
* Implement register class inflation.Jakob Stoklund Olesen2010-08-10
* Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FPDaniel Dunbar2010-08-10
* MC/AsmParser: Fix a bug in macro argument parsing, which was droppingDaniel Dunbar2010-08-10
* Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen2010-08-10
* Revert "MC/MachO: Fix possible null pointer dereference."Michael J. Spencer2010-08-10
* Mark this variable as used.Chandler Carruth2010-08-10
* RegionInfo: Do not assert if a BB is not part of the dominance tree.Tobias Grosser2010-08-10
* Handle TAG_constant for integers.Devang Patel2010-08-10
* Fix ARM hasFP() semantics. It should return true whenever FP register isEvan Cheng2010-08-10
* Update CMake...sorry for the breakage.Bill Wendling2010-08-10
* Simplify.Devang Patel2010-08-10
* Drop "const". It does not add value here.Devang Patel2010-08-10
* Add AVX movnt{pd,ps,dq} 256-bit intrinsicsBruno Cardoso Lopes2010-08-10
* Add missing null check reported by Amaury Pouly.Evan Cheng2010-08-10
* Add AVX movmsk 256-bit intrinsicsBruno Cardoso Lopes2010-08-10
* Support AVX 256-bit load and store intrinsicsBruno Cardoso Lopes2010-08-10
* Do not include file static variable in pubnames list.Devang Patel2010-08-10
* remove code setting rw locks to PTHREAD_PROCESS_PRIVATE, whichChris Lattner2010-08-10
* Patterns to match AVX cmp instructionsBruno Cardoso Lopes2010-08-10
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-10
* Add matching patterns for vblend AVX intrinsicsBruno Cardoso Lopes2010-08-10
* Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling2010-08-09
* Undo accidental commit.Devang Patel2010-08-09
* Simplify. Avoid redundant checks.Devang Patel2010-08-09
* Wording.Eric Christopher2010-08-09
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-09
* ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-(Evan Cheng2010-08-09
* Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 2...Bruno Cardoso Lopes2010-08-09
* Refactor.Devang Patel2010-08-09
* Add patterns to AVX conversions instructions. Do that instead of declaring mo...Bruno Cardoso Lopes2010-08-09
* Fix a use after free error caught by the valgrind builders.Nick Lewycky2010-08-09
* Refactoring. Update DbgVarible to handle queries itself.Devang Patel2010-08-09
* Add ConstantRange information to the debugging output.Owen Anderson2010-08-09
* PR7853: fix a silly mistake introduced in r101899, and add a test to make sureEli Friedman2010-08-09
* CMake: eliminated unnecessary target_link_libraries.Oscar Fuentes2010-08-09