aboutsummaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
AgeCommit message (Expand)Author
2010-10-25Update target feature matrix for CellSPUKalle Raiskila
2010-10-24Update target feature matrix for Blackfin.Jakob Stoklund Olesen
2010-10-24Updating target feature matrix to indicate current MBlaze status.Wesley Peck
2010-10-24broken linkChris Lattner
2010-10-24add a big table with target features.Chris Lattner
2010-09-21random cruft in my tree.Chris Lattner
2010-09-11add some documentation for the most important MC-level classes along withChris Lattner
2010-08-31Stack slot access methods are in TargetInstrInfo.Jakob Stoklund Olesen
2010-06-15Remove the local register allocator.Jakob Stoklund Olesen
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-04-09Fix a grammaro.Bob Wilson
2010-03-25Docuemntation corrections from John Myers.Dan Gohman
2010-03-11add support, testcases, and dox for the new GHC callingChris Lattner
2010-03-08Add documentation on sibling call optimization. Rename tailcall2.ll test to s...Evan Cheng
2010-03-02Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman
2010-01-11Update the -tailcallopt description to match djg's improvements to the callingJeffrey Yasskin
2009-10-10x86 uses 5 operands for most memory refs now.Chris Lattner
2009-08-25Update documentation for the -f change.Dan Gohman
2009-07-24Remove the IA-64 backend.Dan Gohman
2009-06-15x86_64 was completely missing from the target triples supported by the X86 codeTorok Edwin
2009-05-13Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling
2009-05-05Add some more documentation for x86 special address spaces.Dan Gohman
2009-05-05Add basic support for code generation of Chris Lattner
2009-04-22ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.Dan Gohman
2009-04-15More obsessive reformatting. Fixed some validation errors.Bill Wendling
2009-01-26Add some documentation for address-space-based access to the segment registers.Nate Begeman
2008-12-11Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-11-24Delete some spurious characters.Dan Gohman
2008-11-24Fix some "</p>"s.Dan Gohman
2008-11-24Some documentation for LegalizeTypes.Dan Gohman
2008-10-14HTML syntax fixes.Dan Gohman
2008-10-03Fix a typo.Dan Gohman
2008-09-10Add more documentation advertising the -view-*-dags options.Dan Gohman
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-06-13Fix an error in the two-address example.Dan Gohman
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-06-04Fix example to be valid LLVM assembly.Matthijs Kooijman
2008-05-14Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2007-12-31update a couple of references to SSARegMap.Chris Lattner
2007-12-13Make it more clear that some things that can't be done in .td files canDan Gohman
2007-10-15Document the -view-sunit-dags option.Dan Gohman
2007-10-08LLVM does not use the old style simple isel any more.Evan Cheng
2007-07-06first pass of nomenclature changes in .html filesGabor Greif
2007-03-14Adding credit for PPC changes.Jim Laskey
2006-12-15Pass html validation.Jim Laskey
2006-12-14Start of PowerPC info.Jim Laskey
2006-10-11Clean-up of formatting and spelling.Bill Wendling