aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-231-2/+8
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-221-1/+1
* Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar2009-11-221-1/+1
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-221-21/+1
* Fix HTML formatting.Jay Foad2009-11-171-1/+1
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-151-0/+5
* lit: Start documentation testing architecture.Daniel Dunbar2009-11-101-0/+116
* The inbounds keyword isn't relevant to overindexing ofDan Gohman2009-11-091-7/+6
* Remove the "special case" for zero-length arrays, and rephrase thisDan Gohman2009-11-091-6/+7
* add the ability for TargetData to return information about legal integerChris Lattner2009-11-071-0/+7
* lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar2009-11-051-0/+6
* The magic for our current brand of .bc files is BC. For older ones it was llvc.Nick Lewycky2009-11-041-1/+1
* fix broken linkChris Lattner2009-11-031-1/+1
* Add missing end-tag.Bill Wendling2009-11-021-1/+1
* Some formatting changes.Bill Wendling2009-11-021-57/+54
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-011-4/+2
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-311-2/+4
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* greatly improve the LLVM IR bitcode encoding documentation,Chris Lattner2009-10-291-48/+451
* use metavariable <result> instead of SSA name %result for consistencyGabor Greif2009-10-281-8/+8
* ooops, SSA name should not be part of the linkGabor Greif2009-10-281-2/+2
* advertise new syntax for unnamed instructionsGabor Greif2009-10-281-7/+7
* doc bug spotted by apinskiChris Lattner2009-10-281-2/+2
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-8/+8
* typoChris Lattner2009-10-271-1/+1
* you can't take the address of the entry block of a function.Chris Lattner2009-10-271-2/+2
* improvements from gabor.Chris Lattner2009-10-271-2/+2
* fix things pointed out by Dan!Chris Lattner2009-10-271-4/+9
* document the forthcoming blockaddress constant.Chris Lattner2009-10-271-1/+26
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-272-38/+28
* fix pasto pointed out by RafaelChris Lattner2009-10-271-1/+1
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-0/+50
* Fix reversed logic spotted by Owen Anderson.Nick Lewycky2009-10-271-2/+2
* Remove all references to MallocInst and FreeInstVictor Hernandez2009-10-261-96/+19
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* lit: Add --config-prefix option, to override default config file names.Daniel Dunbar2009-10-251-0/+5
* Regenerate.Mikhail Glushenkov2009-10-251-30/+75
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-12/+0
* Add 2.6 release note.Tanya Lattner2009-10-231-0/+1
* Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin2009-10-221-0/+18
* Revert r84890, which broke the linux build.Jeffrey Yasskin2009-10-221-18/+0
* Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin2009-10-221-0/+18
* Rename msasm to alignstack per review.Dale Johannesen2009-10-211-6/+10
* Two corrections for docs/CMake.html.Oscar Fuentes2009-10-211-2/+2
* Add link to 'lit' from CommandGuide.Daniel Dunbar2009-10-191-0/+2
* check in a bunch of content from TestingGuide. Part of PR5216Chris Lattner2009-10-171-3/+183
* Update from Cristina, llvm-gcc doesn't build on the SPARC version of solarisChris Lattner2009-10-161-1/+1
* The gcc plugin is now called dragonegg.so and no longer llvm.so.Duncan Sands2009-10-151-1/+1
* I don't see any point in having both eh.selector.i32 and eh.selector.i64,Duncan Sands2009-10-141-4/+2
* Documentation for the new msasm flag, which is noDale Johannesen2009-10-131-2/+16