Added ARM::mls for armv6t2.
[oota-llvm.git] / lib / CodeGen /
2009-07-06 Evan ChengAvoid adding a duplicate def. This fixes PR4478.
2009-07-06 Duncan SandsFix the cmake build - patch by Xerxes Rånby.
2009-07-06 Bruno Cardoso LopesChanged ELFCodeEmitter to inherit from ObjectCodeEmitter
2009-07-06 Bruno Cardoso LopesCleanup MachO writer and code emitter. Fix 80 cols...
2009-07-06 Bruno Cardoso LopesJust forgot to include the two new files
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-05 Owen AndersonMore LLVMContext-ification.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-03 Bruno Cardoso LopesFactor some code out and support for Jump Table relocations
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-07-02 Bruno Cardoso Lopesshrinking down #includes
2009-07-02 Bruno Cardoso LopesRemove getFunctionAlignment from TargetELFInfo and...
2009-07-02 Devang PatelSimplify.
2009-07-02 Devang PatelSimplify. No intentional functionality change.
2009-07-01 Devang PatelRefactor. No functionality change.
2009-07-01 Devang Patelllvm.dbg.declare is always used for local variable...
2009-07-01 Evan ChengCommuteChangesDestination() should check if to-be-commu...
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-30 Evan ChengTemporarily restore the scavenger implicit_def checking...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-29 Devang PatelStruct types are described using field types only.
2009-06-29 Devang Patels/MainCU/ModuleCU/g
2009-06-29 Devang PatelMultiple DW_TAG_compile_unit is not used, afaict, on...
2009-06-27 Dan GohmanEliminate a layer of indirection in LoopInfo and Machin...
2009-06-27 Chris LattnerWhen doing remat, don't consider uses of non-allocatabl...
2009-06-27 Chris Lattnerfix a typo that GCC should have caught that causes...
2009-06-26 Chris Lattnerfix a really subtle bug in the cross section of aliases...
2009-06-26 Owen AndersonGet rid of these cache variables, which are a holdover...
2009-06-26 Chris Lattnerimplement DOTGraphTraits<SelectionDAG*>::getNodeLabel...
2009-06-26 Douglas GregorFix linking of llvm-ld and lli with CMake, from Xerxes...
2009-06-26 Chris Lattnerdot graph viewing is apparently not using SDNode::print...
2009-06-26 Chris Lattnerpropagate target operand flags from dag nodes into...
2009-06-26 Chris Lattnerfit in 80 cols
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Devang PatelSimplify.
2009-06-25 Chris Lattneradd targetflags to jump tables and constant pool entries.
2009-06-25 Chris Lattnerallow setting target operand flags on TargetGlobalAddre...
2009-06-25 Chris Lattnerstart bringing targetoperand flags into isel, first...
2009-06-25 Owen AndersonProvide guards for this shared structure. I'm not...
2009-06-25 Owen AndersonPrivatize some more debug-related static data.
2009-06-25 Bruno Cardoso LopesSupport Constant Pool Sections
2009-06-25 Bill WendlingMy guess is that RegInfo should only call the Allocator...
2009-06-25 Owen AndersonNow with EVEN FEWER statics!
2009-06-24 Owen AndersonFewer static variables, part 3 of many.
2009-06-24 Owen AndersonDown with _even more_ statics!
2009-06-24 Owen AndersonDown with statics!
2009-06-24 Owen AndersonMove local statics to per-instance variables.
2009-06-24 Lang HamesCompleted basic intra block split implementation.
2009-06-24 David GreeneThis increases the maximum for MVT::LAST_VALUETYPE
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-24 Chris LattnerRearrange some stuff in MachineOperand and add a new...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-06-24 Dale JohannesenRewrite 73900 per Duncan's suggestion.
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-06-24 Lang HamesFixed a bug in LiveInterval scaling (failure to scale...
2009-06-24 Evan ChengFix support for inline asm input / output operand tying...
2009-06-23 Bruno Cardoso LopesUse a default alignment for data and bss sections.
2009-06-22 Dale JohannesenFix memcpy expansion so it won't generate invalid
2009-06-22 Evan ChengFix another register coalescer crash: forgot to check...
2009-06-22 Bruno Cardoso LopesUse different functions to emit the string and symbol...
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-20 Evan ChengFix PR4419: handle defs of partial uses.
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Eli FriedmanMinor cleanup; fixes review comments for a previous...
2009-06-19 Lang HamesMore VNInfo tweaking, plus a little progress on intra...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Lang HamesImproved PHI def marking, replaced some gotos with...
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-18 Evan Cheng- Update register allocation hint after coalescing...
2009-06-17 Lang HamesVNInfo cleanup.
2009-06-16 Sanjiv GuptaFixed names of libcalls checked in r73480.
2009-06-16 Sanjiv GuptaAdded required libcalls for PIC16 (mostly floating...
2009-06-16 Evan ChengRename RemoveCopiesFromValNo to TurnCopiesFromValNoToIm...
2009-06-16 Evan ChengIf a val# is defined by an implicit_def and it is being...
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...
2009-06-16 Bill WendlingFix typos.
2009-06-16 Devang PatelUse MainCU if it is available.
2009-06-15 Owen AndersonOwen Anderson 2009-06-15: Use a SmallPtrSet here, for...
2009-06-15 Dan GohmanChange this from an assert to a cerr+exit, since it...
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-15 Evan Chengifcvt should ignore cfg where true and false successors...
2009-06-15 Arnold SchwaighoferCheckTailCallReturnConstraints is missing a check on the
2009-06-15 Evan ChengPart 1.
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-06-14 Evan ChengMove register allocation preference (or hint) from...
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...
2009-06-13 Evan ChengAdd a ARM specific pre-allocation pass that re-schedule...
2009-06-13 Devang Patelllvm.dbg.region.end() intrinsic is not required to...
2009-06-12 Owen AndersonImprove style.
2009-06-12 Owen AndersonThis is supposed to be a preorder numbering of the...
2009-06-12 Owen AndersonNow with less iterator invalidation, and other forms...
2009-06-12 Evan ChengIf killed register is defined by implicit_def, do not...
next