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