aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-06-24Update testing documentation with more consistent terminology.Matthijs Kooijman
2008-06-23Fix the syntax of insertvalue in the example.Dan Gohman
2008-06-20integer types are not primitive, they are derived.Chris Lattner
2008-06-20Fix typo, fix suggested by Nicholas OlsenChris Lattner
2008-06-18Fix a missing comma spotted by Bram Geron.Dan Gohman
2008-06-18fix validator warningGabor Greif
2008-06-18prettify, no semantic changesGabor Greif
2008-06-16Move some documentation from the header file into ProgrammersManual. About to...Gabor Greif
2008-06-13Fix an error in the two-address example.Dan Gohman
2008-06-12Improve description of -emit-llvm.Dale Johannesen
2008-06-10adjust calls to ConstantFP::get to new APIGabor Greif
2008-06-09Update the build instructions.Duncan Sands
2008-06-09Small formatting changes.Bill Wendling
2008-06-09Create dirs as needed.Tanya Lattner
2008-06-09removed two implicitly closed </p> tags to get it validateGabor Greif
2008-06-09Update with new release.Tanya Lattner
2008-06-09Add a note in the API Changes section about the ConstantFP::get change.Dan Gohman
2008-06-09Use proper icon :)Anton Korobeynikov
2008-06-09Fix few validations errorsAnton Korobeynikov
2008-06-09Add footerAnton Korobeynikov
2008-06-09Remove obsolete CompilerDriver.html and provie a new one, based on autogenera...Anton Korobeynikov
2008-06-09linkify, this requires pulling CodeGenerator.html into 2.3.Chris Lattner
2008-06-08grammaroChris Lattner
2008-06-08final edits from me, simplify the ia64 section.Chris Lattner
2008-06-08more editsChris Lattner
2008-06-08Add notes about two known X86-64 limitations.Dan Gohman
2008-06-08several editsChris Lattner
2008-06-08Add some links to doxygen documentation.Dan Gohman
2008-06-08Describe MachineMemOperands.Dan Gohman
2008-06-08Fix a grammero.Dan Gohman
2008-06-08Revert a bad edit from r52095.Gordon Henriksen
2008-06-08add vmkit and rewrite clang sectionChris Lattner
2008-06-08start edits.Chris Lattner
2008-06-08add more notes.Chris Lattner
2008-06-08add some html escapesChris Lattner
2008-06-08Using llc always rather than sometimes using LLC.Duncan Sands
2008-06-08Fix spelling.Duncan Sands
2008-06-08Add win64Anton Korobeynikov
2008-06-08This was fixedAnton Korobeynikov
2008-06-08add some notes.Chris Lattner
2008-06-06Include loop deletion and the ADCE rewrite in the release notes.Owen Anderson
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-06-05Describe loop index split.Devang Patel
2008-06-05Wording fixes. Thanks Bill!Dan Gohman
2008-06-05fix typos, tweak stuff, make it to validateGabor Greif
2008-06-05Move i128 on x86-64 from the codegen section to the x86-specific section.Dan Gohman
2008-06-05Add a note about improved alignment detection.Dan Gohman
2008-06-05Add a note mentioning --view-sunit-dags improvements.Dan Gohman
2008-06-05Expand the bullet item about i128 support and APInt usage in codegen.Dan Gohman
2008-06-05Move this to the proper section.Gordon Henriksen