aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and soDan Gohman2007-10-123-0/+47
* Codegen support for vector intrinsics.Dan Gohman2007-10-111-27/+114
* Implement ppc long double->uint conversion.Dale Johannesen2007-10-112-3/+58
* Set ISD::FPOW to Expand.Dan Gohman2007-10-116-4/+21
* Add runtime library names for pow.Dan Gohman2007-10-112-0/+8
* Add an ISD::FPOW node type.Dan Gohman2007-10-112-3/+4
* Add an explicit target triple to make this test behave as expected onDan Gohman2007-10-111-1/+1
* Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.Ted Kremenek2007-10-111-0/+7
* Add missing argument to PALIGNRDale Johannesen2007-10-111-4/+4
* Fix an assertion abort on sparc. malloc(0) is allowed toGabor Greif2007-10-111-1/+3
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-1116-65/+928
* Adding myselfArnold Schwaighofer2007-10-111-0/+4
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-1110-18/+196
* Lower memcpy if it makes sense.Devang Patel2007-10-112-0/+64
* make bitvector &= do the right thing if vectors have mismatched length.Chris Lattner2007-10-111-2/+11
* Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner2007-10-112-6/+8
* Added iterators to ImmutableSet.Ted Kremenek2007-10-111-3/+24
* Added some doxygen comments to ImmutableSet.Ted Kremenek2007-10-101-1/+18
* Removed uninformative assertions that catch problems that willTed Kremenek2007-10-101-22/+5
* Removed "height" of an AVL tree node from its Profile. This isTed Kremenek2007-10-101-7/+4
* Removed spurious forward declaration to a structure that will no longer be used.Ted Kremenek2007-10-101-1/+0
* Added some doxygen comments to a few methods of ImutAVLTree.Ted Kremenek2007-10-101-2/+41
* Updated VC++ build system.Hartmut Kaiser2007-10-107-111/+290
* Added preliminary support for iterators in ImutAVLTree.Ted Kremenek2007-10-101-4/+218
* Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divremChris Lattner2007-10-101-1/+3
* Renamed internal method "Create" of ImutAVLTree to "CreateNode".Ted Kremenek2007-10-101-13/+14
* Correct swapped arguments to getConstant.Duncan Sands2007-10-101-1/+1
* Fix 80-column violationsBill Wendling2007-10-101-29/+29
* Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen2007-10-107-3/+207
* Bad choice of variable name.Evan Cheng2007-10-101-2/+2
* Fix an extremely stupid bug that prevented first round of coalescing (physica...Evan Cheng2007-10-091-1/+2
* Modified XCode project to contain...Ted Kremenek2007-10-091-0/+7
* Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner2007-10-092-2/+21
* Fix indentation.Devang Patel2007-10-091-6/+6
* Added implementation of immutable (functional) maps and sets, asTed Kremenek2007-10-092-0/+771
* Do not walk invalid iterator.Devang Patel2007-10-091-2/+2
* Add LLVMFoldingBuilderDevang Patel2007-10-091-3/+215
* Remove an unnecessary friend declaration.Dan Gohman2007-10-091-1/+0
* update prototype, fixing build errorChris Lattner2007-10-091-1/+1
* Pass argc by value, not by reference, since it isn't modified.Dan Gohman2007-10-092-2/+2
* LowerIntegerDivOrRem no longer exists.Dan Gohman2007-10-091-1/+0
* Fix grammar in a comment.Dan Gohman2007-10-091-3/+3
* This is done.Dan Gohman2007-10-091-30/+0
* These two tests now require only two multiply instructions,Dan Gohman2007-10-092-0/+28
* Under 64-bit mode use LEA64_32r instead of LEA64r to save a byte.Evan Cheng2007-10-091-6/+13
* Fix problems where DenseMap used operator!= instead of correctly Chris Lattner2007-10-091-10/+15
* Change a #include into a forward declarationChris Lattner2007-10-092-1/+2
* Position Independent Code (PIC) support [3]Bruno Cardoso Lopes2007-10-093-20/+51
* Position Independent Code (PIC) support [2]Bruno Cardoso Lopes2007-10-093-10/+32
* Position Independent Code (PIC) support [1]Bruno Cardoso Lopes2007-10-092-18/+44