aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
...
* Updated StringMap to use llvm::AlignOf to compute the alignment of mapTed Kremenek2007-10-171-9/+3
* Added member template functions to MallocAllocator andTed Kremenek2007-10-171-0/+12
* Added llvm::AlignOf, a template class whose purpose is to portablyTed Kremenek2007-10-171-0/+43
* Define a helper function ConstantVector::getSplatValue for testing forDan Gohman2007-10-171-0/+4
* Updated VC++ build system.Hartmut Kaiser2007-10-178-19/+21
* Return Expand from getOperationAction for all extendedDuncan Sands2007-10-172-1/+2
* Apply Chris' suggestions.Evan Cheng2007-10-171-1/+1
* Update comments.Evan Cheng2007-10-171-4/+5
* Clean up code that calculate MBB live-in's.Evan Cheng2007-10-171-0/+11
* Move splitBlock into DomTreeBase from DomTree.Owen Anderson2007-10-172-5/+106
* Fix some formatting.Owen Anderson2007-10-161-15/+21
* Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson2007-10-163-90/+285
* Document the fact that the verifier currently requires theDuncan Sands2007-10-161-2/+5
* Initial infrastructure for arbitrary precision integerDuncan Sands2007-10-162-55/+146
* Code clean up.Evan Cheng2007-10-161-3/+2
* Add removeModuleProvider()Devang Patel2007-10-151-1/+5
* Fixed incorrect renaming of method name (forgot two characters).Ted Kremenek2007-10-151-2/+2
* Added more doxygen comments.Ted Kremenek2007-10-151-19/+56
* add a new CreateStackTemporary helper method.Chris Lattner2007-10-151-0/+4
* One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* Chris Lattner2007-10-151-1/+8
* remove dead enum, make setNodeId public.Chris Lattner2007-10-151-11/+4
* Fix 80 col violationChris Lattner2007-10-151-3/+3
* Consolidate logic for creating NaNs. Silence compiler warning.Neil Booth2007-10-141-0/+1
* When coalescing an EXTRACT_SUBREG and the dst register is a physical register,Evan Cheng2007-10-141-1/+1
* Revert 42908 for now.Evan Cheng2007-10-141-0/+16
* Change unfoldMemoryOperand(). User is now responsible for passing in theEvan Cheng2007-10-131-1/+1
* Optionally create a MachineInstr without default implicit operands.Evan Cheng2007-10-131-1/+1
* Corrected many typing errors. And removed 'nest' parameter handlingArnold Schwaighofer2007-10-122-5/+5
* don't use intptr_t without including it.Chris Lattner2007-10-121-1/+3
* Make this compute the correct offset, handling alignment of the elementChris Lattner2007-10-121-2/+3
* Implement correctly-rounded decimal->binary conversion, i.e. conversionNeil Booth2007-10-121-7/+15
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-16/+0
* EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG likeEvan Cheng2007-10-125-10/+44
* Cosmetic.Evan Cheng2007-10-121-1/+1
* make operator== work with non-equal sized bitvectors, as long as Chris Lattner2007-10-121-4/+15
* Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and soDan Gohman2007-10-121-0/+4
* Add runtime library names for pow.Dan Gohman2007-10-111-0/+4
* Add an ISD::FPOW node type.Dan Gohman2007-10-111-3/+3
* Provided accessors to internal allocator for ImutAVLTree and ImmutableSet.Ted Kremenek2007-10-111-0/+7
* Added tail call optimization to the x86 back end. It can beArnold Schwaighofer2007-10-112-0/+14
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-111-2/+12
* 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
* Added preliminary support for iterators in ImutAVLTree.Ted Kremenek2007-10-101-4/+218