summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add a wrapper for extraction of the dependent libraries from a bytecodeReid Spencer2004-08-24
* Rearrange output a little to make it nicer.Reid Spencer2004-08-24
* Give the -time-passes tool option a global storage location so that itsReid Spencer2004-08-24
* Fix a bug in a previous checkin of mine, correctingChris Lattner2004-08-24
* Add -sse[,2,3] arguments to LLCChris Lattner2004-08-24
* Nuke commented out stuffChris Lattner2004-08-24
* This code is dodgy, but the guaranteed assertion failure doesn't help anything.Brian Gaeke2004-08-24
* Fix bug in PhyRegAlloc::setCallInterferences() handling call through aBrian Gaeke2004-08-24
* Revise head-of-file comment.Brian Gaeke2004-08-24
* Do not use .xword and friends to emit zeros on V9. Apparently there are issuesChris Lattner2004-08-24
* Kill a majority of unnecessary sign extensions for byte loadsNate Begeman2004-08-22
* Don't hard code the offset of the saved R31 in functions with frame pointersNate Begeman2004-08-22
* Initial checkin of a pass to lower packed operations to scalars operations.Reid Spencer2004-08-21
* Bytecode Analyzer Cleanup:Reid Spencer2004-08-21
* Get rid of an extraneous local variable.Reid Spencer2004-08-21
* Two Changes:Reid Spencer2004-08-21
* Add boolean file format flags in preparation for version 5 bytecode.Reid Spencer2004-08-21
* Bytecode Reader Cleanup:Reid Spencer2004-08-21
* Back out branchless SetCC code. While it helped a lot in some cases, itNate Begeman2004-08-21
* Switch from bytes to bits for alignment.Chris Lattner2004-08-21
* Switch from bytes to bits for alignment for consistencyChris Lattner2004-08-21
* Reduce uses of getRegClassChris Lattner2004-08-21
* Convert regclass alignment from bytes to bitesChris Lattner2004-08-21
* Convert bytes to bits in alignmentChris Lattner2004-08-21
* Register info alignment is in bits, frame object alignment is (currently) inChris Lattner2004-08-21
* Reduce uses of getRegClassChris Lattner2004-08-21
* Now that we have per-register spill size/alignment info, remove more usesChris Lattner2004-08-21
* Fix warningChris Lattner2004-08-21
* Examine the type code in the setcc class of instructions and if itReid Spencer2004-08-21
* Move XForm instructions over to the auto-generated asm writerNate Begeman2004-08-21
* Add two valuesChris Lattner2004-08-21
* Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MBChris Lattner2004-08-21
* remove some things from the todo list.Nate Begeman2004-08-20
* Do not register ppc64 yet, as it breaks the SparcV9 backendChris Lattner2004-08-20
* quish a warningChris Lattner2004-08-20
* Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.llReid Spencer2004-08-20
* Implement code to convert SetCC into straight line code where appropriate. A...Nate Begeman2004-08-20
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* If we are linking two global variables and they have the same size, do notChris Lattner2004-08-20
* Fix opcodes being printed in caps (the more general fix may be `AsmWriter')Misha Brukman2004-08-19
* Stack space for argument passing is 32 regardless of 32- vs. 64-bit arch.Misha Brukman2004-08-19
* LR needs to be saved at 16-byte offset on a 64-bit archMisha Brukman2004-08-19
* On 64-bit PowerPC, pointers are 8 bytes, so parameter area offset is 48, not 24Misha Brukman2004-08-19
* This PHI has 4 additional operands, not 2.Misha Brukman2004-08-19
* Use the appropriate 64-bit register description file.Misha Brukman2004-08-19
* Fix more remaining 32-bit vestiges of PowerPCMisha Brukman2004-08-19
* Fix another vestige of the 32-bit PowerPC backend.Misha Brukman2004-08-19
* Correct character prepended to global symbols ('.'), use Mangler consistentlyMisha Brukman2004-08-19
* * Eliminate global base register, r2 is used for that on AIX/PowerPCMisha Brukman2004-08-19
* Wrap long lines.Misha Brukman2004-08-19