- 638c381 Add note that this is for old bytecode files. by Chris Lattner · 21 years ago
- 3fb2045 Mission accomplished! by Chris Lattner · 21 years ago
- ebf2bda Allow this to compile even on machines that HAVE the bzlib library but do by Reid Spencer · 21 years ago
- a98c545 This is a horrible hack to work around libstdc++ bugs :( by Chris Lattner · 21 years ago
- bc3a537 Eliminate another 6k register copies that the register allocator would just by Nate Begeman · 21 years ago
- fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 21 years ago
- 6475b8d Undo last change as its unnecessary. by Reid Spencer · 21 years ago
- ed26b31 Test case for xpg4 style archive files. by Reid Spencer · 21 years ago
- b7bd819 Test reading of SVR4 style archives with llvm-ar by Reid Spencer · 21 years ago
- 30ce0f0 Test case for reading SVR4 style archives. by Reid Spencer · 21 years ago
- 57646ec Don't save an iterator, just use post-increment. by Reid Spencer · 21 years ago
- 37d8bd9 Solaris built archives in SVR4 and XPG4 styles. by Reid Spencer · 21 years ago
- b9371ce Eliminate unsightly ;; by Reid Spencer · 21 years ago
- f5d957f A test file that goes into the test archive. by Reid Spencer · 21 years ago
- 170eb10 Make a cast explicit. by Reid Spencer · 21 years ago
- 7783e8a Make findModulesDefiningSymbols modify its symbols argument so we can \ by Reid Spencer · 21 years ago
- 3cf2c32 Reduce the amount of work in LinkInArchive by not searching the archive for by Reid Spencer · 21 years ago
- 9692e39 Obligatory DejaGnu/expect file. by Reid Spencer · 21 years ago
- 8531f6f Generate fewer reg-reg copies for the register allocator to deal with. by Nate Begeman · 21 years ago
- 05f8d5f Fixed a typo. by Tanya Lattner · 21 years ago
- d538365 Added link to information on Statistic which is in the Programmers Manual. by Tanya Lattner · 21 years ago
- 954f66a Delete stoppoints that occur for the same source line. by Chris Lattner · 21 years ago
- 1085548 Add support for llvm.dbg.stoppoint by Chris Lattner · 21 years ago
- f67fb19 Line numbers are go for 1.4! :) by Chris Lattner · 21 years ago
- 3328965 libpng is not even used by povray3.1 in the current configuration, just by Chris Lattner · 21 years ago
- 9626470 Add MMC by Chris Lattner · 21 years ago
- 9a5acaf Duh, put tools in *bin* directory, not *tools* directory as per PR456. by Reid Spencer · 21 years ago
- d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 21 years ago
- a269ec7 remove debugging code by Chris Lattner · 21 years ago
- a9aa809 Fixed to fit in 80 columns. by Tanya Lattner · 21 years ago
- 6454ed3 Add notes about makefile changes and llvm-ar. by Reid Spencer · 21 years ago
- 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 21 years ago
- 18e6c22 These methods are inlined by Chris Lattner · 21 years ago
- 721aef6 Update comments, now that CPR's are gone, inline the methods by Chris Lattner · 21 years ago
- 56de036 Check in hook that I forgot by Chris Lattner · 21 years ago
- 815cbcf Fix PR456:\ by Reid Spencer · 21 years ago
- b0ce1a3 Include ltdl.h if we have it. by Reid Spencer · 21 years ago
- e2234a7 Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN by Reid Spencer · 21 years ago
- 1779597 Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions by Reid Spencer · 21 years ago
- 7c0afe0 Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how by Brian Gaeke · 21 years ago
- 7ba2a43 Update current expected failures list - expand it to include all of by Brian Gaeke · 21 years ago
- db869aa Eliminate another common source of moves that the register allocator by Nate Begeman · 21 years ago
- 1f5308e When accessing the base register for global variables, use the register by Nate Begeman · 21 years ago
- c8b9f33 * There is no reason for SpillWeights to be an instance var by Chris Lattner · 21 years ago
- 9fddc12 There is no need to check to see if j overflowed in this loop as we're only by Chris Lattner · 21 years ago
- 1e409bf Moderate head scratching reveals that this conditional is not needed. If by Chris Lattner · 21 years ago
- 0113638 Clean up and fix cast codegen by removing cases that are handled elsewhere, by Nate Begeman · 21 years ago
- 5c401af Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago
- 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago
- f348e3a Fix a couple of bugs where we considered physregs past their range as possibly by Chris Lattner · 21 years ago
- 1a3a487 Fix typeo by Chris Lattner · 21 years ago
- 365b95f Start using the iterators in the fixed_ intervals to avoid having to binary by Chris Lattner · 21 years ago
- 8c68b6a Take another .7 seconds off of linear scan time. by Chris Lattner · 21 years ago
- 19828d4 Add a counter for the number of times linscan has to backtrack. Start using by Chris Lattner · 21 years ago
- bae74d9 Add ability to give hints to the overlaps routines. by Chris Lattner · 21 years ago
- cbb5625 * Improve comments/documentation substantially by Chris Lattner · 21 years ago
- 743ef6d Add new advanceTo method by Chris Lattner · 21 years ago
- 8d8d513 Fix a minor bug in expiredAt. endNumber() is the first number that is not valid. by Chris Lattner · 21 years ago
- 23b71c1 Rename some methods, use 'begin' instead of 'start', add new LiveInterval by Chris Lattner · 21 years ago
- 4b92ed6 Allocate fewer registers and tighten up alignment restrictions. by Brian Gaeke · 21 years ago
- c935cf1 Update to-do list. by Brian Gaeke · 21 years ago
- b662963 Update list of failing SingleSource Benchmarks by Brian Gaeke · 21 years ago
- b3e0017 We were (somehow) getting the wrong branch opcode for setcc float instrs. by Brian Gaeke · 21 years ago
- 859804f Make ReturnInst accept a value of type void as the return value. The by Alkis Evlogimenos · 21 years ago
- a1c15bd Add a standards section. by Reid Spencer · 21 years ago
- 023c446 Fix PR458: by Reid Spencer · 21 years ago
- d4543da Fix some things for Mac OSX archives: by Reid Spencer · 21 years ago
- 6ab7a4f Make sure we parse bytecode with a module identifier that reflects the full by Reid Spencer · 21 years ago
- 7c8dd7f Make this more accurate by Chris Lattner · 21 years ago
- 4c4c415 New prototype for lowerpacked pass. by Chris Lattner · 21 years ago
- 1b9fe1c Generalize this code to turn any cast-to-first-element-of into a gep constexpr by Chris Lattner · 21 years ago
- bc2a99b Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.ll by Chris Lattner · 21 years ago
- 2dee43d New testcase that crashes licm by Chris Lattner · 21 years ago
- 86f42db -disable-opt is not -O0, it's okay for it to disable internalize. by Chris Lattner · 21 years ago
- 96ce335 Adjust long file name writing to match BSD 4.4 and Mac OSX style archives. by Reid Spencer · 21 years ago
- dd95e8d Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formats by Reid Spencer · 21 years ago
- ced8222 Added my own defMap. Only saving values that are not loop invariant. Fixed a couple of assertions that were triggered due to registers not being allocated. These both had to do with PHINodes. by Tanya Lattner · 21 years ago
- bcb31d6 Minor cleanup and speedup. This reduces link-time for 252.eon from 35.5s by Chris Lattner · 21 years ago
- 8511c35 Make this function work with non-abstract types. by Chris Lattner · 21 years ago
- a63acbf Don't increment a dead iterator by Chris Lattner · 21 years ago
- 429a9cb Even with -disable-opt we should still internalize and strip if requested. by Chris Lattner · 21 years ago
- 39a83dc Fix a major bug in the signed shr code, which apparently only breaks 134.perl! by Chris Lattner · 21 years ago
- be31d2a * Use low-level unix I/O interface since we're on Unix. by Reid Spencer · 21 years ago
- 0033baf Simplify the remapper by only needing one map, since the body of the functions by Chris Lattner · 21 years ago
- f04ff4e Make the comment for LinkFiles a bit more precise and easily understood. by Reid Spencer · 21 years ago
- 154113b New testcase for recent patch to SCCP, thanks to Nate Begeman for pointing by Chris Lattner · 21 years ago
- 73559b1 Do not delete dead invoke instructions! by Chris Lattner · 21 years ago
- e552543 Erase non-applicable Unix comment, this is Win32 by Misha Brukman · 21 years ago
- 4cda591 Update list of failing benchmarks by Brian Gaeke · 21 years ago
- b354b71 Correct the implicit-defs information for indirect and direct calls. by Brian Gaeke · 21 years ago
- 4bbfbff Take advantage of the fact that we are allowed to clobber the input module by Chris Lattner · 21 years ago
- 30e4056 Fix typeo in comment. by Reid Spencer · 21 years ago
- 56d3cdb Remove useless #include. by Reid Spencer · 21 years ago
- 9860121 Simplify code. by Reid Spencer · 21 years ago
- e26057a Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ by Reid Spencer · 21 years ago
- dac56e6 Remove dupliate buid of Signals.cpp by Reid Spencer · 21 years ago
- 8311bef Give a better message for a common assertion failure. by Brian Gaeke · 21 years ago
- 5cc498f Add a comment to some code that at first glance just doesn't look right. by Reid Spencer · 21 years ago
- 99d3604 Per code review:\ by Reid Spencer · 21 years ago
- 87f9072 Per code review:\ by Reid Spencer · 21 years ago