oota-llvm.git
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-21 Bill WendlingDefault to converting UADDO to the generic form that...
2008-11-21 Nick LewyckyOptimize (x/y)*y into x-(x%y) in general. Div and rem...
2008-11-21 Duraid MadinaLLVM does have a fortran FE!
2008-11-21 Mon P WangClean up normalization of shuffles
2008-11-21 Scott MichelCellSPU:
2008-11-21 Bill WendlingCombine the two add with overflow intrinsics lowerings...
2008-11-21 Dan GohmanSet the isAntiDep flag in the MachineInstr scheduler.
2008-11-21 Bill WendlingGenerate code for llvm.uadd.with.overflow intrinsic...
2008-11-21 Dan GohmanAdd a flag to SDep for tracking which edges are anti...
2008-11-21 Bill WendlingUpdate comment to reflect a semblance of reality.
2008-11-21 Bill WendlingRemove chains. Unnecessary.
2008-11-21 Dan GohmanRename SDep's isSpecial to isArtificial, to make this...
2008-11-21 Bill WendlingAdd generic test for add with overflow.
2008-11-21 Bill WendlingRename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn...
2008-11-21 Bill WendlingImplement the sadd_with_overflow intrinsic. This is...
2008-11-21 Devang PatelFix unused variable warnings.
2008-11-21 Dan GohmanUse ComputeLatency in the MachineInstr scheduler.
2008-11-21 Dan GohmanRemove the CycleBound computation code from the Schedul...
2008-11-21 Bill WendlingUpdate comment.
2008-11-21 Oscar FuentesCMake: Do not rebuild the world when tblgen changes...
2008-11-21 Dan GohmanImplement ComputeLatency for MachineInstr ScheduleDAGs...
2008-11-21 Bill WendlingAdd UADDO and SADDO nodes. These will be used for deter...
2008-11-21 Dan GohmanChange these schedulers to not emit no-ops. It turns...
2008-11-21 Bill WendlingFix error where it wasn't getting the correct caller...
2008-11-21 Bill WendlingIf the function being inlined has a higher stack protec...
2008-11-21 Bill WendlingIntroduce two new "add" intrinsics. These return the...
2008-11-20 Oscar FuentesCMake: More documentation.
2008-11-20 Dan GohmanDelete redundant inline keywords.
2008-11-20 Dan GohmanDoxygenate comments.
2008-11-20 Oscar FuentesCMake: Some documentation. Work in progress.
2008-11-20 Dan GohmanTreat mid-block labels the same as terminators when...
2008-11-20 Dan GohmanAdd another machine-code printing pass when post-pass...
2008-11-20 Devang PatelDon't forget arguments!
2008-11-20 Dan GohmanTest -pre-RA-sched=fast too, for completeness.
2008-11-20 Oscar FuentesCMake: Option for building with -fPIC.
2008-11-20 Gordon HenriksenUpdating ignore lists.
2008-11-20 Scott MichelCellSPU:
2008-11-20 Duncan SandsAdd some documentation.
2008-11-20 Mon P WangAllow XMM2 and XMM3 to be used for non ABI compliant...
2008-11-20 Bill Wendling80-column violation.
2008-11-20 Bill WendlingReformatting. No functionality change.
2008-11-20 Chris Lattneradd an operator= to assign to smallstring.
2008-11-20 Scott MichelCellSPU: Custom lower truncating stores of i8 to i1...
2008-11-20 Nick Lewyckyundef beats zero. Fix this missed optimization opportun...
2008-11-20 Scott MichelRevert accidental last patch
2008-11-20 Scott MichelCellSPU: Adjust spacing/tabulation
2008-11-20 Dan GohmanRemove a remnant of list-burr's fast mode.
2008-11-20 Dan GohmanFactor out the SethiUllman numbering logic from the...
2008-11-20 Dan GohmanRemove the "fast" form of the list-burr scheduler,...
2008-11-20 Oscar FuentesCMake: when building shared libraries, use -fPIC for...
2008-11-20 Dan GohmanFacter AddPseudoTwoAddrDeps and associated infrasructur...
2008-11-20 Evan Cheng- Register scavenger should use MachineRegisterInfo...
2008-11-20 Evan ChengFix a thinko. MO is getOperand(i-1) so we don't have...
2008-11-20 Dan GohmanAdd #include <climits> to get the definition of INT_MAX.
2008-11-20 Dan GohmanFactor out the code for verifying the work of the sched...
2008-11-20 Devang PatelDo not forget llvm.dbg.declare's first argument while...
2008-11-20 Bill WendlingCopy the tblgen utility.
2008-11-19 Dan GohmanSimplify this code a little. In the fast scheduler...
2008-11-19 Evan ChengEliminate a compile time warning.
2008-11-19 Evan ChengEliminate a compile time warning.
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-11-19 Dan GohmanMove the code for printing a graph node label for an...
2008-11-19 Dan GohmanConvert SUnit's dump method into a print method and...
2008-11-19 Oscar FuentesCMake: Removed source file.
2008-11-19 Devang PatelDo not use separate utility to walk all instructions...
2008-11-19 Devang PatelLet instcombiner remove redundant dbg intrinsics.
2008-11-19 Devang PatelIf there are two consecutive llvm.dbg.stoppoint calls...
2008-11-19 Oscar FuentesCMake: Removed source file from lib/Target/PIC16/CMakeL...
2008-11-19 Scott MichelCellSPU: Do not custom lower i1 stores, rely on type...
2008-11-19 Stuart Hastings<rdar://problem/6351057>
2008-11-19 Andrew Lenharthignore the -m elf_i386 directive used in the linux...
2008-11-19 Dan GohmanRevert r59640. It broke this test for builds that aren't
2008-11-19 Dan GohmanUse %llvmgcc -xassembler instead of invoking as directl...
2008-11-19 Scott MichelTemporary check-in for Duncan to demonstrate CellSPU...
2008-11-19 Argyrios KyrtzidisFix compilation error on MSVC.
2008-11-19 Sanjiv GuptaForgot to add this in the previous commit.
2008-11-19 Sanjiv GuptaFixed build warnings.
2008-11-19 Sanjiv GuptaAdded a more function PIC16 backend. However to get...
2008-11-19 Bill WendlingUse stripPointerCasts when checking for AllocaInsts...
2008-11-19 Sanjiv GuptaInt type for PIC16 is i16. Added i16 intrinsics for...
2008-11-19 Chris Lattneradd a write method.
2008-11-19 Bill Wendling- Move the stackprotector intrinsic to the general...
2008-11-19 Owen AndersonAdd support for rematerialization in pre-alloc-splitting.
2008-11-19 Daniel DunbarLLVMC2: -emit-llvm stops compilation.
2008-11-19 Daniel DunbarLLVMC2: Teach llvm_gcc_c tool about -include and -fsynt...
2008-11-19 Daniel DunbarGrammar.
2008-11-19 Dan GohmanRearrange code to reduce the nesting level. No function...
2008-11-19 Bill WendlingUse dyn_cast instead of cast.
2008-11-19 Bill WendlingMatch an element of the return type if it returns a...
2008-11-19 Devang PatelRemove unused variables.
2008-11-19 Devang PatelFix typo.
2008-11-19 Oscar FuentesCMake: Support for building 32 bits shared libraries...
2008-11-19 Dan GohmanFix debug printing of flagged SDNodes in SUnits so...
2008-11-18 Evan ChengMake the same change to RegScavenger::backward.
2008-11-18 Oscar FuentesCMake: Option for enabling/disabling threads.
2008-11-18 Bill WendlingVerify that the second parameter of the stacprotector...
2008-11-18 Evan ChengWe also need to keep the operand index for two address...
next