summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Minor technical correction in documentation.Reid Spencer2006-08-21
* Make sure the verify pass gets run after the user's loaded passes as wellReid Spencer2006-08-20
* Rename the -verify option to be -verify-each so that it doesn't conflictReid Spencer2006-08-20
* Convert llvm-ld to use the PluginLoader like opt instead of having itsReid Spencer2006-08-20
* call computeRegisterPropertiesRafael Espindola2006-08-20
* vpkuwus didn't work, due to this typoChris Lattner2006-08-18
* These changes reflect the changes in the database for how tests are storedPatrick Jenkins2006-08-18
* regenerateChris Lattner2006-08-18
* trivial optimizationChris Lattner2006-08-18
* Add a comment about the mechanisms used to rid AsmParser of exceptions.Reid Spencer2006-08-18
* To avoid errors where a non-exception .o is on the stack between a throwReid Spencer2006-08-18
* For PR797:Reid Spencer2006-08-18
* For PR797:Reid Spencer2006-08-18
* Fix a grammaro in a comment.Reid Spencer2006-08-18
* Drop the -s2048 option, it is specified incorrectly and the correctReid Spencer2006-08-18
* For PR797:Reid Spencer2006-08-18
* For PR872:Reid Spencer2006-08-18
* Temporarily xfail this test, evan will look at it in a week or so.Chris Lattner2006-08-18
* Changing the format dejagnu tests are submitted. We used to only submit multi...Patrick Jenkins2006-08-17
* Constify some methods. Patch provided by Anton Vayvod, thanks!Chris Lattner2006-08-17
* fit in 80 colsChris Lattner2006-08-17
* minor cleanupsChris Lattner2006-08-17
* Revert this patch, the front-end has been fixed to make it unneccesary.Chris Lattner2006-08-17
* 'g' is handled by the front-end.Chris Lattner2006-08-17
* Fix handling of 'g'. Closes 883Andrew Lenharth2006-08-17
* add a "load effective address"Rafael Espindola2006-08-17
* Add the 'c' constraint as needed by the linux kernelAndrew Lenharth2006-08-17
* Add support for S and D constraints, as needed to compile the linux kernel.Andrew Lenharth2006-08-17
* Fix validation problemChris Lattner2006-08-17
* remove IRC transcript. Anything still misunderstood after the faq is readChris Lattner2006-08-17
* switch the SUnit pred/succ sets from being std::sets to being smallvectors.Chris Lattner2006-08-17
* Another cyclic dag test case.Evan Cheng2006-08-17
* Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match tabl...Evan Cheng2006-08-16
* minor changes.Chris Lattner2006-08-16
* add an accessorChris Lattner2006-08-16
* My last commit added some experimental features I have been working on. This ...Patrick Jenkins2006-08-16
* Changed the call to countloc.sh so that the correct topdirectory of the llvm ...Patrick Jenkins2006-08-16
* Convert vector to smallvector: 4% speedup.Chris Lattner2006-08-16
* silence a warning.Chris Lattner2006-08-16
* Added my home web page.Bill Wendling2006-08-16
* Change the use_list to be a smallvector instead of a vector. This reducesChris Lattner2006-08-16
* Use the appropriate typedefChris Lattner2006-08-16
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-16
* Declare the callee saved regsRafael Espindola2006-08-16
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-16
* RET_FLAG has an optional input flag, but it does not produce a flag result.Evan Cheng2006-08-16
* Fix a thinko noticed by Chandler Carruth.Reid Spencer2006-08-16
* add a way to have multiple modules in a JIT :)Chris Lattner2006-08-16
* add a noteChris Lattner2006-08-16
* initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner2006-08-16