Some minor adjustments for the 1.5 release.
[oota-llvm.git] / lib /
2005-05-14 Chris LattnerLowerOperation takes a dag
2005-05-14 Chris LattnerPrint the symbolic register name in a register allocato...
2005-05-14 Chris LattnerAllow targets to have a custom int64->fp expander if...
2005-05-13 Chris LattnerMake sure the start of the arg area and the end (after...
2005-05-13 Chris Lattnerfix the assertion
2005-05-13 Chris LattnerAlign doubles on 8-byte boundaries if possible.
2005-05-13 Chris Lattnerprint stack object alignment in -print-machineinstr...
2005-05-13 Chris Lattnerfix typo
2005-05-13 Chris LattnerFix the problems with callee popped argument lists
2005-05-13 Chris LattnerDon't emit SAR X, 0 in the case of sdiv Y, 2
2005-05-13 Chris LattnerFix UnitTests/2005-05-13-SDivTwo.c
2005-05-13 Chris Lattnerswitch to having the callee pop stack operands for...
2005-05-13 Chris LattnerTolerate instrs with extra args
2005-05-13 Chris Lattnerallow RETI
2005-05-13 Chris Lattnertreat TAILCALL nodes identically to CALL nodes
2005-05-13 Chris LattnerBuild TAILCALL nodes in LowerCallTo, treat them like...
2005-05-13 Chris LattnerCapitalize
2005-05-13 Chris Lattnercapitalize
2005-05-13 Chris Lattnerclarify that these are v9 options
2005-05-13 Chris Lattnerhide this option
2005-05-13 Chris LattnerAdd an isTailCall flag to LowerCallTo
2005-05-13 Chris LattnerHandle TAILCALL node
2005-05-13 Chris Lattneradd 'ret imm' instruction
2005-05-13 Chris LattnerRealize that we don't support fmod directly, fixing...
2005-05-13 Chris LattnerDo not CopyFromReg physregs for live-in values. Instea...
2005-05-13 Chris LattnerEmit function entry code after lowering hte arguments.
2005-05-13 Chris LattnerAllow targets to emit code into the entry block of...
2005-05-13 Chris Lattnercalling a function with the wrong CC is undefined,...
2005-05-13 Chris Lattnerallow a virtual register to be associated with live...
2005-05-13 Reid SpencerMake sure that decompression checks for the case that...
2005-05-13 Chris LattnerWhen lowering invokes to calls, amke sure to preserve...
2005-05-13 Chris LattnerPrefer int 0 instead of long 0 for GEP arguments.
2005-05-13 Chris LattnerFix a problem that nate reduced for me.
2005-05-13 Chris Lattnerrename variables and functions to match renamed DAG...
2005-05-13 Chris Lattnerdo not call expandop on the same value more than once...
2005-05-12 Chris Lattnerfix a bad typeo
2005-05-12 Chris Lattnerupdate comment
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 calling convention to use into lower call to
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 Lattnerfix expansion of ct[lt]z nodes
2005-05-12 Chris LattnerExpand 64-bit ctlz/cttz nodes for 32-bit targets
2005-05-12 Chris LattnerFix uint->fp casts on PPC, allowing UnitTests/2005...
2005-05-12 Chris LattnerAllow something to be legalized multiple times. This...
2005-05-12 Chris LattnerOops, don't do this after we figure out where to insert...
2005-05-12 Chris LattnerMake sure to expand all nodes, avoiding unintentional...
2005-05-12 Chris Lattnerhandle a common case generated by the uint64 -> FP...
2005-05-12 Chris Lattneradd fixme
2005-05-12 Chris LattnerFix a really horrible problem that causes the JIT to...
2005-05-12 Chris LattnerFix a problem where early legalization can cause token...
2005-05-12 Chris LattnerThese targets don't like setcc
2005-05-12 Chris LattnerMake legalize a bit more efficient, and canonicalize...
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 Chris LattnerFix lowering of ctlz, so now UnitTests/2005-05-11-Popco...
2005-05-11 Chris LattnerFix lowering of cttz to work with signed values
2005-05-11 Chris Lattnerfix and concisify intinsic lowering for ctpop. Unfortu...
2005-05-11 Chris LattnerFix the last remaining bug preventing us from switching...
2005-05-11 Chris LattnerDo not memoize ADJCALLSTACKDOWN nodes, provide a method...
2005-05-11 Chris Lattnerwrap long line
2005-05-11 Chris LattnerMake sure to legalize generated ctpop nodes, convert...
2005-05-11 Duraid Madinaexpand count-leading/trailing-zeros; the test 2005...
2005-05-11 Chris LattnerAdd some notes for expanding clz/ctz
2005-05-11 Chris LattnerSimplify this code, use the proper shift amount
2005-05-11 Duraid Madinaadd the popcount instruction and support this in the...
2005-05-11 Chris LattnerLegalize this correctly
2005-05-11 Chris LattnerNo really IA*64* :)
2005-05-11 Chris LattnerX86 has more than just 32-bit registers
2005-05-11 Chris Lattnerimplement expansion of ctpop nodes, implementing CodeGe...
2005-05-11 Chris LattnerPrint bit count nodes correctly
2005-05-10 Chris LattnerDo not use "" as a sentinal for a missing argument...
2005-05-10 Misha BrukmanWhy output multiple strings, let the compiler concatena...
2005-05-10 Misha Brukman* Convert tabs to spaces, fix code alignment
2005-05-10 Chris LattnerConvert feature of the simple isel over for the pattern...
2005-05-10 Chris LattnerFix Reassociate/shifttest.ll
2005-05-10 Jeff CohenSilence some VC++ warnings
2005-05-09 Chris LattnerIf a function contains no allocas, all of the calls...
2005-05-09 Chris LattnerThe semantics of cast X to bool are a comparison agains...
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 Lattnerlegalize readio/writeio into a load/store if requested
2005-05-09 Chris Lattnerlegalize READPORT, WRITEPORT, READIO, WRITEIO, at least...
2005-05-09 Chris LattnerAdd support for matching the READPORT, WRITEPORT, READI...
2005-05-09 Chris LattnerAdd support for READPORT, WRITEPORT, READIO, WRITEIO
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 Chris LattnerFold shifts into subsequent SHL's. These shifts often...
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 Lattnerimplement and.ll:test33
2005-05-09 Chris LattnerDon't use the load/store instruction as the source...
2005-05-09 Chris Lattnermemoize all nodes, even null Value* nodes. Do not...
2005-05-09 Chris Lattnerwrap long lines
next