2010-09-09 |
Dan Gohman | Discard metadata produced by LLVM 2.7. The value enumer... |
tree | commitdiff |
2010-09-09 |
Owen Anderson | What the loop unroller cares about, rather than just... |
tree | commitdiff |
2010-09-09 |
Dan Gohman | Extend the getDependence query with support for PHI... |
tree | commitdiff |
2010-09-09 |
Dan Gohman | Add a getPointerOperand() helper function to VAArgInst... |
tree | commitdiff |
2010-09-09 |
Evan Cheng | For each instruction itinerary class, specify the numbe... |
tree | commitdiff |
2010-09-09 |
Dan Gohman | Fix this comment. |
tree | commitdiff |
2010-09-09 |
Roman Divacky | Make ELF OS ABI dependent on the OS from target triple. |
tree | commitdiff |
2010-09-09 |
Owen Anderson | Refactor code-size reduction estimation methods out... |
tree | commitdiff |
2010-09-08 |
Jakob Stoklund Olesen | Rearrange for better alignment and less padding |
tree | commitdiff |
2010-09-08 |
Jakob Stoklund Olesen | Remove dead code and data. |
tree | commitdiff |
2010-09-08 |
Jakob Stoklund Olesen | Remove dead code. |
tree | commitdiff |
2010-09-08 |
Owen Anderson | Move private member functions to the end of the class... |
tree | commitdiff |
2010-09-08 |
Owen Anderson | Make module ownership methods on LLVMContext private... |
tree | commitdiff |
2010-09-08 |
Owen Anderson | Clarify the ownership model of LLVMContext and Module... |
tree | commitdiff |
2010-09-08 |
Dan Gohman | Add a new experimental generalized dependence query... |
tree | commitdiff |
2010-09-07 |
Bill Wendling | Remove untrue comments. |
tree | commitdiff |
2010-09-07 |
Owen Anderson | Remove dead code. ManagedCleanup is unused, and contai... |
tree | commitdiff |
2010-09-07 |
Owen Anderson | Fix PR7972, in which the PassRegistry was being leaked... |
tree | commitdiff |
2010-09-07 |
Dan Gohman | Tidy up the getModRefInfo declarations. |
tree | commitdiff |
2010-09-07 |
Owen Anderson | Properly initialize the pImpl member of PassRegistry... |
tree | commitdiff |
2010-09-07 |
Owen Anderson | Add doxygen comments for PassRegistry. |
tree | commitdiff |
2010-09-07 |
Bill Wendling | Add an MVT::x86mmx type. It will take the place of... |
tree | commitdiff |
2010-09-07 |
Owen Anderson | Clean up some of the PassRegistry implementation, and... |
tree | commitdiff |
2010-09-07 |
Nick Lewycky | Create PTX backend. Patch by Che-Liang Chiou! |
tree | commitdiff |
2010-09-07 |
Dale Johannesen | Add patterns for MMX that use the new intrinsics. |
tree | commitdiff |
2010-09-07 |
Nick Lewycky | Add completely hokey binary-and and binary-or operation... |
tree | commitdiff |
2010-09-06 |
Nick Lewycky | Add a new isSignWrappedSet() method to ConstantRange. |
tree | commitdiff |
2010-09-06 |
Chris Lattner | pull a simple method out of LICM into a new |
tree | commitdiff |
2010-09-05 |
Chris Lattner | fix inconsistent formatting. |
tree | commitdiff |
2010-09-05 |
Chris Lattner | implement rdar://6653118 - fastisel should fold loads... |
tree | commitdiff |
2010-09-04 |
Jakob Stoklund Olesen | Remove dead code. |
tree | commitdiff |
2010-09-04 |
Chris Lattner | fix this to work with allocators that have reference... |
tree | commitdiff |
2010-09-03 |
Eric Christopher | Reapply this increase to the number of virtual register... |
tree | commitdiff |
2010-09-03 |
Jim Grosbach | Add 'const' to getter function. |
tree | commitdiff |
2010-09-03 |
Owen Anderson | Re-enable CorrelatedValuePropagation. I've tested... |
tree | commitdiff |
2010-09-03 |
Bob Wilson | Replace NEON vabdl, vaba, and vabal intrinsics with... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | lets get crazy and name the header file the exact class... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | AsmPrinter has a formatted stream, pass it down through... |
tree | commitdiff |
2010-09-02 |
Bill Wendling | Revert int_x86_mmx_palignr_b intrinsic to match llvm... |
tree | commitdiff |
2010-09-02 |
Bill Wendling | - Change __builtin_ia32_palignr intrinsic type to match... |
tree | commitdiff |
2010-09-02 |
Dan Gohman | Remove obsolete comments about throwing exceptions. |
tree | commitdiff |
2010-09-02 |
John McCall | After some discussion with djg, teach SmallVector to... |
tree | commitdiff |
2010-09-02 |
Benjamin Kramer | Add AsmParser support for the ELF .previous directive... |
tree | commitdiff |
2010-09-02 |
Dan Gohman | Add a comment. |
tree | commitdiff |
2010-09-02 |
Devang Patel | Fix .debug_range for linux. Patch by Krister Wombell. |
tree | commitdiff |
2010-09-02 |
Duncan Sands | Reapply commit 112699, speculatively reverted by echris... |
tree | commitdiff |
2010-09-01 |
Bob Wilson | Remove NEON vmull, vmlal, and vmlsl intrinsics, replaci... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Reword this comment. Don't mention outs(), as that... |
tree | commitdiff |
2010-09-01 |
Dale Johannesen | Recommit with changes. Comment out palignr for the |
tree | commitdiff |
2010-09-01 |
Dale Johannesen | Revert 112740, it broke some clang tests somehow... |
tree | commitdiff |
2010-09-01 |
Dale Johannesen | Add a few more missing MMX operations. This should... |
tree | commitdiff |
2010-09-01 |
Owen Anderson | Disable CorrelatedValuePropagation while I track down... |
tree | commitdiff |
2010-09-01 |
Owen Anderson | Tentatively add correlated value propagation to the... |
tree | commitdiff |
2010-09-01 |
Eric Christopher | Speculatively revert 112699 and 112702, they seem to... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make tool_output_file's raw_ostream instance a member... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Add an interface for unregistering a file from the... |
tree | commitdiff |
2010-09-01 |
Michael J. Spencer | COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Make the iterator form of erase return void, since... |
tree | commitdiff |
2010-09-01 |
Duncan Sands | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexpor... |
tree | commitdiff |
2010-09-01 |
Duncan Sands | If PrototypeValue is erased in the middle of using... |
tree | commitdiff |
2010-09-01 |
Duncan Sands | Add convenience class for working with eh.exception... |
tree | commitdiff |
2010-09-01 |
Dan Gohman | Revert 112442 and 112440 until the compile time problem... |
tree | commitdiff |
2010-09-01 |
Dale Johannesen | Add some MMX intrinsics that duplicate functionality |
tree | commitdiff |
2010-08-31 |
Devang Patel | Use absolute label for DW_AT_stmt_list if a target... |
tree | commitdiff |
2010-08-31 |
Benjamin Kramer | Remove noisy semicolon. |
tree | commitdiff |
2010-08-31 |
Kevin Enderby | This is the second of three patches to implement suppor... |
tree | commitdiff |
2010-08-31 |
Devang Patel | Reapply r112623. Included additional check for unused... |
tree | commitdiff |
2010-08-31 |
Dale Johannesen | Comment typo. |
tree | commitdiff |
2010-08-31 |
Devang Patel | Revert r112623. It is causing self host build failures. |
tree | commitdiff |
2010-08-31 |
Devang Patel | Remember byval argument's frame index during argument... |
tree | commitdiff |
2010-08-31 |
Duncan Sands | Stop using the dom frontier in DwarfEHPrepare by not... |
tree | commitdiff |
2010-08-31 |
Owen Anderson | Rename ValuePropagation to a more descriptive Correlate... |
tree | commitdiff |
2010-08-31 |
Michael J. Spencer | Fix spelling/typo. |
tree | commitdiff |
2010-08-31 |
Bruno Cardoso Lopes | zap unused method. x86 is the only user and already... |
tree | commitdiff |
2010-08-30 |
Dan Gohman | Update the descriptions of NoModRef and ModRef to be... |
tree | commitdiff |
2010-08-30 |
Bob Wilson | Remove NEON vmovn intrinsic, replacing it with vector... |
tree | commitdiff |
2010-08-30 |
Eric Christopher | Fix LLVM target initialization to deal with sociopathic... |
tree | commitdiff |
2010-08-30 |
Eric Christopher | Kill a couple of unused variables. |
tree | commitdiff |
2010-08-30 |
Chris Lattner | nuke dead ivar which was supposed to be committed with... |
tree | commitdiff |
2010-08-29 |
Chris Lattner | two changes: 1) make AliasSet hold the list of call... |
tree | commitdiff |
2010-08-29 |
Dan Gohman | Make IVUsers iterative instead of recursive. |
tree | commitdiff |
2010-08-29 |
Dan Gohman | Delete an unused declaration. |
tree | commitdiff |
2010-08-29 |
Chris Lattner | Stop explicitly scheduling domfrontier before the loop... |
tree | commitdiff |
2010-08-29 |
Bob Wilson | Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics... |
tree | commitdiff |
2010-08-29 |
Chris Lattner | implement SSAUpdater::RewriteUseAfterInsertions, a... |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove the ABCD and SSI passes. They don't have any... |
tree | commitdiff |
2010-08-27 |
Owen Anderson | Add a prototype of a new peephole optimizing pass that... |
tree | commitdiff |
2010-08-27 |
Eric Christopher | Fix a couple of typos. |
tree | commitdiff |
2010-08-27 |
Dan Gohman | Switch ScalarEvolution's main Value*->SCEV* map from... |
tree | commitdiff |
2010-08-27 |
Bob Wilson | Add alignment arguments to all the NEON load/store... |
tree | commitdiff |
2010-08-26 |
Jim Grosbach | Simplify eliminateFrameIndex() interface back down... |
tree | commitdiff |
2010-08-26 |
Jim Grosbach | tidy up a bit. no functional change. |
tree | commitdiff |
2010-08-26 |
Chris Lattner | add m_BitCast for matching a bitcast. |
tree | commitdiff |
2010-08-26 |
Bruno Cardoso Lopes | zap the now unused MVT::getIntVectorWithNumElements |
tree | commitdiff |
2010-08-26 |
Devang Patel | Fix prototypes. |
tree | commitdiff |
2010-08-26 |
Dan Gohman | Reapply r112091 and r111922, support for metadata linki... |
tree | commitdiff |
2010-08-26 |
John McCall | SmallVector's growth policies don't like starting from... |
tree | commitdiff |
2010-08-26 |
Dan Gohman | Rewrite ExtractGV, removing a bunch of stuff that didn... |
tree | commitdiff |
2010-08-25 |
John McCall | Provide an explicit specialization of SmallVector at... |
tree | commitdiff |
next |