Age | Commit message (Expand) | Author |
2005-05-14 | LowerOperation takes a dag | Chris Lattner |
2005-05-14 | Print the symbolic register name in a register allocator debug dump. | Chris Lattner |
2005-05-14 | Allow targets to have a custom int64->fp expander if desired | Chris Lattner |
2005-05-13 | Make sure the start of the arg area and the end (after the RA is pushed) | Chris Lattner |
2005-05-13 | fix the assertion | Chris Lattner |
2005-05-13 | Align doubles on 8-byte boundaries if possible. | Chris Lattner |
2005-05-13 | print stack object alignment in -print-machineinstr dumps | Chris Lattner |
2005-05-13 | fix typo | Chris Lattner |
2005-05-13 | Fix the problems with callee popped argument lists | Chris Lattner |
2005-05-13 | Don't emit SAR X, 0 in the case of sdiv Y, 2 | Chris Lattner |
2005-05-13 | Fix UnitTests/2005-05-13-SDivTwo.c | Chris Lattner |
2005-05-13 | switch to having the callee pop stack operands for fastcc. This is currently... | Chris Lattner |
2005-05-13 | Tolerate instrs with extra args | Chris Lattner |
2005-05-13 | allow RETI | Chris Lattner |
2005-05-13 | treat TAILCALL nodes identically to CALL nodes | Chris Lattner |
2005-05-13 | Build TAILCALL nodes in LowerCallTo, treat them like normal calls everywhere. | Chris Lattner |
2005-05-13 | Capitalize | Chris Lattner |
2005-05-13 | capitalize | Chris Lattner |
2005-05-13 | clarify that these are v9 options | Chris Lattner |
2005-05-13 | hide this option | Chris Lattner |
2005-05-13 | Add an isTailCall flag to LowerCallTo | Chris Lattner |
2005-05-13 | Handle TAILCALL node | Chris Lattner |
2005-05-13 | add 'ret imm' instruction | Chris Lattner |
2005-05-13 | Realize that we don't support fmod directly, fixing CodeGen/Generic/print-ari... | Chris Lattner |
2005-05-13 | Do not CopyFromReg physregs for live-in values. Instead, create a vreg for | Chris Lattner |
2005-05-13 | Emit function entry code after lowering hte arguments. | Chris Lattner |
2005-05-13 | Allow targets to emit code into the entry block of each function | Chris Lattner |
2005-05-13 | calling a function with the wrong CC is undefined, turn it into an unreachable | Chris Lattner |
2005-05-13 | allow a virtual register to be associated with live-in values. | Chris Lattner |
2005-05-13 | Make sure that decompression checks for the case that bzip2 returns | Reid Spencer |
2005-05-13 | When lowering invokes to calls, amke sure to preserve the calling conv. This | Chris Lattner |
2005-05-13 | Prefer int 0 instead of long 0 for GEP arguments. | Chris Lattner |
2005-05-13 | Fix a problem that nate reduced for me. | Chris Lattner |
2005-05-13 | rename variables and functions to match renamed DAG nodes. Bonus feature: | Chris Lattner |
2005-05-13 | do not call expandop on the same value more than once. This fixes | Chris Lattner |
2005-05-12 | fix a bad typeo | Chris Lattner |
2005-05-12 | update comment | Chris Lattner |
2005-05-12 | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner |
2005-05-12 | Add a new -enable-x86-fastcc option that enables passing the first | Chris Lattner |
2005-05-12 | Pass calling convention to use into lower call to | Chris Lattner |
2005-05-12 | Pass in Calling Convention to use into LowerCallTo | Chris Lattner |
2005-05-12 | Enable pattern isel by default | Chris Lattner |
2005-05-12 | fix expansion of ct[lt]z nodes | Chris Lattner |
2005-05-12 | Expand 64-bit ctlz/cttz nodes for 32-bit targets | Chris Lattner |
2005-05-12 | Fix uint->fp casts on PPC, allowing UnitTests/2005-05-12-Int64ToFP to | Chris Lattner |
2005-05-12 | Allow something to be legalized multiple times. This can be used to reduce | Chris Lattner |
2005-05-12 | Oops, don't do this after we figure out where to insert the call chains. | Chris Lattner |
2005-05-12 | Make sure to expand all nodes, avoiding unintentional node duplication. | Chris Lattner |
2005-05-12 | handle a common case generated by the uint64 -> FP code path better | Chris Lattner |
2005-05-12 | add fixme | Chris Lattner |