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