Add a new codegen pass that normalizes dwarf exception handling
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuild.cpp
2009-05-22 Duncan SandsAdd a new codegen pass that normalizes dwarf exception...
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-05-20 Eli FriedmanFix for PR4235: to build a floating-point value from...
2009-05-18 Bill WendlingRevert last commit. It was wrong.
2009-05-18 Bill WendlingDon't call RegionInlinedFnEnd if our optimization level...
2009-05-14 Dan GohmanAdd an assert to turn a segfault on an unsupported...
2009-05-13 Jim GrosbachRemoving the HasBuiltinSetjmp flag and associated bits...
2009-05-12 Jim GrosbachAdd support for GCC compatible builtin setjmp and longj...
2009-05-10 Bill Wendling--- Reverse-merging r71370 into '.':
2009-05-09 Bill WendlingA debug function start was not being recorded when...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-08 Bill WendlingMirror how Fast ISel determines if a region.end intrins...
2009-05-08 Anton KorobeynikovDo not emit bit tests if target does not support native...
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Argyrios KyrtzidisMake DwarfWriter::RecordInlinedFnStart more like the...
2009-05-04 Chris LattnerMake DBG_STOPPOINT nodes, and therefore DBG_LABEL label...
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Argyrios Kyrtzidis-Move the DwarfWriter::ValidDebugInfo check to a static...
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
2009-04-30 Chris Lattnerfix a regression handling indirect results: these need...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Nate BegemanImplement review feedback for vector shuffle work.
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-23 Dan GohmanFactor out a bit of code that appears in several places...
2009-04-23 Dan GohmanHandle Void types in ComputeValueVTs. This doesn't...
2009-04-18 Dale JohannesenInline asm's were still introducing bogus dependencies;
2009-04-16 Devang PatelDo not treat beginning of inlined scope as beginning...
2009-04-16 Devang PatelRecord line number at the beginning of a func.start.
2009-04-16 Devang PatelIn -fast mode do what FastISel does.
2009-04-14 Dale JohannesenDo not force asm's to be chained if they don't touch
2009-04-13 Daniel DunbarMake these errors more noticable in build logs.
2009-04-13 Devang PatelRight now, Debugging information to encode scopes ...
2009-04-13 Devang PatelReapply 68847.
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-04-09 Dan GohmanRemove the obsolete SelectionDAG::getNodeValueTypes...
2009-04-09 Dan GohmanGeneralize ExtendUsesToFormExtLoad to be usable for...
2009-04-09 Dan GohmanDon't copy the operand of a SwitchInst into virtual...
2009-04-07 Devang PatelRevert prev. patch for now.
2009-04-07 Devang PatelRight now DBG_LABEL are required for llvm.dbg.region_st...
2009-03-31 Dan GohmanFix live-out reg logic to not insert over-aggressive...
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-25 Dale JohannesenWhen optimizing with debug info, don't keep the
2009-03-24 Chris Lattnermore tidying: name the components of PhysReg in the...
2009-03-24 Chris LattnerTidy a bit more.
2009-03-24 Chris Lattnersimplify this code a bit now that "allocation to a...
2009-03-23 Evan ChengModel inline asm constraint which ties an input to...
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2009-03-17 Rafael EspindolaDon't force promotion of return arguments on the callee.
2009-03-17 Chris LattnerFix codegen to compute the size of an allocation by...
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Dale JohannesenFix big-endian codegen bug. We're splitting up
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-19 Bill WendlingTemporarily revert r65065. It was causing test failures.
2009-02-19 Bill WendlingCheck for -fast here too.
2009-02-19 Bill WendlingGenerate these labels when we're in "fast" mode, not...
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-13 Bill WendlingRevert this. It was breaking stuff.
2009-02-13 Bill WendlingTurn off the old way of handling debug information...
2009-02-09 Evan ChengSimplify code.
2009-02-09 Evan ChengMake sure constant subscript is truncated to ptr size...
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Bill WendlingClear out the CurDebugLoc info when doing a 'clear...
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-03 Dale JohannesenDebugLoc propagation; adjustment to things omitted
2009-02-03 Bill WendlingPass in something sensible for the debug location infor...
2009-02-03 Bill WendlingExplicitly pass in the "unknown" debug location. This...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Dale JohannesenPropagate debug info when building SelectionDAG.
2009-01-28 Dan GohmanMake isOperationLegal do what its name suggests, and...
2009-01-28 Duncan SandsFormatting.
2009-01-27 Dan GohmanDelete redundant return statements.
2009-01-26 Anton KorobeynikovDuring bittest switch lowering emit shift in the test...
2009-01-21 Duncan SandsCleanup whitespace and comments, and tweak some
2009-01-21 Sanjiv GuptaAllow targets to legalize operations (with illegal...
2009-01-20 Bill WendlingUse "SINT_TO_FP" instead of "UINT_TO_FP" when getting...
2009-01-20 Bill WendlingShift types need to match.
next