2011-02-07 |
Chris Lattner | implement .ll and .bc support for nsw/nuw on shl and... |
tree | commitdiff |
2011-02-06 |
Chris Lattner | enhance vmcore to know that udiv's can be exact, and... |
tree | commitdiff |
2011-02-03 |
Devang Patel | Update docs to match reality. |
tree | commitdiff |
2011-02-01 |
Anton Korobeynikov | Document the LLVM GIT mirror |
tree | commitdiff |
2011-02-01 |
Devang Patel | Remove stale references of obsolete @llvm.dbg.variable. |
tree | commitdiff |
2011-01-29 |
Nick Lewycky | Most browsers eliminate whitespace between anchor tags... |
tree | commitdiff |
2011-01-21 |
Oscar Fuentes | Handles libffi on the CMake build. |
tree | commitdiff |
2011-01-18 |
Chris Lattner | finish a sentence. |
tree | commitdiff |
2011-01-15 |
Rafael Espindola | Add a clarification about merging constants with and... |
tree | commitdiff |
2011-01-08 |
Jakob Stoklund Olesen | Don't document exactly how virtual registers are repres... |
tree | commitdiff |
2011-01-08 |
Rafael Espindola | First step in fixing PR8927: |
tree | commitdiff |
2011-01-07 |
David Greene | Rename lisp-like functions as suggested by Gabor Greif... |
tree | commitdiff |
2011-01-03 |
Owen Anderson | Stub out a new updating interface to AliasAnalysis... |
tree | commitdiff |
2011-01-03 |
Owen Anderson | We can count properly. |
tree | commitdiff |
2011-01-03 |
David Greene | Reapply 122341 to fix PR8199 now that clang changes... |
tree | commitdiff |
2011-01-03 |
Nick Lewycky | Further expand what a call graph pass may do. |
tree | commitdiff |
2011-01-03 |
Nick Lewycky | Permit CallGraphSCCPasses readonly access to the direct... |
tree | commitdiff |
2011-01-01 |
Duncan Sands | Correct a bunch of mistakes which meant that the exampl... |
tree | commitdiff |
2011-01-01 |
Duncan Sands | I was unable to get the instructions to work if LLVM... |
tree | commitdiff |
2011-01-01 |
Duncan Sands | Clarify that the loadable module turns up in the top... |
tree | commitdiff |
2011-01-01 |
Erick Tryzelaar | Add a reference to the OCamlLangImpl8. |
tree | commitdiff |
2011-01-01 |
Erick Tryzelaar | Add an OCaml tutorial page 8 |
tree | commitdiff |
2010-12-28 |
Tobias Grosser | Integers are primitive types. Update the documentation... |
tree | commitdiff |
2010-12-21 |
David Greene | Revert 122341. It breaks some darwin tests. |
tree | commitdiff |
2010-12-21 |
David Greene | Fix PR 8199. This patch prepends the build tool dir... |
tree | commitdiff |
2010-12-21 |
Bill Wendling | Grammar corrections and some formatting changes. |
tree | commitdiff |
2010-12-20 |
Wesley Peck | Update the target feature matrix to reflect some new... |
tree | commitdiff |
2010-12-20 |
Oscar Fuentes | New cmake option LLVM_APPEND_VC_REV for controlling... |
tree | commitdiff |
2010-12-19 |
Bruno Cardoso Lopes | Update the Target Feature Matrix for Mips |
tree | commitdiff |
2010-12-15 |
Dan Gohman | Fix a typo that Bill spotted. |
tree | commitdiff |
2010-12-15 |
Dan Gohman | Document some more AliasAnalysis infrastructure limitat... |
tree | commitdiff |
2010-12-15 |
Bill Wendling | Add mention that we support FreeBSD/amd64. |
tree | commitdiff |
2010-12-14 |
Jakob Stoklund Olesen | Add IntervalMap to the Programmer's Manual. |
tree | commitdiff |
2010-12-13 |
Chris Lattner | further fixes. |
tree | commitdiff |
2010-12-12 |
Chris Lattner | fix typo |
tree | commitdiff |
2010-12-10 |
Dan Gohman | Introduce a new PartialAlias response for AliasAnalysis... |
tree | commitdiff |
2010-12-10 |
Eric Christopher | Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP... |
tree | commitdiff |
2010-12-10 |
Chris Lattner | fix some validation problems |
tree | commitdiff |
2010-12-10 |
Chris Lattner | restructure this for readability, correct the example... |
tree | commitdiff |
2010-12-09 |
Chris Lattner | add a rule for enums, patch by Zhanyong Wan! |
tree | commitdiff |
2010-12-09 |
Bill Wendling | Fix the prototype for the llvm.eh.selector intrinsic. |
tree | commitdiff |
2010-12-08 |
Bill Wendling | Fix newlines. |
tree | commitdiff |
2010-12-05 |
Frits van Bommel | Clarify some of the differences between indexing with... |
tree | commitdiff |
2010-12-02 |
Zhanyong Wan | Add naming rules to the coding standards. |
tree | commitdiff |
2010-11-30 |
Chris Lattner | forbid rtti and exceptions |
tree | commitdiff |
2010-11-30 |
Nick Lewycky | Make @llvm.invariant.start not be readonly, so that... |
tree | commitdiff |
2010-11-25 |
Oscar Fuentes | Bump required cmake version on CMake.html. |
tree | commitdiff |
2010-11-23 |
Zhanyong Wan | Fix formatting nits in the coding standards. Reviewed... |
tree | commitdiff |
2010-11-23 |
Wesley Peck | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better... |
tree | commitdiff |
2010-11-20 |
Chris Lattner | a byval argument without an align can have an arbitrary... |
tree | commitdiff |
2010-11-17 |
Chris Lattner | add some justification for "using namespace llvm;" |
tree | commitdiff |
2010-11-17 |
Chris Lattner | various cleanups and other improvements, patch by Zhany... |
tree | commitdiff |
2010-11-17 |
Chris Lattner | With the newly simplified SourceMgr interfaces and... |
tree | commitdiff |
2010-11-16 |
Chris Lattner | update coding standards. Partial specialization is... |
tree | commitdiff |
2010-11-16 |
Chris Lattner | libc++ and compiler_rt are now dual licensed under... |
tree | commitdiff |
2010-11-16 |
Peter Collingbourne | Document -enable-no-infs-fp-math and -enable-no-nans... |
tree | commitdiff |
2010-11-16 |
Dan Gohman | Fix missing includes of "llvm/Analysis/Passes.h" in... |
tree | commitdiff |
2010-11-15 |
Dan Gohman | Update examples and documentation to explicitly add... |
tree | commitdiff |
2010-11-15 |
Dan Gohman | -basicaa is no longer the default. |
tree | commitdiff |
2010-11-14 |
Chris Lattner | no alpha jit support. |
tree | commitdiff |
2010-11-12 |
Chris Lattner | describe the preferred approach to silencing 'unused... |
tree | commitdiff |
2010-11-11 |
NAKAMURA Takumi | CMake: Add the new option "LLVM_LIT_ARGS". |
tree | commitdiff |
2010-11-11 |
Devang Patel | Document debuginfo-tests. |
tree | commitdiff |
2010-11-06 |
Chris Lattner | add (and document) the ability for alias results to... |
tree | commitdiff |
2010-11-06 |
Chris Lattner | generalize alias support to allow the result of an... |
tree | commitdiff |
2010-11-06 |
Chris Lattner | document instalias. |
tree | commitdiff |
2010-11-03 |
Duncan Sands | Fix typo, pointed out by Trevor Harmon. |
tree | commitdiff |
2010-11-03 |
Chris Lattner | fix typo, patch by Trevor Harmon (PR8537) |
tree | commitdiff |
2010-11-02 |
Oscar Fuentes | Removed obsolete section about VC++ project files. |
tree | commitdiff |
2010-10-31 |
Chris Lattner | fix the !eq operator in tblgen to return a bit instead... |
tree | commitdiff |
2010-10-30 |
Benjamin Kramer | Validate HTML. |
tree | commitdiff |
2010-10-30 |
Chris Lattner | add missing tag |
tree | commitdiff |
2010-10-30 |
Chris Lattner | fix typos and some serious bugs in feature handling... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | Implement (and document!) support for MnemonicAlias... |
tree | commitdiff |
2010-10-30 |
Chris Lattner | implement (and document!) the first kind of MC assemble... |
tree | commitdiff |
2010-10-28 |
Oscar Fuentes | Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New... |
tree | commitdiff |
2010-10-28 |
Chris Lattner | clarify that not having the ".o file writing" feature |
tree | commitdiff |
2010-10-27 |
Bill Wendling | Random cleanups and format changes. |
tree | commitdiff |
2010-10-26 |
Duncan Sands | Yet another thing that was forgotten to be added to... |
tree | commitdiff |
2010-10-25 |
Charles Davis | Make the description of the hotpatch attribute even... |
tree | commitdiff |
2010-10-25 |
Charles Davis | Make hotpatch attribute description a little less Winte... |
tree | commitdiff |
2010-10-25 |
Charles Davis | Add a new 'hotpatch' attribute. This attribute will... |
tree | commitdiff |
2010-10-25 |
Kalle Raiskila | Update target feature matrix for CellSPU |
tree | commitdiff |
2010-10-24 |
Jakob Stoklund Olesen | Update target feature matrix for Blackfin. |
tree | commitdiff |
2010-10-24 |
Wesley Peck | Updating target feature matrix to indicate current... |
tree | commitdiff |
2010-10-24 |
Chris Lattner | broken link |
tree | commitdiff |
2010-10-24 |
Chris Lattner | add a big table with target features. |
tree | commitdiff |
2010-10-22 |
Peter Collingbourne | Standardise all build-mode affecting {EN,DIS}ABLE_... |
tree | commitdiff |
2010-10-21 |
Tobias Grosser | Fix type in passes. |
tree | commitdiff |
2010-10-21 |
Duncan Sands | Argh, completely forgot to add this to the release... |
tree | commitdiff |
2010-10-20 |
Tobias Grosser | Add RegionPass support. |
tree | commitdiff |
2010-10-19 |
Jim Grosbach | Add a pre-dispatch SjLj EH hook on the unwind edge... |
tree | commitdiff |
2010-10-15 |
Jakob Stoklund Olesen | Teach FileCheck to handle trailing CHECK-NOT patterns. |
tree | commitdiff |
2010-10-11 |
Chris Lattner | Per discussion with Sanjiv, remove the PIC16 target... |
tree | commitdiff |
2010-10-10 |
Chris Lattner | clarify that zero sized vectors are illegal, PR8340 |
tree | commitdiff |
2010-10-09 |
Nick Lewycky | Fix dead link. |
tree | commitdiff |
2010-10-07 |
Nick Lewycky | Warn about broken GCCs on ARM due to the problem fixed: |
tree | commitdiff |
2010-10-06 |
Bill Wendling | Fixed RELEASE_28 tags. |
tree | commitdiff |
2010-10-06 |
Tobias Grosser | Fix libc++ link in release notes. |
tree | commitdiff |
2010-10-06 |
Tobias Grosser | Add missing "-" to the command line. |
tree | commitdiff |
next |