summaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
Commit message (Expand)AuthorAge
* 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
* As requested, a blurb on sub-targets.Jim Laskey2005-10-17
* fix some grammar-o's I noticedChris Lattner2005-10-17
* Feedback from Nate.Chris Lattner2005-10-17
* Document -view-isel-dags and -view-sched-dagsChris Lattner2005-10-17
* Add a bunch of info about the isel autogenerator. Review appreciated!Chris Lattner2005-10-16
* Fill this out some more. Add description of MBB/MF. Fix some broken links,Chris Lattner2005-10-16
* Add a stub for the TargetSubtarget class. Jim, please fill a blurb in hereChris Lattner2005-10-16
* update this a little bit to talk about the dag combiner and remove inaccuracies.Chris Lattner2005-10-16
* Update the discussion of TargetRegisterDescChris Lattner2005-09-30
* remove some sparc-v9-specific informationChris Lattner2005-07-19
* Provide descriptions for the TargetInstrInfo and TargetFrameInfo classes.Reid Spencer2005-07-19
* add a note so I can remember the common t-t'sChris Lattner2005-07-12
* Fix bug noticed by Tzu-Chien Chiu, thanks!Chris Lattner2005-05-09
* fix some bugsChris Lattner2005-04-25
* Make this readable for newbies and those who can only understand one set ofReid Spencer2005-04-24
* Remove colloquialisms from the documentation.Misha Brukman2005-02-17
* Add some initial documentation for the SelectionDAG based instruction selectorsChris Lattner2005-01-28
* Fixed typo.John Criswell2004-12-03
* Fix a few typos, spellos, grammaros.Reid Spencer2004-06-05