- 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 14 years ago
- dc65f22 fix a broken link by Chris Lattner · 14 years ago
- 63e4ccb add some 's to a pre to avoid newlines being eaten by Chris Lattner · 14 years ago
- c2d8688 CMake: document how to incorporate LLVM into the cmake project of an by Oscar Fuentes · 14 years ago
- fd2f3e6 CMake: documented testing procedure by Oscar Fuentes · 14 years ago
- ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 14 years ago
- 53843f8 s/libLLVMgold/LLVMgold/g by Rafael Espindola · 14 years ago
- c3086ba Fix missing </a> tag error introduced by addition of LowerAtomic pass. by Peter Collingbourne · 14 years ago
- 3aff669 Document results of PR7762. by Eric Christopher · 14 years ago
- 87ebbc0 Add a note about the changing pass registration interface. by Owen Anderson · 14 years ago
- c1076ea Delete mkpatch. Everything it does is already done by svn diff by default. by Dan Gohman · 14 years ago
- b049510 Remove a link which is no longer relevant. by Dan Gohman · 14 years ago
- 7c46cf0 Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed. by Torok Edwin · 14 years ago
- 3bababf Add an atomic lowering pass by Peter Collingbourne · 14 years ago
- cd3b117 docs/TestingGuide: Minimal update to describe 'lit' based regression testing by Daniel Dunbar · 14 years ago
- 1628665 docs/TestingGuide: Rip out description of old nightly tester infrastructure. The by Daniel Dunbar · 14 years ago
- 2a80aca Fix word choice. by Nick Lewycky · 14 years ago
- cdcbbfc Grammar cop pullover: Corrected and improved some grammar in the description of by John Criswell · 14 years ago
- 05006e2 re-commit r109220, the compile error has already been fixed by Gabor Greif · 14 years ago
- 0cb24da Document BUILD_EXAMPLES makefile variable by Peter Collingbourne · 14 years ago
- f96b006 Add new RegionInfo pass. by Tobias Grosser · 14 years ago
- d8cc7be Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 14 years ago
- 20813e0 First stab at updating the documentation for INITIALIZE_PASS(). by Owen Anderson · 14 years ago
- 872814a Disallow null as a named metadata operand. by Dan Gohman · 14 years ago
- 922d00f strip out the 2.7 release notes, this really is the 2.8 release notes by Chris Lattner · 14 years ago
- 50fb330 appease Validator by Gabor Greif · 14 years ago
- 17b59fe add info on operand rotation by Gabor Greif · 14 years ago
- 78e6e00 Remove the isMoveInstr() hook. by Jakob Stoklund Olesen · 14 years ago
- 38e5989 Don't pass StringRef by reference. by Benjamin Kramer · 14 years ago
- 1005bc5 Fix the Named Metadata example to make it clear which specific by Dan Gohman · 14 years ago
- 9fea9c2 Fix compile unit in example. Thanks Renato Golin! by Devang Patel · 14 years ago
- 26fe25f HTML cleanup and validation. by Benjamin Kramer · 14 years ago
- 28afd43 When doing sext/zext of constants, the target type must be strictly by Duncan Sands · 14 years ago
- 744b3a5 Remove TargetInstrInfo::copyRegToReg entirely. by Jakob Stoklund Olesen · 14 years ago
- 38da927 sdiv overflow is outright undefined behavior, with or without the by Dan Gohman · 14 years ago
- 67f8a7b Tweak some docs now that the default build is called Debug+Asserts. by Duncan Sands · 14 years ago
- 8947282 Update the docs for debugging JITed code with GDB. by Reid Kleckner · 14 years ago
- 9e86f43 Remove interprocedural-basic-aa and associated code. The AliasAnalysis by Dan Gohman · 14 years ago
- 8246adc Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" by Duncan Sands · 14 years ago
- 191d4ee Closing tags start with slashes. by John McCall · 14 years ago
- 211244a minor typo by Chris Lattner · 14 years ago
- 76ec37a Alphabetize the list of function parameters. by Nick Lewycky · 14 years ago
- 5c60386 Bring the list of passes and their descriptions up to date. by Duncan Sands · 14 years ago
- ff70fe4 Note the relationship between C99 restrict and LLVM noalias, and by Dan Gohman · 14 years ago
- aa6c855 indmemrem and lowerallocs are gone. by Chris Lattner · 14 years ago
- 43b8fd7 Document that BasicAA respects noalias, while InterproceduralBasicAA does not. by Dan Gohman · 14 years ago
- efca7f9 Describe which dependencies are relevant to noalias, and document how by Dan Gohman · 14 years ago
- ff23535 Add some html anchors, to allow attributes to be linked to directly. by Dan Gohman · 14 years ago
- 1e10962 Reword the definition of the noalias attribute. The intention is for by Dan Gohman · 14 years ago
- 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 14 years ago
- 07d3177 Revert r107205 and r107207. by Bill Wendling · 14 years ago
- 7645f14 Improve explanation. by Bill Wendling · 14 years ago
- 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 14 years ago
- 85dfca6 Add a blurb about -scev-aa. by Dan Gohman · 14 years ago
- 3f43dc3 Document problems that I encountered when working on -scev-aa. by Dan Gohman · 14 years ago
- d47397f This makes example Makefile a lot more like actual by Chris Lattner · 14 years ago
- 1f4a149 Remove isTwoAddress from llvm. by Eric Christopher · 14 years ago
- 6808cdc fix typos reported by Adam Warner! by Chris Lattner · 14 years ago
- 69a462e Another typo. by Eric Christopher · 14 years ago
- 6492a35 Fix typo. by Eric Christopher · 14 years ago
- 6e0a99a Teach tablegen how to inherit from classes in 'defm' definitions. by Bruno Cardoso Lopes · 14 years ago
- c22c0f3 Minor clarification. by Dan Gohman · 14 years ago
- eba8f18 For a tablegen expression such as !if(a,b,c), let 'a' by Bruno Cardoso Lopes · 14 years ago
- e87de41 let the '!eq' expression support 'int' and 'bit' types by Bruno Cardoso Lopes · 14 years ago
- 8a3eab9 Remove the local register allocator. Please use the fast allocator instead. by Jakob Stoklund Olesen · 14 years ago
- 2214b81 Update html tutorial docs to match api changes. by Eric Christopher · 14 years ago
- ee65db3 Teach tablegen to allow "let" expressions inside multiclasses, by Bruno Cardoso Lopes · 14 years ago
- 270562b Teach tablegen to support 'defm' inside multiclasses. by Bruno Cardoso Lopes · 14 years ago
- 80ecc15 Update docs to reflect new DISubprogram elements. by Devang Patel · 14 years ago
- b26f279 Update the documentation, getCalleeSavedRegClasses is not required anymore. by Rafael Espindola · 14 years ago
- 9e130ce Document aggregate operation constant expressions. by Nick Lewycky · 14 years ago
- 9d8d221 Fix Data Layout description of floating point. by Dale Johannesen · 14 years ago
- fe47aae Fix more whitespace to be consistent with AsmPrinter. by Dan Gohman · 14 years ago
- 3dfb3cf Fix whitespace to be more consistent with AsmPrinter's style. by Dan Gohman · 14 years ago
- f75a7d3 Eliminate the restriction that the array size in an alloca must be i32. by Dan Gohman · 14 years ago
- 31f1af1 Fix a missing quote. by Dan Gohman · 14 years ago
- 90346e2 Add entry for llvm.eh.sjlj.longjmp. PR4999. by Jim Grosbach · 14 years ago
- 299f424 expand on the llvm ir bitcode dox. Patch by Peter Housel! by Chris Lattner · 14 years ago
- 0560ce4 Update autoconf/automake versions in the documentation to match the versions used in Autogen.sh by Tobias Grosser · 14 years ago
- 16d8f8b I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it by Duncan Sands · 15 years ago
- c9d0c4e Test commit. by Daniel Dunbar · 15 years ago
- 10934e8 Test commit. by Tanya Lattner · 15 years ago
- e924ab5 Test commit. by Tanya Lattner · 15 years ago
- 733783b Document graphviz passes for the (post) dominator tree. by Tobias Grosser · 15 years ago
- e2c3a49 Revert r103213. It broke several sections of live website. by mike-m · 15 years ago
- 271cc67 Disable man->postscript and man->pdf doc generation unless explicitly by mike-m · 15 years ago
- d0d425b Cleanup unneeded dirs after docs overhaul. by mike-m · 15 years ago
- 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago
- b7d0688 Fix some ..'s by Chris Lattner · 15 years ago
- cd46501 one more thing. by Chris Lattner · 15 years ago
- 860e0b4 update instructions for llvm-gcc4, the brave new world! PR7037 by Chris Lattner · 15 years ago
- 7ae3ac8 Update one more 2.7 to 2.8. by Dan Gohman · 15 years ago
- b44f6c6 Minimally update ReleaseNotes.html for 2.8 development; uncomment and by Dan Gohman · 15 years ago
- 7c24ff1 Update this comment to note its relationship with the "happens-before" by Dan Gohman · 15 years ago
- 45baf41 Delete this comment. The behavior of struct loads and stores with by Dan Gohman · 15 years ago
- b532816 Describe invoke instruction dependencies. Generalize the text for by Dan Gohman · 15 years ago
- 855abed Say "operations" instead of "instructions", as nsw can be applied to by Dan Gohman · 15 years ago
- 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
- 27195a5 Fixed @ctor / @dtor the wrong way around in last commit. by David Chisnall · 15 years ago
- e31e996 Added a brief explanation of @llvm.global_{c,d}tors. by David Chisnall · 15 years ago