summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Grammar thinko.Eric Christopher2010-01-08
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-05
* Add an !eq() operator to TableGen. It operates on strings only.David Greene2010-01-05
* Add an entry on SmallBitVector.Dan Gohman2010-01-05
* Regenerate.Mikhail Glushenkov2009-12-23
* Update docs for bitcode changes. For object size checking we won'tEric Christopher2009-12-23
* Add more detail for getting started on Windows.Jim Grosbach2009-12-17
* Regenerate.Mikhail Glushenkov2009-12-17
* Rearrange rules to add missing dependency and allow parallel makes.Bob Wilson2009-12-14
* Add note about loadable modules on windows.Anton Korobeynikov2009-12-09
* Regenerate.Mikhail Glushenkov2009-12-07
* More updates to objectsize intrinsic docs.Eric Christopher2009-12-05
* Update per Bill's comments. Work in progress.Eric Christopher2009-12-01
* Support -[weak_]framework and -F in llvmc.Mikhail Glushenkov2009-12-01
* Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR,Oscar Fuentes2009-12-01
* Remove some validation errors.Bill Wendling2009-12-01
* Some formatting and spelling fixes.Bill Wendling2009-12-01
* First pass at llvm.objectsize documentation.Eric Christopher2009-11-30
* Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky2009-11-30
* Vector types are no longer required to have a power-of-two length.Duncan Sands2009-11-27
* These code generator limitations have been removed.Duncan Sands2009-11-27
* Update to reflect recent debugging information encoding changes.Devang Patel2009-11-25
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-23
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-22
* Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar2009-11-22
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* Fix HTML formatting.Jay Foad2009-11-17
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-15
* lit: Start documentation testing architecture.Daniel Dunbar2009-11-10
* The inbounds keyword isn't relevant to overindexing ofDan Gohman2009-11-09
* Remove the "special case" for zero-length arrays, and rephrase thisDan Gohman2009-11-09
* add the ability for TargetData to return information about legal integerChris Lattner2009-11-07
* lit: Add --param NAME=VALUE option, for test suite specific use (to communicateDaniel Dunbar2009-11-05
* The magic for our current brand of .bc files is BC. For older ones it was llvc.Nick Lewycky2009-11-04
* fix broken linkChris Lattner2009-11-03
* Add missing end-tag.Bill Wendling2009-11-02
* Some formatting changes.Bill Wendling2009-11-02
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-01
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-31
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* greatly improve the LLVM IR bitcode encoding documentation,Chris Lattner2009-10-29
* use metavariable <result> instead of SSA name %result for consistencyGabor Greif2009-10-28
* ooops, SSA name should not be part of the linkGabor Greif2009-10-28
* advertise new syntax for unnamed instructionsGabor Greif2009-10-28
* doc bug spotted by apinskiChris Lattner2009-10-28
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-28
* typoChris Lattner2009-10-27
* you can't take the address of the entry block of a function.Chris Lattner2009-10-27
* improvements from gabor.Chris Lattner2009-10-27
* fix things pointed out by Dan!Chris Lattner2009-10-27