| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a routine for emitting .file directives, for setting up | Dan Gohman | 2007-09-24 | 1 | -0/+3 |
* | Implement offline variable substitution in order to reduce memory | Daniel Berlin | 2007-09-24 | 2 | -14/+35 |
* | explicit keywords. | Dan Gohman | 2007-09-24 | 1 | -8/+8 |
* | Remove an unnecessary static_cast. | Dan Gohman | 2007-09-24 | 1 | -1/+1 |
* | Fix typo. | Owen Anderson | 2007-09-24 | 1 | -1/+1 |
* | Merge significant portions of the DomTree and PostDomTree implementations. | Owen Anderson | 2007-09-24 | 2 | -7/+5 |
* | Factor the calculation details for PostDomTree out of PostDominators.cpp and | Owen Anderson | 2007-09-23 | 1 | -5/+7 |
* | Move DFSPass back down into DominatorTree. I need to figure out what the dif... | Owen Anderson | 2007-09-23 | 1 | -1/+2 |
* | Factor the dominator tree calculation details out into DominatorCalculation.h... | Owen Anderson | 2007-09-23 | 2 | -16/+14 |
* | Fix PR 1681. When X86 target uses +sse -sse2, | Dale Johannesen | 2007-09-23 | 1 | -10/+0 |
* | Adding support for __builtin_annotation with an intrinsic called llvm.annotat... | Tanya Lattner | 2007-09-21 | 1 | -0/+4 |
* | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 1 | -1/+1 |
* | Fix CopyFrom for non-POD data types. | Owen Anderson | 2007-09-21 | 1 | -1/+1 |
* | There is no {rsqrt,rcp}{p,s}d. | Dan Gohman | 2007-09-21 | 1 | -12/+0 |
* | More long double fixes. x86_64 should build now. | Dale Johannesen | 2007-09-19 | 1 | -0/+4 |
* | Previously GraphWriter assumed operator*() for node_iterator always | Ted Kremenek | 2007-09-19 | 1 | -1/+5 |
* | Add a flag to mark a dirty cache entry. This is not yet used, but will event... | Owen Anderson | 2007-09-19 | 1 | -0/+4 |
* | Use struct SDep instead of std::pair for SUnit pred and succ lists. First step | Evan Cheng | 2007-09-19 | 1 | -18/+28 |
* | Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value | Evan Cheng | 2007-09-19 | 1 | -2/+8 |
* | Tests of the ocaml (and thus C) bindings for constants. | Gordon Henriksen | 2007-09-18 | 1 | -0/+2 |
* | Don't pass back a reference to a temporary. | Bill Wendling | 2007-09-18 | 1 | -1/+1 |
* | The exception handling function info should be reset for each new | Bill Wendling | 2007-09-18 | 1 | -5/+0 |
* | C bindings for libLLVMCore.a and libLLVMBitWriter.a. | Gordon Henriksen | 2007-09-18 | 3 | -0/+357 |
* | Fixing an comment in Module.h that refers to a nonexistent parameter. | Gordon Henriksen | 2007-09-18 | 1 | -5/+3 |
* | Objective-C was generating EH frame info like this: | Bill Wendling | 2007-09-18 | 1 | -0/+10 |
* | Add support for appending a suffix to the end of a mangled name. | Bill Wendling | 2007-09-17 | 1 | -1/+1 |
* | Do not hide APInt::dump() inside #ifndef NDEBUG. | Devang Patel | 2007-09-17 | 1 | -2/+0 |
* | Implement x86 long double in jit (not really | Dale Johannesen | 2007-09-17 | 1 | -1/+1 |
* | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner | 2007-09-17 | 2 | -26/+22 |
* | That's what i get for using carbon emacs in a terminal | Daniel Berlin | 2007-09-17 | 1 | -2/+2 |
* | Fix iterator so it doesn't sometimes report bits that aren't in the bitmap | Daniel Berlin | 2007-09-17 | 1 | -0/+2 |
* | Add a utility function to SDOperand for testing if a value is unused. | Dan Gohman | 2007-09-17 | 1 | -0/+7 |
* | Fix bug in andersen's related to test_and_set. | Daniel Berlin | 2007-09-16 | 1 | -4/+26 |
* | Fix a few bugs related to zero'ing of elements | Daniel Berlin | 2007-09-16 | 1 | -45/+14 |
* | Fix PR1666, SPASS with the CBE and 254.gap with the CBE. | Chris Lattner | 2007-09-15 | 1 | -1/+1 |
* | Remove RLE from the headers, since the pass itself is gone now. | Owen Anderson | 2007-09-14 | 2 | -8/+0 |
* | Remove the assumption that FP's are either float or | Dale Johannesen | 2007-09-14 | 3 | -5/+10 |
* | And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid | Dan Gohman | 2007-09-14 | 1 | -0/+1 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 2 | -10/+6 |
* | Remove spurious consts. This fixes warnings with compilers that | Dan Gohman | 2007-09-14 | 1 | -1/+1 |
* | remove dead enum value. | Chris Lattner | 2007-09-13 | 1 | -7/+5 |
* | Make single-argument ctors explicit to avoid tricky bugs :) | Chris Lattner | 2007-09-13 | 1 | -3/+3 |
* | Added getNumDefs(). | Evan Cheng | 2007-09-13 | 1 | -0/+4 |
* | Yet another getTargetNode variant. | Evan Cheng | 2007-09-12 | 1 | -0/+4 |
* | Move dump out of class, use "\n" instead of endl | Daniel Berlin | 2007-09-11 | 1 | -10/+13 |
* | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -0/+9 |
* | Convert to use ilist and non-pointer lists for extra goodness | Daniel Berlin | 2007-09-11 | 1 | -89/+104 |
* | Add accessor method. | Bill Wendling | 2007-09-11 | 1 | -0/+3 |
* | Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf | Bill Wendling | 2007-09-11 | 1 | -0/+5 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 2 | -10/+5 |