summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* Add support for byval function whose argument is not 32 bit aligned.Rafael Espindola2007-10-198-16/+118
* Implement a few new operations.Chris Lattner2007-10-191-0/+35
* Implement expansion of SINT_TO_FP and UINT_TO_FP operands.Chris Lattner2007-10-191-0/+89
* implement support for custom expansion of any node type, in one place.Chris Lattner2007-10-191-35/+17
* comment fixesChris Lattner2007-10-191-3/+3
* Make use of TLI.ExpandOperation, remove softfloat stuff.Chris Lattner2007-10-191-49/+15
* add expand support for bit_convert result, even allowing custom expansion.Chris Lattner2007-10-191-1/+34
* add a new target hook.Chris Lattner2007-10-192-0/+17
* Add an easy microoptimization I noticed.Chris Lattner2007-10-191-0/+19
* New test.Devang Patel2007-10-191-0/+19
* Negative indices aren't allowed here.Bill Wendling2007-10-191-1/+1
* More ppcf128 issues (maybe the last)?Dale Johannesen2007-10-193-1/+12
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-1815-30/+58
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-1815-68/+68
* Try again.Devang Patel2007-10-181-3/+36
* Allow GVN to eliminate redundant calls to functions without side effects.Owen Anderson2007-10-181-5/+65
* Add an uppercase conversion utility function.Christopher Lamb2007-10-181-0/+8
* Fix a misnamed parameter.Christopher Lamb2007-10-181-1/+1
* Fix a typoChristopher Lamb2007-10-181-1/+1
* Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner2007-10-182-3/+15
* Fix the command line.Bill Wendling2007-10-181-1/+1
* Fix test.Devang Patel2007-10-181-1/+1
* this doesn't need dynamic_cast.Chris Lattner2007-10-181-1/+1
* remove dead fileChris Lattner2007-10-181-76/+0
* Reduce reliance on rtti infoChris Lattner2007-10-181-2/+1
* fix typoChris Lattner2007-10-181-1/+1
* update comment.Chris Lattner2007-10-181-1/+1
* This requires rtti info because tblgen uses commandline,Chris Lattner2007-10-181-1/+4
* tblgen uses dynamic_cast heavily, so it needs rtti infoChris Lattner2007-10-181-0/+1
* Updated VC++ build systemHartmut Kaiser2007-10-181-0/+4
* Work around downrev gccs which do not inherit visibility of theGordon Henriksen2007-10-181-2/+2
* Missing 'public' keyword.Gordon Henriksen2007-10-181-1/+1
* Pointer arithmetic should be done with the index the same size as the pointer.Bill Wendling2007-10-182-0/+29
* Support for ADDC/SUBC.Duncan Sands2007-10-181-8/+33
* Really fix PR1734. Carefully track which register uses are sub-register uses byEvan Cheng2007-10-183-14/+128
* Remove unnecessary include.Evan Cheng2007-10-181-1/+0
* legalizing the ret operation on f64 shouldn't introduce a newChris Lattner2007-10-181-4/+6
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-184-104/+96
* XFAIL for now.Devang Patel2007-10-181-0/+1
* Changed the return type of type-specific Allocate() methods to returnTed Kremenek2007-10-182-3/+3
* Reverting r43070 for now. It's causing llc test failures.Evan Cheng2007-10-171-25/+0
* Test to make sure we don't generate unwind info for non-64-bit Objective-C.Bill Wendling2007-10-171-0/+18
* ImutAVLTree now allocates tree nodes from the BumpPtrAllocator usingTed Kremenek2007-10-171-4/+3
* Removed inclusion of cassert, which is no longer needed.Ted Kremenek2007-10-171-2/+0
* Minor cosmetic cleanups in the calculation of alignments forTed Kremenek2007-10-171-3/+5
* Added template function alignof() which provides a cleanTed Kremenek2007-10-171-0/+7
* Reverting unnecessary commit of generated files.Gordon Henriksen2007-10-172-51/+51
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-178-165/+115
* 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
OpenPOWER on IntegriCloud