aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-03-06Fix validation errors.Bill Wendling
2012-03-06Add missing end tags.Bill Wendling
2012-03-06Fix up link and a couple small edits.Eric Christopher
2012-03-06Add the beginnings of documentation for the Name Accelerator Tables.Eric Christopher
2012-03-06Delete trailing whitespace to clean up.Eric Christopher
2012-03-03llvm/docs/GarbageCollection.html: Prune utf8 BOM.NAKAMURA Takumi
2012-03-02add llvm.gcroot into GarbageCollection.html, patch bylost lostfreeman@gmail.com.Jia Liu
2012-03-01rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwjJia Liu
2012-02-29Where the alloca'd space actually lives in ram is undefined, and attempting toNick Lewycky
2012-02-27Update tblgen command guide. Remove unused tblgen InstrEnumEmitter files.Craig Topper
2012-02-26Remove more GCC FE build stuff.Chad Rosier
2012-02-26Installing the GCC front end is no longer supported.Chad Rosier
2012-02-26Cleanup the LLVM Getting Started page.Chad Rosier
2012-02-26Add href to clang in overview.Chad Rosier
2012-02-26Remove references to llvm-gcc from overview and tutorial.Chad Rosier
2012-02-26Add a random .LL file generator to stress-test different llvm components.Nadav Rotem
2012-02-23Release not for ARM integrated assembler support.Jim Grosbach
2012-02-23Typo.Chad Rosier
2012-02-23The LLVM Getting Started documentation is out of date. It would be nice ifChad Rosier
2012-02-22libclc is now dual licensed, Tobias and Peter own their respective subprojects.Chris Lattner
2012-02-22Add Foreach LoopDavid Greene
2012-02-22Add a Briggs and Torczon sparse set implementation.Jakob Stoklund Olesen
2012-02-18Fix documentation.Chad Rosier
2012-02-16Note x86 regmask operands in release notes.Jakob Stoklund Olesen
2012-02-16Add blurb about module flags and reformat a bit.Bill Wendling
2012-02-16Give a description of the Objective-C garbage collection module flags.Bill Wendling
2012-02-15utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I kn...Daniel Dunbar
2012-02-11Document the new module flags.Bill Wendling
2012-02-10Added description of invariant.load metadata to LangRef. It was added to the...Pete Cooper
2012-02-10update --enable-targets listJia Liu
2012-02-09Now subprogram descriptors are not collected by llvm.dbg.sp NamedMDNode. Upda...Devang Patel
2012-02-08fix broken linkChris Lattner
2012-02-08No actual functional change here, just some clarifications:Chris Lattner
2012-02-08add an explicit section on static constructors.Chris Lattner
2012-02-07Rephrase to add clarity.Bill Wendling
2012-02-06Document the 'unwind' removal.Bill Wendling
2012-02-06[unwind removal] Remove any mention of the 'unwind' instruction. What was thatBill Wendling
2012-02-06Update docs describing objective-c property encoding. This includes support f...Devang Patel
2012-02-06Mention that the 'unwind' instruction is now deprecated.Bill Wendling
2012-02-05Fix typo and broken linkEli Bendersky
2012-02-05Add missing parenEli Bendersky
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2012-01-30basic-aa does support AliasAnalysis chaining now.Dan Gohman
2012-01-30DenseMap::find_as() and unit tests.Talin
2012-01-25Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach
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