aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-01-23Fix broken link.Nick Lewycky
2012-01-20Extend Attributes to 64 bitsKostya Serebryany
2012-01-19Fix typo.Chad Rosier
2012-01-16Add a new kind of MachineOperand: MO_RegisterMask.Jakob Stoklund Olesen
2012-01-16Adding a Hexagon cell for segmented stacks, as they have been implemented for...Joe Abbey
2012-01-13Try to clarify a little how exception handling works.Duncan Sands
2012-01-12Revert accidental commit.Bill Wendling
2012-01-12Fix the code that was WRONG.Bill Wendling
2012-01-07Fix dead linkEli Bendersky
2012-01-05test commit (verifyiing commit access)Eli Bendersky
2012-01-05Freeze reserved registers before starting register allocation.Jakob Stoklund Olesen
2012-01-03Fix typo.Eric Christopher
2012-01-02Correct spelling.Duncan Sands
2012-01-01Happy new year 2012!NAKAMURA Takumi
2011-12-25Update the LangRef documentation: the codegen does support this instruction.Nadav Rotem
2011-12-20Add a few lines to the release notes:Nadav Rotem
2011-12-20Add a line to ReleaseNotes for half float.Dan Gohman
2011-12-19Remove a register class that can just as well be synthesized.Jakob Stoklund Olesen
2011-12-17The powers that be have decided that LLVM IR should now support 16-bitDan Gohman
2011-12-16Fix spacing.Eric Christopher
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