aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2005-04-06Teach ExpandShift how to handle shifts by a constant. This allows targetsNate Begeman
2005-04-06Expand SREM and UREM for targets that claim not to have them, like PowerPCNate Begeman
2005-04-05Add MULHU and MULHS nodes for the high part of an (un)signed 32x32=64bNate Begeman
2005-04-04Make sure to notice that explicit physregs are used in the functionChris Lattner
2005-04-04Handle expanding arguments to ISD::TRUNCATE. This happens on PowerPC whenNate Begeman
2005-04-03Fix sign_extend and zero_extend of promoted value types to expanded valueChris Lattner
2005-04-02add support for prefix/suffix strings to go around GlobalValue(s)Duraid Madina
2005-04-02transform fabs/fabsf calls into FABS nodes.Chris Lattner
2005-04-02Expand fabs into fnegChris Lattner
2005-04-02Turn -0.0 - X -> fnegChris Lattner
2005-04-02Several changes mixed up here. First when legalizing a DAG with pcmarker,Chris Lattner
2005-04-02print fneg/fabsChris Lattner
2005-04-02fix some bugs in the implementation of SHL_PARTS and friends.Chris Lattner
2005-04-02Turn expanded shift operations into (e.g.) SHL_PARTS if the target supports it.Chris Lattner
2005-04-02Print some new nodesChris Lattner
2005-04-02Fix a bug when inserting a libcall into a function with no other calls.Chris Lattner
2005-04-02Fix a warning about an unhandled switch caseNate Begeman
2005-04-01Add ISD::UNDEF nodeNate Begeman
2005-04-01print the machine CFG in the -print-machineinstrs dumpChris Lattner
2005-03-31PCMarker support for DAG and AlphaAndrew Lenharth
2005-03-30Instead of setting up the CFG edges at selectiondag construction time, setChris Lattner
2005-03-29Fix a bug that andrew noticed where we do not correctly sign/zero extendChris Lattner
2005-03-28implement legalization of build_pair for nateChris Lattner
2005-03-28First step in adding pcmarker intrinsic. Second step (soon) is adding backen...Andrew Lenharth
2005-03-26Change interface to LowerCallTo to take a boolean isVarArg argument.Nate Begeman
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-10I didn't mean to check this in. :(Chris Lattner
2005-03-10Fix a bug where we would incorrectly do a sign ext instead of a zero extChris Lattner
2005-03-09Allow the live interval analysis pass to be a bit more aggressive aboutChris Lattner
2005-03-09constant fold FP_ROUND_INREG, ZERO_EXTEND_INREG, and SIGN_EXTEND_INREGChris Lattner
2005-03-01Lower llvm.isunordered(a, b) into a != a | b != b.Alkis Evlogimenos
2005-02-28Lower prefetch to a noop, patch contributed by Justin Wick!Chris Lattner
2005-02-22Fix a bug in the 'store fpimm, ptr' -> 'store intimm, ptr' handling code.Chris Lattner
2005-02-17Fix compilation errors with VS 2005, patch by Aaron Gray.Misha Brukman
2005-02-17Don't rely on doubles comparing identical to each other, which doesn't workChris Lattner
2005-02-17Don't sink argument loads into loops or other bad places. This disables fold...Chris Lattner
2005-02-14Print GEP offsets as signed values instead of unsigned values. On X86, thisChris Lattner
2005-02-04Fix a case where were incorrectly compiled cast from short to int on 64-bitChris Lattner
2005-02-04fix constant pointer outputing on 64 bit machinesAndrew Lenharth
2005-02-02Fix yet another memset issue.Chris Lattner
2005-02-01Fix some bugs andrew noticed legalizing memset for alphaChris Lattner
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29adjust to ilist changes.Chris Lattner
2005-01-28Alpha doesn't have a native f32 extload instruction.Chris Lattner
2005-01-28implement legalization of truncates whose results and sources need to beChris Lattner
2005-01-28Get alpha working with memset/memcpy/memmoveChris Lattner
2005-01-28CopyFromReg produces two values. Make sure that we remember that both areChris Lattner
2005-01-23Silence optimized warnings.Chris Lattner
2005-01-23Simplify/speedup the PEI by not having to scan for uses of the callee savedChris Lattner