summaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
Commit message (Expand)AuthorAge
...
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-02
* Update the -tailcallopt description to match djg's improvements to the callingJeffrey Yasskin2010-01-11
* x86 uses 5 operands for most memory refs now.Chris Lattner2009-10-10
* Update documentation for the -f change.Dan Gohman2009-08-25
* Remove the IA-64 backend.Dan Gohman2009-07-24
* x86_64 was completely missing from the target triples supported by the X86 codeTorok Edwin2009-06-15
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-13
* Add some more documentation for x86 special address spaces.Dan Gohman2009-05-05
* Add basic support for code generation of Chris Lattner2009-05-05
* ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.Dan Gohman2009-04-22
* More obsessive reformatting. Fixed some validation errors.Bill Wendling2009-04-15
* Add some documentation for address-space-based access to the segment registers.Nate Begeman2009-01-26
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-11
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Delete some spurious characters.Dan Gohman2008-11-24
* Fix some "</p>"s.Dan Gohman2008-11-24
* Some documentation for LegalizeTypes.Dan Gohman2008-11-24
* HTML syntax fixes.Dan Gohman2008-10-14
* Fix a typo.Dan Gohman2008-10-03
* Add more documentation advertising the -view-*-dags options.Dan Gohman2008-09-10
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Fix an error in the two-address example.Dan Gohman2008-06-13
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Fix example to be valid LLVM assembly.Matthijs Kooijman2008-06-04
* Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer2008-05-14
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* update a couple of references to SSARegMap.Chris Lattner2007-12-31
* Make it more clear that some things that can't be done in .td files canDan Gohman2007-12-13
* Document the -view-sunit-dags option.Dan Gohman2007-10-15
* LLVM does not use the old style simple isel any more.Evan Cheng2007-10-08
* first pass of nomenclature changes in .html filesGabor Greif2007-07-06
* Adding credit for PPC changes.Jim Laskey2007-03-14
* Pass html validation.Jim Laskey2006-12-15
* Start of PowerPC info.Jim Laskey2006-12-14
* Clean-up of formatting and spelling.Bill Wendling2006-10-11
* Put code example inside of "doc_code" divisions.Bill Wendling2006-10-11
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-17
* *** empty log message ***Bill Wendling2006-09-07
* Fixed my rotten Engrish grammar.Bill Wendling2006-09-07
* Cleaned up some of the grammar in the Live Intervals section. Removed theBill Wendling2006-09-06
* First draft of the "Live Interval Analysis" section. This is the "LiveBill Wendling2006-09-04
* Fixed formatting problem.Bill Wendling2006-09-01
* Added documentation Fernando Magno Quintao Pereira wrote for the registerBill Wendling2006-09-01
* Spell naively with the i-Umlaut...Bill Wendling2006-08-28
* Messed up and put a "To be written" in a section that was written.Bill Wendling2006-08-28
* Added some preliminary text to the TargetJITInfo class section.Bill Wendling2006-08-28
* Remove V9Chris Lattner2006-04-20
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Fix spelling of 'separate'.Jeff Cohen2005-10-24
* Apparently, people object to floating pointers. Picky picky.Chris Lattner2005-10-17