summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Some minor adjustments for the 1.5 release.Reid Spencer2005-05-14
* Pass the dag into LowerOperationChris Lattner2005-05-14
* LowerOperation takes a dagChris Lattner2005-05-14
* add a bit about the known problems on IA64Duraid Madina2005-05-14
* Print the symbolic register name in a register allocator debug dump.Chris Lattner2005-05-14
* Allow targets to have a custom int64->fp expander if desiredChris Lattner2005-05-14
* this passesChris Lattner2005-05-14
* Fix thisChris Lattner2005-05-14
* minor changesChris Lattner2005-05-14
* user ops are not encoded in the bc formatChris Lattner2005-05-14
* Document the pseudo-instruction opcodes in opcode range 56-63. These areReid Spencer2005-05-14
* Make sure the start of the arg area and the end (after the RA is pushed)Chris Lattner2005-05-13
* fix the assertionChris Lattner2005-05-13
* Align doubles on 8-byte boundaries if possible.Chris Lattner2005-05-13
* print stack object alignment in -print-machineinstr dumpsChris Lattner2005-05-13
* fix typoChris Lattner2005-05-13
* Minor fixup of typos.John Criswell2005-05-13
* new testcaseChris Lattner2005-05-13
* Fix the problems with callee popped argument listsChris Lattner2005-05-13
* Removed PPC Linux support, as no one seems to have used it yet.John Criswell2005-05-13
* Don't emit SAR X, 0 in the case of sdiv Y, 2Chris Lattner2005-05-13
* Fix UnitTests/2005-05-13-SDivTwo.cChris Lattner2005-05-13
* switch to having the callee pop stack operands for fastcc. This is currently...Chris Lattner2005-05-13
* Tolerate instrs with extra argsChris Lattner2005-05-13
* Add a note about SPARC V8.John Criswell2005-05-13
* allow RETIChris Lattner2005-05-13
* add support for fastcc and friendsChris Lattner2005-05-13
* Minor fixes.John Criswell2005-05-13
* treat TAILCALL nodes identically to CALL nodesChris Lattner2005-05-13
* Build TAILCALL nodes in LowerCallTo, treat them like normal calls everywhere.Chris Lattner2005-05-13
* Added some missing platforms.John Criswell2005-05-13
* More typo and wording fixes.John Criswell2005-05-13
* Add reassociation, minor cleanups.Chris Lattner2005-05-13
* close off B< tagChris Lattner2005-05-13
* remove htmlismsChris Lattner2005-05-13
* fix typoChris Lattner2005-05-13
* note how to disable inliningChris Lattner2005-05-13
* fix link to llvm-arChris Lattner2005-05-13
* these don't use passesChris Lattner2005-05-13
* this detail is not needed hereChris Lattner2005-05-13
* update this manualChris Lattner2005-05-13
* CapitalizeChris Lattner2005-05-13
* fix regression testsAndrew Lenharth2005-05-13
* capitalizeChris Lattner2005-05-13
* Minor corrections and clarifications.John Criswell2005-05-13
* clarify that these are v9 optionsChris Lattner2005-05-13
* hide this optionChris Lattner2005-05-13
* Add an isTailCall flag to LowerCallToChris Lattner2005-05-13
* Handle TAILCALL nodeChris Lattner2005-05-13
* add TAILCALL nodeChris Lattner2005-05-13