aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the last argument type of AVX vblend intrinsicsBruno Cardoso Lopes2010-08-101-2/+2
* Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling2010-08-094-172/+127
* Undo accidental commit.Devang Patel2010-08-092-38/+54
* Simplify. Avoid redundant checks.Devang Patel2010-08-092-54/+38
* Wording.Eric Christopher2010-08-091-1/+1
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-094-1/+168
* ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-(Evan Cheng2010-08-091-1/+2
* Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 2...Bruno Cardoso Lopes2010-08-091-0/+30
* Refactor.Devang Patel2010-08-093-10/+58
* Add patterns to AVX conversions instructions. Do that instead of declaring mo...Bruno Cardoso Lopes2010-08-091-9/+20
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-096-0/+28
* Fix a use after free error caught by the valgrind builders.Nick Lewycky2010-08-091-2/+4
* Refactoring. Update DbgVarible to handle queries itself.Devang Patel2010-08-092-82/+93
* Add ConstantRange information to the debugging output.Owen Anderson2010-08-091-0/+3
* PR7853: fix a silly mistake introduced in r101899, and add a test to make sureEli Friedman2010-08-092-13/+23
* Update cmake library dependencies.Oscar Fuentes2010-08-091-9/+11
* CMake: eliminated unnecessary target_link_libraries.Oscar Fuentes2010-08-091-1/+0
* It is ok, and convenient, to pass descriptors by value.Devang Patel2010-08-092-41/+41
* A REG_SEQUENCE instruction may use the same register twice.Jakob Stoklund Olesen2010-08-091-1/+11
* Explicitly initialize SlowFPBrcc and Pref32BitThumb to false.Evan Cheng2010-08-091-0/+2
* Rename a method.Devang Patel2010-08-091-3/+3
* Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more...Evan Cheng2010-08-094-8/+10
* Memory version of vcvtdq2pd intrinsicBruno Cardoso Lopes2010-08-091-1/+3
* Patterns to match vinsert, vbroadcast, vmovmask and vcvtdq2pd AVX intrinsicsBruno Cardoso Lopes2010-08-091-20/+59
* Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime...Evan Cheng2010-08-091-2/+7
* Remove the ValueMap operator=, which was wrong (it did't correct theDuncan Sands2010-08-091-6/+1
* Have SPU handle halfvec stores aligned by 8 bytes.Kalle Raiskila2010-08-097-12/+72
* MC/MachO: Fix possible null pointer dereference.Michael J. Spencer2010-08-091-1/+1
* XFAIL for mingw that has no plugins.Rafael Espindola2010-08-092-0/+2
* Don't try to build a plugin on windows.Rafael Espindola2010-08-091-1/+3
* Stop the JIT from refusing to work just because the program it was compiled intoNick Lewycky2010-08-091-5/+0
* CMake: llvm_map_components_to_libraries now returns system libs too.Oscar Fuentes2010-08-092-2/+3
* Change the Interval type to signed in ImmutableIntervalMap.h.Zhongxing Xu2010-08-091-5/+5
* CMake: document how to incorporate LLVM into the cmake project of anOscar Fuentes2010-08-091-2/+33
* CMake: system for providing llvm-config-like features to the user.Oscar Fuentes2010-08-094-0/+39
* CMake: documented testing procedureOscar Fuentes2010-08-091-2/+8
* llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer2010-08-081-1/+1
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-082-0/+10
* s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-082-6/+6
* Remove unused variable.Benjamin Kramer2010-08-081-3/+0
* Remove the ValueMap copy constructor. It's not used anywhere,Duncan Sands2010-08-082-16/+1
* Regenerate.Eric Christopher2010-08-081-0/+5
* Add a bit of a hack to avoid multiple defines of variables inEric Christopher2010-08-083-0/+16
* Add optimization to Target/README.txt.Nick Lewycky2010-08-081-0/+16
* Reject unrepresentable pointer types in intrinsics. Fixes PR7316.Nick Lewycky2010-08-082-2/+28
* Use the "isCompare" machine instruction attribute instead of calling theBill Wendling2010-08-085-21/+22
* Do more to modernize MergeFunctions. Refactor in response to Chris' code review.Nick Lewycky2010-08-081-91/+81
* CMake: set configure macro LLVM_PREFIXOscar Fuentes2010-08-083-2/+4
* CMake: configure header llvm-config.hOscar Fuentes2010-08-082-0/+89
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-088-46/+44