aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CodeGenerator.html
Commit message (Expand)AuthorAgeFilesLines
* x86 uses 5 operands for most memory refs now.Chris Lattner2009-10-101-6/+9
* Update documentation for the -f change.Dan Gohman2009-08-251-3/+3
* Remove the IA-64 backend.Dan Gohman2009-07-241-3/+3
* x86_64 was completely missing from the target triples supported by the X86 codeEdwin Török2009-06-151-0/+2
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-1/+1
* Add some more documentation for x86 special address spaces.Dan Gohman2009-05-051-4/+26
* Add basic support for code generation of Chris Lattner2009-05-051-4/+6
* ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.Dan Gohman2009-04-221-1/+1
* More obsessive reformatting. Fixed some validation errors.Bill Wendling2009-04-151-1009/+1045
* Add some documentation for address-space-based access to the segment registers.sampo2009-01-261-1/+22
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-1/+1
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
* Delete some spurious characters.Dan Gohman2008-11-241-1/+1
* Fix some "</p>"s.Dan Gohman2008-11-241-2/+2
* Some documentation for LegalizeTypes.Dan Gohman2008-11-241-54/+78
* HTML syntax fixes.Dan Gohman2008-10-141-1/+1
* Fix a typo.Dan Gohman2008-10-031-1/+1
* Add more documentation advertising the -view-*-dags options.Dan Gohman2008-09-101-10/+21
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-1/+1
* Fix an error in the two-address example.Dan Gohman2008-06-131-2/+2
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-1/+2
* Fix example to be valid LLVM assembly.Matthijs Kooijman2008-06-041-3/+3
* Add documentation for tail call optimization to CodeGenerator.html. Add a linkArnold Schwaighofer2008-05-141-0/+45
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-15/+14
* update a couple of references to SSARegMap.Chris Lattner2007-12-311-5/+4
* Make it more clear that some things that can't be done in .td files canDan Gohman2007-12-131-7/+7
* Document the -view-sunit-dags option.Dan Gohman2007-10-151-1/+5
* LLVM does not use the old style simple isel any more.Evan Cheng2007-10-081-5/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+1962