oota-llvm.git
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...
2008-11-18 Evan ChengRegister scavenger should process early clobber defs...
2008-11-18 Evan ChengFix indentation.
2008-11-18 Bill WendlingDocumentation for the llvm.stackprotector intrinsic.
2008-11-18 Devang PatelAdd new helper pass that strips all symbol names except...
2008-11-18 Dan GohmanDon't set neverHasSideEffects on x86's divide instructi...
2008-11-18 Dan GohmanTidy up ScheduleNodeBottomUp methods, and make them...
2008-11-18 Dan GohmanUpdate a comment to reflect the current code.
2008-11-18 Duncan SandsRemove integer promotion support for FP_EXTEND
2008-11-18 Devang PatelRemove even more llvm.dbg variables.
2008-11-18 Oscar FuentesCMake: Remove HAVE_LT_DLOPEN from config.h.cmake becaus...
2008-11-18 Duncan SandsSimplify code using helper routines. There is not
2008-11-18 Owen AndersonFix a bug introduced by my previous patch. With this...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-11-18 Dan GohmanMake some methods const.
2008-11-18 Devang PatelInitialize MallocFunc and FreeFunc properly.
2008-11-18 Dan GohmanWhitespace cleanups.
2008-11-18 Dan GohmanAdd svn:ignore for build directories.
2008-11-18 Duncan SandsLegalizeTypes support for splitting and scalarizing
2008-11-18 Nick LewyckyAdd a utility function that detects whether a loop...
2008-11-18 Bill WendlingRename stackprotector_create intrinsic to stackprotector.
2008-11-18 Bill WendlingCast to remove warning about comparing signed and unsigned.
2008-11-18 Nicolas GeoffrayImplement support for JIT exceptions on X86_64. Relativ...
2008-11-18 Duncan SandsRemove unused variable.
2008-11-18 Duncan SandsReapply r59464, this time using the correct type
2008-11-18 Bill WendlingA simple test for stack protectors. This should be...
2008-11-18 Bill WendlingRemove the stackprotector_check intrinsic. Use a volati...
2008-11-18 Bill Wendling- Use "moveAfter" instead of "remove/insert" of a basic...
2008-11-18 Dan GohmanFix a typo in a comment.
2008-11-18 Dan GohmanChange SUnit's dump method to take a ScheduleDAG* inste...
2008-11-18 Bill WendlingRevert r59464. It was causing this failure:
2008-11-18 Dan GohmanThere is no InstrStage class.
2008-11-18 Devang PatelGive SIToFPInst preference over UIToFPInst because...
2008-11-18 Dan GohmanAvoid using a loop in ReleasePred and ReleaseSucc metho...
2008-11-17 Devang PatelWhile handling floating point IVs lift restrictions...
2008-11-17 Devang PatelHandle floating point ivs during doInitialization().
2008-11-17 Dan GohmanEliminate some trivial differences between the Schedule...
2008-11-17 Duncan SandsAdd soft float support for a bunch more operations...
2008-11-17 Dan GohmanDon't bother doing latency calculations in the "fast...
2008-11-17 Dan GohmanUse SUnit's CycleBound field instead of duplicating...
2008-11-17 Dale JohannesenRemove these, which test for optimizations that
2008-11-17 Dale JohannesenMove some former testcases (low-probability codegen
2008-11-17 Devang PatelLet AnalyzeAlloca() remove debug intrinsics.
2008-11-17 Richard OsborneDon't produce ADDC/ADDE when expanding SHL unless they...
2008-11-17 Mikhail GlushenkovSupport dependencies between plugins by priority-sorting.
2008-11-17 Mikhail GlushenkovFilter ToolPropertiesList to exclude all Tools not...
2008-11-17 Mikhail GlushenkovAdd a layer of indirection to make plugins more flexible.
2008-11-17 Dan GohmanDon't use the isPending flag to mean what the isAvailab...
2008-11-17 Zhongxing Xumove partial template specialization to FoldingSet.h.
2008-11-17 Mon P WangFixed legalization of CONVERT_RNDSAT for integers.
2008-11-16 Lang HamesRemoved 2008-10-17-SpillerBug.ll as it does not provide...
2008-11-16 Chris Lattnerpunctuate, add wording about patches contributed by...
2008-11-16 Torok EdwinIf SI->size() is 0, we are not allowed to dereference...
2008-11-16 Lang Hames2008-10-17-SpillerBug.ll is currently failing, but...
2008-11-16 Lang HamesBig PBQP allocator update. Adds coalescing support...
2008-11-16 Chris Lattnereliminate some std::set's.
2008-11-16 Chris Lattnersimplify loop
2008-11-16 Chris Lattnersimplify a bunch more instcombines to use m_Specific...
2008-11-16 Chris Lattnerfactor the code for simplifying (icmp)|(icmp) into...
2008-11-16 Chris Lattnerdo some computation with apints instead of ConstantInts.
2008-11-16 Chris Lattnermerge a check into a place where it is simpler.
2008-11-16 Mon P WangImproved shuffle normalization to avoid using extract...
next