- 89d31ec Remove the link to Projects.html. It is useless for people working on by Oscar Fuentes · 14 years ago
- ed9b934 Fix 9267; Add vector zext support. by Nadav Rotem · 14 years ago
- 7ac0199 Fix typo. by Nick Lewycky · 14 years ago
- ccd279d Fix thinko, basic blocks are SESE. The exits may have many edges though. by Nick Lewycky · 14 years ago
- ab4c366 Spelling fix: consequtive -> consecutive. by Duncan Sands · 14 years ago
- 155ced8 Minor fixes to tutorial, patch by Benjamin Meyer! by Chris Lattner · 14 years ago
- eafbe65 Adapt docs to '-loopsimplify -> -loop-simplify' change by Tobias Grosser · 14 years ago
- 776b7df attempt to capture recent discussion about overflow and inbounds geps. by Chris Lattner · 14 years ago
- ff3dbde Don't run ocamldoc if it's not installed by Erick Tryzelaar · 14 years ago
- 66298c1 fix typo by Chris Lattner · 14 years ago
- f287f01 Add testing stuff to CMake documents. by NAKAMURA Takumi · 14 years ago
- f067d58 implement .ll and .bc support for nsw/nuw on shl and exact on lshr/ashr. by Chris Lattner · 14 years ago
- 35bda89 enhance vmcore to know that udiv's can be exact, and add a trivial by Chris Lattner · 14 years ago
- 3728078 Update docs to match reality. by Devang Patel · 14 years ago
- 46a98cf Document the LLVM GIT mirror by Anton Korobeynikov · 14 years ago
- e136e50 Remove stale references of obsolete @llvm.dbg.variable. by Devang Patel · 14 years ago
- db9cd76 Most browsers eliminate whitespace between anchor tags. Force whitespace with by Nick Lewycky · 14 years ago
- 5969379 Handles libffi on the CMake build. by Oscar Fuentes · 14 years ago
- 8994075 finish a sentence. by Chris Lattner · 14 years ago
- a5eaa86 Add a clarification about merging constants with and without unnamed_addr. by Rafael Espindola · 14 years ago
- 3ca2102 Don't document exactly how virtual registers are represented as integers. Code by Jakob Stoklund Olesen · 14 years ago
- bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
- 1434f66 by David Greene · 14 years ago
- ab6acc6 Stub out a new updating interface to AliasAnalysis, allowing stateful analyses to be informed when by Owen Anderson · 14 years ago
- 375e5a3 We can count properly. by Owen Anderson · 14 years ago
- 18d4987 by David Greene · 14 years ago
- 9959706 Further expand what a call graph pass may do. by Nick Lewycky · 14 years ago
- 041ee7e Permit CallGraphSCCPasses readonly access to the direct callers of the functions by Nick Lewycky · 14 years ago
- 5e09eef Correct a bunch of mistakes which meant that the example pass didn't by Duncan Sands · 14 years ago
- dc97c0b I was unable to get the instructions to work if LLVM was built by Duncan Sands · 14 years ago
- 779ff7f Clarify that the loadable module turns up in the top-level directory, by Duncan Sands · 14 years ago
- 7a31865 Add a reference to the OCamlLangImpl8. by Erick Tryzelaar · 14 years ago
- 160dae7 Add an OCaml tutorial page 8 by Erick Tryzelaar · 14 years ago
- 0538729 Integers are primitive types. Update the documentation to state this by Tobias Grosser · 14 years ago
- 234da68 by David Greene · 14 years ago
- 4d75d80 by David Greene · 14 years ago
- b860203 Grammar corrections and some formatting changes. by Bill Wendling · 14 years ago
- d5fe3ef Update the target feature matrix to reflect some new features in the MBlaze backend. by Wesley Peck · 14 years ago
- 784a176 New cmake option LLVM_APPEND_VC_REV for controlling when the VC by Oscar Fuentes · 14 years ago
- 48461f6 Update the Target Feature Matrix for Mips by Bruno Cardoso Lopes · 14 years ago
- 01e5988 Fix a typo that Bill spotted. by Dan Gohman · 14 years ago
- 49e41c5 Document some more AliasAnalysis infrastructure limitations. by Dan Gohman · 14 years ago
- f722699 Add mention that we support FreeBSD/amd64. by Bill Wendling · 14 years ago
- aca0da6 Add IntervalMap to the Programmer's Manual. by Jakob Stoklund Olesen · 14 years ago
- 4c247f6 further fixes. by Chris Lattner · 14 years ago
- 7138863 fix typo by Chris Lattner · 14 years ago
- 4a34cbd Introduce a new PartialAlias response for AliasAnalysis. For most by Dan Gohman · 14 years ago
- 031d307 Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment by Eric Christopher · 14 years ago
- 78ceb3a fix some validation problems by Chris Lattner · 14 years ago
- 69ad797 restructure this for readability, correct the example to follow the public ivar name convention by Chris Lattner · 14 years ago
- 98bec51 add a rule for enums, patch by Zhanyong Wan! by Chris Lattner · 14 years ago
- 6bfd4f4 Fix the prototype for the llvm.eh.selector intrinsic. by Bill Wendling · 14 years ago
- 6171ab6 Fix newlines. by Bill Wendling · 14 years ago
- 1324289 Clarify some of the differences between indexing with getelementptr and indexing with insertvalue/extractvalue. by Frits van Bommel · 14 years ago
- 7fcd4dc Add naming rules to the coding standards. by Zhanyong Wan · 14 years ago
- 558f5d2 forbid rtti and exceptions by Chris Lattner · 14 years ago
- 29b6cb4 Make @llvm.invariant.start not be readonly, so that it has side-effects. This by Nick Lewycky · 14 years ago
- d1627e3 Bump required cmake version on CMake.html. by Oscar Fuentes · 14 years ago
- cafe0b4 Fix formatting nits in the coding standards. Reviewed by clattner. by Zhanyong Wan · 14 years ago
- bf17cfa Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. by Wesley Peck · 14 years ago
- a6fd81d a byval argument without an align can have an arbitrary alignment by Chris Lattner · 14 years ago
- eddd969 add some justification for "using namespace llvm;" by Chris Lattner · 14 years ago
- 684cf81 various cleanups and other improvements, patch by Zhanyong Wan! by Chris Lattner · 14 years ago
- ce1b9ad With the newly simplified SourceMgr interfaces and the generalized by Chris Lattner · 14 years ago
- 221b239 update coding standards. Partial specialization is now ok, by Chris Lattner · 14 years ago
- ac139f1 libc++ and compiler_rt are now dual licensed under UIUC and MIT license. by Chris Lattner · 14 years ago
- 5a0a7ce Document -enable-no-infs-fp-math and -enable-no-nans-fp-math command line options by Peter Collingbourne · 14 years ago
- ab7fa08 Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks by Dan Gohman · 14 years ago
- dfa1a79 Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 14 years ago
- c66712f -basicaa is no longer the default. by Dan Gohman · 14 years ago
- ac3031a no alpha jit support. by Chris Lattner · 14 years ago
- 97928d1 describe the preferred approach to silencing 'unused variable warnings' due to asserts. by Chris Lattner · 14 years ago
- e7ae70b CMake: Add the new option "LLVM_LIT_ARGS". by NAKAMURA Takumi · 14 years ago
- 40d438e Document debuginfo-tests. by Devang Patel · 14 years ago
- 90fd797 add (and document) the ability for alias results to have by Chris Lattner · 14 years ago
- 98c870f generalize alias support to allow the result of an alias to by Chris Lattner · 14 years ago
- c7a03fb document instalias. by Chris Lattner · 14 years ago
- e3f75a3 Fix typo, pointed out by Trevor Harmon. by Duncan Sands · 14 years ago
- 9372fd3 fix typo, patch by Trevor Harmon (PR8537) by Chris Lattner · 14 years ago
- 3695859 Removed obsolete section about VC++ project files. by Oscar Fuentes · 14 years ago
- 150d20e fix the !eq operator in tblgen to return a bit instead of an int. by Chris Lattner · 14 years ago
- 943beeb Validate HTML. by Benjamin Kramer · 14 years ago
- 50e5972 add missing tag by Chris Lattner · 14 years ago
- 8cf8bcc fix typos and some serious bugs in feature handling (but not for by Chris Lattner · 14 years ago
- 693173f Implement (and document!) support for MnemonicAlias's to have Requires by Chris Lattner · 14 years ago
- 674c1dc implement (and document!) the first kind of MC assembler alias, which by Chris Lattner · 14 years ago
- da97563 Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target by Oscar Fuentes · 14 years ago
- 219ddf5 clarify that not having the ".o file writing" feature by Chris Lattner · 14 years ago
- 1b383ba Random cleanups and format changes. by Bill Wendling · 14 years ago
- ff91d1a Yet another thing that was forgotten to be added to the release notes... by Duncan Sands · 14 years ago
- 0076d20 Make the description of the hotpatch attribute even more generic. Spotted by by Charles Davis · 14 years ago
- 6f12e29 Make hotpatch attribute description a little less Wintel-specific. by Charles Davis · 14 years ago
- 970bfcc Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-op by Charles Davis · 14 years ago
- 94cc4fe Update target feature matrix for CellSPU by Kalle Raiskila · 14 years ago
- 4e13612 Update target feature matrix for Blackfin. by Jakob Stoklund Olesen · 14 years ago
- c6a4524 Updating target feature matrix to indicate current MBlaze status. by Wesley Peck · 14 years ago
- 6fb9955 broken link by Chris Lattner · 14 years ago
- 68de602 add a big table with target features. by Chris Lattner · 14 years ago
- ed50d38 Standardise all build-mode affecting {EN,DIS}ABLE_* make options to by Peter Collingbourne · 14 years ago
- 0305724 Fix type in passes. by Tobias Grosser · 14 years ago