Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on
[oota-llvm.git] / lib /
2010-09-01 Duncan SandsIf PrototypeValue is erased in the middle of using...
2010-09-01 Chris Lattneradd a gross hack to work around a problem that Argiris...
2010-09-01 Bruno Cardoso LopesUse movlps, movlpd, movss and movsd specific nodes...
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-09-01 Bruno Cardoso Lopesminor change, simplify some logic
2010-09-01 Bruno Cardoso LopesMove some functions around so they can be used for...
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-08-31 Chris Lattnerlicm is wasting time hoisting constant foldable operations,
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-31 Dan GohmanReapply r112432, now that the real problem is addressed.
2010-08-31 Dan GohmanReapply r112433, now that the real problem is addressed.
2010-08-31 Dan GohmanRevert r110916. This patch is buggy because the code...
2010-08-31 Bill WendlingWe have a chance for an optimization. Consider this...
2010-08-31 Anton KorobeynikovSome fixes for NetBSD
2010-08-31 Bruno Cardoso LopesUse x86 specific MOVSLDUP node, add more patterns to...
2010-08-31 Devang PatelReapply r112623. Included additional check for unused...
2010-08-31 Bruno Cardoso LopesUse x86 specific MOVSHDUP node and add more patterns...
2010-08-31 Bill WendlingAnd ANDS pattern to match the t2ANDS pattern.
2010-08-31 Jakob Stoklund OlesenMake %EFLAGS unallocatable.
2010-08-31 Jakob Stoklund OlesenTrack liveness of unallocatable, unreserved registers...
2010-08-31 Bruno Cardoso LopesUse MOVHLPS node instead of matching using movhlps...
2010-08-31 Chris Lattnertidy up
2010-08-31 Bruno Cardoso LopesUse MOVLHPS and MOVHLPS x86 nodes whenever possible...
2010-08-31 Dan GohmanRevert r112432. It appears to be exposing a problem...
2010-08-31 Owen AndersonMore cleanups of my JumpThreading transforms, including...
2010-08-31 Jakob Stoklund OlesenIgnore unallocatable registers in RegAllocFast.
2010-08-31 Devang PatelRevert r112623. It is causing self host build failures.
2010-08-31 Owen AndersonAdd an RAII helper to make cleanup of the RecursionSet...
2010-08-31 Owen AndersonOnly try to clean up the current block if we changed...
2010-08-31 Jim GrosbachSP relative offsets need to be adjusted by the local...
2010-08-31 Devang PatelRemember byval argument's frame index during argument...
2010-08-31 Jim Grosbachthis assert should just be a condition, since this...
2010-08-31 Owen AndersonRefactor my fix for PR5652 to terminate the predecessor...
2010-08-31 Jim GrosbachImprove virtual frame base register allocation heuristics.
2010-08-31 Dan GohmanSpeculatively revert r112433.
2010-08-31 Benjamin KramerAllow creation of SHT_NULL sections, from Roman Divacky.
2010-08-31 Duncan SandsStop using the dom frontier in DwarfEHPrepare by not...
2010-08-31 Nick LewyckyFix an infinite loop; merging two functions will create...
2010-08-31 Owen AndersonDon't perform an extra traversal of the function just...
2010-08-31 Bill Wendling- Cleanup some whitespaces.
2010-08-31 Owen AndersonRename ValuePropagation to a more descriptive Correlate...
2010-08-31 Owen AndersonRename file to something more descriptive.
2010-08-31 Owen AndersonMore Chris-inspired JumpThreading fixes: use ConstantEx...
2010-08-31 Michael J. SpencerCleanup Whitespace.
2010-08-31 Michael J. SpencerSystem: Fix getMagicNumber on windows.
2010-08-31 Devang PatelOffset is not always unsigned number.
2010-08-31 Devang PatelSimplify.
2010-08-31 Nick LewyckySwitch to DenseSet, simplifying much more code. We...
2010-08-31 Owen AndersonRemove r111665, which implemented store-narrowing in...
2010-08-31 Bruno Cardoso Lopeszap unused method. x86 is the only user and already...
2010-08-31 Bruno Cardoso LopesUse X86ISD::MOVSS and MOVSD to represent the movl mask...
2010-08-31 Eric ChristopherRewrite slightly so we can expand for floating point...
2010-08-31 Jakob Stoklund OlesenAdd experimental -disable-physical-join command line...
2010-08-30 Owen AndersonFix a typo.
2010-08-30 Eric ChristopherIf we have an unhandled type then assert, we shouldn...
2010-08-30 Owen AndersonCleanups suggested by Chris.
2010-08-30 Owen AndersonRe-apply r112539, being more careful to respect the...
2010-08-30 Anton KorobeynikovExpand MOVi32imm in ARM mode after regalloc. This provides
2010-08-30 Owen AndersonAdd statistics to evaluate this pass.
2010-08-30 Owen AndersonRevert r112539. It accidentally introduced a miscompil...
2010-08-30 Owen AndersonFixes and cleanups pointed out by Chris. In general...
2010-08-30 Bill WendlingUse the existing T2I_bin_s_irs pattern instead of creat...
2010-08-30 NAKAMURA TakumiFix a comment.
2010-08-30 Jakob Stoklund OlesenRemember to clear the shadow kill flag at the same...
2010-08-30 Dan GohmanAdd comments explaining why it's not necessary to inclu...
2010-08-30 Bob WilsonRemove NEON vmovn intrinsic, replacing it with vector...
2010-08-30 Jim GrosbachMake ARM add rN, sp, #imm instructions rematerializable...
2010-08-30 Chris Lattnertwo changes:
2010-08-30 Bob WilsonWhen expanding NEON VST pseudo instructions, if the...
2010-08-30 Benjamin KramerMCELF: The value of all common symbols is the offset...
2010-08-30 Owen AndersonIt is possible to try to merge a not-constant with...
2010-08-30 Benjamin KramerDon't print two "0x" prefixes. Use a raw_ostream overlo...
2010-08-30 NAKAMURA TakumiEE/JIT: Do not invoke parent's ctors/dtors from main...
2010-08-30 Benjamin KramerThe value is offset from the start of the section for...
2010-08-30 Benjamin KramerIndex external symbols by symbol table instead of paren...
2010-08-30 Benjamin KramerMark all common symbols external. This is not exactly...
2010-08-30 Duncan SandsRemove a hack that tries to understand incorrect triple...
2010-08-30 Bill WendlingRevert r112461. It was failing on PPC...
2010-08-30 Bill WendlingCreate Thumb2sI_cpsr and T2sI_cpsr. These new classes...
2010-08-30 Bill WendlingWhen adding a register, we should mark it as "def"...
2010-08-29 Chris Lattnerrevert 112457, it looks like it broke selfhost.
2010-08-29 Chris Lattnerrewrite DwarfEHPrepare to use SSAUpdater to promote...
2010-08-29 Chris Lattnerinline function into its only caller.
2010-08-29 Chris Lattnertwo changes: 1) make AliasSet hold the list of call...
2010-08-29 Chris LattnerLICM does get dead instructions input to it. Instead...
2010-08-29 Chris Lattneruse moveBefore instead of remove+insert, it avoids...
2010-08-29 Chris Lattnerrevert 112448 for now.
2010-08-29 Chris Lattneroptimize LICM::hoist to use moveBefore. Correct its...
2010-08-29 Chris Lattnerfix some bugs (found by inspection) where LICM would...
2010-08-29 Chris Lattnerrework the ownership of subloop alias information:...
2010-08-29 Chris Lattnerapparently unswitch had the same "Feature". Stop its
2010-08-29 Chris Lattnernow that loop passes don't use DomFrontier, there is...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-29 Dan GohmanOptionally rerun dedicated-register filtering after...
2010-08-29 Dan GohmanFix several areas in LSR to do a better job keeping...
2010-08-29 Dan GohmanRefactor the three main groups of code out of
2010-08-29 Dan GohmanDelete a bogus check.
2010-08-29 Dan GohmanAdd some comments.
2010-08-29 Dan GohmanMove this debug output into GenerateAllReuseFormula...
2010-08-29 Dan GohmanDelete an unused declaration.
next