Age | Commit message (Expand) | Author |
2006-05-25 | Fix build failure of povray | Chris Lattner |
2006-05-25 | Fix Benchmarks/MallocBench/cfrac | Chris Lattner |
2006-05-25 | Assert if InflightSet is not cleared after instruction selecting a BB. | Evan Cheng |
2006-05-24 | Clear HandleMap and ReplaceMap after instruction selection. Or it may cause | Evan Cheng |
2006-05-17 | Make PPC call lowering more aggressive, making the isel matching code simple | Chris Lattner |
2006-05-17 | Switch PPC over to a call-selection model where the lowering code creates | Chris Lattner |
2006-05-16 | implement passing/returning vector regs to calls, at least non-varargs calls. | Chris Lattner |
2006-05-12 | Fix PowerPC/2006-05-12-rlwimi-crash.ll | Chris Lattner |
2006-05-08 | Fold more shifts into inserts, and update the README | Nate Begeman |
2006-05-08 | Update some stuff now that the new rlwimi code has gone in | Nate Begeman |
2006-05-07 | New rlwimi implementation, which is superior to the old one. There are | Nate Begeman |
2006-04-22 | JumpTable support! What this represents is working asm and jit support for | Nate Begeman |
2006-04-08 | Add VRRC select support | Chris Lattner |
2006-03-26 | Codegen vector predicate compares. | Chris Lattner |
2006-03-25 | #include Intrinsics.h into all dag isels | Chris Lattner |
2006-03-24 | Like the comment says, prefer to use the implicit add done by [r+r] addressing | Chris Lattner |
2006-03-22 | Add support for "ri" addressing modes where the immediate is a 14-bit field | Chris Lattner |
2006-03-21 | With Evan's latest tblgen patch, this code is obsolete, thanks Evan! | Chris Lattner |
2006-03-20 | Handle constant addresses more efficiently, folding the low bits into the | Chris Lattner |
2006-03-20 | reenable this hack, the tblgen version isn't quite ready | Chris Lattner |
2006-03-20 | Use tblgen'd VECTOR_SHUFFLE selection code. | Evan Cheng |
2006-03-20 | Add support for generating vspltw, instead of a vperm instruction with a | Chris Lattner |
2006-03-17 | Remove BRTWOWAY* | Nate Begeman |
2006-03-16 | Save/restore VRSAVE once per function, not once per block. | Chris Lattner |
2006-03-14 | Fix an off by one error that caused PPC LLC failures last night. | Chris Lattner |
2006-03-13 | Added getTargetLowering() to TargetMachine. Refactored targets to support this. | Evan Cheng |
2006-03-13 | For functions that use vector registers, save VRSAVE, mark used | Chris Lattner |
2006-03-12 | Several big changes: | Chris Lattner |
2006-03-08 | Change the interface for getting a target HazardRecognizer to be more clean. | Chris Lattner |
2006-03-07 | Implement a very very simple hazard recognizer for LSU rejects and ctr set/read | Chris Lattner |
2006-03-01 | Implement CodeGen/PowerPC/or-addressing-mode.ll, which is also PR668. | Chris Lattner |
2006-02-24 | Implement selection of inline asm memory operands | Chris Lattner |
2006-02-17 | kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC | Nate Begeman |
2006-02-16 | If the false case is the current basic block, then this is a self loop. | Evan Cheng |
2006-02-09 | Match getTargetNode() changes (now return SDNode* instead of SDOperand). | Evan Cheng |
2006-02-09 | Change Select() from | Evan Cheng |
2006-02-05 | Complex pattern isel code shouldn't select nodes. | Evan Cheng |
2006-02-05 | Use SelectRoot() as entry of any tblgen based isel. | Evan Cheng |
2006-01-27 | Use PPCISD::CALL instead of ISD::CALL | Chris Lattner |
2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
2006-01-15 | Use the default impl of DYNAMIC_STACKALLOC, allowing us to delete some code. | Chris Lattner |
2006-01-12 | these cases are autogenerated | Chris Lattner |
2006-01-12 | remove dead code | Chris Lattner |
2006-01-05 | Fix a compile crash building MultiSource/Applications/d with the new front-end. | Chris Lattner |
2005-12-24 | Fix one of the things in the todo file, and get a bit closer to folding | Nate Begeman |
2005-12-20 | Pattern-match return. Includes gross hack! | Nate Begeman |
2005-12-19 | Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows | Nate Begeman |
2005-12-19 | Convert load/store over to being pattern matched | Nate Begeman |
2005-12-18 | This is handled by the autogen'd code | Chris Lattner |
2005-12-14 | Remove a now unused statistic. | Nate Begeman |