aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2009-12-23Regenerate.Mikhail Glushenkov
2009-12-23Update docs for bitcode changes. For object size checking we won'tEric Christopher
2009-12-17Add more detail for getting started on Windows.Jim Grosbach
2009-12-17Regenerate.Mikhail Glushenkov
2009-12-14Rearrange rules to add missing dependency and allow parallel makes.Bob Wilson
2009-12-09Add note about loadable modules on windows.Anton Korobeynikov
2009-12-07Regenerate.Mikhail Glushenkov
2009-12-05More updates to objectsize intrinsic docs.Eric Christopher
2009-12-01Update per Bill's comments. Work in progress.Eric Christopher
2009-12-01Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov
2009-12-01Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,Oscar Fuentes
2009-12-01Remove some validation errors.Bill Wendling
2009-12-01Some formatting and spelling fixes.Bill Wendling
2009-11-30First pass at llvm.objectsize documentation.Eric Christopher
2009-11-30Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky
2009-11-27Vector types are no longer required to have a power-of-two length.Duncan Sands
2009-11-27These code generator limitations have been removed.Duncan Sands
2009-11-25Update to reflect recent debugging information encoding changes.Devang Patel
2009-11-23CMake: generate targets for tools and examples even whenOscar Fuentes
2009-11-22Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar
2009-11-22Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar
2009-11-22Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner
2009-11-17Fix HTML formatting.Jay Foad
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar
2009-11-10lit: Start documentation testing architecture.Daniel Dunbar
2009-11-09The inbounds keyword isn't relevant to overindexing ofDan Gohman
2009-11-09Remove the "special case" for zero-length arrays, and rephrase thisDan Gohman
2009-11-07add the ability for TargetData to return information about legal integerChris Lattner
2009-11-05lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar
2009-11-04The magic for our current brand of .bc files is BC. For older ones it was llvc.Nick Lewycky
2009-11-03fix broken linkChris Lattner
2009-11-02Add missing end-tag.Bill Wendling
2009-11-02Some formatting changes.Bill Wendling
2009-11-01Revert 85678/85680. The decision is to stay with the current form of Chris Lattner
2009-10-31Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-10-29greatly improve the LLVM IR bitcode encoding documentation,Chris Lattner
2009-10-28use metavariable <result> instead of SSA name %result for consistencyGabor Greif
2009-10-28ooops, SSA name should not be part of the linkGabor Greif
2009-10-28advertise new syntax for unnamed instructionsGabor Greif
2009-10-28doc bug spotted by apinskiChris Lattner
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner
2009-10-27typoChris Lattner
2009-10-27you can't take the address of the entry block of a function.Chris Lattner
2009-10-27improvements from gabor.Chris Lattner
2009-10-27fix things pointed out by Dan!Chris Lattner
2009-10-27document the forthcoming blockaddress constant.Chris Lattner
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin
2009-10-27fix pasto pointed out by RafaelChris Lattner
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner