| Commit message (Expand) | Author | Age | Files | Lines |
* | x86 CPU detection and proper subtarget support | Evan Cheng | 2006-01-27 | 1 | -36/+1 |
* | Added preliminary x86 subtarget support. | Evan Cheng | 2006-01-26 | 1 | -2/+12 |
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
* | Stop doing that accidental commit. | Evan Cheng | 2006-01-20 | 1 | -1/+1 |
* | A few more SH{L|R}D peepholes. | Evan Cheng | 2006-01-20 | 1 | -1/+1 |
* | Didn't mean to commit the last one. | Evan Cheng | 2006-01-19 | 1 | -1/+1 |
* | Added i16 SH{L|R}D patterns. | Evan Cheng | 2006-01-19 | 1 | -1/+1 |
* | SSE2 floating point load / store patterns. SSE2 fp to int conversion patterns. | Evan Cheng | 2005-12-20 | 1 | -0/+3 |
* | Only lower SELECT when using DAG based isel. | Evan Cheng | 2005-12-17 | 1 | -4/+7 |
* | remove some never-completed and now-obsolete code. | Chris Lattner | 2005-12-12 | 1 | -11/+0 |
* | initial step at adding a dag-to-dag isel for X86 backend. Patch contributed | Chris Lattner | 2005-11-16 | 1 | -2/+11 |
* | Separate X86ISelLowering stuff out from the X86ISelPattern.cpp file. Patch | Chris Lattner | 2005-11-15 | 1 | -2/+2 |
* | Add a new option to indicate we want the code generator to emit code quickly,... | Chris Lattner | 2005-11-08 | 1 | -1/+2 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -2/+4 |
* | Remove the X86 and PowerPC Simple instruction selectors; their time has | Nate Begeman | 2005-08-18 | 1 | -10/+4 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -1/+1 |
* | Implement Subtarget support | Nate Begeman | 2005-07-12 | 1 | -1/+3 |
* | Refactor things a bit to allow the ELF code emitter to run the X86 machine co... | Chris Lattner | 2005-07-11 | 1 | -1/+8 |
* | First round of support for doing scalar FP using the SSE2 ISA extension and | Nate Begeman | 2005-07-06 | 1 | -2/+7 |
* | Add support to the X86 backend for emitting ELF files. To use this, we | Chris Lattner | 2005-06-27 | 1 | -2/+15 |
* | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 1 | -3/+5 |
* | Enable pattern isel by default | Chris Lattner | 2005-05-12 | 1 | -4/+4 |
* | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
* | Make pattern isel default for ppc | Nate Begeman | 2005-04-15 | 1 | -5/+4 |
* | Allow the selection-dag based selector to be diabled with -disable-pattern-isel. | Chris Lattner | 2005-01-07 | 1 | -2/+11 |
* | Revert elimination of global variable hack... still needed. | Jeff Cohen | 2005-01-03 | 1 | -0/+7 |
* | Eliminate the use of the global variable hack in the X86 target that was used | Jeff Cohen | 2005-01-02 | 1 | -7/+0 |
* | Use the target triple to pick this target. | Chris Lattner | 2004-12-12 | 1 | -1/+7 |
* | Fix a warning | Chris Lattner | 2004-11-02 | 1 | -1/+2 |
* | Add placeholder variable to make Win32 work, applied for Morten Ofstad | Chris Lattner | 2004-11-01 | 1 | -0/+6 |
* | Improve compatibility with VC++, patch contributed by Morten Ofstad! | Chris Lattner | 2004-10-18 | 1 | -1/+1 |
* | The person who was planning to add SSE support isn't anymore, so disable | Chris Lattner | 2004-10-08 | 1 | -1/+3 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | Add -sse[,2,3] arguments to LLC | Chris Lattner | 2004-08-24 | 1 | -0/+14 |
* | Disable the pattern isel | Chris Lattner | 2004-08-15 | 1 | -14/+2 |
* | Completely disable the pattern isel until it is more substantial. | Chris Lattner | 2004-08-01 | 1 | -0/+4 |
* | Remove some (LARGE) abandoned code for the release. If this is ever needed | Chris Lattner | 2004-07-22 | 1 | -5/+1 |
* | Delete the allocate*TargetMachine function, which is now dead . | Chris Lattner | 2004-07-11 | 1 | -9/+1 |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 1 | -1/+1 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 1 | -0/+22 |
* | Remove dead blocks | Chris Lattner | 2004-07-02 | 1 | -0/+6 |
* | I believe that the code generator now properly handles dead basic blocks. If... | Chris Lattner | 2004-06-29 | 1 | -8/+0 |
* | Move the IntrinsicLowering header into the CodeGen directory, as per PR346 | Chris Lattner | 2004-06-20 | 1 | -2/+2 |
* | Fix the fixed stack offset, patch contributed by Vladimir Prus | Chris Lattner | 2004-06-10 | 1 | -1/+1 |
* | Add support for accurate garbage collection to the LLVM code generators | Chris Lattner | 2004-05-23 | 1 | -0/+5 |
* | Tablgen files for really simple instruction selector | Jakub Staszak | 2004-04-06 | 1 | -1/+5 |
* | The X86 backend no longer needs the select lowering pass. | Chris Lattner | 2004-03-31 | 1 | -6/+0 |
* | Add direct support for integer select instructions, though we still don't sup... | Chris Lattner | 2004-03-30 | 1 | -2/+2 |
* | Add the select lowering pass to get initial support for select instructions | Chris Lattner | 2004-03-30 | 1 | -0/+6 |
* | make -print-machineinstrs work for both SparcV9 and X86 | Brian Gaeke | 2004-03-04 | 1 | -10/+8 |