aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-12-16Update documentation.Eric Christopher
2011-12-16Clarify and fix subprogram description.Devang Patel
2011-12-16Note ARM constant island alignment in the release notes.Jakob Stoklund Olesen
2011-12-14Add a blurb about MachineInstr bundling support.Evan Cheng
2011-12-14Add high level description of MachineInstr bundles.Evan Cheng
2011-12-14Vectors are not aggregate types (see isAggregateType).Duncan Sands
2011-12-13mention AddressSanitizer in 3.1 release notesKostya Serebryany
2011-12-13Rip llvm 3.0 out of the release notes, making room for LLVM 3.1Chris Lattner
2011-12-13Use the example from clang, not the GCC frontend, which doesn't exist anymore.Bill Wendling
2011-12-12llvm-build: Switch to using the common subdirectory list instead ofDaniel Dunbar
2011-12-12llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-12-12Update the LangRef documentation for llvm.ctlz and llvm.cttz to specifyChandler Carruth
2011-12-09Random cleanups. No description changes.Bill Wendling
2011-12-09Revert r146041 et al. The FunctionPass doesn't take an address but the ID.Bill Wendling
2011-12-09Typo.Chad Rosier
2011-12-07Also pass in correct initializer here.Bill Wendling
2011-12-07Correct initializer in example.Bill Wendling
2011-12-06Make Release Notes HTML 4.01 Strict.Jakub Staszak
2011-12-06Add documentation for machine-independent DFA packetizerAnshuman Dasgupta
2011-12-06Add link to builtin_expect in Release Notes.Jakub Staszak
2011-12-06Add link to llvm.expect in Release Notes.Jakub Staszak
2011-12-06Fix a subtle semantic issue with poison values that came up inDan Gohman
2011-12-06Line up the comments in a code example.Dan Gohman
2011-12-06Rename "Trap Values" to "Poison Values", to better reflect theirDan Gohman
2011-12-05Move 'returns_twice' definition into alphabetical place.Bill Wendling
2011-12-05Add support for vectors of pointers.Nadav Rotem
2011-12-04Fix table of contents.Jakub Staszak
2011-12-04Add 'llvm.expect' intrinsic description.Jakub Staszak
2011-12-01fix broken tagChris Lattner
2011-11-30More cleanups. No content change.Bill Wendling
2011-11-30Minor cleanup. No content change.Bill Wendling
2011-11-30Remove an XXX which hasn't been fixed yet. It's too late now.Bill Wendling
2011-11-30Mention that -O4 does result in more optimization when used withDuncan Sands
2011-11-29Update the docs for some of the test-suite configure changes andEric Christopher
2011-11-29grammar.Rafael Espindola
2011-11-29Add a link to Bill's blog post.Benjamin Kramer
2011-11-29Release notes for segmented stacks.Rafael Espindola
2011-11-29Remove content that has been moved to Clang release notes.Peter Collingbourne
2011-11-29Fix grammar.Peter Collingbourne
2011-11-29Add a link from the LLVM release notes to the Clang release notes.Chandler Carruth
2011-11-28Expand the part about CFI a bit.Rafael Espindola
2011-11-28Add documentation for llvm-cov.Devang Patel
2011-11-28Merging two bullet points into oneJoe Abbey
2011-11-28Add OpenCL blurb to release notes.Peter Collingbourne
2011-11-28Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.Bill Wendling
2011-11-28Add object file related release notes.Michael J. Spencer
2011-11-28Explain what ExeDepsFix does.Jakob Stoklund Olesen
2011-11-28Fix spelling/grammar errors found by Duncan.Rafael Espindola