aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstSelectSimple.cpp
AgeCommit message (Expand)Author
2002-12-18Don't force setCC instructions into ALChris Lattner
2002-12-16Build add instructions of the correct form!Chris Lattner
2002-12-16Two fixes:Chris Lattner
2002-12-16Make sure stack manipulation refers to ESP the right number of timesChris Lattner
2002-12-16Add some special cases to make common getelementptr cases easier to read/fasterChris Lattner
2002-12-16brgBrian Gaeke
2002-12-15Give passes nice names!Chris Lattner
2002-12-15Add support to cast from a bool typeChris Lattner
2002-12-13Implement indirect function callsChris Lattner
2002-12-13Fix bork in doMultiplyChris Lattner
2002-12-13Add sanity checksChris Lattner
2002-12-13Insert phi code at top of blockChris Lattner
2002-12-13lib/Target/X86/InstSelectSimple.cpp:Brian Gaeke
2002-12-13Implement cast bool to XChris Lattner
2002-12-13Rename all BMI MachineBasicBlock operands to MBB.Brian Gaeke
2002-12-13Finish up iterator stuphChris Lattner
2002-12-13Code gen phi's correctlyChris Lattner
2002-12-13lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,Brian Gaeke
2002-12-13InstSelectSimple.cpp: Give promote32 a comment. Add initialBrian Gaeke
2002-12-13Implement getelementptr constant exprsChris Lattner
2002-12-13brgBrian Gaeke
2002-12-13Remove extranous #includeChris Lattner
2002-12-12This checkin is brought to you by the brian gaeke allnighter fund.Brian Gaeke
2002-12-06Implement a lot of cast functionality (no FP or 64)Brian Gaeke
2002-12-04Fix handling of function calls that return voidChris Lattner
2002-12-04Implement initial support for return values from call instructionsChris Lattner
2002-12-04Adjust the stack pointer after a function call, proportional to the number ofMisha Brukman
2002-12-04Remove think-o assertionChris Lattner
2002-12-04Avoid crashing on Arguments, just silently miscompileChris Lattner
2002-12-04Fix a bug I introduced in a previous changeChris Lattner
2002-12-04Add support for referencing global variables/functionsChris Lattner
2002-12-03Fix instsel for callsChris Lattner
2002-12-03Fix the buildChris Lattner
2002-12-03brgBrian Gaeke
2002-12-03brgBrian Gaeke
2002-12-01Don't add implicit regsChris Lattner
2002-11-30brgBrian Gaeke
2002-11-29brgBrian Gaeke
2002-11-26brgBrian Gaeke
2002-11-22lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst, visitCastInst.Brian Gaeke
2002-11-21Don't add implicit operandsChris Lattner
2002-11-21Remove implicit information from instruction selectorChris Lattner
2002-11-21Fix a bug that prevented compilation of multiple functionsChris Lattner
2002-11-21Rename the SetCC X86 instructions to reflect the fact that they are theChris Lattner
2002-11-21Simplify setcc code a bitChris Lattner
2002-11-21Dont' set flagsChris Lattner
2002-11-20Add mapping in MachineFunction from SSA regs to Register Classes. Also,Misha Brukman
2002-11-19Brian Gaeke says:Brian Gaeke
2002-11-17Fix minor detailChris Lattner
2002-11-17Fix Mul/Div clobbersChris Lattner