Emit declaration for globals and externs.
[oota-llvm.git] / lib /
2008-11-26 Sanjiv GuptaEmit declaration for globals and externs.
2008-11-26 Dan GohmanFish kill flag annotations in PUSH instructions.
2008-11-26 Dan GohmanLiveRanges are represented as half-open ranges. Fix...
2008-11-26 Chris Lattnerteach the new heuristic how to handle inline asm.
2008-11-26 Ted KremenekAdd 'tell' method to raw_fd_ostream that clients can...
2008-11-26 Chris LattnerImprove ValueAlreadyLiveAtInst with a cheap and dirty...
2008-11-26 Nick Lewycky__fastcall and __stdcall are mingw extensions to gcc...
2008-11-26 Chris LattnerStart rewroking a subpiece of the profitability heurist...
2008-11-26 Chris Lattneradd a long-overdue AllocaInst::isStaticAlloca method.
2008-11-26 Chris Lattneradd a comment, make save/restore logic more obvious.
2008-11-26 Chris LattnerThis adds in some code (currently disabled unless you...
2008-11-26 Evan ChengRevert r60042. IndVarSimplify should check if APFloat...
2008-11-26 Chris LattnerTeach CodeGenPrepare to look through Bitcast instructio...
2008-11-26 Nuno Lopeschange AnnotationManager to use 'const char*' instead...
2008-11-25 Bill WendlingA simplification for checking whether the signs of...
2008-11-25 Evan ChengconvertToSignExtendedInteger should return opInvalidOp...
2008-11-25 Dan GohmanSuppress warnings.
2008-11-25 Scott MichelCellSPU:
2008-11-25 Bill WendlingNow with the correct type for the 0.
2008-11-25 Bill WendlingGet rid of unused variable.
2008-11-25 Bill WendlingHacker's Delight says, "Signed integer overflow of...
2008-11-25 Chris LattnerTeach MatchScaledValue to handle Scales by 1 with Match...
2008-11-25 Chris Lattnersignificantly refactor all the addressing mode matching...
2008-11-25 Chris Lattnerrefactor all the constantexpr/instruction handling...
2008-11-25 Chris Lattneranother minor tweak
2008-11-25 Chris Lattnerminor cleanups no functionality change.
2008-11-25 Scott MichelCellSPU: Relax constraints on when to generate a X...
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...
2008-11-25 Scott MichelCellSPU: Fix mnemonic typo in pattern; "shlqbyi" -...
2008-11-24 Chris Lattnerrearrange and tidy some code, no functionality change.
2008-11-24 Chris Lattnerminor cleanups to debug code, no functionality change.
2008-11-24 Chris Lattnerreenable the right part of the code.
2008-11-24 Chris Lattnerrevert an accidental commit, this fixes the regression...
2008-11-24 Chris LattnerFix 3113: If we have a dead cyclic PHI, replace the...
2008-11-24 Bill Wendling- Make lowering of "add with overflow" customizable...
2008-11-24 Scott MichelCellSPU:
2008-11-24 Dan GohmanCheck in the rest of this change. The isAntiDep flag...
2008-11-24 Dan GohmanPass the isAntiDep argument.
2008-11-24 Dan GohmanRun post-RA scheduling after branch folding, as it...
2008-11-24 Scott MichelCellSPU:
2008-11-24 Matthijs KooijmanMinor fix debug for register allocation debug output.
2008-11-24 Duncan SandsIf the type legalizer actually legalized anything
2008-11-24 Matthijs KooijmanFix comments.
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-11-24 Evan ChengEliminate some unused variable compile time warnings.
2008-11-24 Nick LewyckySeriously strengthen the guarantee offered by noalias...
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-11-24 Mon P WangAdded missing description for -disable-mmx option.
2008-11-24 Bill WendlingAdd support for llvm.uadd.with.overflow.
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-23 Chris LattnerMake JIT::runFunction handle functions with non-C calli...
2008-11-23 Mon P WangAdded -disable-mmx using a patch from Preston Gurd.
2008-11-23 Mon P WangAdded check to avoid generating extract subvector beyon...
2008-11-22 Scott MichelCellSPU: Fix bug 3056. Varadic extract_element was...
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-22 Bill WendlingCleanup of the [SU]ADDO type legalization code. Patch...
2008-11-22 Bill Wendling- Move conversion of [SU]ADDO from DAG combiner into...
2008-11-21 Devang PatelFix build failure.
2008-11-21 Devang PatelSilence unused variable warnings.
2008-11-21 Dan GohmanCorrectly set the isCtrl flag for chain dependencies.
2008-11-21 Dan GohmanUpdate comments.
2008-11-21 Dan GohmanUpdate comments.
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 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 WendlingRemove chains. Unnecessary.
2008-11-21 Dan GohmanRename SDep's isSpecial to isArtificial, to make this...
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 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-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 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 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 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 Dan GohmanFacter AddPseudoTwoAddrDeps and associated infrasructur...
2008-11-20 Evan Cheng- Register scavenger should use MachineRegisterInfo...
next