aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-11-22Do not count debugger intrinsics in size estimation.Chris Lattner
2004-11-22Ignore debugger intrinsics when doing inlining size computations.Chris Lattner
2004-11-22Do not consider debug intrinsics in the size computations for loop unrolling.Chris Lattner
2004-11-22Add stub method for long shift codegen.Brian Gaeke
2004-11-22Update to-do list.Brian Gaeke
2004-11-22Support targets that require stubs for external functions betterChris Lattner
2004-11-22Fix a comment to imply the correct semantics.Reid Spencer
2004-11-22Initial checkin of the V9 relocation typesChris Lattner
2004-11-21Implement setcc on longs.Brian Gaeke
2004-11-21Add all the rest of the ADD and SUB variants, some of which are important forBrian Gaeke
2004-11-21Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls).Brian Gaeke
2004-11-21Update to-do list.Brian Gaeke
2004-11-21Fix Shootout-C++/wc, which was broken by my recent changes to emit fewerNate Begeman
2004-11-21There is no reason to emit function stubs for direct calls.Chris Lattner
2004-11-21Clean up DEBUG outputChris Lattner
2004-11-21Allow targets to avoid emitting a stub for EVERY lazily resolved call. InChris Lattner
2004-11-21Fix extraStack calculation -- I think in fact it might be getting a bit *too*Brian Gaeke
2004-11-21Update list of failing benchmarks & to-do list.Brian Gaeke
2004-11-21ignore generated filesChris Lattner
2004-11-21ignore generated files.Chris Lattner
2004-11-20Implement relocation support by adding a target independent resolver interface.Chris Lattner
2004-11-20Remove all JIT specific code and switch the code generator over to emittingChris Lattner
2004-11-20Implement the X86 JIT interfacesChris Lattner
2004-11-20Describe the X86 target-specific relocations.Chris Lattner
2004-11-20We implement these interfacesChris Lattner
2004-11-20Adjust to changed interfacesChris Lattner
2004-11-20This method does not exist any longer.Chris Lattner
2004-11-20Fixed assertion from triggering. We need to check if the commandline map is e...Tanya Lattner
2004-11-20Cast the void* handle data member to HMODULE* to keep the VC++ compilerReid Spencer
2004-11-20Support most cases of vaarg (except double).Brian Gaeke
2004-11-20Update failing test cases & to-do list.Brian Gaeke
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer
2004-11-20This method was never implementedChris Lattner
2004-11-20Remove this method, it's not clear how it could be implemented indep of 32 or...Chris Lattner
2004-11-20getJITStubForFunction is optional and unimplemented, just remove it for now.Chris Lattner
2004-11-20getJITStubForFunction is optional and unimplemented, just remove it.Chris Lattner
2004-11-20Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner
2004-11-20Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner
2004-11-20Implement vacopy and vanext.Brian Gaeke
2004-11-20Add accessorChris Lattner
2004-11-20Allow constructor parameter to override aggregating args; fix spacingMisha Brukman
2004-11-20Revert the patch that adds Function* for each 64-bit libc div/mul/rem that weMisha Brukman
2004-11-19Made modsched hidden and changed so it matches the style of other options.Tanya Lattner
2004-11-19Fix grammarMisha Brukman
2004-11-19Add protoypes for 64-bit long/ulong div, mul, and rem functionsMisha Brukman
2004-11-19Fix file comment headerMisha Brukman
2004-11-19Handle GhostLinkage case for completeness (should not be seen by the asm writer)Misha Brukman
2004-11-19Add VANext and VAArg stubs.Brian Gaeke
2004-11-19Implement va_start.Brian Gaeke
2004-11-19Dont' forget to switch back to decimal outputChris Lattner