Move getTrue() and getFalse() to 2.5-like APIs.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuild.cpp
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-23 Chris Lattner"fix" PR4612, which is a crash on:
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-21 Owen AndersonMove a bit more state over to the LLVMContext.
2009-07-20 Dale JohannesenMove stripping of bitcasts in inline asm arguments
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-07-16 Anton KorobeynikovPropagate return result extension type
2009-07-15 Owen AndersonMove a few more convenience factory functions from...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-12 Chris Lattnerremove llvm.part.set.* and llvm.part.select.*. They...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-09 Bob WilsonFix an apparent copy-and-paste problem in an error...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-07 Chris Lattnerlower vector icmp/fcmp to ICMP/FCMP nodes with the...
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Devang PatelSimplify.
2009-07-02 Devang PatelSimplify. No intentional functionality change.
2009-07-01 Devang PatelRefactor. No functionality change.
2009-06-15 Dan GohmanChange this from an assert to a cerr+exit, since it...
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-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...
next