aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-111-0/+4
* Rename ConvertToSetZeroFlag to something more general.Bill Wendling2010-09-111-4/+5
* No need to recompute the SrcReg and CmpValue.Bill Wendling2010-09-101-0/+1
* Move some of the decision logic for converting an instruction into one that setsBill Wendling2010-09-101-5/+4
* typoesGabor Greif2010-09-102-3/+3
* Add missing X86 MMX declarations. Hopefully fixes buildbot?Dale Johannesen2010-09-101-0/+2
* Modify the comparison optimizations in the peephole optimizer to update theBill Wendling2010-09-101-3/+5
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-104-10/+25
* Auto-upgrade the magic ".llvm.eh.catch.all.value" global toBill Wendling2010-09-101-0/+5
* x86mmx is 64 bits.Dale Johannesen2010-09-101-1/+1
* add a comment explicitly calling out that allocation orders may includeJim Grosbach2010-09-101-3/+6
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-104-7/+15
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-091-7/+21
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-091-1/+7
* Extend the getDependence query with support for PHI translation.Dan Gohman2010-09-091-2/+7
* Add a getPointerOperand() helper function to VAArgInst, for consistencyDan Gohman2010-09-091-0/+4
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-093-1/+14
* Fix this comment.Dan Gohman2010-09-091-2/+3
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-091-2/+3
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-092-10/+12
* Rearrange for better alignment and less paddingJakob Stoklund Olesen2010-09-081-3/+4
* Remove dead code and data.Jakob Stoklund Olesen2010-09-081-18/+6
* Remove dead code.Jakob Stoklund Olesen2010-09-081-4/+0
* Move private member functions to the end of the class declaration.Owen Anderson2010-09-081-14/+15
* Make module ownership methods on LLVMContext private, and make Module a friendOwen Anderson2010-09-081-5/+8
* Clarify the ownership model of LLVMContext and Module. Namely, contexts ownOwen Anderson2010-09-081-0/+8
* Add a new experimental generalized dependence query interface toDan Gohman2010-09-081-0/+84
* Remove untrue comments.Bill Wendling2010-09-071-4/+4
* Remove dead code. ManagedCleanup is unused, and contained a serious bug in thatOwen Anderson2010-09-071-6/+0
* Fix PR7972, in which the PassRegistry was being leaked. As part of this,Owen Anderson2010-09-071-0/+1
* Tidy up the getModRefInfo declarations.Dan Gohman2010-09-071-24/+40
* Properly initialize the pImpl member of PassRegistry to zero.Owen Anderson2010-09-071-0/+2
* Add doxygen comments for PassRegistry.Owen Anderson2010-09-071-1/+24
* Add an MVT::x86mmx type. It will take the place of all current MMX vector types.Bill Wendling2010-09-073-10/+16
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-072-25/+13
* Create PTX backend. Patch by Che-Liang Chiou!Nick Lewycky2010-09-071-0/+1
* Add patterns for MMX that use the new intrinsics.Dale Johannesen2010-09-071-3/+3
* Add completely hokey binary-and and binary-or operations to ConstantRange andNick Lewycky2010-09-071-0/+8
* Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky2010-09-061-0/+5
* pull a simple method out of LICM into a new Chris Lattner2010-09-061-4/+3
* fix inconsistent formatting.Chris Lattner2010-09-051-1/+1
* implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner2010-09-052-1/+13
* Remove dead code.Jakob Stoklund Olesen2010-09-041-15/+0
* fix this to work with allocators that have reference type with compilersChris Lattner2010-09-041-3/+7
* Reapply this increase to the number of virtual registers. All of theEric Christopher2010-09-031-1/+1
* Add 'const' to getter function.Jim Grosbach2010-09-031-1/+1
* Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc Owen Anderson2010-09-031-0/+2
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-031-8/+0
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-021-3/+3
* AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner2010-09-021-5/+10