oota-llvm.git
2011-06-24 Devang PatelFix struct member's scope. Patch by Xi Wang.
2011-06-24 Bob WilsonShorten some ARM builtin names by removing unnecessary...
2011-06-24 Chad RosierHoist simple check above more complex checking to avoid...
2011-06-24 Jim GrosbachTestcase for r133818
2011-06-24 Devang PatelRevert unintentional check-in.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-24 Evan Cheng- Add MCRegisterInfo registration machinery. Also added...
2011-06-24 Jim GrosbachARM movw/movt fixups need to mask the high bits.
2011-06-24 Jim Grosbachtidy up whitespace.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-24 Chad RosierThe Neon VCVT (between floating-point and fixed-point...
2011-06-24 Justin HolewinskiPTX: Add preliminary support for outputting debug infor...
2011-06-24 Akira HatanakaChange the chain input of nodes that load the address...
2011-06-24 Jim GrosbachFixup info for Thumb2 unconditional branch.
2011-06-24 Akira HatanakaPrevent generation of redundant addiu instructions...
2011-06-24 Justin HolewinskiPTX: Re-work target sm/compute selection and add some...
2011-06-24 Rafael EspindolaSimplify
2011-06-24 Rafael EspindolaNow that bb with phis are not considered simple, duplic...
2011-06-24 Rafael EspindolaSimplify now that blocks with phis are not considered...
2011-06-24 Rafael EspindolaFix CellSPU CMakeList.txt.
2011-06-24 Benjamin KramerMake the generated InitXXXMCRegisterInfo function ...
2011-06-24 Evan ChengFix CellSPU CMakeLists.txt
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-06-23 Jakub StaszakCalculate backedge probability correctly.
2011-06-23 Jim GrosbachTidy up.
2011-06-23 Jakub StaszakMissing files for the BlockFrequency analysis added.
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-23 Eli FriedmanAdd support for movntil/movntiq mnemonics. Reported...
2011-06-23 Eli FriedmanPR10180: Fix a instcombine crash with FP vectors.
2011-06-23 Eli FriedmanFix build for (some versions of?) MinGW. Patch by...
2011-06-23 Evan ChengRename TargetOptions::StackAlignment to StackAlignmentO...
2011-06-23 Evan ChengRemove TargetOptions.h dependency from ARMSubtarget.
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
2011-06-23 Justin HolewinskiPTX: Fixup test cases for device param changes
2011-06-23 Justin HolewinskiPTX: Whitespace fixes and remove commented out code
2011-06-23 Justin HolewinskiPTX: Prevent DCE from eliminating st.param calls, and...
2011-06-23 Justin HolewinskiPTX: Use .param space for parameters in device function...
2011-06-23 Andrew Trickcmake+lit: final cleanup related to the recent churn
2011-06-23 Evan ChengRemove TargetOptions.h dependency from X86Subtarget.
2011-06-23 Andrew Trickcmake+lit: handle ENABLE_ASSERTIONS feature properly.
2011-06-23 Rafael EspindolaRevert "revert 133714"
2011-06-23 Rafael EspindolaAdd missing file.
2011-06-23 Dylan Noblesmithrevert 133714
2011-06-23 Rafael Espindola133713 broke the build, revert it.
2011-06-23 Dylan NoblesmithSupport: make floating-exception header private
2011-06-23 Dylan NoblesmithDon't include config.h in public headers
2011-06-23 Dylan Noblesmithremove CMake mode_t define
2011-06-23 Dylan NoblesmithCppBackend: fixup for api change
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Bill WendlingUse a reference. Don't make a useless copy of the vector.
2011-06-23 Bill WendlingFormatting changes. No functionality change.
2011-06-23 Eric ChristopherRevert r133513:
2011-06-23 Bill WendlingUse the presence of the __compact_unwind section to...
2011-06-23 Rafael EspindolaMove more logic to shouldTailDuplicate and only duplica...
2011-06-23 Evan ChengGet rid of one getStackAlignment(). RegisterInfo should...
2011-06-23 Bill WendlingSome skeleton code to emit the compact unwind. If the...
2011-06-23 Bill WendlingAllow the AsmInfo to query for the compact unwind section.
2011-06-23 Bill WendlingAllow the AsmInfo to query the TLOF to see if it suppor...
2011-06-23 Bill Wendling80-column violations.
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-22 Bill WendlingAdd a flag that indicates whether a target supports...
2011-06-22 Rafael EspindolaReenable tail duplication of bb with just an unconditio...
2011-06-22 Bill WendlingAdd a __LD,__compact_unwind section.
2011-06-22 Nick LewyckyFix the implementation of ConstantRange::sub(ConstantRa...
2011-06-22 Chad RosierRevert r133607. This is causing failures in the Clang...
2011-06-22 Bill WendlingMove class methods out-of-line. This reduces the indent...
2011-06-22 Devang PatelNew binops need debug loc.
2011-06-22 Daniel Dunbartest/Unit: Fix enable shared test to follow check that...
2011-06-22 Jim GrosbachAdd missing header.
2011-06-22 Jim GrosbachMove ARMMachObjectWriter to its own file.
2011-06-22 Devang PatelSet debug loc.
2011-06-22 Nick LewyckyNeeds a triple.
2011-06-22 Nick LewyckyEmit trailing padding on constant vectors when TargetDa...
2011-06-22 Justin HolewinskiPTX: Fix FrameIndex mapping bug
2011-06-22 Jay FoadReplace the existing forms of ConstantArray::get()...
2011-06-22 Jay FoadMake ConstantVector::get() always take an ArrayRef...
2011-06-22 Dan BaileyTest Commit.
2011-06-22 Jay FoadEliminate a temporary std::vector in ConstantStruct...
2011-06-22 Jay FoadExtend ConstantUniqueMap with a new template parameter...
2011-06-22 Andrew TrickOnly do config-time substitution of LLVM_BUILD_MODE in
2011-06-22 Rafael EspindolaReenable the optimization added in 133415, but change...
2011-06-22 Justin HolewinskiPTX: Add signed integer comparisons
2011-06-22 Justin HolewinskiPTX: Add .address_size directive if PTX version >= 2.3
2011-06-22 Devang PatelTest case for r133560.
2011-06-21 Francois PichetUnbreak the CMake build
2011-06-21 Devang PatelAfter register is spilled there should not be any DBG_V...
2011-06-21 Jim GrosbachConsolidate some TableGen diagnostic helper functions.
2011-06-21 Owen AndersonFix some trailing issues from my introduction of MVT...
2011-06-21 Nick LewyckyAdd support for assembling "movq" when it's correct...
2011-06-21 Bill WendlingAdd verbose EH table printing to SjLj exception tables.
2011-06-21 Devang PatelThere could be more than one DBG_VALUE instructions...
2011-06-21 Bill WendlingImprove the comment printing for the EH table. This...
2011-06-21 Eric ChristopherHandle the memory-ness of all U+ ARM constraints.
2011-06-21 Devang PatelRemove r130409, as requested by Chris.
2011-06-21 Evan ChengReorg. No functionality change.
2011-06-21 Bob WilsonRevert r133452: "Emit movq for 64-bit register to XMM...
2011-06-21 Anna ZaksAdd support for sadd.with.overflow and uadd.with.overfl...
2011-06-21 Andrew TrickIVUsers no longer needs to record the phis.
2011-06-21 Jay FoadRemove deprecated forms of StringMap::GetOrCreateValue().
2011-06-21 Jay FoadRemove some unnecessary uses of c_str().
next