aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Convert vector to smallvector: 4% speedup.Chris Lattner2006-08-161-1/+1
* silence a warning.Chris Lattner2006-08-161-0/+1
* Added my home web page.Bill Wendling2006-08-161-1/+1
* Change the use_list to be a smallvector instead of a vector. This reducesChris Lattner2006-08-162-3/+4
* Use the appropriate typedefChris Lattner2006-08-161-2/+1
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-164-7/+58
* Declare the callee saved regsRafael Espindola2006-08-166-14/+60
* SelectNodeTo() may return a SDOperand that is different from the input.Evan Cheng2006-08-165-57/+37
* RET_FLAG has an optional input flag, but it does not produce a flag result.Evan Cheng2006-08-161-8/+2
* Fix a thinko noticed by Chandler Carruth.Reid Spencer2006-08-161-2/+3
* add a way to have multiple modules in a JIT :)Chris Lattner2006-08-161-1/+7
* add a noteChris Lattner2006-08-161-0/+13
* initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner2006-08-165-66/+175
* Bugfixes for smallvector when the element size is small and N is small.Chris Lattner2006-08-161-4/+17
* Add a section on how to build an RPM package as an optional releaseReid Spencer2006-08-161-7/+23
* Add llvm.spec to the list of files to be configured.Reid Spencer2006-08-162-1/+7
* Add .PHONY targets for building source and binary RPM packages. You canReid Spencer2006-08-161-0/+7
* Transform the LLVM RPM spec file to be a configured file. This allows usReid Spencer2006-08-162-80/+18
* Fix PowerPC/2006-08-15-SelectionCrash.ll and simplify selection code.Chris Lattner2006-08-151-93/+63
* New testcaseChris Lattner2006-08-151-0/+38
* The generated runloop shouldn't require Select to update 'Result'. In factChris Lattner2006-08-151-3/+6
* allow Select to return the node being selected if RAU isn't needed.Chris Lattner2006-08-151-1/+1
* Start using SDVTList more consistentlyChris Lattner2006-08-155-90/+103
* add a new SDVTList type and new SelectionDAG::getVTList methods to streamlineChris Lattner2006-08-152-77/+116
* Fixed the awkward description of the -find-bugs option for bugpoint.Patrick Jenkins2006-08-151-1/+1
* Fixed the awkward description of -find-bugs in the "Advice for using bugpoint...Patrick Jenkins2006-08-151-1/+1
* Added option description for -find-bugs.Patrick Jenkins2006-08-151-0/+5
* This commit mentions -find-bugs under the advice for using bugpoints section ...Patrick Jenkins2006-08-151-0/+6
* Adding FindBugs.cpp so the -find-bugs option will work.Patrick Jenkins2006-08-151-0/+119
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-155-26/+73
* Haste-o discovered after.Jim Laskey2006-08-151-1/+1
* Hypos pointed out by Jakob Praher.Jim Laskey2006-08-151-5/+5
* Typo.Jim Laskey2006-08-151-1/+1
* Okay, make the prose match the example too.Reid Spencer2006-08-151-6/+7
* Some more correction to the examples, thanks to Chris Lattner.Reid Spencer2006-08-151-4/+7
* Simplify this a little bit.Reid Spencer2006-08-151-7/+5
* This script takes arguments so remove the check for number of arguments,Reid Spencer2006-08-151-7/+5
* Fix an example.Reid Spencer2006-08-151-1/+1
* Clarify the first question.Reid Spencer2006-08-151-5/+17
* Rearrange things for clarity, don't talk about "dereferencing" when weReid Spencer2006-08-151-48/+90
* Add a link to the GEP faq.Chris Lattner2006-08-151-2/+6
* Add a link in a prominant location.Chris Lattner2006-08-151-0/+10
* Make getNodeValueTypes methods public.Chris Lattner2006-08-141-6/+8
* eliminate use of getNode that takes vector of valuetypes.Chris Lattner2006-08-142-30/+30
* untabifyDevang Patel2006-08-141-15/+15
* Add a new getNode() method that takes a pointer to an already-intern'd listChris Lattner2006-08-143-103/+88
* Avoid extra string copy.Devang Patel2006-08-141-2/+3
* For PR876:Reid Spencer2006-08-141-1/+1
* For PR876:Reid Spencer2006-08-141-1/+1
* Use mangler, instead of addUnderscore(), to get mangled name.Devang Patel2006-08-142-16/+28