Fix a thinko: When lowering fneg with xor, bitcast the operands
[oota-llvm.git] / lib / CodeGen / SelectionDAG / FastISel.cpp
2009-09-07 Dan GohmanFix a thinko: When lowering fneg with xor, bitcast...
2009-09-03 Dan GohmanLLVM currently represents floating-point negation as...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Owen AndersonAdd contexts to some of the MVT APIs. No functionality...
2009-08-11 Owen AndersonFix warnings.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Devang PatelSimplify.
2009-07-01 Devang Patelllvm.dbg.declare is always used for local variable...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
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-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
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 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-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
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-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 PatelIf location where the function was inlined is not know...
2009-04-15 Devang PatelAdd DISubprogram is not null check.
2009-04-15 Devang PatelConstruct and emit DW_TAG_inlined_subroutine DIEs for...
2009-04-13 Devang PatelRight now, Debugging information to encode scopes ...
2009-04-13 Devang PatelReapply 68847.
2009-04-12 Chris Lattnermake UpdateValueMap handle the possiblity that we could be
2009-04-12 Chris Lattneroptimize FastISel::UpdateValueMap to avoid duplicate...
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 Devang PatelSilence unused variable warning.
2009-04-09 Devang Patelllvm.dbg.func_start also defines beginning of function...
2009-04-07 Dan GohmanDon't attempt to handle aggregate argument values in...
2009-03-13 Dan GohmanImprove FastISel's handling of truncates to i1, and...
2009-03-13 Dan GohmanFix FastISel's assumption that i1 values are always...
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 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-13 Bill WendlingRevert this. It was breaking stuff.
2009-02-13 Bill WendlingTurn off the old way of handling debug information...
2009-02-12 Chris Lattnermake fast isel fall back to selectiondags for VLA llvm...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-19 Devang PatelVerify debug info.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-11-24 Evan ChengEliminate some unused variable compile time warnings.
2008-11-06 Devang PatelEmit label for llvm.dbg.func.start of the inlined function.
2008-10-14 Dan GohmanFastISel support for exception-handling constructs.
2008-10-13 Chris Lattnercalls can be supported.
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-07 Dan GohmanAvoid emitting redundant materializations of integer...
2008-10-03 Dan GohmanImplement fast-isel support for zero-extending from i1.
2008-10-02 Dan GohmanOptimize conditional branches in X86FastISel. This...
2008-09-30 Dan GohmanMove the primary fast-isel top-level comments to FastIS...
2008-09-25 Dan GohmanSupport for i1 XOR in FastISel. It is actually safe...
2008-09-25 Dan GohmanFastISel support for debug info.
2008-09-25 Dan GohmanFix a recent fast-isel coverage regression - don't...
2008-09-23 Dan GohmanArrange for FastISel code to have access to the Machine...
2008-09-19 Dan GohmanRefactor X86SelectConstAddr, folding it into X86SelectA...
2008-09-10 Dan GohmanFastISel support for i1 constants.
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-09 Owen AndersonClean this up, based on Evan's suggestions.
2008-09-09 Owen AndersonCheck for type legality before materializing integer...
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-08 Evan ChengAdd fast isel physical register definition support.
2008-09-07 Evan ChengIndentation.
2008-09-05 Owen AndersonRevert r55859. This is breaking the build in the absce...
2008-09-05 Dan GohmanFastISel support for AND and OR with type i1.
2008-09-05 Dan GohmanFastISel support for ConstantExprs.
2008-09-05 Dan GohmanFastISel support for unreachable.
2008-09-05 Owen AndersonAdd initial support for selecting constant materializat...
2008-09-03 Dan GohmanDo trivial local CSE for constants and other non-Instru...
2008-09-03 Dan GohmanCreate HandlePHINodesInSuccessorBlocksFast, a version of
2008-09-03 Owen AndersonOops, I accidentally broke the fallback case with my...
2008-09-03 Owen AndersonFix an issue where we were reusing materializations...
2008-09-02 Evan Cheng80 col violations.
next