- 0554575 For PR797: by Reid Spencer · 18 years ago
- dcea140 Doh! Commit the change that turns ON -fno-exceptions. by Reid Spencer · 18 years ago
- 99655e1 For PR797: by Reid Spencer · 18 years ago
- f3e4f0e Consolidate callee saved register information so that it can me used by debug by Jim Laskey · 18 years ago
- 4c2c903 Fix some comments. by Jim Laskey · 18 years ago
- 3d3d404 Allow for register numbers > 31. by Jim Laskey · 18 years ago
- 389dae2 test case for varargs functions by Rafael Espindola · 18 years ago
- 755be9b use @ for comments by Rafael Espindola · 18 years ago
- 0b5a504 For PR797: by Reid Spencer · 18 years ago
- ac12322 Reapply the indvars patch, since nothing blew up last night. by Owen Anderson · 18 years ago
- 463b79f Fix a race condition in the makefile that broke grawp's tester last night. by Chris Lattner · 18 years ago
- f757966 Bring Xcode project up to date. by Jim Laskey · 18 years ago
- f8f2c5a Get closer to handling globals correctly. We now generally get them in the by Nate Begeman · 18 years ago
- 30836fc Fix a bug introduced by a change in the Archive::writeToDisk interface. by Reid Spencer · 18 years ago
- 09069b3 Fix a bug caused by change in the interface of Archive::writeToDisk. by Reid Spencer · 18 years ago
- b397d81 Revert my previous patch. Since there are some major changes that went in today, by Owen Anderson · 18 years ago
- 8a24749 Specify that indvars actually preserve LCSSA. This has been done for a while, but I by Owen Anderson · 18 years ago
- 0ff2d31 For PR797: by Reid Spencer · 18 years ago
- c82b3aa When replacing value numbers, make sure to compactify the value # space. by Chris Lattner · 18 years ago
- bf16982 We compile this into: by Chris Lattner · 18 years ago
- ad69970 Owen implemented this. by Chris Lattner · 18 years ago
- f7da2c7 Take advantage of the recent improvements to the liveintervals set (tracking by Chris Lattner · 18 years ago
- 4869d7f For PR738: by Reid Spencer · 18 years ago
- 7b7a1be Remove a character to avoid line exceeding 80 cols. by Reid Spencer · 18 years ago
- 3b53c4e Implement unrolling of multiblock loops. This significantly improves the by Owen Anderson · 18 years ago
- 3030099 For PR797: by Reid Spencer · 18 years ago
- cdda88c add the "eq" condition code implement a movcond instruction by Rafael Espindola · 18 years ago
- 6f602de create a generic bcond instruction that has a conditional code argument by Rafael Espindola · 18 years ago
- 0569eee Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platforms by Reid Spencer · 18 years ago
- 687bc49 initial support for branches by Rafael Espindola · 18 years ago
- 3bca110 update some comments by Chris Lattner · 18 years ago
- ea7b8cf Correctly attribute file author & remote tabs by Nate Begeman · 18 years ago
- 712b835 Make sure that both non-asm file types are marked as experimental by Nate Begeman · 18 years ago
- eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 18 years ago
- 81bc508 For PR797: by Reid Spencer · 18 years ago
- 3049337 For PR797: by Reid Spencer · 18 years ago
- 4c97bed Turn off exception handling for this library. It no longer throws nor by Reid Spencer · 18 years ago
- 51c5a28 For PR797: by Reid Spencer · 18 years ago
- cc2e084 Fix constructor documentation. by Reid Spencer · 18 years ago
- ca64012 If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. by Devang Patel · 18 years ago
- 5a06077 For PR797: by Reid Spencer · 18 years ago
- 6f4c607 Make the ProgramName variable a std::string so we can eliminate the path by Reid Spencer · 18 years ago
- 142ca8e For PR797: by Reid Spencer · 18 years ago
- e5c9cb5 For PR797: by Reid Spencer · 18 years ago
- b590a75 Rearrange order to build more frequently used tools first and make the by Reid Spencer · 18 years ago
- c6a561e Fix a typo. by Reid Spencer · 18 years ago
- a34a157 For PR797: Adjust code to compensate for Path class interface change. by Reid Spencer · 18 years ago
- e1647f4 For PR797: by Reid Spencer · 18 years ago
- ab96bb1 Rearrange the build order to better accommodate parallel build by reducing by Reid Spencer · 18 years ago
- cab0e43 Update for changes in Path class interface for exception removal. by Reid Spencer · 18 years ago
- 6ccd01a Add irix as a (potential) new platform so that Timothy Baldridge can by Reid Spencer · 18 years ago
- 4d59587 Added link to ABI documentation, sent by Rafael Espindola. by Misha Brukman · 18 years ago
- 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 18 years ago
- be4f88a Improve the LiveInterval class to keep track of which machine instruction by Chris Lattner · 18 years ago
- ad6f758 Corrected an error that was introduced yesterday that caused the GCC by Patrick Jenkins · 18 years ago
- 1cb6057 Fix another occurrence of inverted logic on the result of MappedFile::map by Reid Spencer · 18 years ago
- a5ec45d Inverse the error check logic for the MappedFile::map() call. It returns by Reid Spencer · 18 years ago
- d8509c9 Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so by Reid Spencer · 18 years ago
- 9a2b7c9 Fix some indentation. by Reid Spencer · 18 years ago
- 57b7979 add resize, move swap out of line by Chris Lattner · 18 years ago
- d520dd7 run llc with -march=arm in select.ll by Rafael Espindola · 18 years ago
- b152fd2 For PR797: by Reid Spencer · 18 years ago
- 233fe72 For PR797: by Reid Spencer · 18 years ago
- 751ca6b For PR797: by Reid Spencer · 18 years ago
- 8627969 For PR797: by Reid Spencer · 18 years ago
- 6d045fc For PR797: Make MappedFile not throw any exceptions. by Reid Spencer · 18 years ago
- ad42ea7 For PR797: by Reid Spencer · 18 years ago
- f4d4005 add a README.txt by Rafael Espindola · 18 years ago
- 0af617f This passes. by Chris Lattner · 18 years ago
- 969e262 Switch to using smallvector for liveintervals. This speeds up live interval by Chris Lattner · 18 years ago
- d6007d6 add a bunch more operations, including swap, insert, erase, front(), and by Chris Lattner · 18 years ago
- 20486a5 Use the correct syntax. Note to self: test before committing things! by Reid Spencer · 18 years ago
- d989e6d Add a simple RUN line so this doesn't always fail. XFAIL this until by Reid Spencer · 18 years ago
- 76b08d8 Make an error message a little more intelligible. by Reid Spencer · 18 years ago
- d31af2a Modified the RUN line from "analyze ..." to "opt -analyze ..." because by Bill Wendling · 18 years ago
- 0c2f83e move LiveInterval state all together by Chris Lattner · 18 years ago
- 8222b2d Print physreg names symbolically in dumps by Chris Lattner · 18 years ago
- 5682aff Update info on mangled names. by Jim Laskey · 18 years ago
- 7c10b0d Print debug info as: by Chris Lattner · 18 years ago
- 3c000bf initial support for select by Rafael Espindola · 18 years ago
- 4a9df24 Update debugging documents. by Jim Laskey · 18 years ago
- 760383e Adding C++ member support. by Jim Laskey · 18 years ago
- 6f397bf Adding new Dwarf constants. by Jim Laskey · 18 years ago
- 0313775 The new nightly tester should stop outputing a message stating the by Patrick Jenkins · 18 years ago
- f921a51 Fix PR861 by Chris Lattner · 18 years ago
- 3dd965c Fix PR885 by Chris Lattner · 18 years ago
- a5dfc83 add the and instruction by Rafael Espindola · 18 years ago
- d36d03b Added a check so that if we have two machine instructions in this form by Bill Wendling · 18 years ago
- 8ea5ecb For PR797: by Reid Spencer · 18 years ago
- 4ce5dc6 For PR797: by Reid Spencer · 18 years ago
- d2a8e65 For PR797: Change interface for error recovery without exceptions. by Reid Spencer · 18 years ago
- 037ce98 Fix the documentation for this file. by Reid Spencer · 18 years ago
- 62c5105 For PR885: by Reid Spencer · 18 years ago
- da6169b Fix a build failure by Nate Begeman · 18 years ago
- 023fcf9 For PR797: by Reid Spencer · 18 years ago
- 422fa62 Minor technical correction in documentation. by Reid Spencer · 18 years ago
- dcee9d0 Make sure the verify pass gets run after the user's loaded passes as well by Reid Spencer · 18 years ago
- ec9f050 Rename the -verify option to be -verify-each so that it doesn't conflict by Reid Spencer · 18 years ago
- 8e33fae Convert llvm-ld to use the PluginLoader like opt instead of having its by Reid Spencer · 18 years ago
- 3717ca9 call computeRegisterProperties by Rafael Espindola · 18 years ago