aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't branch fold inline asm statements.Bill Wendling2007-10-193-3/+21
* Add support for a few more nodes.Duncan Sands2007-10-191-5/+42
* Redo "last ppc long double fix" as Chris wants.Dale Johannesen2007-10-192-2/+3
* Removed "-arch i386" by popular demand...Bill Wendling2007-10-191-1/+1
* Now with RUN line!Bill Wendling2007-10-191-0/+1
* Remove the Foundation.h file because not everyone has that.Bill Wendling2007-10-191-14/+19
* This test now passes.Devang Patel2007-10-191-1/+1
* Update this file for 2.0 syntax. Contributed by Jan RehdersAnton Korobeynikov2007-10-191-11/+12
* Fix a really nasty vector miscompilation bill recently introduced.Chris Lattner2007-10-191-2/+2
* Updated VC++ build systemHartmut Kaiser2007-10-191-4/+0
* rename ExpandOperation to ExpandOperationResult, as suggestedChris Lattner2007-10-193-19/+4
* split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend.Rafael Espindola2007-10-192-29/+70
* Support for expanding ADDE and SUBE.Duncan Sands2007-10-191-0/+22
* If the value types are equal then this routineDuncan Sands2007-10-191-1/+1
* Test byval with a 8 bit aligned structRafael Espindola2007-10-191-0/+28
* 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