summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Update the LangRef documentation: the codegen does support this instruction.Nadav Rotem2011-12-25
* Add a few lines to the release notes:Nadav Rotem2011-12-20
* Add a line to ReleaseNotes for half float.Dan Gohman2011-12-20
* Remove a register class that can just as well be synthesized.Jakob Stoklund Olesen2011-12-19
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-17
* Fix spacing.Eric Christopher2011-12-16
* Update documentation.Eric Christopher2011-12-16
* Clarify and fix subprogram description.Devang Patel2011-12-16
* Note ARM constant island alignment in the release notes.Jakob Stoklund Olesen2011-12-16
* Add a blurb about MachineInstr bundling support.Evan Cheng2011-12-14
* Add high level description of MachineInstr bundles.Evan Cheng2011-12-14
* Vectors are not aggregate types (see isAggregateType).Duncan Sands2011-12-14
* mention AddressSanitizer in 3.1 release notesKostya Serebryany2011-12-13
* Rip llvm 3.0 out of the release notes, making room for LLVM 3.1Chris Lattner2011-12-13
* Use the example from clang, not the GCC frontend, which doesn't exist anymore.Bill Wendling2011-12-13
* llvm-build: Switch to using the common subdirectory list instead ofDaniel Dunbar2011-12-12
* llvm-build: Add sketchy support for preserving comments when usingDaniel Dunbar2011-12-12
* Hexagon backend supportTony Linthicum2011-12-12
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Update the LangRef documentation for llvm.ctlz and llvm.cttz to specifyChandler Carruth2011-12-12
* Random cleanups. No description changes.Bill Wendling2011-12-09
* Revert r146041 et al. The FunctionPass doesn't take an address but the ID.Bill Wendling2011-12-09
* Typo.Chad Rosier2011-12-09
* Also pass in correct initializer here.Bill Wendling2011-12-07
* Correct initializer in example.Bill Wendling2011-12-07
* Make Release Notes HTML 4.01 Strict.Jakub Staszak2011-12-06
* Add documentation for machine-independent DFA packetizerAnshuman Dasgupta2011-12-06
* Add link to builtin_expect in Release Notes.Jakub Staszak2011-12-06
* Add link to llvm.expect in Release Notes.Jakub Staszak2011-12-06
* Fix a subtle semantic issue with poison values that came up inDan Gohman2011-12-06
* Line up the comments in a code example.Dan Gohman2011-12-06
* Rename "Trap Values" to "Poison Values", to better reflect theirDan Gohman2011-12-06
* Move 'returns_twice' definition into alphabetical place.Bill Wendling2011-12-05
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Fix table of contents.Jakub Staszak2011-12-04
* Add 'llvm.expect' intrinsic description.Jakub Staszak2011-12-04
* fix broken tagChris Lattner2011-12-01
* More cleanups. No content change.Bill Wendling2011-11-30
* Minor cleanup. No content change.Bill Wendling2011-11-30
* Remove an XXX which hasn't been fixed yet. It's too late now.Bill Wendling2011-11-30
* Mention that -O4 does result in more optimization when used withDuncan Sands2011-11-30
* Update the docs for some of the test-suite configure changes andEric Christopher2011-11-29
* grammar.Rafael Espindola2011-11-29
* Add a link to Bill's blog post.Benjamin Kramer2011-11-29
* Release notes for segmented stacks.Rafael Espindola2011-11-29
* Remove content that has been moved to Clang release notes.Peter Collingbourne2011-11-29
* Fix grammar.Peter Collingbourne2011-11-29
* Add a link from the LLVM release notes to the Clang release notes.Chandler Carruth2011-11-29
* Expand the part about CFI a bit.Rafael Espindola2011-11-28
* Add documentation for llvm-cov.Devang Patel2011-11-28