| Commit message (Expand) | Author | Age | Files | Lines |
* | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng | 2010-09-09 | 3 | -1/+14 |
* | Fix this comment. | Dan Gohman | 2010-09-09 | 1 | -2/+3 |
* | Make ELF OS ABI dependent on the OS from target triple. | Roman Divacky | 2010-09-09 | 1 | -2/+3 |
* | Refactor code-size reduction estimation methods out of InlineCostAnalyzer and... | Owen Anderson | 2010-09-09 | 2 | -10/+12 |
* | Rearrange for better alignment and less padding | Jakob Stoklund Olesen | 2010-09-08 | 1 | -3/+4 |
* | Remove dead code and data. | Jakob Stoklund Olesen | 2010-09-08 | 1 | -18/+6 |
* | Remove dead code. | Jakob Stoklund Olesen | 2010-09-08 | 1 | -4/+0 |
* | Move private member functions to the end of the class declaration. | Owen Anderson | 2010-09-08 | 1 | -14/+15 |
* | Make module ownership methods on LLVMContext private, and make Module a friend | Owen Anderson | 2010-09-08 | 1 | -5/+8 |
* | Clarify the ownership model of LLVMContext and Module. Namely, contexts own | Owen Anderson | 2010-09-08 | 1 | -0/+8 |
* | Add a new experimental generalized dependence query interface to | Dan Gohman | 2010-09-08 | 1 | -0/+84 |
* | Remove untrue comments. | Bill Wendling | 2010-09-07 | 1 | -4/+4 |
* | Remove dead code. ManagedCleanup is unused, and contained a serious bug in that | Owen Anderson | 2010-09-07 | 1 | -6/+0 |
* | Fix PR7972, in which the PassRegistry was being leaked. As part of this, | Owen Anderson | 2010-09-07 | 1 | -0/+1 |
* | Tidy up the getModRefInfo declarations. | Dan Gohman | 2010-09-07 | 1 | -24/+40 |
* | Properly initialize the pImpl member of PassRegistry to zero. | Owen Anderson | 2010-09-07 | 1 | -0/+2 |
* | Add doxygen comments for PassRegistry. | Owen Anderson | 2010-09-07 | 1 | -1/+24 |
* | Add an MVT::x86mmx type. It will take the place of all current MMX vector types. | Bill Wendling | 2010-09-07 | 3 | -10/+16 |
* | Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ... | Owen Anderson | 2010-09-07 | 2 | -25/+13 |
* | Create PTX backend. Patch by Che-Liang Chiou! | Nick Lewycky | 2010-09-07 | 1 | -0/+1 |
* | Add patterns for MMX that use the new intrinsics. | Dale Johannesen | 2010-09-07 | 1 | -3/+3 |
* | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky | 2010-09-07 | 1 | -0/+8 |
* | Add a new isSignWrappedSet() method to ConstantRange. | Nick Lewycky | 2010-09-06 | 1 | -0/+5 |
* | pull a simple method out of LICM into a new | Chris Lattner | 2010-09-06 | 1 | -4/+3 |
* | fix inconsistent formatting. | Chris Lattner | 2010-09-05 | 1 | -1/+1 |
* | implement rdar://6653118 - fastisel should fold loads where possible. | Chris Lattner | 2010-09-05 | 2 | -1/+13 |
* | Remove dead code. | Jakob Stoklund Olesen | 2010-09-04 | 1 | -15/+0 |
* | fix this to work with allocators that have reference type with compilers | Chris Lattner | 2010-09-04 | 1 | -3/+7 |
* | Reapply this increase to the number of virtual registers. All of the | Eric Christopher | 2010-09-03 | 1 | -1/+1 |
* | Add 'const' to getter function. | Jim Grosbach | 2010-09-03 | 1 | -1/+1 |
* | Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc | Owen Anderson | 2010-09-03 | 1 | -0/+2 |
* | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson | 2010-09-03 | 1 | -8/+0 |
* | lets get crazy and name the header file the exact class name, | Chris Lattner | 2010-09-02 | 1 | -3/+3 |
* | AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter | Chris Lattner | 2010-09-02 | 1 | -5/+10 |
* | Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version. | Bill Wendling | 2010-09-02 | 1 | -2/+2 |
* | - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang. | Bill Wendling | 2010-09-02 | 1 | -5/+24 |
* | Remove obsolete comments about throwing exceptions. | Dan Gohman | 2010-09-02 | 6 | -12/+3 |
* | After some discussion with djg, teach SmallVector to grow from a zero | John McCall | 2010-09-02 | 1 | -17/+6 |
* | Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. | Benjamin Kramer | 2010-09-02 | 1 | -0/+8 |
* | Add a comment. | Dan Gohman | 2010-09-02 | 1 | -0/+1 |
* | Fix .debug_range for linux. Patch by Krister Wombell. | Devang Patel | 2010-09-02 | 2 | -0/+13 |
* | Reapply commit 112699, speculatively reverted by echristo, since | Duncan Sands | 2010-09-02 | 1 | -5/+7 |
* | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson | 2010-09-01 | 1 | -9/+1 |
* | Reword this comment. Don't mention outs(), as that's not what | Dan Gohman | 2010-09-01 | 1 | -4/+3 |
* | Recommit with changes. Comment out palignr for the | Dale Johannesen | 2010-09-01 | 1 | -6/+17 |
* | Revert 112740, it broke some clang tests somehow... | Dale Johannesen | 2010-09-01 | 1 | -17/+6 |
* | Add a few more missing MMX operations. This should be it. | Dale Johannesen | 2010-09-01 | 1 | -6/+17 |
* | Disable CorrelatedValuePropagation while I track down selfhost failures. | Owen Anderson | 2010-09-01 | 1 | -1/+0 |
* | Tentatively add correlated value propagation to the set of standard passes. | Owen Anderson | 2010-09-01 | 1 | -0/+1 |
* | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher | 2010-09-01 | 1 | -7/+5 |