aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2009-10-27Fix reversed logic spotted by Owen Anderson.Nick Lewycky
2009-10-26Remove all references to MallocInst and FreeInstVictor Hernandez
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-25lit: Add --config-prefix option, to override default config file names.Daniel Dunbar
2009-10-25Regenerate.Mikhail Glushenkov
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez
2009-10-23Add 2.6 release note.Tanya Lattner
2009-10-22Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin
2009-10-22Revert r84890, which broke the linux build.Jeffrey Yasskin
2009-10-22Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin
2009-10-21Rename msasm to alignstack per review.Dale Johannesen
2009-10-21Two corrections for docs/CMake.html.Oscar Fuentes
2009-10-19Add link to 'lit' from CommandGuide.Daniel Dunbar
2009-10-17check in a bunch of content from TestingGuide. Part of PR5216Chris Lattner
2009-10-16Update from Cristina, llvm-gcc doesn't build on the SPARC version of solarisChris Lattner
2009-10-15The gcc plugin is now called dragonegg.so and no longer llvm.so.Duncan Sands
2009-10-14I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands
2009-10-13Documentation for the new msasm flag, which is noDale Johannesen
2009-10-13rename ReleaseNotes-2.6.html -> ReleaseNotes.htmlChris Lattner
2009-10-13add ZeroChris Lattner
2009-10-13Force memory use markers to have a ConstantInt for the size argument.Nick Lewycky
2009-10-13Add new "memory use marker" intrinsics. These indicate lifetimes and invariantNick Lewycky