Added C and Ocaml bindings for functions, basic blocks, and
[oota-llvm.git] / lib / CodeGen /
2007-09-26 Dale JohannesenFix f80 UNDEF.
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-25 Dan GohmanMove the setOperationAction(ISD::DEBUG_LOC, MVT::Other...
2007-09-25 Evan ChengAdded major new capabilities to scheduler (only BURR...
2007-09-24 Dan GohmanDon't emit .debug_line header data if there aren't...
2007-09-24 Dan GohmanMove the Asm->EOL() call for EmitDebugARanges outside...
2007-09-24 Dan GohmanAdd support for emitting .file directives to set up...
2007-09-24 Dan GohmanAdd a routine for emitting .file directives, for setting up
2007-09-24 Dan GohmanUse the correct result value type instead of using...
2007-09-24 Chris LattnerWhen emitting .set directives, make sure the EH and...
2007-09-22 Chris Lattnerinitialize isstore/isload fields in ctor, fixing PR1695
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-21 Chris Lattnerdon't read Block after it is freed. This fixes PR1684
2007-09-21 Chris Lattnerinitialize SetCCResultContents, fixing PR1693
2007-09-19 Dale JohannesenMore long double fixes. x86_64 should build now.
2007-09-19 Dale JohannesenFix longdouble -> uint conversion.
2007-09-19 Evan ChengUse struct SDep instead of std::pair for SUnit pred...
2007-09-18 Evan ChengFix a bogus splat xform:
2007-09-18 Dale JohannesenPrevent crash on long double.
2007-09-18 Bill WendlingDon't pass back a reference to a temporary.
2007-09-18 Bill WendlingThe exception handling function info should be reset...
2007-09-18 Bill WendlingObjective-C was generating EH frame info like this:
2007-09-17 Devang PatelDo not hide APInt::dump() inside #ifndef NDEBUG.
2007-09-17 Devang PatelThis is not ideal but unbreaks build failure.
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-09-16 Dale JohannesenAdjust per revew comments.
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-09-14 Dan GohmanRemove spurious consts. This fixes warnings with compil...
2007-09-13 Chris LattnerFix build problems on Cygwin (PR1652), patch by Patrick...
2007-09-13 Evan ChengBug fixes.
2007-09-12 Evan ChengRemove dead code.
2007-09-12 Evan ChengYet another getTargetNode variant.
2007-09-12 Evan ChengFixed a typo that's causing a missing kill marker.
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Evan ChengSometimes a MI can define a register as well as definin...
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-09-10 Evan ChengObservation of rematerialization.
2007-09-10 Chris LattnerEmit:
2007-09-10 Chris Lattner1. Don't call Value::getName(), which is slow.
2007-09-08 Dale JohannesenImplement misaligned FP loads and stores.
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-06 David GreeneConstify to catch bugs.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-06 Anton KorobeynikovProper handle case, when aliasee is external weak symbo...
2007-09-06 David GreeneAdd instruction dump output. This helps find bugs.
2007-09-06 David GreenePluggable coalescers inplementation.
2007-09-06 Evan ChengFix a memory leak.
2007-09-05 Evan ChengUse pool allocator for all the VNInfo's to improve...
2007-09-05 Duncan SandsDue to label merging, the last label for an invoke
2007-09-05 Duncan SandsFix PR1628. When exception handling is turned on,
2007-09-04 Evan ChengFix for PR1632. EHSELECTION always produces a i32 value.
2007-09-02 Anton KorobeynikovSilence warning while compiling with gcc 4.2
2007-09-02 Anton KorobeynikovEmit proper "secrel" directive, where possible. This...
2007-09-01 Evan ChengMore tweaks to improve compile time.
2007-08-31 Dale JohannesenAdd mod, copysign, abs operations to APFloat.
2007-08-31 Evan Chengstd::map -> DenseMap for slight compile time benefit.
2007-08-31 Dale JohannesenRevise per review of previous patch.
2007-08-31 Evan ChengRemove an unnecessary element, saving 4 bytes per LiveI...
2007-08-31 Evan ChengUse std::map instead of a (potentially very sparse...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Evan ChengTry fold re-materialized load instructions into its...
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-29 Anton KorobeynikovFix use of declaration inside case block
2007-08-29 Evan ChengChange LiveRange so it keeps a pointer to the VNInfo...
2007-08-29 Anton KorobeynikovLower FRAME_TO_ADDR_OFFSET to zero by default (if not...
2007-08-28 Dan GohmanAdd an option, -view-sunit-dags, for viewing the actual...
2007-08-28 Evan ChengRecover most of the compile time regression due to...
2007-08-27 Dan GohmanMake DAGCombiner's global alias analysis query more...
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Duncan SandsThere is an impedance matching problem between LLVM and
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-08-26 Dale JohannesenRevise per review comments.
2007-08-25 Dale JohannesenAdd APFloat interface to ConstantFPSDNode. Change
2007-08-25 Chris LattnerAllow target constants to be illegal types. The target...
2007-08-25 Chris LattnerTeach the dag scheduler to handle inline asm nodes...
2007-08-25 Bill WendlingThe personality function might need to be declared as:
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenUse APFloat internally for ConstantFPSDNode.
2007-08-23 Anton KorobeynikovPerform correct codegen for eh_dwarf_cfa intrinsic.
2007-08-22 Andrew Lenharthmove this check. ppc outputs .no_dead_strip properly
2007-08-20 Dan GohmanMinor cleanups to reduce some spurious differences...
2007-08-20 Rafael EspindolaPartial implementation of calling functions with byval...
2007-08-18 Evan ChengFold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending...
2007-08-17 Evan ChengAvoid issue on 64-bit hosts.
2007-08-17 David GreeneFix GLIBCXX_DEBUG error of comparing two singular iterators
2007-08-16 Evan ChengIf dynamic_stackalloc alignment is > stack alignment...
2007-08-16 Evan Cheng- If a dynamic_stackalloc alignment requirement is...
2007-08-16 Evan ChengFix some kill info update bugs; add hidden option ...
2007-08-15 Lauro Ramos VenancioImplement FPOWI ExpandOp.
2007-08-15 Evan ChengIf the source of a move is in spill slot, the reload...
2007-08-14 Evan Cheng- If a def is dead, do not spill it.
2007-08-14 Evan ChengFix for PR1596: AdjustCopiesBackFrom() should conservat...
2007-08-14 Evan ChengIf a MI's def is remat as well as spilled, and the...
next