Expose Function::viewCFG and Function::viewCFGOnly to bindings.
[oota-llvm.git] / lib /
2008-03-31 Erick TryzelaarExpose Function::viewCFG and Function::viewCFGOnly...
2008-03-31 Evan ChengRe-apply 48911.
2008-03-31 Evan ChengThe support for remat of instructions with a register...
2008-03-31 Owen AndersonFix a major bug in the DFS calculation. Thanks for...
2008-03-31 Nate BegemanDon't eliminate bitcast instructions that change the...
2008-03-30 Duncan SandsFix comment typo.
2008-03-30 Nick LewyckyMoved from PR1570.
2008-03-30 Chris LattnerFix "Control reaches the end of non-void function"...
2008-03-30 Chris Lattnerminor code cleanups, allow constant folding sinf/cosf.
2008-03-29 Evan ChengCosmetic changes.
2008-03-29 Chris Lattnerchange iterator invalidation avoidance to just move...
2008-03-29 Chris Lattnermake the common case of a single store (which clearly...
2008-03-29 Chris Lattnergive form-memset a significantly more sane heuristic...
2008-03-29 Owen AndersonRemove some unneeded code for LiveInterval joining...
2008-03-28 Dan GohmanFix a tokenfactor node to use the load chain rather...
2008-03-28 Evan ChengBacking out 48911 for now. It's breaking stuff.
2008-03-28 Chris Lattnerifdef out a dead function. Should this be removed?
2008-03-28 Duncan SandsRename getAnyLoad to getLoad is suggested by Evan.
2008-03-28 Evan ChengNew entry.
2008-03-28 Evan ChengLoad from stub is already re-materializable.
2008-03-28 Nick LewyckyUpdate example to new syntax.
2008-03-28 Chris Lattnermake memset inference significantly more powerful:...
2008-03-28 Evan ChengNew entry.
2008-03-27 Duncan SandsImplement LegalizeTypes support for softfloat LOAD.
2008-03-27 Dan GohmanAvoid creating chain dependencies from CopyToReg nodes...
2008-03-27 Devang PatelPHI->removeIncomingValue may remove PHInode.
2008-03-27 Roman LevensteinFix spelling. Thanks, Duncan! :-)
2008-03-27 Roman LevensteinSpeed-up the SumOfUnscheduledPredsOfSuccs by introducin...
2008-03-27 Evan ChengCode clean up.
2008-03-27 Evan ChengAllow certain lea instructions to be rematerialized.
2008-03-27 Evan ChengRemove an unused command line option.
2008-03-27 Evan ChengFix a memory bug: increment an iterator of a deleted...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-03-26 Dale JohannesenFix a bug in Darwin EH: FDE->CIE pointer must
2008-03-26 Evan ChengOne more coalescer fix wrt deadness propagation.
2008-03-26 Evan ChengAvoid commuting a def MI in order to coalesce a copy...
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-26 Roman LevensteinFixed some spelling errors. Thanks, Duncan!
2008-03-26 Roman LevensteinSome improvements related to the computation of isReach...
2008-03-26 Evan ChengFix some SSE4.1 instruction encoding bugs.
2008-03-26 Owen AndersonDead PHI instructions need to be handled specially.
2008-03-25 Dale JohannesenUse ## for comment delimiter on darwin x86-32, so
2008-03-25 Evan ChengSmaller function alignment when optimizing for size.
2008-03-25 Evan ChengRename option -optimizefor-size to -optimize-size.
2008-03-25 Owen AndersonRemove some debugging code.
2008-03-25 Owen AndersonStrongPHIElimination doesn't support swapping live...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-03-25 Dan GohmanAvoid outputing spaces at the ends of lines.
2008-03-25 Devang PatelDo not align loops if optimizing for size.
2008-03-25 Devang PatelAdd optimize-for-size knob.
2008-03-25 Evan ChengHandle a special case xor undef, undef -> 0. Technicall...
2008-03-25 Evan ChengHandle a special case xor undef, undef -> 0. Technicall...
2008-03-25 Dan GohmanFix typos.
2008-03-25 Dan GohmanAdd CMP32mr and friends to the load-unfolding table...
2008-03-25 Bill WendlingFix PR2062: Don't build Intrinsics.gen in the source...
2008-03-25 Evan ChenglastRegisterUse() should ignore identity copies. Those...
2008-03-24 Evan ChengRemove an unneeded test.
2008-03-24 Evan ChengAdd \t after .set. Fix by Jay Freeman.
2008-03-24 Evan ChengIf the coalescer commuted a def MI to allow coalescing...
2008-03-24 Evan ChengAdd an assertion to catch register of illegal class.
2008-03-24 Bill WendlingUse the bit size of the operand instead of the hard...
2008-03-24 Evan Cheng- SSE4.1 extractfps extracts a f32 into a gr32 register...
2008-03-24 Owen AndersonRevert r48676. I had plans for using it, but now it...
2008-03-24 Owen AndersonRemove #include<iostream>, which I was using for debugging.
2008-03-24 Devang PatelAdd incoming value from header only if phi node has...
2008-03-24 Dan GohmanShrink the size of AllocationInst by using its SubclassData
2008-03-24 Dan GohmanAPIntify SelectionDAG's EXTRACT_ELEMENT code.
2008-03-24 Evan ChengIncreasing the inline limit from (overly conservative...
2008-03-24 Evan ChengTemporarily disabling memset forming optimization....
2008-03-24 Owen AndersonBe sure to remove intervals after we've joined them...
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...
2008-03-23 Evan ChengRemove duplicated entries.
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-23 Anton KorobeynikovMinor typo fixes. Also add another FIXME.
2008-03-23 Anton KorobeynikovPreserve calling convention during function cloning
2008-03-23 Anton KorobeynikovAdd license header
2008-03-23 Anton KorobeynikovAdd Win64 compilation callback. This allows easy exampl...
2008-03-23 Anton KorobeynikovProvide a JIT selector on win64
2008-03-23 Anton KorobeynikovHack out the PIC mode on Win64 targets. This needs...
2008-03-23 Anton KorobeynikovCode cleanup. Provide generic way of selecting JIT...
2008-03-23 Anton KorobeynikovRemove old-standing obsolete code.
2008-03-22 Anton KorobeynikovHonour built-in defines on win64 targets for automatica...
2008-03-22 Anton KorobeynikovRecognize "windows" in target triple, not only "win32"
2008-03-22 Anton KorobeynikovAdd information about callee-saved registers on Win64
2008-03-22 Anton KorobeynikovAdd convenient helper for win64 check. Simplify things...
2008-03-22 Anton KorobeynikovInitial support for Win64 calling conventions. Still...
2008-03-22 Anton KorobeynikovRegister EH frames emitted in JIT when using gcc unwind...
2008-03-22 Anton KorobeynikovFix merge error
2008-03-22 Anton KorobeynikovAdd testcase for prev. commit. Minor fixes
2008-03-22 Anton KorobeynikovAliasing chains cleanups: update langref, add check...
2008-03-22 Anton KorobeynikovSupport chained aliases for LLVM IR printing. This...
2008-03-22 Anton KorobeynikovAnother comments fixing
2008-03-22 Anton KorobeynikovSlightly increase default set size. It's cheap and...
2008-03-22 Chris Lattnerimplement an initial hack at a straight-line store...
2008-03-22 Chris Lattnerimplement the logic for memset insertion and store...
2008-03-22 Owen AndersonAdd a comment, and fix a bug where AllocateRW recurred...
2008-03-22 Owen AndersonAdd an AllocateRW to match AllocateRWX.
2008-03-22 Evan ChengTeach DAG combiner to commute commutable binary nodes...
2008-03-22 Chris LattnerThis is a partially implemented and currently disabled...
next