- d592e1a Fix the ocaml kaleidoscope tutorial to fix linking external libraries. by Erick Tryzelaar · 15 years ago
- 9bdda3a Drop KLEE blurb, we don't have anything new. by Daniel Dunbar · 15 years ago
- 7c4a121 Adding MicroBlaze as an experimental backend in the release notes by Wesley Peck · 15 years ago
- b5f6feb add a couple blurbs back by Chris Lattner · 15 years ago
- f04bdc5 notes from evan by Chris Lattner · 15 years ago
- 477a1fd several updates by Chris Lattner · 15 years ago
- b34500f Fixed spelling errors. by John Criswell · 15 years ago
- 15a0611 combiner-aa too, what's its status? by Chris Lattner · 15 years ago
- dc91008 more chris scribble. by Chris Lattner · 15 years ago
- c66bfef add a bunch of random and unformatted notes as I am reading by Chris Lattner · 15 years ago
- 0e464a9 add logo, comment out project info, they need to send updates to get reincluded. by Chris Lattner · 15 years ago
- 0cec9c8 various cleanups from daniel by Chris Lattner · 15 years ago
- 82c3dc6 tidy up and expound more on how half-float works. by Chris Lattner · 15 years ago
- f02e730 Document fp16 intrinsics by Anton Korobeynikov · 15 years ago
- 2968943 add support, testcases, and dox for the new GHC calling by Chris Lattner · 15 years ago
- 9f116aa Clarify the documentation for MachineFunctionPasses. by Dan Gohman · 15 years ago
- 4b94550 Start using DIFile. See updated SourceLevelDebugging.html for more information. by Devang Patel · 15 years ago
- dc444e9 Add documentation on sibling call optimization. Rename tailcall2.ll test to sibcall.ll. by Evan Cheng · 15 years ago
- 9ef76b9 Update the OCaml Kaleidoscope tutorial. by Erick Tryzelaar · 15 years ago
- e1d50cd Add metadata example. by Devang Patel · 15 years ago
- d4076cf Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153. by Erick Tryzelaar · 15 years ago
- 0724fbd attributes are not part of types anymore, patch by James Woodyatt! by Chris Lattner · 15 years ago
- a9445e1 Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 15 years ago
- fbbee8d PerformTailCallOpt was renamed to GuaranteedTailCallOpt to by Dan Gohman · 15 years ago
- f220191 note that andersaa was removed in 2.7 by Chris Lattner · 15 years ago
- a9cf196 remove anders-aa from mainline, it isn't maintained and is by Chris Lattner · 15 years ago
- b55a1ee Fix spelling. by Dan Gohman · 15 years ago
- a248e9c I'm removing andersaa after the branch is made. by Chris Lattner · 15 years ago
- bc9d98b The mayHaveSideEffects flag is no longer used. by Dan Gohman · 15 years ago
- 2058a71 Test that docs are updating. by Jeffrey Yasskin · 15 years ago
- bb13423 Test autoupdate. by Tanya Lattner · 15 years ago
- 14ffb1e Test auto update. by Tanya Lattner · 15 years ago
- 3ca304a Remove REQUIRES_EH from the suggested set of make variables, since users can by Jeffrey Yasskin · 15 years ago
- 621a415 Fix typos in comments. by Dan Gohman · 15 years ago
- 818747c Set svn:keywords property on docs/Packaging.html. by Jeffrey Yasskin · 15 years ago
- 0ca43f2 Add to the packaging advice. by Jeffrey Yasskin · 15 years ago
- 8ff4b43 Fix a typo. by Dan Gohman · 15 years ago
- 0c0f4b6 Give packagers some advice about how to build LLVM so it's useful to by Jeffrey Yasskin · 15 years ago
- cf0c9bc Fix a few more typos. by Dan Gohman · 15 years ago
- abbf7cb Fix a typo. by Dan Gohman · 15 years ago
- 7c78dbb Fix HTML. by Bill Wendling · 15 years ago
- 55c8a7e stkrc is gone. by Dan Gohman · 15 years ago
- b02c08c Merge the advanced getelementptr FAQ into the regular getelementptr FAQ. by Dan Gohman · 15 years ago
- 2eddfef Fix a typo. by Dan Gohman · 15 years ago
- ff3ef32 Clarify the description of pointer types, and move the by Dan Gohman · 15 years ago
- aeee7b2 Remove this paragraph. Vectors may not always have the same layout as by Dan Gohman · 15 years ago
- 797faed Add LLVM{CC,CXX} make variables, which specify the configured path the LLVM by Daniel Dunbar · 15 years ago
- 3d4d01b Eliminate llvmgcc_version testing variable. by Daniel Dunbar · 15 years ago
- a2b40a9 Kill unused llvmgccmajvers testing variable. by Daniel Dunbar · 15 years ago
- fdf2e8c Update LangRef to match the code; pointers default to being 64-bit. by Dan Gohman · 15 years ago
- e921792 Clarify that ptrtoint+inttoptr are an alternative to GEP which are by Dan Gohman · 15 years ago
- a52eeb9 Fix a typo. by Dan Gohman · 15 years ago
- 48f6a31 Clarify that the rules about object hopping kick in when a pointer is by Dan Gohman · 15 years ago
- cf3d084 Fix typos Duncan noticed. by Dan Gohman · 15 years ago
- 18619b2 Uniformize the way these options are printed. Requested by Russell Wallace. by Duncan Sands · 15 years ago
- 7e7ae5a Refer to -help instead of --help since this is what tools themselves say. by Duncan Sands · 15 years ago
- 887e4a5 Make this an unnumbered list. by Dan Gohman · 15 years ago
- 52658d1 HTML validation fixes. by Dan Gohman · 15 years ago
- dfecbe9 Add an "advanced" GetElementPtr FAQ document, with answers to by Dan Gohman · 15 years ago
- b886089 irbuilder is doing constant folding now by default, PR6092 by Chris Lattner · 15 years ago
- d071845 fix some out of date prose dating from the LLVMContext changes. by Chris Lattner · 15 years ago
- 3bc3d3c add optional debian instructions, PR6272 by Chris Lattner · 15 years ago
- 411432d Mention an API change. by Duncan Sands · 15 years ago
- 8939b0d by David Greene · 15 years ago
- b0bc6c3 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
- ca1c816 2.7: Note that DataTypes.h moved. by Daniel Dunbar · 15 years ago
- fdfeb69 Add support for a union type in LLVM IR. Patch by Talin! by Chris Lattner · 15 years ago
- 1e063d1 Add a new function attribute, 'alignstack'. It will indicate (when the backends by Charles Davis · 15 years ago
- 780679b Document binutils requirements for coff targets (cygwin / mingw32). by Anton Korobeynikov · 15 years ago
- 4bcf51b llvm-db was removed. by Dan Gohman · 15 years ago
- 42fc558 Make Kaleidoscope not link against the interpreter, since that didn't by Jeffrey Yasskin · 15 years ago
- 40966a7 Make it possible to create multiple JIT instances at the same time, by removing by Jeffrey Yasskin · 15 years ago
- a499d20 Add support to llvm-extract for extracting multiple functions and/or by Dan Gohman · 15 years ago
- 4acdede Add a ReleaseNotes FIXME. by Daniel Dunbar · 15 years ago
- bc83d06 Make --disable-libffi work on systems with libffi installed. Also by Jeffrey Yasskin · 15 years ago
- 7c2da96 Fix some typos. by Duncan Sands · 15 years ago
- 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 15 years ago
- 6351d6b Make docs less specific about their versions, at Chris's suggestion. by Jeffrey Yasskin · 15 years ago
- 6cfb8a1 Mention the version in the documentation index and link to the 2.6 docs, which by Jeffrey Yasskin · 15 years ago
- 523e392 Add "Author Date Id Revision" svn:keyword properties to these files, as by Dan Gohman · 15 years ago
- 0823d2a Inline addAssemblyEmitter into its one real caller and delete by Chris Lattner · 15 years ago
- 01eba39 Belatedly document r85295 and r85330. by Jeffrey Yasskin · 15 years ago
- ca752c9 Update of 94055 to track the IR level call site information via an intrinsic. by Jim Grosbach · 15 years ago
- 4fcd607 Record the death of ModuleProvier and GhostLinkage in the release notes and by Jeffrey Yasskin · 15 years ago
- bec4877 Truncate the release notes so they're ready to accumulate notes for the 2.7 release. by Jeffrey Yasskin · 15 years ago
- f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
- 18821e0 no need to implement these. by Chris Lattner · 15 years ago
- f958dd2 reduce redundant are's. by Chris Lattner · 15 years ago
- 048fe3c add a thing to investigate. by Chris Lattner · 15 years ago
- e6a5ddd move "Metadata Nodes and Metadata Strings" section to the right place in the by Chris Lattner · 15 years ago
- 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 15 years ago
- df7a680 mention that unwind isn't to be trusted, patch by Dustin Laurence by Chris Lattner · 15 years ago
- 67a1a54 Add documentation for llvm.dbg.value intrinsic by Victor Hernandez · 15 years ago
- cd1fd25 Add top level section for named metadata. by Devang Patel · 15 years ago
- 7a088cf Improve unclear bits and inaccuracies in structure and insertvalue by Jeffrey Yasskin · 15 years ago
- 8420910 Update the -tailcallopt description to match djg's improvements to the calling by Jeffrey Yasskin · 15 years ago
- 76ef298 add 3 passes which have been added but aren't used afaik. by Chris Lattner · 15 years ago
- 95fa80a Clarify the requirements for a "tail call" to actually be optimized into a by Jeffrey Yasskin · 15 years ago
- 873187c improve documentation for linkonce to be less confusing. by Chris Lattner · 15 years ago
- d003c5b Grammar thinko. by Eric Christopher · 15 years ago