- e1647f4 For PR797: by Reid Spencer · 19 years ago
- ab96bb1 Rearrange the build order to better accommodate parallel build by reducing by Reid Spencer · 19 years ago
- cab0e43 Update for changes in Path class interface for exception removal. by Reid Spencer · 19 years ago
- 6ccd01a Add irix as a (potential) new platform so that Timothy Baldridge can by Reid Spencer · 19 years ago
- 4d59587 Added link to ABI documentation, sent by Rafael Espindola. by Misha Brukman · 19 years ago
- 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 19 years ago
- be4f88a Improve the LiveInterval class to keep track of which machine instruction by Chris Lattner · 19 years ago
- ad6f758 Corrected an error that was introduced yesterday that caused the GCC by Patrick Jenkins · 19 years ago
- 1cb6057 Fix another occurrence of inverted logic on the result of MappedFile::map by Reid Spencer · 19 years ago
- a5ec45d Inverse the error check logic for the MappedFile::map() call. It returns by Reid Spencer · 19 years ago
- d8509c9 Don't throw needlessly. Failure of gettimeofday is *very* unlinkely so by Reid Spencer · 19 years ago
- 9a2b7c9 Fix some indentation. by Reid Spencer · 19 years ago
- 57b7979 add resize, move swap out of line by Chris Lattner · 19 years ago
- d520dd7 run llc with -march=arm in select.ll by Rafael Espindola · 19 years ago
- b152fd2 For PR797: by Reid Spencer · 19 years ago
- 233fe72 For PR797: by Reid Spencer · 19 years ago
- 751ca6b For PR797: by Reid Spencer · 19 years ago
- 8627969 For PR797: by Reid Spencer · 19 years ago
- 6d045fc For PR797: Make MappedFile not throw any exceptions. by Reid Spencer · 19 years ago
- ad42ea7 For PR797: by Reid Spencer · 19 years ago
- f4d4005 add a README.txt by Rafael Espindola · 19 years ago
- 0af617f This passes. by Chris Lattner · 19 years ago
- 969e262 Switch to using smallvector for liveintervals. This speeds up live interval by Chris Lattner · 19 years ago
- d6007d6 add a bunch more operations, including swap, insert, erase, front(), and by Chris Lattner · 19 years ago
- 20486a5 Use the correct syntax. Note to self: test before committing things! by Reid Spencer · 19 years ago
- d989e6d Add a simple RUN line so this doesn't always fail. XFAIL this until by Reid Spencer · 19 years ago
- 76b08d8 Make an error message a little more intelligible. by Reid Spencer · 19 years ago
- d31af2a Modified the RUN line from "analyze ..." to "opt -analyze ..." because by Bill Wendling · 19 years ago
- 0c2f83e move LiveInterval state all together by Chris Lattner · 19 years ago
- 8222b2d Print physreg names symbolically in dumps by Chris Lattner · 19 years ago
- 5682aff Update info on mangled names. by Jim Laskey · 19 years ago
- 7c10b0d Print debug info as: by Chris Lattner · 19 years ago
- 3c000bf initial support for select by Rafael Espindola · 19 years ago
- 4a9df24 Update debugging documents. by Jim Laskey · 19 years ago
- 760383e Adding C++ member support. by Jim Laskey · 19 years ago
- 6f397bf Adding new Dwarf constants. by Jim Laskey · 19 years ago
- 0313775 The new nightly tester should stop outputing a message stating the by Patrick Jenkins · 19 years ago
- f921a51 Fix PR861 by Chris Lattner · 19 years ago
- 3dd965c Fix PR885 by Chris Lattner · 19 years ago
- a5dfc83 add the and instruction by Rafael Espindola · 19 years ago
- d36d03b Added a check so that if we have two machine instructions in this form by Bill Wendling · 19 years ago
- 8ea5ecb For PR797: by Reid Spencer · 19 years ago
- 4ce5dc6 For PR797: by Reid Spencer · 19 years ago
- d2a8e65 For PR797: Change interface for error recovery without exceptions. by Reid Spencer · 19 years ago
- 037ce98 Fix the documentation for this file. by Reid Spencer · 19 years ago
- 62c5105 For PR885: by Reid Spencer · 19 years ago
- da6169b Fix a build failure by Nate Begeman · 19 years ago
- 023fcf9 For PR797: by Reid Spencer · 19 years ago
- 422fa62 Minor technical correction in documentation. by Reid Spencer · 19 years ago
- dcee9d0 Make sure the verify pass gets run after the user's loaded passes as well by Reid Spencer · 19 years ago
- ec9f050 Rename the -verify option to be -verify-each so that it doesn't conflict by Reid Spencer · 19 years ago
- 8e33fae Convert llvm-ld to use the PluginLoader like opt instead of having its by Reid Spencer · 19 years ago
- 3717ca9 call computeRegisterProperties by Rafael Espindola · 19 years ago
- b31950d vpkuwus didn't work, due to this typo by Chris Lattner · 19 years ago
- b9c65eb These changes reflect the changes in the database for how tests are stored by Patrick Jenkins · 19 years ago
- 224f84f regenerate by Chris Lattner · 19 years ago
- 703e92f trivial optimization by Chris Lattner · 19 years ago
- e4f4759 Add a comment about the mechanisms used to rid AsmParser of exceptions. by Reid Spencer · 19 years ago
- bd4b758 To avoid errors where a non-exception .o is on the stack between a throw by Reid Spencer · 19 years ago
- f064676 For PR797: by Reid Spencer · 19 years ago
- 40bb451 For PR797: Update to reflect ParseException becoming ParseError (from Parser.h) by Reid Spencer · 19 years ago
- 47a53ac Fix a grammaro in a comment. by Reid Spencer · 19 years ago
- b08b562 Drop the -s2048 option, it is specified incorrectly and the correct by Reid Spencer · 19 years ago
- 61c83e0 For PR797: by Reid Spencer · 19 years ago
- fd90dd5 For PR872: by Reid Spencer · 19 years ago
- 31c8e1d Temporarily xfail this test, evan will look at it in a week or so. by Chris Lattner · 19 years ago
- 4b7f7aa Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results were not being reported. by Patrick Jenkins · 19 years ago
- 5ea64fd Constify some methods. Patch provided by Anton Vayvod, thanks! by Chris Lattner · 19 years ago
- c0431fe fit in 80 cols by Chris Lattner · 19 years ago
- 7f27570 minor cleanups by Chris Lattner · 19 years ago
- 5ea7a68 Revert this patch, the front-end has been fixed to make it unneccesary. by Chris Lattner · 19 years ago
- b5bc04d 'g' is handled by the front-end. by Chris Lattner · 19 years ago
- ad1ed01 Fix handling of 'g'. Closes 883 by Andrew Lenharth · 19 years ago
- f3a335c add a "load effective address" by Rafael Espindola · 19 years ago
- d337295 Add the 'c' constraint as needed by the linux kernel by Andrew Lenharth · 19 years ago
- c63e56e Add support for S and D constraints, as needed to compile the linux kernel. by Andrew Lenharth · 19 years ago
- 4a5dfee Fix validation problem by Chris Lattner · 19 years ago
- 7fdf87f remove IRC transcript. Anything still misunderstood after the faq is read by Chris Lattner · 19 years ago
- 228a18e switch the SUnit pred/succ sets from being std::sets to being smallvectors. by Chris Lattner · 19 years ago
- b8f9723 Another cyclic dag test case. by Evan Cheng · 19 years ago
- eb8730d Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match tablegen. by Evan Cheng · 19 years ago
- be38416 minor changes. by Chris Lattner · 19 years ago
- 67bb42a add an accessor by Chris Lattner · 19 years ago
- d3f341a My last commit added some experimental features I have been working on. This commit rolls those back. by Patrick Jenkins · 19 years ago
- b993b0a Changed the call to countloc.sh so that the correct topdirectory of the llvm build is set. by Patrick Jenkins · 19 years ago
- 9522ee3 Convert vector to smallvector: 4% speedup. by Chris Lattner · 19 years ago
- 67b7ff9 silence a warning. by Chris Lattner · 19 years ago
- b4e80c5 Added my home web page. by Bill Wendling · 19 years ago
- 5892d47 Change the use_list to be a smallvector instead of a vector. This reduces by Chris Lattner · 19 years ago
- f83482d Use the appropriate typedef by Chris Lattner · 19 years ago
- 3b4c5d7 Patches to correct several bugs in llvmc. by Reid Spencer · 19 years ago
- ec46ea3 Declare the callee saved regs by Rafael Espindola · 19 years ago
- 23329f5 SelectNodeTo() may return a SDOperand that is different from the input. by Evan Cheng · 19 years ago
- 4b79057 RET_FLAG has an optional input flag, but it does not produce a flag result. by Evan Cheng · 19 years ago
- 1014647 Fix a thinko noticed by Chandler Carruth. by Reid Spencer · 19 years ago
- 2e40ae4 add a way to have multiple modules in a JIT :) by Chris Lattner · 19 years ago
- 5c36d78 add a note by Chris Lattner · 19 years ago
- fe85403 initial changes to support JIT'ing from multiple module providers, implicitly by Chris Lattner · 19 years ago
- 2e6baf6 Bugfixes for smallvector when the element size is small and N is small. by Chris Lattner · 19 years ago
- 103febe Add a section on how to build an RPM package as an optional release activity. by Reid Spencer · 19 years ago