| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use frame index, if available for byval argument while lowering dbg_declare. ... | Devang Patel | 2010-09-14 | 1 | -16/+20 |
* | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer | 2010-09-13 | 1 | -7/+1 |
* | Silence more warnings. Two more unused variables. | Eric Christopher | 2010-09-13 | 1 | -2/+0 |
* | Added skeleton for inline asm multiple alternative constraint support. | John Thompson | 2010-09-13 | 2 | -45/+252 |
* | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer | 2010-09-10 | 1 | -1/+7 |
* | Add DEBUG message. | Devang Patel | 2010-09-10 | 1 | -2/+10 |
* | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng | 2010-09-10 | 2 | -9/+8 |
* | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner | 2010-09-05 | 1 | -1/+51 |
* | Add a missing check when legalizing a vector extending load. This doesn't | Bob Wilson | 2010-09-03 | 1 | -3/+5 |
* | Detect undef value early and save unnecessary NodeMap query. | Devang Patel | 2010-09-02 | 1 | -0/+11 |
* | Don't narrow the load and store in a load+twiddle+store sequence unless | Dan Gohman | 2010-09-02 | 1 | -1/+2 |
* | Tidy up. | Devang Patel | 2010-09-02 | 1 | -11/+9 |
* | Reapply r112623. Included additional check for unused byval argument. | Devang Patel | 2010-08-31 | 2 | -1/+42 |
* | Revert r112623. It is causing self host build failures. | Devang Patel | 2010-08-31 | 2 | -39/+1 |
* | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel | 2010-08-31 | 2 | -1/+39 |
* | Offset is not always unsigned number. | Devang Patel | 2010-08-31 | 2 | -2/+2 |
* | zap unused method. x86 is the only user and already has a more powerfull version | Bruno Cardoso Lopes | 2010-08-31 | 1 | -29/+0 |
* | Revert r112461. It was failing on PPC... | Bill Wendling | 2010-08-30 | 1 | -4/+2 |
* | When adding a register, we should mark it as "def" if it can optionally define | Bill Wendling | 2010-08-30 | 1 | -2/+4 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -5/+0 |
* | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman | 2010-08-28 | 1 | -0/+5 |
* | Trim a #include. | Dan Gohman | 2010-08-28 | 1 | -3/+0 |
* | Simplify. | Devang Patel | 2010-08-27 | 1 | -4/+1 |
* | Revert r112213. It is not needed. | Devang Patel | 2010-08-26 | 2 | -19/+8 |
* | If node is not available then use FuncInfo.ValueMap to emit debug info for by... | Devang Patel | 2010-08-26 | 1 | -5/+9 |
* | Speculatively revert r112207. | Devang Patel | 2010-08-26 | 1 | -3/+1 |
* | 80 col. | Devang Patel | 2010-08-26 | 1 | -1/+2 |
* | Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also. | Devang Patel | 2010-08-26 | 2 | -8/+19 |
* | Donot forget to resolve dangling debug info in a case where virtual register,... | Devang Patel | 2010-08-26 | 1 | -1/+3 |
* | Add a hackaround for PR7993 which is causing failures on x86 builders that la... | Chris Lattner | 2010-08-26 | 1 | -0/+2 |
* | implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1. | Chris Lattner | 2010-08-26 | 2 | -66/+93 |
* | zap dead code. | Chris Lattner | 2010-08-26 | 2 | -37/+0 |
* | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner | 2010-08-25 | 3 | -6/+4 |
* | Change handling of illegal vector types to widen when possible instead of | Chris Lattner | 2010-08-25 | 2 | -46/+97 |
* | Fix comment. | Devang Patel | 2010-08-25 | 1 | -4/+3 |
* | Remove dead argument. | Devang Patel | 2010-08-25 | 2 | -6/+4 |
* | split the vector case of getCopyFromParts out to its own function, | Chris Lattner | 2010-08-24 | 1 | -81/+102 |
* | split the vector case out of getCopyToParts into its own function. No | Chris Lattner | 2010-08-24 | 1 | -117/+126 |
* | tidy up, reduce indentation | Chris Lattner | 2010-08-24 | 2 | -127/+123 |
* | Fix some GCC warnings by providing a virtual destructor in the base of a class | Chandler Carruth | 2010-08-23 | 1 | -1/+1 |
* | If the target says that an extending load is not legal, regardless of whether | Bob Wilson | 2010-08-19 | 1 | -7/+12 |
* | Make fast scheduler handle asm clobbers correctly. | Dale Johannesen | 2010-08-17 | 1 | -21/+53 |
* | Fix typo. | Eric Christopher | 2010-08-17 | 1 | -1/+1 |
* | Add missing null check reported by Amaury Pouly. | Evan Cheng | 2010-08-10 | 1 | -2/+3 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Eliminate unnecessary empty string literals. | Dan Gohman | 2010-08-04 | 1 | -1/+1 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 1 | -1/+1 |
* | PR7586: Make sure we don't claim that unknown bits are actually known in the | Eli Friedman | 2010-08-02 | 1 | -3/+2 |