summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* It is ok, and convenient, to pass descriptors by value.Devang Patel2010-08-09
* A REG_SEQUENCE instruction may use the same register twice.Jakob Stoklund Olesen2010-08-09
* Explicitly initialize SlowFPBrcc and Pref32BitThumb to false.Evan Cheng2010-08-09
* Rename a method.Devang Patel2010-08-09
* Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng2010-08-09
* Memory version of vcvtdq2pd intrinsicBruno Cardoso Lopes2010-08-09
* Patterns to match vinsert, vbroadcast, vmovmask and vcvtdq2pd AVX intrinsicsBruno Cardoso Lopes2010-08-09
* Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime...Evan Cheng2010-08-09
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-09
* MC/MachO: Fix possible null pointer dereference.Michael J. Spencer2010-08-09
* Stop the JIT from refusing to work just because the program it was compiled intoNick Lewycky2010-08-09
* Add optimization to Target/README.txt.Nick Lewycky2010-08-08
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-08
* Use the "isCompare" machine instruction attribute instead of calling theBill Wendling2010-08-08
* Do more to modernize MergeFunctions. Refactor in response to Chris' code review.Nick Lewycky2010-08-08
* Fix a couple of warnings.Eric Christopher2010-08-08
* Roll back my last two commits, valgrind complains.Benjamin Kramer2010-08-07
* Kill rarely used std::sort.Benjamin Kramer2010-08-07
* Remove layering violation.Owen Anderson2010-08-07