Enabling the target-independent garbage collection infrastructure by hooking it
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
2007-05-06 Anton KorobeynikovDetabify
2007-05-04 Duncan SandsA bitcast of a global variable may have been constant...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Anton KorobeynikovProperly set arguments bitwidth of EHSELECT node
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-30 Chris LattnerContinue refactoring inline asm code. If there is...
2007-04-30 Chris Lattnerrefactor GetRegistersForValue to take OpInfo as an...
2007-04-30 Chris Lattnerrefactor some code, no functionality change
2007-04-29 Chris Lattnergeneralize aggregate handling
2007-04-28 Chris Lattnermemory operands that have a direct operand should have...
2007-04-28 Chris Lattnereliminate more redundant constraint type analysis
2007-04-28 Chris Lattnermerge constraint type analysis stuff together.
2007-04-28 Chris LattnerSignificant refactoring of the inline asm stuff, to...
2007-04-28 Chris Lattnermemory inputs to an inline asm are required to have...
2007-04-28 Chris LattnerFix CodeGen/Generic/2007-04-27-LargeMemObject.ll and
2007-04-28 Chris LattnerFix this to match change to InlineAsm class.
2007-04-27 Chris Lattnerimprove EH global handling, patch by Duncan Sands.
2007-04-26 Chris Lattnerenable Anton's shift/and switch lowering stuff! It...
2007-04-26 Anton KorobeynikovFixx off-by-one bug, which prevents llvm-gcc bootstrap...
2007-04-25 Evan ChengThis was lefted out. Fixed sumarray-dbl.
2007-04-25 Chris Lattnerallow support for 64-bit stack objects
2007-04-24 Bill WendlingAssertion when using a 1-element vector for an add...
2007-04-24 Scott MichelUse '-1U' where '-1UL' is obvious overkill, eliminating...
2007-04-22 Christopher LambPR400 phase 2. Propagate attributed load/store informat...
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-14 Chris Lattnerdisable switch lowering using shift/and. It still...
2007-04-14 Anton KorobeynikovFix PR1325: Case range optimization was performed in...
2007-04-14 Chris Lattnerdisable shift/and lowering to work around PR1325 for...
2007-04-13 Anton KorobeynikovFix PR1323 : we haven't updated phi nodes in good manner :)
2007-04-12 Chris Lattnerthe result of an inline asm copy can be an arbitrary...
2007-04-12 Reid SpencerFor PR1284:
2007-04-11 Reid SpencerFor PR1146:
2007-04-10 Chris Lattnerapparently some people commit without building the...
2007-04-09 Jeff CohenNo longer needed.
2007-04-09 Anton KorobeynikovUse integer log for metric calculation
2007-04-09 Jeff CohenUnbreak VC++ build.
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnerimplement CodeGen/X86/inline-asm-x-scalar.ll:test3
2007-04-09 Chris LattnerFix PR1316
2007-04-08 Chris LattnerFix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and...
2007-04-06 Chris Lattnerminor comment fix
2007-04-05 Reid SpencerChange the bit_part_select (non)implementation from...
2007-04-04 Reid SpencerImplement the llvm.bit.part_select.iN.iN.iN overloaded...
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-04-01 Reid SpencerFor PR1297:
2007-03-31 Chris Lattnermove a bunch of code out of the sdisel pass into its...
2007-03-28 Evan ChengScale 1 is always ok.
2007-03-28 Evan ChengGEP index sinking fixes:
2007-03-27 Anton KorobeynikovRemove dead code
2007-03-27 Anton KorobeynikovSplit big monster into small helpers. No functionality...
2007-03-27 Evan ChengSDISel does not preserve all, it changes CFG and other...
2007-03-25 Anton KorobeynikovFirst step of switch lowering refactoring: perform...
2007-03-25 Chris LattnerImplement support for vector operands to inline asm...
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-03-22 Dan GohmanChange uses of Function::front to Function::getEntryBlo...
2007-03-20 Evan ChengMinor bug.
2007-03-17 Evan ChengUse SmallSet instead of std::set.
2007-03-17 Evan ChengIf sdisel has decided to sink GEP index expression...
2007-03-16 Evan ChengTurn on GEP index sinking by default.
2007-03-16 Evan ChengStupid bug.
2007-03-16 Evan ChengSink a binary expression into its use blocks if it...
2007-03-08 Chris Lattnerimplement support for floating point constants used...
2007-03-08 Chris Lattnermake this fail even in non-assert builds.
2007-03-07 Anton KorobeynikovRefactoring of formal parameter flags. Enable properly...
2007-03-06 Anton KorobeynikovEnumerate SDISel formal parameter attributes. Make...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-03-01 Jim LaskeyLower eh filter intrinsic.
2007-02-28 Jim LaskeyMERGE_VALUES unnecessary.
2007-02-26 Chris Lattnertrack signedness of formal argument, though we have...
2007-02-25 Jim LaskeyFix for PR1224.
2007-02-25 Chris Lattneroptimize duplicate ValueMap lookups
2007-02-24 Jim LaskeyDeal with cases when MMI is not requested.
2007-02-23 Jim LaskeyHandle improper cast.
2007-02-22 Jim LaskeyTighten up error checking of args.
2007-02-22 Jim LaskeyHandle lowering invoke to call correctly.
2007-02-21 Jim LaskeySelection and lowering for exception handling.
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris Lattnerfix a warning
2007-02-14 Chris LattnerRefix CodeGen/Generic/switch-lower.ll. In contrast...
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Chris Lattnerrevert my previous switch lowering change, which miscom...
2007-02-13 Lauro Ramos VenancioAdd a space between // and the comment.
2007-02-13 Lauro Ramos VenancioAdd "original alignment" to function arguments flags.
2007-02-13 Chris LattnerFix switch lowering to order cases in zext order, which...
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-10 Evan ChengAdd function live-ins to entry block live-in set.
2007-02-10 Evan ChengRename some variables to avoid confusion with Selection...
2007-02-04 Chris LattnerSwitch VAlueMap from std::map to DenseMap.
2007-02-04 Chris LattnerSwitch NodeMap from std::map to DenseMap, this speeds...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Chris LattnerFit in 80 columns
2007-02-01 Chris LattnerEmit a better assertion message for PR1133
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Chris Lattneradd initial support for handling inline asms with multi...
2007-01-29 Nate BegemanFinish off bug 680, allowing targets to custom lower...
2007-01-28 Anton KorobeynikovArguments are counting from 1. not from 0. Maybe we...
next