Age | Commit message (Expand) | Author |
2006-05-17 | add an external symbol testcase | Chris Lattner |
2006-05-17 | new test for various forms of calls | Chris Lattner |
2006-05-17 | test for support to pass/return vectors to calls. | Chris Lattner |
2006-05-17 | 3 changes, 2 of which are cleanup one of which changes codegen: | Chris Lattner |
2006-05-16 | implement passing/returning vector regs to calls, at least non-varargs calls. | Chris Lattner |
2006-05-16 | Add support for calls that pass and return legal vectors. | Chris Lattner |
2006-05-16 | Instead of implementing LowerCallTo directly, let the default impl produce an | Chris Lattner |
2006-05-16 | Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo | Chris Lattner |
2006-05-16 | Add a new CALL node. | Chris Lattner |
2006-05-16 | There is now a default impl of this method | Chris Lattner |
2006-05-16 | Simplify the argument counting logic by only incrementing the index. | Chris Lattner |
2006-05-16 | Simplify the dead argument handling code. | Chris Lattner |
2006-05-16 | Vector args passed in registers don't reserve stack space. | Chris Lattner |
2006-05-16 | Another testcase that shouldn't need vrsave twiddling | Chris Lattner |
2006-05-16 | Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument | Chris Lattner |
2006-05-16 | this should be 128 I think | Andrew Lenharth |
2006-05-16 | Move this code to a common place | Andrew Lenharth |
2006-05-16 | Remove this xfail-d test, which doesn't make any sense | Chris Lattner |
2006-05-16 | Implement the custom lowering hook right, returning values for all of the | Chris Lattner |
2006-05-16 | Fix a bug I introduced yesterday, which broke functions with *no* arguments. | Chris Lattner |
2006-05-16 | Make sure to default ${prefix} to /usr/local if the user didn't specify it. | Reid Spencer |
2006-05-16 | X86 integer register classes naming changes. Make them consistent with FP, ve... | Evan Cheng |
2006-05-16 | Allow patterns to refer to physical registers that belong to multiple | Evan Cheng |
2006-05-16 | Make sure that $(CXX.Flags) is passed to the linker so that the same options | Reid Spencer |
2006-05-16 | Make this print the right start pointer | Chris Lattner |
2006-05-16 | Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, | Chris Lattner |
2006-05-16 | Add a chain to FORMAL_ARGUMENTS. | Chris Lattner |
2006-05-16 | Replace "../whatever.td" with "whatever.td", so that out-of-tree backends | Vladimir Prus |
2006-05-16 | For PR778: | Reid Spencer |
2006-05-16 | When linking, make sure the project libraries are linked before the LLVM | Reid Spencer |
2006-05-16 | Move function-live-in-handling code from the sdisel code to the scheduler. | Chris Lattner |
2006-05-16 | Print the vreg that livein physregs are live in | Chris Lattner |
2006-05-16 | Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once | Chris Lattner |
2006-05-16 | Add my homepage, as a test that commit access works | Vladimir Prus |
2006-05-16 | Fit in 80 cols | Chris Lattner |
2006-05-15 | add an abort after every assert(0) | Rafael Espindola |
2006-05-15 | For PR777: | Reid Spencer |
2006-05-15 | Upgrade in preparation for doxygen 1.4.4. The config file format changed, | Reid Spencer |
2006-05-15 | Improve comment, patch provided by Vladimir Prus! | Chris Lattner |
2006-05-15 | Update dox, patch by Vladimir Prus! | Chris Lattner |
2006-05-15 | Improve comments, patch provided by Vladimir Prus! | Chris Lattner |
2006-05-15 | Doxygenify the comments, bringing the file level comments down to be attached | Reid Spencer |
2006-05-15 | Remove some dead code, identified by coverity. | Chris Lattner |
2006-05-15 | Add myself to the credits. | Owen Anderson |
2006-05-14 | added a skeleton of the ARM backend | Rafael Espindola |
2006-05-14 | added myself to CREDITS.TXT | Rafael Espindola |
2006-05-14 | Free memory allocated by copy_env. | Chris Lattner |
2006-05-14 | print a nice error if bugpoint gets an error reading inputs. Bug identified | Chris Lattner |
2006-05-14 | Fix a bug found by inspection. | Chris Lattner |
2006-05-14 | improve comment. | Chris Lattner |