- 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
- ebf2bda Allow this to compile even on machines that HAVE the bzlib library but do by Reid Spencer · 20 years ago
- a98c545 This is a horrible hack to work around libstdc++ bugs :( by Chris Lattner · 20 years ago
- bc3a537 Eliminate another 6k register copies that the register allocator would just by Nate Begeman · 20 years ago
- fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
- 6475b8d Undo last change as its unnecessary. by Reid Spencer · 20 years ago
- ed26b31 Test case for xpg4 style archive files. by Reid Spencer · 20 years ago
- b7bd819 Test reading of SVR4 style archives with llvm-ar by Reid Spencer · 20 years ago
- 30ce0f0 Test case for reading SVR4 style archives. by Reid Spencer · 20 years ago
- 57646ec Don't save an iterator, just use post-increment. by Reid Spencer · 20 years ago
- 37d8bd9 Solaris built archives in SVR4 and XPG4 styles. by Reid Spencer · 20 years ago
- b9371ce Eliminate unsightly ;; by Reid Spencer · 20 years ago
- f5d957f A test file that goes into the test archive. by Reid Spencer · 20 years ago
- 170eb10 Make a cast explicit. by Reid Spencer · 20 years ago
- 7783e8a Make findModulesDefiningSymbols modify its symbols argument so we can \ by Reid Spencer · 20 years ago
- 3cf2c32 Reduce the amount of work in LinkInArchive by not searching the archive for by Reid Spencer · 20 years ago
- 9692e39 Obligatory DejaGnu/expect file. by Reid Spencer · 20 years ago
- 8531f6f Generate fewer reg-reg copies for the register allocator to deal with. by Nate Begeman · 20 years ago
- 05f8d5f Fixed a typo. by Tanya Lattner · 20 years ago
- d538365 Added link to information on Statistic which is in the Programmers Manual. by Tanya Lattner · 20 years ago
- 954f66a Delete stoppoints that occur for the same source line. by Chris Lattner · 20 years ago
- 1085548 Add support for llvm.dbg.stoppoint by Chris Lattner · 20 years ago
- f67fb19 Line numbers are go for 1.4! :) by Chris Lattner · 20 years ago
- 3328965 libpng is not even used by povray3.1 in the current configuration, just by Chris Lattner · 20 years ago
- 9626470 Add MMC by Chris Lattner · 20 years ago
- 9a5acaf Duh, put tools in *bin* directory, not *tools* directory as per PR456. by Reid Spencer · 20 years ago
- d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 20 years ago
- a269ec7 remove debugging code by Chris Lattner · 20 years ago
- a9aa809 Fixed to fit in 80 columns. by Tanya Lattner · 20 years ago
- 6454ed3 Add notes about makefile changes and llvm-ar. by Reid Spencer · 20 years ago
- 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 20 years ago
- 18e6c22 These methods are inlined by Chris Lattner · 20 years ago
- 721aef6 Update comments, now that CPR's are gone, inline the methods by Chris Lattner · 20 years ago
- 56de036 Check in hook that I forgot by Chris Lattner · 20 years ago
- 815cbcf Fix PR456:\ by Reid Spencer · 20 years ago
- b0ce1a3 Include ltdl.h if we have it. by Reid Spencer · 20 years ago
- e2234a7 Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN by Reid Spencer · 20 years ago
- 1779597 Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions by Reid Spencer · 20 years ago
- 7c0afe0 Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how by Brian Gaeke · 20 years ago
- 7ba2a43 Update current expected failures list - expand it to include all of by Brian Gaeke · 20 years ago
- db869aa Eliminate another common source of moves that the register allocator by Nate Begeman · 20 years ago
- 1f5308e When accessing the base register for global variables, use the register by Nate Begeman · 20 years ago
- c8b9f33 * There is no reason for SpillWeights to be an instance var by Chris Lattner · 20 years ago
- 9fddc12 There is no need to check to see if j overflowed in this loop as we're only by Chris Lattner · 20 years ago
- 1e409bf Moderate head scratching reveals that this conditional is not needed. If by Chris Lattner · 20 years ago
- 0113638 Clean up and fix cast codegen by removing cases that are handled elsewhere, by Nate Begeman · 20 years ago
- 5c401af Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 20 years ago
- 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 20 years ago
- f348e3a Fix a couple of bugs where we considered physregs past their range as possibly by Chris Lattner · 20 years ago
- 1a3a487 Fix typeo by Chris Lattner · 20 years ago
- 365b95f Start using the iterators in the fixed_ intervals to avoid having to binary by Chris Lattner · 20 years ago
- 8c68b6a Take another .7 seconds off of linear scan time. by Chris Lattner · 20 years ago
- 19828d4 Add a counter for the number of times linscan has to backtrack. Start using by Chris Lattner · 20 years ago
- bae74d9 Add ability to give hints to the overlaps routines. by Chris Lattner · 20 years ago
- cbb5625 * Improve comments/documentation substantially by Chris Lattner · 20 years ago
- 743ef6d Add new advanceTo method by Chris Lattner · 20 years ago
- 8d8d513 Fix a minor bug in expiredAt. endNumber() is the first number that is not valid. by Chris Lattner · 20 years ago
- 23b71c1 Rename some methods, use 'begin' instead of 'start', add new LiveInterval by Chris Lattner · 20 years ago
- 4b92ed6 Allocate fewer registers and tighten up alignment restrictions. by Brian Gaeke · 20 years ago
- c935cf1 Update to-do list. by Brian Gaeke · 20 years ago
- b662963 Update list of failing SingleSource Benchmarks by Brian Gaeke · 20 years ago
- b3e0017 We were (somehow) getting the wrong branch opcode for setcc float instrs. by Brian Gaeke · 20 years ago
- 859804f Make ReturnInst accept a value of type void as the return value. The by Alkis Evlogimenos · 20 years ago
- a1c15bd Add a standards section. by Reid Spencer · 20 years ago
- 023c446 Fix PR458: by Reid Spencer · 20 years ago
- d4543da Fix some things for Mac OSX archives: by Reid Spencer · 20 years ago
- 6ab7a4f Make sure we parse bytecode with a module identifier that reflects the full by Reid Spencer · 20 years ago