oota-llvm.git
2008-03-11 Dan GohmanAdd a test to ensure that all-ones vectors are material...
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 Dale JohannesenThe feature this is testing did not work in the general...
2008-03-11 Devang PatelFix getOperand() for ReturnInst.
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... Missed part of recommit.
2008-03-11 Christopher... Recommitting parts of r48130. These do not appear to...
2008-03-11 Christopher... Recommitting changes after more testing. These appear...
2008-03-11 Evan ChengUse TargetRegisterInfo::getPhysicalRegisterRegClass...
2008-03-11 Evan ChengIf there are multiple register classes that a register...
2008-03-11 Evan ChengLearn how to xfail a test.
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 Evan ChengXFAIL due to Dale's change.
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 Patelfix grammer
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 GohmanUpgrade this test.
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-11 Chris Lattneremit an ID # for each regclass ID. Chris doesn't like...
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 WendlingUpdate llc flags for PPC register scavenger.
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 KorobeynikovThis passes now
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 Devang PatelDocument multiple return values.
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 Dale JohannesenThe __sync primitives only work on x86 and alpha;
2008-03-10 Devang PatelSimplify
2008-03-10 Devang PatelRestore optimization that merges blocks when inline...
2008-03-10 Devang PatelSimplify
2008-03-10 Devang Patelsimplify
2008-03-10 Dale JohannesenAdd -m32 to compilation line; test is only valid in
2008-03-10 Nicolas GeoffrayStylistic modifications. No functionality changes.
2008-03-10 Dale JohannesenThese tests don't work unless SSE2 is active.
2008-03-10 Dale JohannesenThere is no "-mattr=+sse1" flag; fix test for non-x86...
2008-03-10 Dale JohannesenUse uint64_t not unsigned long long.
2008-03-10 Scott MichelInteger comparison tests for CellSPU.
2008-03-10 Duncan SandsFix formatting.
2008-03-10 Gordon HenriksenRefresh Makefile.ocaml in objdir if it is modified...
2008-03-10 Gordon HenriksenRefresh Makefile.ocaml in objdir if it is modified...
2008-03-10 Gordon HenriksenRegenerate.
2008-03-10 Gordon HenriksenAdding ocamldoc generation.
2008-03-10 Gordon HenriksenFormatting improvements.
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 Tanya LattnerAdd nosubmit option to control what is sent back to...
2008-03-10 Owen AndersonMove StrongPHIElimination after live interval analysis...
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-10 Evan ChengAvoid creating BUILD_VECTOR of all zero elements of...
2008-03-10 Chris Lattnerremove an execution test.
2008-03-10 Chris Lattnerswitch from hard coded g++/as tools to the ones detecte...
2008-03-10 Chris LattnerFix a typo
2008-03-10 Chris LattnerFix PR2120 by changing the replacement order to change...
2008-03-10 Christopher... Allow insert_subreg into implicit, target-specific...
2008-03-10 Nick LewyckyUpdate the .cvs files to match today's asm syntax change.
2008-03-10 Christopher... Revert accidentally committed local changes.
next