summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-16Updated for 1.3.John Criswell
2004-08-16Merged in release_13 branch.John Criswell
2004-08-16Fix PR422.Reid Spencer
2004-08-16Back out include/llvm/System changes until a satisfactory solution canReid Spencer
2004-08-16Remove lib/System contents until a satisfactory solution can beReid Spencer
2004-08-16Back out dependencies on lib/System/Path.hReid Spencer
2004-08-16Fix definitions to match tool's actual capabilities.Reid Spencer
2004-08-16Bug fixedChris Lattner
2004-08-16Believe it or not, this was broken in LLVM 1.3Chris Lattner
2004-08-16Fix a bug that caused the pass to go into infinite loops on trivial testcases.Chris Lattner
2004-08-16There is no need for a cast hereChris Lattner
2004-08-16Update the current state of the worldNate Begeman
2004-08-16Fix typo of the word 'implicit' I made resolving a CVS conflict. Whoops!Nate Begeman
2004-08-16Fix frame pointer handling:Nate Begeman
2004-08-16Fix mismatched adjust down/up of SP in functions that contain variableNate Begeman
2004-08-16Use CodeGenRegister class to make reading in of register information moreChris Lattner
2004-08-16Add initial support for register and register class representation.Chris Lattner
2004-08-16Flags and TSFlags were (thankfully) never used, so remove them. But wait,Chris Lattner
2004-08-16Add a special case for argc,argvChris Lattner
2004-08-16Don't pass too many arguments into runFunctionChris Lattner
2004-08-16Scrub all LLVM 1.3 stuff, changing over to 1.4. Add info about PR419,Chris Lattner
2004-08-16Finally, add support for calling arbitrary non-varargs functions.Chris Lattner
2004-08-15Handle all nullary functions, of any valid return type.Chris Lattner
2004-08-15Fine, go all of the way and check that the argument types are correct as well.Chris Lattner
2004-08-15These only really work if returning int or voidChris Lattner
2004-08-15Switch to using the JIT now that it can directly call zeroarg functionsChris Lattner
2004-08-15Handle zero arg function caseChris Lattner
2004-08-15Simplify code a bit, print error message always instead of asserting.Chris Lattner
2004-08-15Simplify code, make it print the constructed module before it is run.Chris Lattner
2004-08-15V8 never used the instrselectorgeneratorChris Lattner
2004-08-15isdummyclass goes awayChris Lattner
2004-08-15Remove awareness of isDummyClassChris Lattner
2004-08-15disable all of the pattern isel stuffChris Lattner
2004-08-15Disable the pattern iselChris Lattner
2004-08-15Include .td and .txt files in the greps. This will allow me to find symbols inChris Lattner
2004-08-15Documentation like this doesn't belong here, and now we have the commandguideChris Lattner
2004-08-15Reduce usage of MRegisterInfo::getRegClassChris Lattner
2004-08-15Add new TargetRegisterClass::contains methodChris Lattner
2004-08-15Insertion methods now return void instead of #instrs inserted. Also, useChris Lattner
2004-08-15Code insertion methods now return void instead of #instrs insertedChris Lattner
2004-08-15Code insertion methods now return void instead of an int.Chris Lattner
2004-08-15The insertion method returns void nowChris Lattner
2004-08-15Implement a long overdue FIXME, by changing these methods to return void.Chris Lattner
2004-08-15Nuke ifdef'd out codeChris Lattner
2004-08-15Remove helper methodChris Lattner
2004-08-15Stop using CreateStackObject(RegClass*)Chris Lattner
2004-08-15These methods no longer take a TargetRegisterClass* operand.Chris Lattner
2004-08-15Eliminate the RegisterClass argument, since it can easily be derived fromChris Lattner
2004-08-15Make this compile on gc 3.4.1 (static_cast to non-const type was notAlkis Evlogimenos
2004-08-15More Functionality:Reid Spencer