- 94af414 * Simplify Value classes by Chris Lattner · 23 years ago
- e8f0d92 Changes to compile with GCC 2.96 by Chris Lattner · 23 years ago
- 89fab07 Don't force setCC instructions into AL by Chris Lattner · 23 years ago
- 3bd9409 Build add instructions of the correct form! by Chris Lattner · 23 years ago
- 14aa7fe Two fixes: by Chris Lattner · 23 years ago
- 4863fe1 Make sure stack manipulation refers to ESP the right number of times by Chris Lattner · 23 years ago
- 8a307e8 Add some special cases to make common getelementptr cases easier to read/faster by Chris Lattner · 23 years ago
- 68b1edc brg by Brian Gaeke · 23 years ago
- f0eb7be Give passes nice names! by Chris Lattner · 23 years ago
- 6b993cc Add support to cast from a bool type by Chris Lattner · 23 years ago
- 6e49a4b Implement indirect function calls by Chris Lattner · 23 years ago
- 202a2d0 Fix bork in doMultiply by Chris Lattner · 23 years ago
- d7d3872 Add sanity checks by Chris Lattner · 23 years ago
- 9205363 Insert phi code at top of block by Chris Lattner · 23 years ago
- 992447f by Brian Gaeke · 23 years ago
- 7d25589 Implement cast bool to X by Chris Lattner · 23 years ago
- 71794c0 by Brian Gaeke · 23 years ago
- f08ad9f Finish up iterator stuph by Chris Lattner · 23 years ago
- 333b2fa Code gen phi's correctly by Chris Lattner · 23 years ago
- ed6902c by Brian Gaeke · 23 years ago
- 95780cc by Brian Gaeke · 23 years ago
- c0812d8 Implement getelementptr constant exprs by Chris Lattner · 23 years ago
- e48ec01 by Brian Gaeke · 23 years ago
- 95b12ba Remove extranous #include by Chris Lattner · 23 years ago
- 20244b7 by Brian Gaeke · 23 years ago
- d474e9c Implement a lot of cast functionality (no FP or 64) by Brian Gaeke · 23 years ago
- 4fa1acc Fix handling of function calls that return void by Chris Lattner · 23 years ago
- a324364 Implement initial support for return values from call instructions by Chris Lattner · 23 years ago
- 0d2cf3a Adjust the stack pointer after a function call, proportional to the number of by Misha Brukman · 23 years ago
- 9368911 Remove think-o assertion by Chris Lattner · 23 years ago
- d6c4cfa Avoid crashing on Arguments, just silently miscompile by Chris Lattner · 23 years ago
- 33ced56 Fix a bug I introduced in a previous change by Chris Lattner · 23 years ago
- dbf30f7 Add support for referencing global variables/functions by Chris Lattner · 23 years ago
- d852c15 Fix instsel for calls by Chris Lattner · 23 years ago
- f18a36e Fix the build by Chris Lattner · 23 years ago
- 07f0261 brg by Brian Gaeke · 23 years ago
- bb25f2f brg by Brian Gaeke · 23 years ago
- a4978cc Don't add implicit regs by Chris Lattner · 23 years ago
- c250598 brg by Brian Gaeke · 23 years ago
- 18a2021 brg by Brian Gaeke · 23 years ago
- c11232a brg by Brian Gaeke · 23 years ago
- fa8d571 lib/Target/X86/InstSelectSimple.cpp: Add visitCallInst, visitCastInst. by Brian Gaeke · 23 years ago
- 3a9a693 Don't add implicit operands by Chris Lattner · 23 years ago
- 92845e3 Remove implicit information from instruction selector by Chris Lattner · 23 years ago
- 94e8ee2 Fix a bug that prevented compilation of multiple functions by Chris Lattner · 23 years ago
- 4b4e9dd Rename the SetCC X86 instructions to reflect the fact that they are the by Chris Lattner · 23 years ago
- 05093a5 Simplify setcc code a bit by Chris Lattner · 23 years ago
- 97ad9e1 Dont' set flags by Chris Lattner · 23 years ago
- d2cc017 Add mapping in MachineFunction from SSA regs to Register Classes. Also, by Misha Brukman · 23 years ago
- c03a0cb Brian Gaeke says: by Brian Gaeke · 23 years ago
- 71e83ca Fix minor detail by Chris Lattner · 23 years ago
- 0692536 Fix Mul/Div clobbers by Chris Lattner · 23 years ago
- 6fc3c52 Fix a few typos, implement load/store by Chris Lattner · 23 years ago
- 43189d1 Switch visitRet to use getClass() by Chris Lattner · 23 years ago
- 6559bb9 include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline by Brian Gaeke · 23 years ago
- 20abb6b InstSelectSimple.cpp: (visitReturnInst) Add return instructions with return by Brian Gaeke · 23 years ago
- 1749d63 Add instruction selection code and tests for setcc instructions by Brian Gaeke · 23 years ago
- f01729e Implement signed and unsigned division and remainder by Chris Lattner · 23 years ago
- ca9671d Implement multiply operator by Chris Lattner · 23 years ago
- 68aad93 * Implement subtract * Merge add code into logical code by Chris Lattner · 23 years ago
- e2954c8 shuffle code around a bit, implement and, or, xor by Chris Lattner · 23 years ago
- 51b49a9 Add PHI node support, add comment for branch function by Chris Lattner · 23 years ago
- 2df035b Implement unconditional branching support by Chris Lattner · 23 years ago
- e9913f2 * Fix nonconstant shift case * Turn table into 2d table by Chris Lattner · 23 years ago
- b1761fc Use a more table driven approach to handling types. Seems to simplify the by Chris Lattner · 23 years ago
- d5a87f8 Make switch statements denser, but only because of the follow-on patch by Chris Lattner · 23 years ago
- 796df73 * Remove dead variable * Shift amount is always guaranteed to be 8 bits by Chris Lattner · 23 years ago
- a1719c9 InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst. by Brian Gaeke · 23 years ago
- 8548ee7 Make sure to set the destination register correctly by Chris Lattner · 23 years ago
- 42c7786 Make sure to pass the LLVM basic block in by Chris Lattner · 23 years ago
- 36b3603 Construct annotation, to make sure it's attached to function by Chris Lattner · 23 years ago
- b4f68ed Convert backend to use passes, implement X86TargetMachine by Chris Lattner · 23 years ago
- 055c965 Rename X86InstructionInfo to X86InstrInfo by Chris Lattner · 23 years ago
- 33f53b5 Minor renaming by Chris Lattner · 23 years ago
- 341a937 Switch to generating machineinstr's instead of MInstructions by Chris Lattner · 23 years ago
- 6f8fd25 Remove dead fixme by Chris Lattner · 23 years ago
- c5291f5 Instruction select constant arguments correctly by Chris Lattner · 23 years ago
- 7261408 Initial checkin of X86 backend. by Chris Lattner · 23 years ago