Fix a problem that nate reduced for me.
[oota-llvm.git] / lib / Target /
2005-05-12 Chris Lattnerrename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to...
2005-05-12 Chris LattnerAdd a new -enable-x86-fastcc option that enables passin...
2005-05-12 Chris LattnerPass in Calling Convention to use into LowerCallTo
2005-05-12 Chris LattnerEnable pattern isel by default
2005-05-12 Chris LattnerThese targets don't like setcc
2005-05-11 Nate BegemanNecessary changes to codegen cttz efficiently on PowerPC
2005-05-11 Tanya LattnerFixed issue that broke ssa.
2005-05-11 Chris Lattnerfix some GCC 4 warnings
2005-05-11 John CriswellAdded support for decomposing constant expressions...
2005-05-11 Duraid Madinaadd the popcount instruction and support this in the...
2005-05-11 Chris LattnerNo really IA*64* :)
2005-05-11 Chris LattnerX86 has more than just 32-bit registers
2005-05-10 Chris LattnerConvert feature of the simple isel over for the pattern...
2005-05-10 Jeff CohenSilence some VC++ warnings
2005-05-09 Chris LattnerImplement READPORT/WRITEPORT, implementing the last...
2005-05-09 Chris Lattnerdo not emit illegal instructions
2005-05-09 Chris LattnerFix the syntax of the i/o instructions, these are obvio...
2005-05-09 Chris Lattnerlegalize readio/writeio into load/stores, fixing CodeGe...
2005-05-09 Chris Lattnerrestore some non-dead code I removed last night breakin...
2005-05-09 Chris Lattnerfold and (shl X, C1), C2 -> rlwinm when possible. ...
2005-05-09 Duraid Madinafix and cleanup constmul code a bit, this fixes mediabe...
2005-05-09 Chris LattnerWrap long lines, remove dead code that is now handled...
2005-05-09 Chris LattnerFix FP -> bool casts
2005-05-09 Chris LattnerFix X86/2005-05-08-FPStackifierPHI.ll: ugly gross hack.
2005-05-06 Chris Lattnerclean up the CBE output a bit
2005-05-06 Chris Lattneradd tail marker as a comment
2005-05-04 Andrew Lenharthfix typo
2005-05-04 Andrew LenharthWell, add support for ct* for 21264 only.
2005-05-03 Andrew LenharthImplement count leading zeros (ctlz), count trailing...
2005-05-02 Duraid Madinasupport multiplication by constant negative integers
2005-05-02 Duraid Madinaadd support for bools to SELECT, this fixes Prolangs...
2005-05-01 Tanya LattnerSMS for superblocks.
2005-05-01 Tanya LattnerAdded extra constructor for superblocks.
2005-04-30 Tanya LattnerFixed bug in searchPath function for finding nodes...
2005-04-30 Andrew LenharthI was sure I had thought about this and there was a...
2005-04-30 Chris LattnerEliminate some random whitespace
2005-04-30 Chris LattnerDoesn't support these nodes
2005-04-30 Chris LattnerThis target doesn't support the FSIN/FCOS/FSQRT nodes yet
2005-04-30 Chris LattnerAdd support for FSIN/FCOS when unsafe math ops are...
2005-04-30 Chris LattnerAdd support for llvm.sqrt and sin/cos if unsafe math...
2005-04-30 Chris LattnerExpose an option allowing unsafe math optimizations...
2005-04-28 Chris LattnerAdd support for FSQRT node, patch contributed by Morten...
2005-04-28 Chris LattnerAdd some new X86 instrs, patch contributed by Morten...
2005-04-28 Chris LattnerCodegen fabs/fabsf as FABS. Patch contributed by Morte...
2005-04-27 Andrew LenharthImplement Value* tracking for loads and stores in the...
2005-04-27 Duraid Madinaclean up some warnings
2005-04-26 Duraid Madinaconstmul bugfix: multiply by 27611 was broken
2005-04-26 Duraid Madinaclean up the code! (oops) lots more cleaning left,...
2005-04-26 Duraid Madina* Add code to reduce multiplies by constant integers...
2005-04-25 Reid SpencerShut GCC 4.0 up about classes that have virtual functio...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-22 Reid SpencerImplement the --enable-targets= feature of the configur...
2005-04-22 Andrew Lenharthkeep track of max depth stats
2005-04-22 Tanya LattnerUpdated dependence analyzer. Fixed numerous bugs. Same...
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerMatch another form of eqv
2005-04-21 Chris LattnerHandle stores of global address as stores of immediates...
2005-04-21 Chris LattnerHandle (store &GV -> mem) as a store immediate. This...
2005-04-20 Misha BrukmanRemove trailing whitespace, patch by Markus Oberhumer.
2005-04-19 Chris LattnerAdd completely untested support for mtcrf/mfcrf encoding
2005-04-19 Chris Lattnerswitch over the rest of the formats that use RC to...
2005-04-19 Chris LattnerConvert the XForm instrs and XSForm instruction over...
2005-04-19 Chris LattnerNow that the ppc64 and vmx operands of I are always...
2005-04-19 Chris Lattnerconvert over bform and iform instructions
2005-04-19 Chris LattnerConvert over DForm and DSForm instructions
2005-04-19 Chris LattnerConvert XLForm and XForm instructions over to use PPC64...
2005-04-19 Chris LattnerConvert XO XS and XFX forms to use isPPC64
2005-04-19 Chris LattnerTurn PPC64 and VMX into classes that can be added to...
2005-04-18 Nate BegemanNext round of PPC CR optimizations. For the following...
2005-04-18 Nate BegemanChange codegen for setcc to read the bit directly out...
2005-04-18 Chris LattnerHandle ExternalSymbol operands in the PPC JIT
2005-04-15 Nate BegemanMake pattern isel default for ppc
2005-04-14 Andrew Lenharthfix calls
2005-04-14 Andrew Lenhartha 21264 fix, and fix the operator precidence on an...
2005-04-14 Duraid Madinaprint negative 64 bit immediates as negative numbers...
2005-04-14 Duraid Madinaoops, this stopped us turning movl r4=0xFFFFFFFF;;...
2005-04-14 Nate BegemanImplement multi-way branches through logical ops on...
2005-04-14 Duraid Madinawe have zextloads, not sextloads!
2005-04-14 Nate BegemanAdd the necessary support to codegen condition register...
2005-04-13 Nate BegemanStart allocating condition registers. Almost all expli...
2005-04-13 Nate BegemanImplement the fold shift X, zext(Y) -> shift X, Y at...
2005-04-13 Nate BegemanDisbale the broken fold of shift + sz[ext] for now
2005-04-13 Andrew LenharthWOW, function calls still seem to work after this.
2005-04-13 Andrew Lenharthprepare for func call optimization
2005-04-13 Duraid Madina* add the shladd instruction
2005-04-13 Andrew Lenharthadd matches for SxADDL and company, as well as simplify...
2005-04-13 Duraid Madina* if ANDing with a constant of the form:
2005-04-13 Andrew Lenharthadded all flavors of zap for anding
2005-04-13 Chris LattnerFix some mysteriously missing {}'s which cause the...
2005-04-13 Chris Lattnerremove one more occurance of this that snuck in
2005-04-13 Chris LattnerRemove support for ZERO_EXTEND_INREG. This pessimizes...
2005-04-13 Chris LattnerRemove special handling of ZERO_EXTEND_INREG. This...
2005-04-13 Chris LattnerElimate handling of ZERO_EXTEND_INREG. This causes...
2005-04-13 Chris LattnerZ_E_I is gone
2005-04-12 Nate BegemanFold shift by size larger than type size to undef
2005-04-12 Nate BegemanImplement setcc op, -1 sequences
next