| Commit message (Expand) | Author | Age | Files | Lines |
* | Better implementation of truncate. ISel matches it to a pseudo instruction | Evan Cheng | 2006-05-05 | 6 | -240/+162 |
* | New note, Nate, please check to see if I'm full of it :) | Chris Lattner | 2006-05-05 | 1 | -0/+33 |
* | Remove and simplify some more machineinstr/machineoperand stuff. | Chris Lattner | 2006-05-04 | 2 | -15/+15 |
* | Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling. | Chris Lattner | 2006-05-04 | 7 | -13/+13 |
* | Move some methods out of MachineInstr into MachineOperand | Chris Lattner | 2006-05-04 | 8 | -25/+23 |
* | There shalt be only one "immediate" operand type! | Chris Lattner | 2006-05-04 | 15 | -53/+45 |
* | Revert Nate's CR patch from last night, which caused many regressions (e.g. f... | Chris Lattner | 2006-05-04 | 2 | -26/+9 |
* | Make external globals public; other minor cleanup. | Jeff Cohen | 2006-05-04 | 1 | -15/+17 |
* | Make Intel syntax the default when LLVM is built with VC++. | Jeff Cohen | 2006-05-04 | 1 | -1/+6 |
* | Remove a bunch more dead V9 specific stuff | Chris Lattner | 2006-05-04 | 1 | -6/+1 |
* | Remove a bunch more SparcV9 specific stuff | Chris Lattner | 2006-05-04 | 10 | -42/+10 |
* | Remove some more V9-specific stuff. | Chris Lattner | 2006-05-04 | 2 | -7/+1 |
* | Remove some more unused stuff from MachineInstr that was leftover from V9. | Chris Lattner | 2006-05-04 | 6 | -31/+0 |
* | Simplify handling of relocations | Chris Lattner | 2006-05-04 | 1 | -24/+38 |
* | Use movsd to shuffle in the lowest two elements of a v4f32 / v4i32 vector when | Evan Cheng | 2006-05-03 | 1 | -0/+8 |
* | Change from using MachineRelocation ctors to using static methods | Chris Lattner | 2006-05-03 | 3 | -8/+8 |
* | inline a simple method | Chris Lattner | 2006-05-03 | 1 | -10/+7 |
* | Suck block address tracking out of targets into the JIT Emitter. This | Chris Lattner | 2006-05-03 | 3 | -47/+19 |
* | Fix a bug in Owen's checkin that broke the CBE on all non sparc v9 platforms. | Chris Lattner | 2006-05-03 | 1 | -1/+1 |
* | Teach the x86 jit how to handle jump tables not directly used by a jump | Nate Begeman | 2006-05-03 | 1 | -0/+3 |
* | Refactor TargetMachine, pushing handling of TargetData into the target-specif... | Owen Anderson | 2006-05-03 | 18 | -47/+51 |
* | Change the BasicBlockAddrs map to be a vector, indexed by MBB number. | Chris Lattner | 2006-05-03 | 2 | -14/+17 |
* | Keep the alpha JIT similar to the PPC/X86 jits | Chris Lattner | 2006-05-03 | 1 | -4/+6 |
* | Several related changes: | Chris Lattner | 2006-05-02 | 3 | -5/+0 |
* | Remove some stuff from the README | Nate Begeman | 2006-05-02 | 1 | -21/+0 |
* | Fix a purely hypothetical problem (for now): emitWord emits in the host | Chris Lattner | 2006-05-02 | 6 | -29/+21 |
* | Refactor the machine code emitter interface to pull the pointers for the current | Chris Lattner | 2006-05-02 | 3 | -19/+31 |
* | Since we don't handle callee-save CRs right yet, don't allocate them. Also | Nate Begeman | 2006-05-02 | 2 | -9/+26 |
* | Hooray, everyone now uses the same printBasicBlockLabel implementation | Nate Begeman | 2006-05-02 | 3 | -36/+3 |
* | There is no reason to use a virtual method to store this word. | Chris Lattner | 2006-05-02 | 1 | -2/+2 |
* | Extend printBasicBlockLabel a bit so that it can be used to print all | Nate Begeman | 2006-05-02 | 8 | -34/+43 |
* | Update the PPC compilation callback code to not need weird abi-violating | Nate Begeman | 2006-05-02 | 1 | -49/+46 |
* | De-virtualize SwitchSection. | Jeff Cohen | 2006-05-02 | 2 | -27/+2 |
* | De-virtualize EmitZeroes. | Jeff Cohen | 2006-05-02 | 2 | -8/+2 |
* | Finish support for Microsoft ML/MASM. May still be a few rough edges. | Jeff Cohen | 2006-05-02 | 2 | -3/+50 |
* | Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more... | Jeff Cohen | 2006-05-02 | 2 | -17/+97 |
* | Put PHI/INLINEASM into the correct namespace. | Chris Lattner | 2006-05-01 | 1 | -0/+2 |
* | Remove %'s from register names when in intel mode. | Chris Lattner | 2006-05-01 | 2 | -6/+4 |
* | Mingw32 patches supplied by Anton Korobeynikov. | Jeff Cohen | 2006-04-29 | 1 | -2/+2 |
* | I can't spell: Register, not Regsiter. | Evan Cheng | 2006-04-28 | 4 | -6/+6 |
* | Implemented x86 inline asm b, h, w, k modifiers. | Evan Cheng | 2006-04-28 | 4 | -1/+249 |
* | Fix CodeGen/Generic/2006-04-28-Sign-extend-bool.ll | Chris Lattner | 2006-04-28 | 1 | -0/+4 |
* | Initial caller side support (for CCC only, not FastCC) of 128-bit vector | Evan Cheng | 2006-04-28 | 1 | -7/+73 |
* | Bare-bone X86 inline asm printer support. | Evan Cheng | 2006-04-28 | 4 | -2/+66 |
* | Implement four-wide shuffle with 2 shufps if no more than two elements come | Evan Cheng | 2006-04-28 | 1 | -2/+47 |
* | TargetLowering::LowerArguments should return a VBIT_CONVERT of | Evan Cheng | 2006-04-28 | 1 | -1/+1 |
* | Use movaps instead of movapd for spill / restore. | Evan Cheng | 2006-04-28 | 1 | -2/+2 |
* | Add a note | Chris Lattner | 2006-04-28 | 1 | -0/+8 |
* | Add a note | Chris Lattner | 2006-04-27 | 1 | -0/+44 |
* | Make x86 isel lowering produce tailcall nodes. They are match to normal calls | Evan Cheng | 2006-04-27 | 2 | -1/+17 |