- eb8730d Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match tablegen. by Evan Cheng · 18 years ago
- be38416 minor changes. by Chris Lattner · 18 years ago
- 67bb42a add an accessor by Chris Lattner · 18 years ago
- d3f341a My last commit added some experimental features I have been working on. This commit rolls those back. by Patrick Jenkins · 18 years ago
- b993b0a Changed the call to countloc.sh so that the correct topdirectory of the llvm build is set. by Patrick Jenkins · 18 years ago
- 9522ee3 Convert vector to smallvector: 4% speedup. by Chris Lattner · 18 years ago
- 67b7ff9 silence a warning. by Chris Lattner · 18 years ago
- b4e80c5 Added my home web page. by Bill Wendling · 18 years ago
- 5892d47 Change the use_list to be a smallvector instead of a vector. This reduces by Chris Lattner · 18 years ago
- f83482d Use the appropriate typedef by Chris Lattner · 18 years ago
- 3b4c5d7 Patches to correct several bugs in llvmc. by Reid Spencer · 18 years ago
- ec46ea3 Declare the callee saved regs by Rafael Espindola · 18 years ago
- 23329f5 SelectNodeTo() may return a SDOperand that is different from the input. by Evan Cheng · 18 years ago
- 4b79057 RET_FLAG has an optional input flag, but it does not produce a flag result. by Evan Cheng · 18 years ago
- 1014647 Fix a thinko noticed by Chandler Carruth. by Reid Spencer · 18 years ago
- 2e40ae4 add a way to have multiple modules in a JIT :) by Chris Lattner · 18 years ago
- 5c36d78 add a note by Chris Lattner · 18 years ago
- fe85403 initial changes to support JIT'ing from multiple module providers, implicitly by Chris Lattner · 18 years ago
- 2e6baf6 Bugfixes for smallvector when the element size is small and N is small. by Chris Lattner · 18 years ago
- 103febe Add a section on how to build an RPM package as an optional release activity. by Reid Spencer · 18 years ago
- ea949cf Add llvm.spec to the list of files to be configured. by Reid Spencer · 18 years ago
- f7c75a6 Add .PHONY targets for building source and binary RPM packages. You can by Reid Spencer · 18 years ago
- 10e4663 Transform the LLVM RPM spec file to be a configured file. This allows us by Reid Spencer · 18 years ago
- ccbe2ec Fix PowerPC/2006-08-15-SelectionCrash.ll and simplify selection code. by Chris Lattner · 18 years ago
- d039da9 New testcase by Chris Lattner · 18 years ago
- dfb8607 The generated runloop shouldn't require Select to update 'Result'. In fact by Chris Lattner · 18 years ago
- 5298de5 allow Select to return the node being selected if RAU isn't needed. by Chris Lattner · 18 years ago
- 0b3e525 Start using SDVTList more consistently by Chris Lattner · 18 years ago
- 70046e9 add a new SDVTList type and new SelectionDAG::getVTList methods to streamline by Chris Lattner · 18 years ago
- 80d9244 Fixed the awkward description of the -find-bugs option for bugpoint. by Patrick Jenkins · 18 years ago
- 94f7850 Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section. by Patrick Jenkins · 18 years ago
- 7d686d5 Added option description for -find-bugs. by Patrick Jenkins · 18 years ago
- 8268166 This commit mentions -find-bugs under the advice for using bugpoints section of the bugpoint design and usage document. by Patrick Jenkins · 18 years ago
- 032091d Adding FindBugs.cpp so the -find-bugs option will work. by Patrick Jenkins · 18 years ago
- 6a3f31c This commit adds a new feature called find-bugs. The find-bugs option can be invoked on a .bc file from the command like with -find-bugs and a list of passes you wish to test. This procedure takes the set of optimization passes the user specifies, randomizes the passes, runs the passes on the specified .bc file, compiles the program, and finally runs the program checking its output vs the .bc file with no optimizations. This process repeats until either the user kills bugpoint or an error occurs in the optimizations, program complitation, or the running of the program. If an error occurs, bugpoint attempts to diagnose the error by eliminating passes that are not at fault and code that is not needed. by Patrick Jenkins · 18 years ago
- 19af0e1 Haste-o discovered after. by Jim Laskey · 18 years ago
- af2cca1 Hypos pointed out by Jakob Praher. by Jim Laskey · 18 years ago
- e3c312f Typo. by Jim Laskey · 18 years ago
- eda573d Okay, make the prose match the example too. by Reid Spencer · 18 years ago
- 1c6f87d Some more correction to the examples, thanks to Chris Lattner. by Reid Spencer · 18 years ago
- 920baee Simplify this a little bit. by Reid Spencer · 18 years ago
- 6ae928f This script takes arguments so remove the check for number of arguments, by Reid Spencer · 18 years ago
- 5073922 Fix an example. by Reid Spencer · 18 years ago
- 80a4d05 Clarify the first question. by Reid Spencer · 18 years ago
- 919d371 Rearrange things for clarity, don't talk about "dereferencing" when we by Reid Spencer · 18 years ago
- 884a970 Add a link to the GEP faq. by Chris Lattner · 18 years ago
- 33bef48 Add a link in a prominant location. by Chris Lattner · 18 years ago
- 3ca002b Make getNodeValueTypes methods public. by Chris Lattner · 18 years ago
- f9f37fc eliminate use of getNode that takes vector of valuetypes. by Chris Lattner · 18 years ago
- 2198f9c untabify by Devang Patel · 18 years ago
- 2fa6d3b Add a new getNode() method that takes a pointer to an already-intern'd list by Chris Lattner · 18 years ago
- 64d128d Avoid extra string copy. by Devang Patel · 18 years ago
- 9977ea6 For PR876: by Reid Spencer · 18 years ago
- cc2665d For PR876: by Reid Spencer · 18 years ago
- 30235da Use mangler, instead of addUnderscore(), to get mangled name. by Devang Patel · 18 years ago
- 70bbf9a Provide indentation of the generated program. by Reid Spencer · 18 years ago
- e51ee04 remove SelectionDAG::InsertISelMapEntry, it is dead by Chris Lattner · 18 years ago
- 213a16c Add code to resize the CSEMap hash table. This doesn't speedup codegen of by Chris Lattner · 18 years ago
- b5677f9 avoid a warning by Chris Lattner · 18 years ago
- df32aac Handle single-entry PHI nodes correctly. This fixes PR877 and by Chris Lattner · 18 years ago
- a717473 new testcase from PR877 by Chris Lattner · 18 years ago
- 6e3b7c2 Fix more validation issues by Chris Lattner · 18 years ago
- 5907d40 Update the example to work with llvm-gcc4. Fix validation errors. by Chris Lattner · 18 years ago
- 130fc13 Add the actual constant to the hash for ConstantPool nodes. Thanks to by Chris Lattner · 18 years ago
- 29a965d typo by Chris Lattner · 18 years ago
- f428c0f Fix a typo. by Reid Spencer · 18 years ago
- b5fc9f5 Fix several grammaros and a few HTML usage items. by Reid Spencer · 18 years ago
- 61369da select code like ldr rx, [ry, #offset] by Rafael Espindola · 18 years ago
- ca7592a Make all tools that use llvmdo have a -topdir option that allows the top by Reid Spencer · 18 years ago
- e6dd6a1 Use < and > by Devang Patel · 18 years ago
- 2c1292f Fix verification failures. by Devang Patel · 18 years ago
- de4bbd9 Add lto doc link. by Devang Patel · 18 years ago
- 93449f1 Add lto doc. by Devang Patel · 18 years ago
- 9e384ab Added some comments to clarify code around sub TestDirectory by Patrick Jenkins · 18 years ago
- 71ddd53 Add llvm2cpp. by Reid Spencer · 18 years ago
- 3219563 1. fix bug by ensuring we start at the llvm source root. by Reid Spencer · 18 years ago
- 99aa271 Count the documentation. Otherwise we take a 30,000 hit in the LOC on the by Reid Spencer · 18 years ago
- c7e289f Use the new -code-only option to llvmdo so that we only count things that by Reid Spencer · 18 years ago
- 956dae8 Add a -code-only option which restricts llvmdo to visiting just those by Reid Spencer · 18 years ago
- fa34d7b Changes for LLVM coding standard compliance: by Reid Spencer · 18 years ago
- 52a51e38 Emit .set directives for jump table entries when possible, which reduces by Nate Begeman · 18 years ago
- f6e190f Fix a bug in a recent refactoring that broke a bunch of stuff. by Chris Lattner · 18 years ago
- 103de77 Fix an obvious bug, noticed by inspection. No current targets trigger this. by Chris Lattner · 18 years ago
- 3bb4657 Don't attempt to split subloops out of a loop with a huge number of backedges. by Chris Lattner · 18 years ago
- 9289b63 New testcase, this used to take hours to loopsimplify. by Chris Lattner · 18 years ago
- 69b3992 Make Loop::getExitBlocks significantly faster for large loops. Instead of by Chris Lattner · 18 years ago
- fa78946 Reimplement the loopsimplify code which deletes edges from unreachable by Chris Lattner · 18 years ago
- 8731c0d Track # nodes in a CSEMap. by Chris Lattner · 18 years ago
- dd28900 Switch to using SuperFastHash instead of adding all elements together. This by Chris Lattner · 18 years ago
- 4477185 Lexer.cpp is a generated file both in lib/AsmParser and projects/Stacker by Reid Spencer · 18 years ago
- 7ed9ea8 Switch NodeID to track 32-bit chunks instead of 8-bit chunks, for a 2.5% by Chris Lattner · 18 years ago
- f42d1dd remove IncludeFile turds in MathExtras.h, which bloats every .o file that by Chris Lattner · 18 years ago
- 2914a69 Weed out some cruft and add in some missing extensions. by Reid Spencer · 18 years ago
- c0d5ed3 Weed out cruft that should not be counted and add in extensions we by Reid Spencer · 18 years ago
- 1653366 move code out of line so that GCC doesn't inline it at -O3 by Chris Lattner · 18 years ago
- 825c2a7 Added information for the new nightly tester. by Patrick Jenkins · 18 years ago
- 80b6582 Split SmallVector into SmallVector and SmallVectorImpl, which allows us to by Chris Lattner · 18 years ago
- 0e9402f Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. by Patrick Jenkins · 18 years ago
- 8312657 Make this script not care where it is run from by getting the llvm src by Reid Spencer · 18 years ago
- c9f8f41 Remove 8 more std::map's. by Chris Lattner · 18 years ago