aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs
AgeCommit message (Expand)AuthorFilesLines
2009-12-01Remove some validation errors.Bill Wendling1-12/+12
2009-12-01Some formatting and spelling fixes.Bill Wendling1-61/+67
2009-11-30First pass at llvm.objectsize documentation.Eric Christopher1-0/+37
2009-11-30Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky4-417/+0
2009-11-27Vector types are no longer required to have a power-of-two length.Duncan Sands1-2/+1
2009-11-27These code generator limitations have been removed.Duncan Sands1-28/+0
2009-11-25Update to reflect recent debugging information encoding changes.Devang Patel1-219/+118
2009-11-23CMake: generate targets for tools and examples even whenOscar Fuentes1-2/+8
2009-11-22Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar1-1/+1
2009-11-22Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar1-1/+1
2009-11-22Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner1-21/+1
2009-11-17Fix HTML formatting.Jay Foad1-1/+1
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar1-0/+5
2009-11-10lit: Start documentation testing architecture.Daniel Dunbar1-0/+116
2009-11-09The inbounds keyword isn't relevant to overindexing ofDan Gohman1-7/+6
2009-11-09Remove the "special case" for zero-length arrays, and rephrase thisDan Gohman1-6/+7
2009-11-07add the ability for TargetData to return information about legal integerChris Lattner1-0/+7
2009-11-05lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar1-0/+6
2009-11-04The magic for our current brand of .bc files is BC. For older ones it was llvc.Nick Lewycky1-1/+1
2009-11-03fix broken linkChris Lattner1-1/+1
2009-11-02Add missing end-tag.Bill Wendling1-1/+1
2009-11-02Some formatting changes.Bill Wendling1-57/+54
2009-11-01Revert 85678/85680. The decision is to stay with the current form of Chris Lattner1-4/+2
2009-10-31Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner1-2/+4
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman1-1/+1
2009-10-29greatly improve the LLVM IR bitcode encoding documentation,Chris Lattner1-48/+451
2009-10-28use metavariable <result> instead of SSA name %result for consistencyGabor Greif1-8/+8
2009-10-28ooops, SSA name should not be part of the linkGabor Greif1-2/+2
2009-10-28advertise new syntax for unnamed instructionsGabor Greif1-7/+7
2009-10-28doc bug spotted by apinskiChris Lattner1-2/+2
2009-10-28rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner1-8/+8
2009-10-27typoChris Lattner1-1/+1
2009-10-27you can't take the address of the entry block of a function.Chris Lattner1-2/+2
2009-10-27improvements from gabor.Chris Lattner1-2/+2
2009-10-27fix things pointed out by Dan!Chris Lattner1-4/+9
2009-10-27document the forthcoming blockaddress constant.Chris Lattner1-1/+26
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2-38/+28
2009-10-27fix pasto pointed out by RafaelChris Lattner1-1/+1
2009-10-27add enough support for indirect branch for the feature test to passChris Lattner1-0/+50
2009-10-27Fix reversed logic spotted by Owen Anderson.Nick Lewycky1-2/+2
2009-10-26Remove all references to MallocInst and FreeInstVictor Hernandez1-96/+19
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth1-1/+1
2009-10-25lit: Add --config-prefix option, to override default config file names.Daniel Dunbar1-0/+5
2009-10-25Regenerate.Mikhail Glushenkov1-30/+75
2009-10-24Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez1-12/+0
2009-10-23Add 2.6 release note.Tanya Lattner1-0/+1
2009-10-22Try r84890 again (adding ValueMap<>), now that I've tested the compile onJeffrey Yasskin1-0/+18
2009-10-22Revert r84890, which broke the linux build.Jeffrey Yasskin1-18/+0
2009-10-22Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to useJeffrey Yasskin1-0/+18
2009-10-21Rename msasm to alignstack per review.Dale Johannesen1-6/+10