summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove dead code.Jakob Stoklund Olesen2010-09-08
* Move private member functions to the end of the class declaration.Owen Anderson2010-09-08
* Make module ownership methods on LLVMContext private, and make Module a friendOwen Anderson2010-09-08
* Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson2010-09-08
* Add a new experimental generalized dependence query interface toDan Gohman2010-09-08
* Remove untrue comments.Bill Wendling2010-09-07
* Remove dead code. ManagedCleanup is unused, and contained a serious bug in thatOwen Anderson2010-09-07
* Fix PR7972, in which the PassRegistry was being leaked. As part of this,Owen Anderson2010-09-07
* Tidy up the getModRefInfo declarations.Dan Gohman2010-09-07
* Properly initialize the pImpl member of PassRegistry to zero.Owen Anderson2010-09-07
* Add doxygen comments for PassRegistry.Owen Anderson2010-09-07
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-07
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-07
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-07
* Add patterns for MMX that use the new intrinsics.Dale Johannesen2010-09-07
* Add completely hokey binary-and and binary-or operations to ConstantRange andNick Lewycky2010-09-07
* Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky2010-09-06
* pull a simple method out of LICM into a new Chris Lattner2010-09-06
* fix inconsistent formatting.Chris Lattner2010-09-05
* implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner2010-09-05
* Remove dead code.Jakob Stoklund Olesen2010-09-04
* fix this to work with allocators that have reference type with compilersChris Lattner2010-09-04
* Reapply this increase to the number of virtual registers. All of theEric Christopher2010-09-03
* Add 'const' to getter function.Jim Grosbach2010-09-03
* Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc Owen Anderson2010-09-03
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-03
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02
* AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner2010-09-02
* Revert int_x86_mmx_palignr_b intrinsic to match llvm-gcc's version.Bill Wendling2010-09-02
* - Change __builtin_ia32_palignr intrinsic type to match the pattern in clang.Bill Wendling2010-09-02
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-02
* After some discussion with djg, teach SmallVector to grow from a zeroJohn McCall2010-09-02
* Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.Benjamin Kramer2010-09-02
* Add a comment.Dan Gohman2010-09-02
* Fix .debug_range for linux. Patch by Krister Wombell.Devang Patel2010-09-02
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-02
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-01
* Reword this comment. Don't mention outs(), as that's not whatDan Gohman2010-09-01
* Recommit with changes. Comment out palignr for the Dale Johannesen2010-09-01
* Revert 112740, it broke some clang tests somehow...Dale Johannesen2010-09-01
* Add a few more missing MMX operations. This should be it.Dale Johannesen2010-09-01
* Disable CorrelatedValuePropagation while I track down selfhost failures.Owen Anderson2010-09-01
* Tentatively add correlated value propagation to the set of standard passes.Owen Anderson2010-09-01
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-01
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman2010-09-01
* COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants.Michael J. Spencer2010-09-01
* Make the iterator form of erase return void, since it always succeeds,Dan Gohman2010-09-01
* Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands2010-09-01
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-01