2006-05-03 |
Owen Anderson | Refactor TargetMachine, pushing handling of TargetData... |
blob | commitdiff | raw |
2006-04-21 |
Nate Begeman | Fix the comment |
blob | commitdiff | raw | diff to current |
2006-04-21 |
Nate Begeman | Change the PPC JIT to use a Static relocation model |
blob | commitdiff | raw | diff to current |
2006-04-08 |
Nate Begeman | Disable switch lowering for targets based on the select... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Chris Lattner | Eliminate IntrinsicLowering from TargetMachine. |
blob | commitdiff | raw | diff to current |
2006-03-16 |
Evan Cheng | Added a way for TargetLowering to specify what values... |
blob | commitdiff | raw | diff to current |
2006-03-13 |
Evan Cheng | PPC LSR pass should use target lowering hooks. |
blob | commitdiff | raw | diff to current |
2006-03-13 |
Evan Cheng | Added getTargetLowering() to TargetMachine. Refactored... |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Evan Cheng | PPC JIT relocation model should be DynamicNoPIC. |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Evan Cheng | - Added option -relocation-model to set relocation... |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Chris Lattner | Goodbye PPC pattern isel. You have served us well... |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Jim Laskey | Tie dwarf generation to darwin assembler. |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Chris Lattner | Add a new option to indicate we want the code generator... |
blob | commitdiff | raw | diff to current |
2005-11-01 |
Jim Laskey | Allow itineraries to be passed through the Target Machine. |
blob | commitdiff | raw | diff to current |
2005-10-18 |
Nate Begeman | First bits of 64 bit PowerPC stuff, currently disabled... |
blob | commitdiff | raw | diff to current |
2005-10-16 |
Nate Begeman | More PPC32 -> PPC changes, as well as merging some... |
blob | commitdiff | raw | diff to current |
2005-10-14 |
Chris Lattner | Rename PPC32*.h to PPC*.h |
blob | commitdiff | raw | diff to current |
2005-10-14 |
Chris Lattner | Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the... |
blob | commitdiff | raw | diff to current |
2005-10-14 |
Chris Lattner | Rename PowerPC*.h to PPC*.h |
blob | commitdiff | raw | diff to current |
2005-10-14 |
Chris Lattner | Nuke the PowerPCTargetMachine.h header. Note that... |
blob | commitdiff | raw | diff to current |
2005-09-29 |
Chris Lattner | Make the JIT default to the DAG isel instead of the... |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Chris Lattner | Move the post-lsr simplify cfg pass after lowereh,... |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Chris Lattner | turn on dag isel by default |
blob | commitdiff | raw | diff to current |
2005-09-01 |
Jim Laskey | 1. Use SubtargetFeatures in llc/lli. |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Nate Begeman | Remove the X86 and PowerPC Simple instruction selectors... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Chris Lattner | add a beta option for turning on dag->dag isel |
blob | commitdiff | raw | diff to current |
2005-08-15 |
Chris Lattner | Turn loop strength reduction on by default. |
blob | commitdiff | raw | diff to current |
2005-08-13 |
Nate Begeman | Remove support for 64b PPC, it's been broken for a... |
blob | commitdiff | raw | diff to current |
2005-08-05 |
Chris Lattner | Consolidate the GPOpt stuff to all use the Subtarget... |
blob | commitdiff | raw | diff to current |
2005-08-05 |
Chris Lattner | don't crash when running the PPC backend on non-ppc... |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Nate Begeman | Use the new subtarget support to automatically choose... |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Nate Begeman | Add Subtarget support to PowerPC. Next up, using it. |
blob | commitdiff | raw | diff to current |
2005-07-27 |
Jeff Cohen | Eliminate all remaining tabs and trailing spaces. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Nate Begeman | Support building non-PIC |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Chris Lattner | revert to using 4-byte alignment for doubles, as specif... |
blob | commitdiff | raw | diff to current |
2005-07-20 |
Nate Begeman | Generate mfocrf when targeting g5. Generate fsqrt... |
blob | commitdiff | raw | diff to current |
2005-07-19 |
Nate Begeman | Integrate SelectFPExpr into SelectExpr. This gets... |
blob | commitdiff | raw | diff to current |
2005-06-25 |
Chris Lattner | Refactor the addPassesToEmitAssembly interface into... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Nate Begeman | Make pattern isel default for ppc |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Nate Begeman | Remove 64 bit simple ISel, it never worked correctly |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Nate Begeman | Implement more of the PPC32 Pattern ISel: |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Nate Begeman | Addition of the PPC32 Pattern ISel. While it is far... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Chris Lattner | cleanup the cfg after lsr |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Chris Lattner | Add a temporary option for llc-beta: -enable-lsr-for... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Chris Lattner | Use the target triple to pick this target. |
blob | commitdiff | raw | diff to current |
2004-11-28 |
Chris Lattner | The LLVM bool type shall have 1 byte alignment on PPC. |
blob | commitdiff | raw | diff to current |
2004-11-25 |
Chris Lattner | The JIT works enough |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Chris Lattner | Remove this method. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Nate Begeman | Don't return value from void function. This is only... |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Chris Lattner | Be really paranoid about not breaking stuff yet |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Chris Lattner | Move JITInfo from PPCTM to PPC32TM |
blob | commitdiff | raw | diff to current |
2004-11-20 |
Chris Lattner | Remove this method, it's not clear how it could be... |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Chris Lattner | Disable the JIT until it can sorta kinda work. |
blob | commitdiff | raw | diff to current |
2004-10-10 |
Chris Lattner | bling bling! |
blob | commitdiff | raw | diff to current |
2004-09-04 |
Nate Begeman | All PPC instructions are now auto-printed |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Chris Lattner | Do not register ppc64 yet, as it breaks the SparcV9... |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Misha Brukman | LR needs to be saved at 16-byte offset on a 64-bit... |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Misha Brukman | No need for an `is64bit' flag |
blob | commitdiff | raw | diff to current |
2004-08-14 |
Nate Begeman | Replace PowerPCPEI.cpp with target independant PrologEp... |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Misha Brukman | Disable PPC64 backend by default because LLC cannot... |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Misha Brukman | * Move AIX into the llvm namespace to be accessed from... |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Misha Brukman | Hyphenate ##-bit and remove first-person from comments. |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Nate Begeman | Clean up 32/64bit and Darwin/AIX split. Next steps... |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Misha Brukman | Breaking up the PowerPC target into 32- and 64-bit... |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Misha Brukman | CodePrinter -> AsmPrinter |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Chris Lattner | Changes commited for Nate Begeman: |
blob | commitdiff | raw | diff to current |
2004-07-27 |
Misha Brukman | Run the branch selection pass right before the asm... |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Misha Brukman | Bool alignment on MacOSX/PowerPC is 4 bytes. |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Misha Brukman | Shorts are aligned to 2 bytes, bools to 1 byte (in... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Misha Brukman | Double alignment in structs is 4 bytes, not 8. Patch... |
blob | commitdiff | raw | diff to current |
2004-07-17 |
Misha Brukman | We don't really need to #include IPO.h into this file. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Misha Brukman | Define double alignment as 8 bytes now that assert... |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Chris Lattner | Revert stuff that I didn't mean to checkin |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Chris Lattner | Patches towards fixing PR341 |
blob | commitdiff | raw | diff to current |
2004-07-12 |
Misha Brukman | Implement getModuleMatchQuality and getJITMatchQuality... |
blob | commitdiff | raw | diff to current |
2004-07-11 |
Chris Lattner | Delete the allocate*TargetMachine function, which is... |
blob | commitdiff | raw | diff to current |
2004-07-11 |
Chris Lattner | Make these format a bit nicer |
blob | commitdiff | raw | diff to current |
2004-07-11 |
Chris Lattner | Auto-registrate target |
blob | commitdiff | raw | diff to current |
2004-07-02 |
Chris Lattner | Fix all of those problems that the PPC backend has... |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Misha Brukman | Wrap long line |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Misha Brukman | Lower ConstantExpressions before the code generator. |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Chris Lattner | The code generator should work with unreachable blocks... |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Misha Brukman | Can't print out machine code before it is constructed. |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Misha Brukman | Allow debugging machine instrs (by printout) before... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Misha Brukman | Add option to print out machine code before register... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Misha Brukman | llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLower... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Misha Brukman | Initial revision |
blob | commitdiff | raw | diff to current |
|