fix ELF section mangling stuff for weak symbols to not use
[oota-llvm.git] / lib / Target /
2010-01-13 Chris Lattnerfix ELF section mangling stuff for weak symbols to...
2010-01-13 Chris Lattnerreduce duplicate mangling logic by using MCSymbol:...
2010-01-13 Johnny ChenFixed a couple of places for Thumb MOV where encoding...
2010-01-13 Jakob Stoklund OlesenFix pasto
2010-01-13 Chris Lattnerstop the CBE from using deprecated Mangler stuff.
2010-01-13 Chris LattnerUse the GV version of getNameWithPrefix in TargetLoweri...
2010-01-13 Chris Lattnerjust finish MCizing FnStubInfo which cleans it up and...
2010-01-13 Chris Lattnerdon't call getNameWithPrefix repeatedly and unnecesarily.
2010-01-13 Chris Lattnerproperly use MCSymbol to print the strings aquired...
2010-01-13 Chris Lattnerupgrade and MC'ize a few uses of makeNameProper.
2010-01-13 Chris LattnerMC'ize this a bit and upgrade APIs
2010-01-13 Chris Lattneradd a fixme, ELF MCSection isn't quite right and weak...
2010-01-13 Evan ChengFor now, avoid issuing extract_subreg to reuse lower...
2010-01-13 Chris Lattnereliminate some uses of Mangler::makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Jakob Stoklund OlesenRemove the JustSP single-register regclass.
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-12 Evan ChengEliminate or_not_add and just use AddedComplexity so...
2010-01-12 Duncan SandsRevert commit 93204, since it causes the assembler...
2010-01-12 Duncan SandsFix typo.
2010-01-12 Duncan SandsTweak commit 91745, which changed target data for both...
2010-01-12 Dan GohmanReapply the MOV64r0 patch, with a fix: MOV64r0 clobbers...
2010-01-12 Evan ChengAdd TargetInstrInfo::isCoalescableInstr. It returns...
2010-01-11 Evan ChengAdd manual ISD::OR fastisel selection routines. TableGe...
2010-01-11 Evan ChengExtend r93152 to work on OR r, r. If the source set...
2010-01-11 Evan ChengRevert 93158. It's breaking quite a few x86_64 tests.
2010-01-11 Evan ChengDo not turn 8-bit OR to ADD since ADD8ri is not 3-addre...
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
2010-01-11 Dan GohmanUse a 32-bit and with implicit zero-extension instead...
2010-01-11 Dan GohmanRe-instate MOV64r0 and MOV16r0, with adjustments to...
2010-01-11 Dan GohmanPattern top-level operators don't need to be restricted...
2010-01-11 Dan GohmanReword this comment to reference a more fundamental...
2010-01-11 Evan ChengSelect an OR with immediate as an ADD if the input...
2010-01-11 David GreeneImplement a feature (-vector-unaligned-mem) to allow...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-09 Jeffrey YasskinFix llvm.org/PR5729: x86-64 tail calls were putting...
2010-01-08 Evan ChengFix a critical bug in 64-bit atomic operation lowering...
2010-01-08 Evan ChengFix comment.
2010-01-08 Johnny ChenMinor change, change the order of two "let Inst{.....
2010-01-08 Eric ChristopherAfter further thought revert the patch to make fast...
2010-01-08 Evan ChengFix what looks to me obvious instruction definition...
2010-01-08 Eric ChristopherRemove extraneous include.
2010-01-07 Eric ChristopherIf the data requires a relocation then don't attempt to
2010-01-07 Eric ChristopherWe need to put any kind of data with a relocation into a
2010-01-07 Chris Lattnerconstant materialization could be improved.
2010-01-07 Evan ChengFix a minor regression from my dag combiner changes...
2010-01-06 Jim Grosbach80 column violations
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Jim GrosbachAddressing mode 6 (load/store) instructions can't encod...
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Duncan SandsFix a README item: have functionattrs look through...
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-06 Dale JohannesenReenable debug info on PPC. Works well enough to
2010-01-06 Dale JohannesenMake sure debug info hook gets called when emitting
2010-01-05 Johnny ChenUndo r92785, it caused test failure.
2010-01-05 Johnny ChenAdd Rt2 to the asm format string for 32-bit Thumb load...
2010-01-05 Jakob Stoklund OlesenDon't specify CR sub-registers as implicit defs of...
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Evan ChengCode refactoring.
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-05 Dan GohmanRemove the SDNPAssociative properties for the flags...
2010-01-04 Evan ChengPerform this folding as a target specific dag combine:
2010-01-04 Dan GohmanRemove some README.txt entries which are now implemented.
2010-01-04 Dan GohmanA use by operand 1 or 2 of a SELECT is not a FLAGS...
2010-01-04 Dan GohmanFlags-producing add, and, or, etc. have the same profib...
2010-01-04 Dan GohmanAdd SDNPCommutative and SDNPAssociative to several...
2010-01-04 Anton KorobeynikovFix invalid chain folding for memory variant of sdiv...
2010-01-04 Chris Lattnerimplement an instcombine xform needed by clang's codegen
2010-01-01 Chris LattnerTeach codegen to lower llvm.powi to an efficient (but...
2010-01-01 Chris Lattnerupdate this. To take the next step, llvm.powi should...
2009-12-29 Benjamin KramerReplace a few more SmallVectors with arrays.
2009-12-29 Sanjiv GuptaExtern declaration for unordered.f32 libcall was not...
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-12-28 Benjamin KramerAdd missing include (for inline PATypeHolder::get).
2009-12-28 Sanjiv GuptaFixed llc crash for zext (i1 -> i8) loads.
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-28 Bill WendlingMark variable used by 'assert' as 'unused'.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead store. The initial value was never used...
2009-12-28 Bill WendlingAdd an "ATTRIBUTE_UNUSED" macro (and use it). It's...
2009-12-26 Eli FriedmanPR5886: Make sure IMUL32m is marked as setting EFLAGS...
2009-12-23 Jakob Stoklund OlesenMove kill flags when the same register occurs more...
2009-12-23 Jakob Stoklund OlesenHandle undef operands properly.
2009-12-23 Jakob Stoklund OlesenMake insert position available to MergeOpsUpdate.
next