summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Document the 'unwind' removal.Bill Wendling2012-02-06
* [unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling2012-02-06
* Update docs describing objective-c property encoding. This includes support f...Devang Patel2012-02-06
* Mention that the 'unwind' instruction is now deprecated.Bill Wendling2012-02-06
* Fix typo and broken linkEli Bendersky2012-02-05
* Add missing parenEli Bendersky2012-02-05
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* basic-aa does support AliasAnalysis chaining now.Dan Gohman2012-01-30
* DenseMap::find_as() and unit tests.Talin2012-01-30
* Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach2012-01-25
* Fix broken link.Nick Lewycky2012-01-23
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Fix typo.Chad Rosier2012-01-19
* Add a new kind of MachineOperand: MO_RegisterMask.Jakob Stoklund Olesen2012-01-16
* Adding a Hexagon cell for segmented stacks, as they have been implemented for...Joe Abbey2012-01-16
* Try to clarify a little how exception handling works.Duncan Sands2012-01-13
* Revert accidental commit.Bill Wendling2012-01-12
* Fix the code that was WRONG.Bill Wendling2012-01-12
* Fix dead linkEli Bendersky2012-01-07
* test commit (verifyiing commit access)Eli Bendersky2012-01-05
* Freeze reserved registers before starting register allocation.Jakob Stoklund Olesen2012-01-05
* Fix typo.Eric Christopher2012-01-03
* Correct spelling.Duncan Sands2012-01-02
* Happy new year 2012!NAKAMURA Takumi2012-01-01
* 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