Clean up my own mess.
[oota-llvm.git] / lib /
2008-03-12 Evan ChengClean up my own mess.
2008-03-12 Owen AndersonWe also need to collect the VN IDs for the PHI instruct...
2008-03-12 Owen AndersonWhen we're determining what registers to coallesce...
2008-03-12 Chris Lattnerwhen the bitcode reader is referencing a paramattr...
2008-03-12 Evan ChengTotal brain cramp.
2008-03-12 Chris LattnerThis is a simple fix for getting error messages from...
2008-03-12 Dale JohannesenOne more bit of Altivec parameter passing.
2008-03-12 Anton KorobeynikovBe backward compatible
2008-03-12 Devang PatelCheck multiple return values.
2008-03-12 Dale JohannesenImplement Altivec passing to varargs functions on ppc.
2008-03-12 Evan ChengSet NextMII after issuing a physical register spill.
2008-03-12 Devang PatelFix attribute handling.
2008-03-12 Evan ChengMinor debug output bug.
2008-03-11 Anton KorobeynikovUltimately resolve aliases during linking, if possible
2008-03-11 Anton KorobeynikovCorrectly propagate thread-local flag from aliasee...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-03-11 Anton KorobeynikovAdd helper for ultimate aliasee resoltion
2008-03-11 Devang PatelHandle multiple ret values.
2008-03-11 Devang PatelInitialize.
2008-03-11 Dan GohmanCheck to see if a two-entry PHI block can be simplified
2008-03-11 Anton KorobeynikovHonour aliases visibility during asm emission
2008-03-11 Anton KorobeynikovHonour aliases visibility when reading from/writing...
2008-03-11 Evan ChengTransfer physical register spill info when load / store...
2008-03-11 Dan GohmanUse the correct value for InSignBit.
2008-03-11 Dan GohmanInitial codegen support for functions and calls with...
2008-03-11 Chris LattnerImplement basic support for the 'f' register class...
2008-03-11 Chris Lattnercoalesce away 80-bit floating point copies.
2008-03-11 Chris Lattnerconvert a massive if statement to a switch.
2008-03-11 Chris Lattnerstart handling the 'f' x87 constraint.
2008-03-11 Devang PatelSkip functions that return multiple values.
2008-03-11 Devang PatelBecome multiple return value aware.
2008-03-11 Devang PatelAdd TODO reminder.
2008-03-11 Dan GohmanGive PassManager and FunctionPassManager a common base...
2008-03-11 Dan GohmanFix typos in comments.
2008-03-11 Christopher LambMissed part of recommit.
2008-03-11 Christopher LambRecommitting parts of r48130. These do not appear to...
2008-03-11 Evan ChengUse TargetRegisterInfo::getPhysicalRegisterRegClass...
2008-03-11 Evan ChengIf there are multiple register classes that a register...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-11 Evan ChengIn 32-bit mode, mark 64-bit GPR's as unallocatable.
2008-03-11 Duncan SandsSome LegalizeTypes code factorization and minor
2008-03-11 Chris Lattnercompile: double test() {}
2008-03-11 Nick LewyckyFix the build on gcc 4.2.
2008-03-11 Devang PatelInitial multiple return values support.
2008-03-11 Chris LattnerChange the model for FP Stack return to use fp operands...
2008-03-11 Chris Lattnervariadic instructions don't have operand info for varia...
2008-03-11 Dan GohmanGeneralize ExpandIntToFP to handle the case where the...
2008-03-11 Chris LattnerIf a register operand comes from the variadic part...
2008-03-11 Evan ChengTemporarily revert 48175.
2008-03-11 Anton KorobeynikovFix thinko: alias always defines new symbol. Even is...
2008-03-11 Dan GohmanMore APInt-ification.
2008-03-10 Chris Lattnerabort with an assert instead of a cerr to get line#
2008-03-10 Dan GohmanUse utostr instead of a stringstream.
2008-03-10 Scott Michel- Style cleanup in IA64ISelLowering.h: add 'virtual...
2008-03-10 Dan GohmanCorrectly clone FlaggedNodes.
2008-03-10 Dan GohmanInitialize ArgTypes directly instead of manually copyin...
2008-03-10 Dan GohmanAPInt-ify this.
2008-03-10 Dan GohmanRemove an unnecessary #include
2008-03-10 Chris LattnerDon't emit FP_REG_KILL into a block that just returns...
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Dale JohannesenDisable prolog code that aligns the stack when a
2008-03-10 Bill WendlingChange the "enable/disable" mechanism so that we can...
2008-03-10 Anton KorobeynikovAdd sanity checks
2008-03-10 Anton KorobeynikovTypo: 'function' => 'alias'
2008-03-10 Anton KorobeynikovSyntactic sugar'ify stuff :)
2008-03-10 Anton KorobeynikovAlways run 'make check' :) Fix fallout from prev. commi...
2008-03-10 Anton KorobeynikovMake error messages to have common style
2008-03-10 Anton KorobeynikovProperly link globals with aliases
2008-03-10 Anton KorobeynikovRemove the LinkGlobal weirderness in common linking...
2008-03-10 Anton KorobeynikovTypo
2008-03-10 Evan ChengIf the register allocator ran out of registers, just...
2008-03-10 Chris LattnerEliminate the FP_GET_ST0/FP_SET_ST0 target-specific...
2008-03-10 Dan GohmanFix mul expansion to check the correct number of bits for
2008-03-10 Evan ChengSomewhat better solution.
2008-03-10 Evan ChengDefault ISD::PREFETCH to expand.
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Chris Lattnerfix 80 col violations.
2008-03-10 Devang PatelRestore optimization that merges blocks when inline...
2008-03-10 Devang PatelSimplify
2008-03-10 Devang Patelsimplify
2008-03-10 Nicolas GeoffrayStylistic modifications. No functionality changes.
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-10 Duncan SandsFix formatting.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Nicolas GeoffrayAdd description of individual bits in CR. This fix...
2008-03-10 Bill WendlingMinor cleanup. No functionality change.
2008-03-10 Evan Cheng- Fix a subtle bug in RemoveCopyByCommutingDef. ALR...
2008-03-10 Evan ChengDoh
2008-03-10 Owen AndersonMove StrongPHIElimination after live interval analysis...
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-03-10 Nick LewyckyUpdate the .cvs files to match today's asm syntax change.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Chris LattnerDarwin PPC64 indirect call target goes in X12, not...
2008-03-09 Chris Lattnercell really does support cross-regclass moves, because...
2008-03-09 Chris Lattnermake sure ar.pfs is in a register class, this fixes...
2008-03-09 Chris Lattnerremove an extraneous (and ugly) default argument, thank...
2008-03-09 Ted KremenekFix some compilation errors on msvc:
2008-03-09 Nick LewyckyAnd again.
next