- c24d482 It looks like I'm fixing a spelling mistake, but I'm really trying to by John Criswell · 20 years ago
- c7b4f10 Implement setcc on longs. by Brian Gaeke · 20 years ago
- 4351857 Add all the rest of the ADD and SUB variants, some of which are important for by Brian Gaeke · 20 years ago
- 5f91de2 Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). by Brian Gaeke · 20 years ago
- b10fc03 Update to-do list. by Brian Gaeke · 20 years ago
- 486ebfd Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer by Nate Begeman · 20 years ago
- b0f72a1 Fix a warning by Chris Lattner · 20 years ago
- 88f9386 There is no reason to emit function stubs for direct calls. by Chris Lattner · 20 years ago
- cb47941 Clean up DEBUG output by Chris Lattner · 20 years ago
- 5e22558 Allow targets to avoid emitting a stub for EVERY lazily resolved call. In by Chris Lattner · 20 years ago
- 79fe833 Fix extraStack calculation -- I think in fact it might be getting a bit *too* by Brian Gaeke · 20 years ago
- e1e2899 Update list of failing benchmarks & to-do list. by Brian Gaeke · 20 years ago
- 765da91 Add another bit, to make the JIT a bit more efficient. by Chris Lattner · 20 years ago
- 39a11a1 Test archive built with GNU ar(1). by Reid Spencer · 20 years ago
- 794dae5 Made dejagnu option lower case. by Tanya Lattner · 20 years ago
- 5debe8c Added the ability to run Dejagnu tests. by Tanya Lattner · 20 years ago
- 7fc3824 ignore generated files by Chris Lattner · 20 years ago
- cdc79e3 ignore generated files. by Chris Lattner · 20 years ago
- 74db09b Ignore generated files by Chris Lattner · 20 years ago
- 1aa96f8 Ignore files by Chris Lattner · 20 years ago
- 5426652 Implement relocation support by adding a target independent resolver interface. by Chris Lattner · 20 years ago
- e72e445 Remove all JIT specific code and switch the code generator over to emitting by Chris Lattner · 20 years ago
- 7ddde32 Implement the X86 JIT interfaces by Chris Lattner · 20 years ago
- 8dad013 Describe the X86 target-specific relocations. by Chris Lattner · 20 years ago
- 89d64e2 We implement these interfaces by Chris Lattner · 20 years ago
- 3bf285a Adjust to changed interfaces by Chris Lattner · 20 years ago
- ec45c23 Change this interface a bit by Chris Lattner · 20 years ago
- 6fb9b52 Adding missing dg file. by Tanya Lattner · 20 years ago
- 3c600c8 This method does not exist any longer. by Chris Lattner · 20 years ago
- f3ae06e Add new methods that a target should implement by Chris Lattner · 20 years ago
- ca1dd85 Removing unnecessary copies. Use %p to reference them. by Tanya Lattner · 20 years ago
- 4e2239d Add missing #include by Chris Lattner · 20 years ago
- c4ae8e9 Fixed assertion from triggering. We need to check if the commandline map is empty before checking if an arg exists. by Tanya Lattner · 20 years ago
- 7a45389 Cast the void* handle data member to HMODULE* to keep the VC++ compiler by Reid Spencer · 20 years ago
- b95cbee Support most cases of vaarg (except double). by Brian Gaeke · 20 years ago
- 087f085 Update failing test cases & to-do list. by Brian Gaeke · 20 years ago
- 150e842 Use llvmc to compile test cases by Reid Spencer · 20 years ago
- 08602e5 Get the -o option right by Reid Spencer · 20 years ago
- 679a723 Get the -o option right by Reid Spencer · 20 years ago
- 3c7b107 Not needed any more. by Reid Spencer · 20 years ago
- 9822de2 Content moved to llvm-ld.cpp by Reid Spencer · 20 years ago
- 445564a Incorporate GenerateCode.cpp. Make static things static. by Reid Spencer · 20 years ago
- c457fbb First cut at implementing generic link-time Optimization by Reid Spencer · 20 years ago
- 0fdd363 The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 20 years ago
- bab98e4 Test floating point constants by Reid Spencer · 20 years ago
- 9a29db4 Distinguish between BSD4.4 and SVR4 symbol tables by Reid Spencer · 20 years ago
- e651c95 An llvm-ar test. by Reid Spencer · 20 years ago
- 2e78cf6 Provide the srcdir variable. by Reid Spencer · 20 years ago
- 4fb6f81 Describe the Archive test suite. by Reid Spencer · 20 years ago
- eee1f5e Contents separated into individual tests. by Reid Spencer · 20 years ago
- f6f0989 This method was never implemented by Chris Lattner · 20 years ago
- 1deb74d Remove this method, it's not clear how it could be implemented indep of 32 or 64-bit mode by Chris Lattner · 20 years ago
- b443bc0 getJITStubForFunction is optional and unimplemented, just remove it for now. by Chris Lattner · 20 years ago
- a8b0fa5 getJITStubForFunction is optional and unimplemented, just remove it. by Chris Lattner · 20 years ago
- 5be478f Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
- 47012c0 Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
- fab11a7 Add the getRelocationType method that I forgot by Chris Lattner · 20 years ago
- 9da3c56 Allow targets to implement relocation support. by Chris Lattner · 20 years ago
- e6e7e3a Implement vacopy and vanext. by Brian Gaeke · 20 years ago
- 890b4bd Add accessor by Chris Lattner · 20 years ago
- b89df9c New file by Chris Lattner · 20 years ago
- e74c73c Allow constructor parameter to override aggregating args; fix spacing by Misha Brukman · 20 years ago
- 52e3c5c Remove dead #include by Chris Lattner · 20 years ago
- 616bd05 If we're going to mention mv and cp, clearly, we also need `rm' by Misha Brukman · 20 years ago
- 1dc555c Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we by Misha Brukman · 20 years ago
- def5745 Made modsched hidden and changed so it matches the style of other options. by Tanya Lattner · 20 years ago
- d42b167 Fix grammar by Misha Brukman · 20 years ago
- 9397204 Forgot to join srcdir and subdir for complete path for input files. by Tanya Lattner · 20 years ago
- f9e7943 Adding srcdir arg. Added ability to specify the path to an input file. This is needed for when srcdir != objdir. by Tanya Lattner · 20 years ago
- c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
- d159aaf Add protoypes for 64-bit long/ulong div, mul, and rem functions by Misha Brukman · 20 years ago
- c29e6a4 Fix file comment header by Misha Brukman · 20 years ago
- e9adf92 Ignore files generated by pod2html by Misha Brukman · 20 years ago
- 69def74 * Remove disk space requirements, they vary wildly, depend on the number of by Misha Brukman · 20 years ago
- c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 20 years ago
- f6abe38 Test case for reading MacOSX archives. by Reid Spencer · 20 years ago
- 019d5e9 MacOSX test archive (buggy). by Reid Spencer · 20 years ago
- b6c409a Add VANext and VAArg stubs. by Brian Gaeke · 20 years ago
- d90282d Implement va_start. by Brian Gaeke · 20 years ago
- 3104db0 Dont' forget to switch back to decimal output by Chris Lattner · 20 years ago
- 45730d7 Match change in MachineCodeEmitter prototype. by Chris Lattner · 20 years ago
- 2dbdc8e External symbols are const char*'s now, change this to match. by Chris Lattner · 20 years ago
- 7b55d4f Instead of storing std::string's for ExternalSymbol references, rely on the by Chris Lattner · 20 years ago
- 4e459c4 First part of varargs support: getting all varargs which could possibly by Brian Gaeke · 20 years ago
- fd80b5c Fix a bug that caused stuff like this: by Chris Lattner · 20 years ago
- 2f95ed6 va_end can safely be codegen'd to nothing on v8. by Brian Gaeke · 20 years ago
- 9e672a2 A very sorry stub implementation of varargs intrinsics... by Brian Gaeke · 20 years ago
- 507bc71 Update list of expected test failures. by Brian Gaeke · 20 years ago
- a54df25 Fix bug in casting to long/ulong. by Brian Gaeke · 20 years ago
- 5711a33 Make sure we can read an archive after it has been ranlib'd by Reid Spencer · 20 years ago
- 9945826 Fix memory leaks, patch contributed by Morten Ofstad! by Chris Lattner · 20 years ago
- c540ebb Patches to avoid "leaking" memory on process exit. Patch contributed by by Chris Lattner · 20 years ago
- 6405c9e Correct the computation of when to add the padding. It is not based on the by Reid Spencer · 20 years ago
- 7b73a66 Fix the exposed prototype for the lower packed pass, thanks to Morten Ofstad. by Chris Lattner · 20 years ago
- 8a7ad2d Add hooks to free all memory allocated by the singleton factories in these by Chris Lattner · 20 years ago
- 5b2d43a Add static functions to clear singleton maps. Patch contributed by by Chris Lattner · 20 years ago
- c5129c1 These methods are long gone, ConstantPointerRef is dead. by Chris Lattner · 20 years ago
- 4a389b6 CPR is dead. by Chris Lattner · 20 years ago
- 638c381 Add note that this is for old bytecode files. by Chris Lattner · 20 years ago
- 3fb2045 Mission accomplished! by Chris Lattner · 20 years ago