Convert remaining X-Form and Pseudo instructions over to asm writer
[oota-llvm.git] / lib /
2004-09-02 Nate BegemanConvert remaining X-Form and Pseudo instructions over...
2004-09-02 Brian GaekeBack to compiling land for v8
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Alkis EvlogimenosBe a bit more efficient when processing the active...
2004-09-01 Alkis EvlogimenosGive a better assertion if we see a use before a def.
2004-09-01 Reid Spencermkdtemp doesn't exist on Cygwin. Use tempnam & mkdir...
2004-09-01 Reid SpencerMake CommandLine prefix error output with the name...
2004-08-31 Reid SpencerAdd support for FreeBSD
2004-08-31 Reid SpencerAdd support for Interix and FreeBSD
2004-08-31 Reid SpencerActually define PreventCoreFiles in the sys namespace.
2004-08-31 Reid SpencerAdd a new abstraction, SysConfig for platform independe...
2004-08-31 Alkis EvlogimenosMinor code clarity changes.
2004-08-31 Nate Begemanconvert M and MD form instructions to generated asm...
2004-08-30 Reid SpencerMove the GetTemporaryDirectory function from "generic...
2004-08-30 Reid SpencerAdd inclusion of assert.h
2004-08-30 Nate BegemanMove yet more instructions over to being printed by...
2004-08-30 Reid SpencerAbbreviate the long descriptions which are now in docs...
2004-08-30 Reid SpencerReduce the number of arguments in the instruction build...
2004-08-29 Nate BegemanConvert A-Form instructions to auto-generated asm writer
2004-08-29 Nate BegemanRegister sizes should be specified in bits
2004-08-29 Nate BegemanImprovements to int->float cast code for PPC-64
2004-08-29 Nate BegemanPut this change back in after testing from Reid proved...
2004-08-29 Reid SpencerAdd a declaration of environ global for Darwin
2004-08-29 Reid SpencerAdd an assert to cature null Operands. It is better...
2004-08-29 Reid SpencerSignals support has been moved to lib/System
2004-08-29 Reid SpencerMove a warning comment to where it should have been...
2004-08-29 Reid SpencerCorrect the vim: specification
2004-08-29 Reid SpencerInclude some additional header files.
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...
2004-08-29 Nate BegemanImplement the following missing functionality in the...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-28 Alkis EvlogimenosRemove dead code.
2004-08-27 Alkis EvlogimenosNow that LiveIntervals::addIntervalsForSpills is fixed...
2004-08-27 Alkis EvlogimenosOnly update LiveVariables if it is available. addInterv...
2004-08-27 Alkis EvlogimenosBack out this change as it broke the build last night...
2004-08-27 Nate BegemanBack out change to divide getSpillSize by 8 until I...
2004-08-27 Alkis EvlogimenosThe linear scan variants do not require the LiveVariabl...
2004-08-27 Nate BegemanRegister sizes are in bits, not bytes
2004-08-27 Reid SpencerCorrectly compute the number of compaction tables.
2004-08-27 Reid SpencerPrevent an empty compaction table from being written...
2004-08-26 Reid SpencerAdd the CompactionTableIsEmpty function so that we...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2004-08-26 Reid SpencerFix a typo.
2004-08-26 Reid SpencerFirst cut at a README for lib/System explaining the...
2004-08-26 Reid SpencerAdd a README explaining the intended content of this...
2004-08-25 Brian GaekePrevious checkin broke printf(%a) support for fp consta...
2004-08-25 Brian GaekeNew version of Bill Wendling's PR33 patch.
2004-08-25 Reid SpencerFix documentation.
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
2004-08-25 Reid SpencerLicense for this library.
2004-08-24 Reid SpencerAdd a wrapper for extraction of the dependent libraries...
2004-08-24 Reid SpencerRearrange output a little to make it nicer.
2004-08-24 Reid SpencerGive the -time-passes tool option a global storage...
2004-08-24 Chris LattnerFix a bug in a previous checkin of mine, correcting
2004-08-24 Chris LattnerAdd -sse[,2,3] arguments to LLC
2004-08-24 Chris LattnerNuke commented out stuff
2004-08-24 Brian GaekeThis code is dodgy, but the guaranteed assertion failur...
2004-08-24 Brian GaekeFix bug in PhyRegAlloc::setCallInterferences() handling...
2004-08-24 Brian GaekeRevise head-of-file comment.
2004-08-24 Chris LattnerDo not use .xword and friends to emit zeros on V9....
2004-08-22 Nate BegemanKill a majority of unnecessary sign extensions for...
2004-08-22 Nate BegemanDon't hard code the offset of the saved R31 in function...
2004-08-21 Reid SpencerInitial checkin of a pass to lower packed operations...
2004-08-21 Reid SpencerBytecode Analyzer Cleanup:
2004-08-21 Reid SpencerGet rid of an extraneous local variable.
2004-08-21 Reid SpencerTwo Changes:
2004-08-21 Reid SpencerAdd boolean file format flags in preparation for versio...
2004-08-21 Reid SpencerBytecode Reader Cleanup:
2004-08-21 Nate BegemanBack out branchless SetCC code. While it helped a...
2004-08-21 Chris LattnerSwitch from bytes to bits for alignment.
2004-08-21 Chris LattnerSwitch from bytes to bits for alignment for consistency
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-21 Chris LattnerConvert regclass alignment from bytes to bites
2004-08-21 Chris LattnerConvert bytes to bits in alignment
2004-08-21 Chris LattnerRegister info alignment is in bits, frame object alignm...
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-21 Chris LattnerNow that we have per-register spill size/alignment...
2004-08-21 Chris LattnerFix warning
2004-08-21 Reid SpencerExamine the type code in the setcc class of instruction...
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-21 Chris LattnerAdd two values
2004-08-21 Chris LattnerFix a nasty bug that Nate ran into. In particular...
2004-08-20 Nate Begemanremove some things from the todo list.
2004-08-20 Chris LattnerDo not register ppc64 yet, as it breaks the SparcV9...
2004-08-20 Chris Lattnerquish a warning
2004-08-20 Reid SpencerFix a bug found exposed by: Regression/Other/2004-08...
2004-08-20 Nate BegemanImplement code to convert SetCC into straight line...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-20 Chris LattnerIf we are linking two global variables and they have...
2004-08-19 Misha BrukmanFix opcodes being printed in caps (the more general...
2004-08-19 Misha BrukmanStack space for argument passing is 32 regardless of...
2004-08-19 Misha BrukmanLR needs to be saved at 16-byte offset on a 64-bit...
2004-08-19 Misha BrukmanOn 64-bit PowerPC, pointers are 8 bytes, so parameter...
2004-08-19 Misha BrukmanThis PHI has 4 additional operands, not 2.
2004-08-19 Misha BrukmanUse the appropriate 64-bit register description file.
2004-08-19 Misha BrukmanFix more remaining 32-bit vestiges of PowerPC
2004-08-19 Misha BrukmanFix another vestige of the 32-bit PowerPC backend.
next