| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix failures in 099.go due to the cfgsimplify pass creating switch instructions | Chris Lattner | 2004-02-25 | 1 | -5/+6 |
| * | Add back machine code deleter pass until we get a MachineCode pass | Alkis Evlogimenos | 2004-02-15 | 1 | -0/+3 |
| * | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos | 2004-02-12 | 1 | -3/+0 |
| * | Add a new (hidden) option that is useful for profiling. | Chris Lattner | 2004-02-09 | 1 | -1/+5 |
| * | Take away the default iostream argument of createMachineFunctionPrinterPass(), | Brian Gaeke | 2004-02-04 | 1 | -6/+6 |
| * | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 1 | -12/+7 |
| * | implement support for the intrinsic lowering functionality | Chris Lattner | 2003-12-28 | 1 | -9/+17 |
| * | Remove floating point killer pass. This is now implemented in the | Alkis Evlogimenos | 2003-12-20 | 1 | -10/+0 |
| * | Finally, _actually delete the machine code_ for a function, after it has | Chris Lattner | 2003-12-20 | 1 | -2/+6 |
| * | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 1 | -20/+8 |
| * | Add a floating point killer pass. This pass runs before register | Alkis Evlogimenos | 2003-12-13 | 1 | -0/+10 |
| * | Add an option to enable the SSA based peephole optimizer. | Chris Lattner | 2003-12-01 | 1 | -4/+8 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
| * | Fix warnings building on sparc | Chris Lattner | 2003-11-06 | 1 | -2/+2 |
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| * | Make replaceMachineCodeForFunction return void. | Brian Gaeke | 2003-10-20 | 1 | -2/+1 |
| * | Eliminate code for pointer size and endianness emulation. | Chris Lattner | 2003-10-20 | 1 | -6/+1 |
| * | You can't just blat the address into memory, you have to blat its | Brian Gaeke | 2003-10-17 | 1 | -4/+7 |
| * | Implement replaceMachineCodeForFunction() for x86. | Brian Gaeke | 2003-10-17 | 1 | -0/+7 |
| * | Instead of hacking in custom support for Invoke/Unwind, use the LowerInvoke pass | Chris Lattner | 2003-10-05 | 1 | -0/+14 |
| * | Moved enum and command-line option in separate file. Also added function that... | Alkis Evlogimenos | 2003-10-02 | 1 | -29/+2 |
| * | Change llc command line for register allocators | Alkis Evlogimenos | 2003-10-02 | 1 | -6/+25 |
| * | Revert previous change. For some reason this went into the main branch | Alkis Evlogimenos | 2003-10-01 | 1 | -19/+2 |
| * | Added command line option for linear scan allocator | Alkis Evlogimenos | 2003-10-01 | 1 | -2/+19 |