oota-llvm.git
2011-06-26 Rafael EspindolaMerge SimpleRegisterCoalescing.cpp into RegisterCoalesc...
2011-06-26 Rafael Espindolamerge SimpleRegisterCoalescing.h into RegisterCoalescer.h.
2011-06-26 Rafael EspindolaMove RegisterCoalescer.h to lib/CodeGen.
2011-06-26 Rafael EspindolaRemove unnecessary wrapper.
2011-06-25 Dan BaileyPTX: corrected tests that were failing
2011-06-25 Chad RosierReplace dyn_cast<> with cast<> since the cast is alread...
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-25 Michael J.... Object: Add proper error handling.
2011-06-25 Michael J.... Modify llvm-nm to use new Binary creation method.
2011-06-25 Michael J.... Make Binary the parent of ObjectFile and update childre...
2011-06-25 Michael J.... Add Binary class. This is a cleaner parent than ObjectFile.
2011-06-25 Michael J.... Add Object/Error.
2011-06-25 Nick LewyckyEnhance the sanity check for block sizes; check that...
2011-06-25 Chad RosierTest case for r133858 (tail call optimize in the presen...
2011-06-25 Oscar FuentesUpdate CMake library dependencies.
2011-06-25 Chad RosierEnable tail call optimization in the presence of a...
2011-06-25 Jim GrosbachMove ARM-specific test to ARM directory.
2011-06-25 Douglas GregorUnbreak CMake build
2011-06-25 Evan ChengRemove dead typedefs.
2011-06-24 Evan ChengAdd include guard.
2011-06-24 Evan ChengRename TargetDesc to MCTargetDesc
2011-06-24 Evan ChengRename TargetRegisterDesc to MCRegisterDesc
2011-06-24 Jim GrosbachRefactor MachO relocation generaration into the Target...
2011-06-24 Owen AndersonThe scheduler needs to be aware on the existence of...
2011-06-24 Bob WilsonRevert "Shorten some ARM builtin names by removing...
2011-06-24 Rafael EspindolaFix cmake build.
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
next