Remove an obsolete todo comment.
[oota-llvm.git] / lib /
2008-08-20 Dan GohmanMove the handling of ANY_EXTEND, SIGN_EXTEND_INREG...
2008-08-20 Dan GohmanSimplify the BuildMI calls even more.
2008-08-20 Dan GohmanSimplify FastISel's constructor argument list, make...
2008-08-20 Dan GohmanDump the instruction that foiled ISel even when -debug...
2008-08-20 Bill WendlingDon't hoist instructions that define a physical register.
2008-08-20 Dan GohmanMake more use of the BuildMI API.
2008-08-20 Dan GohmanMinor code reorganization.
2008-08-20 Dan GohmanMinor whitespace cleanup.
2008-08-20 Dan GohmanFix 80 column violation.
2008-08-20 Evan ChengKill off SimpleBBISel, it's replaced by FastISel.
2008-08-20 Chris LattnerMove the fast-path (<=i64) cases of various APInt metho...
2008-08-20 Dan GohmanDisable DAGCombine's alignment inference in "fast"...
2008-08-20 Dan GohmanChange the FoldingSetNodeID usage for objects which...
2008-08-20 Dan GohmanClean up a dead return missed in r55055.
2008-08-20 Dan GohmanTablegen generated code already tests the opcode value...
2008-08-20 Dan GohmanUse BitVector instead of std::vector<unsigned char>.
2008-08-20 Dan GohmanIt's not necessary to check if a value is null before...
2008-08-20 Dan GohmanUse cast instead of dyn_cast.
2008-08-20 Dan GohmanAvoid an empty-if-body warning in release builds.
2008-08-20 Dan GohmanFix indentation.
2008-08-20 Dan GohmanFix comment spacing.
2008-08-20 Mon P WangFixed shuffle optimizations to handle non power of...
2008-08-20 Dan GohmanFix FastISel to recognize that the last block in the...
2008-08-20 Dan GohmanFix a leak in the FastISel code that Chris pointed...
2008-08-20 Dale JohannesenAdd remaining 64-bit atomic patterns for x86-64.
2008-08-20 Dan GohmanAdd support for running SelectionDAG if FastISel fails...
2008-08-20 Dan GohmanFix FastISel to recognize unhandled operands, such...
2008-08-20 Bill WendlingRevert r55018 and apply the correct "fix" for the 64...
2008-08-20 Evan ChengGet rid of a couple of dynamic_cast.
2008-08-20 Dan GohmanAdd FastISel support for floating-point operations.
2008-08-20 Dan GohmanAdd FastISel support for several more binary operators.
2008-08-19 Bill WendlingAdd support for the __sync_sub_and_fetch atomics and...
2008-08-19 Dan GohmanAdd code to call FastISel, and a command-line option...
2008-08-19 Dan GohmanSupport unconditional fall-through branches in FastISel.
2008-08-19 Owen AndersonAllow the fast-path spilling code to attempt folding...
2008-08-19 Dan GohmanInstantiate FastISel for X86.
2008-08-19 Dan GohmanThe X86 target will soon have an implementation of...
2008-08-19 Dan GohmanUse the BuildMI overload that sets up a destination...
2008-08-19 Dan GohmanHandle the case where target-specific fastisel code...
2008-08-19 Owen AndersonThe fast-path still needs to set kill markers and spill...
2008-08-19 Dale JohannesenAdd support for 8 and 16 bit forms of __sync
2008-08-19 Gordon HenriksenDelete a dead field.
2008-08-19 Gordon Henriksen[PR2327] Leverage TargetRegisterInfo to compute frame...
2008-08-19 Nicolas GeoffrayUpdate the JIT exception writer to better mimic the...
2008-08-19 Chris Lattneradd a note
2008-08-19 Chris Lattnermore cleanups, random methods shouldn't return ostreams.
2008-08-19 Chris Lattnermore cleanup, eliminate getLLVMName when printing out
2008-08-19 Chris Lattnerrandom cleanups, factor some printing code for linkage...
2008-08-19 Chris LattnerChange WriteTypeSymbolic/WriteAsOperand to return void...
2008-08-19 Chris Lattnerwhitespace cleanup
2008-08-19 Chris Lattnerdon't use the result of WriteAsOperand
2008-08-19 Chris Lattnerdon't use the result of WriteTypeSymbolic or WriteAsOpe...
2008-08-19 Chris LattnerDon't use the result of WriteAsOperand or WriteTypeSymb...
2008-08-19 Chris Lattnerrearrange code and make more legible.
2008-08-19 Chris Lattnerput SlotTracker in an anon namespace since it is private.
2008-08-19 Chris LattnerReid had to call this class "slot machine" out of some...
2008-08-19 Owen AndersonMake SimpleSpiller respect subregister indices.
2008-08-19 Chris Lattneradd a note
2008-08-19 Owen AndersonAdd a flag to enable the fast spilling path.
2008-08-18 Owen AndersonFix a few more bugs:
2008-08-18 Chris Lattnerremove empty file
2008-08-18 Owen AndersonFix several bugs in the new fast-path:
2008-08-18 Anton KorobeynikovUnbreak cpp backend: upgrade output due to change in...
2008-08-18 Owen AndersonClients of addIntervalForSpills expect the added interv...
2008-08-18 Chris LattnerFix a bug daniel pointed out to me, where asmprinter...
2008-08-18 Owen AndersonSimplify the fast-patch interval spilling by using...
2008-08-18 Owen AndersonResurrect some ancient code to add spill ranges without...
2008-08-18 Nicolas GeoffrayRegister the frame register function when allocating...
2008-08-18 Evan ChengARM asm printer can't handle dwarf info yet.
2008-08-18 Bill WendlingDon't hoist instructions that have implicit uses or...
2008-08-17 Nick LewyckyMake this comment clearer. Instead of using an ambiguou...
2008-08-17 Nick LewyckyConsider the case where xor by -1 and xor by 128 have...
2008-08-17 Evan ChengFix a (u)comiss intrinsic lowering bug. It was using...
2008-08-17 Gordon HenriksenDon't require Registry specializations to define random...
2008-08-17 Gordon HenriksenDrop an unnecessary include.
2008-08-17 Gordon HenriksenRegenerate.
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Cedric VenetMake it compile on VC2005:
2008-08-17 Chris LattnergetLLVMName is only used for types now, which always...
2008-08-17 Chris Lattnerswitch valuemap's from std::map to densemap. This...
2008-08-17 Gordon HenriksenDon't instantiate GC metadata for declarations.
2008-08-17 Anton KorobeynikovFix merge error
2008-08-17 Anton KorobeynikovMove ARM to pluggable asmprinter
2008-08-17 Anton KorobeynikovUse correct name for PPC codegen library
2008-08-17 Anton KorobeynikovFactor out asmprinter out of ppc
2008-08-17 Anton KorobeynikovMove X86 assembler printers into separate directory...
2008-08-17 Anton KorobeynikovMove all assembler printing related stuff into new...
2008-08-17 Anton KorobeynikovFactor out asmprinters from collector interface.
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-08-17 Gordon HenriksenFactor GC metadata table assembly generation out of...
2008-08-17 Argyrios KyrtzidisGet raw_ostream.cpp to compile on MSVC.
2008-08-17 Evan ChengRevert 54821. It's miscompiling 252.eon and 447.dealII
2008-08-17 Nick LewyckyI found a better place for this optz'n.
2008-08-17 Nick LewyckyXor'ing both sides of icmp by sign-bit is equivalent...
2008-08-17 Chris Lattneravoid an extraneous std::string construction
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-17 Chris Lattnerremove a dead APInt ctor.
2008-08-17 Chris Lattneravoid string thrashing when formatting names in output...
2008-08-17 Chris Lattnerrandom cleanups.
2008-08-17 Chris Lattneradd support for a cout/cerr analog (outs()/errs())...
next