oota-llvm.git
2011-06-09 Rafael EspindolaImprove the handling of available_externally and llvm...
2011-06-09 Duncan SandsEnable printf() to iprintf() optimization for the TCE...
2011-06-09 Chris Lattneradd another sandybridge alias.
2011-06-09 Eric ChristopherTemporarily revert 132764 to see if it fixes the Window...
2011-06-09 Eric ChristopherHave the JIT tutorial use IRBuilder for the IR.
2011-06-09 Akira HatanakaInitial support for inline asm memory operand constraints.
2011-06-09 Cameron ZwarichRemove a vacuous condition.
2011-06-09 Cameron ZwarichFix PR10104 by adding a bounds check on a vector elemen...
2011-06-09 Eric ChristopherIf the alignment of the byval argument is greater than...
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-06-08 Cameron ZwarichFix an assymmetry between ConvertScalar_ExtractValue...
2011-06-08 Akira HatanakaFix bug in lowering of DYNAMIC_STACKALLOC nodes. The...
2011-06-08 Akira HatanakaReorganize code in MipsTargetLowering::LowerCall to...
2011-06-08 Andrew TrickRemove a temporary test case probe in CheckForLiveRegDef.
2011-06-08 Rafael EspindolaFix count.
2011-06-08 Rafael EspindolaCount how many phis we are creating.
2011-06-07 Cameron ZwarichFix an issue where the two-address conversion pass...
2011-06-07 Rafael EspindolaFix a silly error I introduce in r131951.
2011-06-07 Eric ChristopherCreate a new ARM directory for FrontendC tests and...
2011-06-07 Chad RosierFixed a few illegal paths with llvm_unreachable. Patch...
2011-06-07 Chad RosierTypo.
2011-06-07 Akira HatanakaRefactor MipsTargetLowering::EmitInstrWithCustomInserter.
2011-06-07 Akira HatanakaPut back removed line.
2011-06-07 Akira HatanakaCoding style fixes.
2011-06-07 Akira HatanakaUse tabs to separate opcode and operand strings.
2011-06-07 Akira HatanakaAdd comments for wrapper node patterns in MipsInstrInfo.td.
2011-06-07 Roman DivackyTest that ".byte 1, 2, 3, 4" does the right thing.
2011-06-07 Roman DivackyMake EmitIntValue() work properly on big-endian targets.
2011-06-07 Stuart HastingsTweak this test for ARM-hosted 'bot.
2011-06-07 Lang HamesSwitched to DenseMap for allowed sets in PBQP. Reduces...
2011-06-07 Nadav RotemMove the legalizer tests to the X86 directory because...
2011-06-07 Akira HatanakaAdd test case for C++ exception handling and fix the...
2011-06-07 Andrew TrickFix a merge bug in preRAsched for handling physreg...
2011-06-07 Andrew TrickFix for setjmp/longjmp exception handling on ARM. setjm...
2011-06-06 Jakob Stoklund... Simplify local live range splitting's safeguard to...
2011-06-06 Stuart HastingsFollowup to 132458, omit unnecessary stack copy when...
2011-06-06 Eli FriedmanAdd -O1/2/3 to bugpoint, so when you conclude opt ...
2011-06-06 Eli FriedmanWe only do always-inlining at -O1; make opt reflect...
2011-06-06 Jakob Stoklund... Get allocation orders from RegisterClassInfo when possible.
2011-06-06 Nadav RotemAdd methods to support the integer-promotion of vector...
2011-06-06 Nick LewyckyThis directory was missing the dg.exp to cause the...
2011-06-06 Stuart HastingsTest case for PR10085.
2011-06-06 Stuart HastingsAvoid FGETSIGN of 80-bit types. Fixes PR10085.
2011-06-06 Jakob Stoklund... Don't try to be clever, just preserve the target's...
2011-06-06 Eli FriedmanPR10077: fix fast-isel of extractvalue of aggregate...
2011-06-05 Benjamin KramerHarden tests for windows path separators.
2011-06-05 Benjamin KramerUse path API for path concatenation.
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-06-05 Rafael EspindolaProduce an undefined reference to _GLOBAL_OFFSET_TABLE_...
2011-06-04 Jakob Stoklund... Fix a test that keeps breaking when allocation orders...
2011-06-04 Nadav RotemTypeLegalizer: Add support for passing of vector-promot...
2011-06-04 Nadav RotemTypeLegalizer: Fix a bug in the promotion of elements...
2011-06-04 Nick LewyckyRefactor parsing of variable names (ie., %foo and ...
2011-06-04 Nick LewyckyAdd support for @GOTPTOFF in i386 mode.
2011-06-04 Hans WennborgCast unused parameter to void.
2011-06-04 Bill WendlingIf the block that we're threading through is jumped...
2011-06-04 Jakob Stoklund... Drop a RecordKeeper reference that wasn't necessary.
2011-06-04 Dan GohmanAdd a testcase to demonstrate the problem where phi...
2011-06-04 Dan GohmanReapply r131781, now that the GVN bug with partially...
2011-06-04 Dan GohmanDisable the main feature of 130180, the elimination...
2011-06-04 Dan GohmanRemove this test, which should have been reverted along...
2011-06-04 Roman DivackyUse processor name in the target triple. This fixes...
2011-06-04 Dan GohmanRevert r131781 again. Apparently there is more going...
2011-06-04 Jakob Stoklund... Silence compiler warnings.
2011-06-04 Jakob Stoklund... Teach TableGen to evaluate DAG expressions as set opera...
2011-06-04 Nick LewyckyFold assert-only-used variable into the assert.
2011-06-04 Andrew TrickMissing include of climits in the new BranchProbability...
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...
2011-06-04 Dan GohmanReapply r131781 (revert r131809), now that some BasicAA...
2011-06-04 Dan GohmanFix BasicAA's recursion detection so that it doesn...
2011-06-03 Stuart HastingsReapply 132424 with fixes. This fixes PR10068.
2011-06-03 Jakob Stoklund... Fix some tests that depend on register allocation.
2011-06-03 Jakob Stoklund... Blackfin always uses a reserved call frame.
2011-06-03 Eric ChristopherAnother possible bug. Stopgap until we can autogenerate...
2011-06-03 Eric ChristopherTestcase for llvm-gcc commit r132591.
2011-06-03 Eric ChristopherFix an off by one error.
2011-06-03 Bill WendlingRemove testcase. It's problematic for the buildbots.
2011-06-03 Jakob Stoklund... Switch AllocationOrder to using RegisterClassInfo inste...
2011-06-03 Jakob Stoklund... Preserve the original ordering when a CSR has multiple...
2011-06-03 Dan GohmanWhen merging MustAlias and PartialAlias, chose PartialA...
2011-06-03 Devang PatelUse IRBuilder, preserve line numbers.
2011-06-03 Bill WendlingAccomodate front-ends which use private instead of...
2011-06-03 Eric ChristopherMake the Uv constraint a memory operand. This doesn...
2011-06-03 Eric ChristopherAdd a TODO about memory operands.
2011-06-03 Hans WennborgTest commit.
2011-06-03 Devang PatelA typedef's context is not the same as type's context...
2011-06-03 Chad RosierRevert name change from r132533. Lower case naming...
2011-06-03 Roman DivackyFix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
2011-06-03 Zhongxing Xusinged int causes signed extension, which contradicts...
2011-06-03 Nick LewyckyRework the logic to not rely on undefined behaviour...
2011-06-03 Nick LewyckyBail on unswitching a switch statement for a case with...
2011-06-03 Chad RosierWhitespace and other cleanup. Functionallity unchanged.
2011-06-03 Charles DavisTreat Win64 EH as a DWARF EH scheme. For GCC-style...
2011-06-03 Andrew TrickCorrections and additional information for "Creating...
2011-06-03 Andrew Trickwhitespace
2011-06-03 Eli FriedmanAdd ARM fast-isel support for materializing the address...
2011-06-03 Andrew TrickBasic PassManager diagnostics.
2011-06-03 Andrew Trickwhitespace
2011-06-02 Andrew TrickTest case pasto (failed when run with IR verifier).
2011-06-02 Jakob Stoklund... Avoid calling TRI->getAllocatableSet in RAFast.
next