stop using the .lcomm pseudoop on darwin, instead, directly use the
[oota-llvm.git] / lib / CodeGen /
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Devang PatelMDNodes are not expected to disappear or replaced by...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-19 Chris Lattnermc'ize some stuff, don't comment out .lcomm directive...
2010-01-19 Chris Lattnerfactor this code better.
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-19 Chris Lattnerhoist handling of external globals and special globals...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Devang PatelRevert accident check-in from r93165.
2010-01-19 Dale JohannesenRevert 93811 per request.
2010-01-18 Dale JohannesenEnable code to emit dbg.declare as DEBUG_VALUE
2010-01-18 Evan ChengCanonicalize -1 - x to ~x.
2010-01-18 Bill Wendling- Add a comment to the callback indicating that it...
2010-01-18 Chris Lattnerremove the MAI argument to MCExpr::print and switch...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-17 Benjamin KramerSwitch some functions to take Twines, eliminate uses...
2010-01-17 Nate BegemanAdd a note for the macho streamer and remove a used...
2010-01-16 Kenneth UildriksWhen checking for sret-demotion, it needs to use legal...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerreapply the mangler gutting patch.
2010-01-16 Chris Lattnerunbreak the build.
2010-01-16 Rafael EspindolaRevert 93648.
2010-01-16 Chris LattnerMangler::getMangledName is now dead, remove it and...
2010-01-16 Chris LattnerChange DIEObjectLabel to take an MCSymbol instead of...
2010-01-16 Chris Lattnerrename GetPrivateGlobalValueSymbolStub -> GetSymbolWith...
2010-01-16 Chris Lattnereliminate uses of getMangledName from AsmPrinter.cpp...
2010-01-16 Devang PatelNo need to use WeakVH here.
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-16 Chris Lattnerremove a couple of actively incorrect uses of getMangle...
2010-01-16 Bill WendlingRetrying r91337:
2010-01-16 Chris Lattnerfix inverted conditional
2010-01-16 Chris LattnerCurrentFnName is now dead, remove it.
2010-01-16 Chris Lattnerremove the string form of printVisibility.
2010-01-16 Bob WilsonTreat indirect branches specially only during pre-regal...
2010-01-16 Bob WilsonRun the pre-register allocation tail duplication pass...
2010-01-15 Chris Lattnersupplement CurrentFnName with CurrentFnSym, which will...
2010-01-15 Chris Lattneradd a version of AsmPrinter::printVisibility that takes...
2010-01-15 Chris Lattneradd another helper
2010-01-15 Chris Lattneradd a AsmPrinter::GetGlobalValueSymbol and GetExternalS...
2010-01-15 Ted KremenekUpdate CMake build.
2010-01-15 Devang PatelAdd FIXME.
2010-01-15 Jakob Stoklund OlesenDon't make changes to the MBB in MachineBasicBlock...
2010-01-15 Jakob Stoklund OlesenSimplify logic. Any functional change is unintended.
2010-01-15 David GreeneAdd some debug routines to SelectionDAG to dump full...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-15 Victor HernandezRevert r93504 because older uses of llvm.dbg.declare...
2010-01-15 Bob WilsonChange pre-regalloc tail duplication to only duplicate...
2010-01-15 Victor HernandezImprove llvm.dbg.declare intrinsic by referring directl...
2010-01-15 Devang PatelDo not use AT_specification die for static variables...
2010-01-15 Jim Grosbachfix 80-column violations
2010-01-15 Jim GrosbachFix 80 column violations and clean up whitespace
2010-01-15 Devang PatelDo not emit multiple AT_container_type attributes.
2010-01-14 Dale JohannesenFix a comment.
2010-01-14 Jim GrosbachAdd comment explaining the necessity of r93456
2010-01-14 Jim GrosbachDwarf EH prepare needs to be run after SjLj prepare...
2010-01-14 Dan GohmanFix a codegen abort seen in 483.xalancbmk.
2010-01-13 Evan ChengCommit some changes I had managed to lose last night...
2010-01-13 Evan ChengRe-enable extension optimization pass.
2010-01-13 Evan ChengAdd comment; refactor; avoid pulling in DT if it's...
2010-01-13 Chris Lattnerremove uses of deprecated functions, this generates...
2010-01-13 Chris Lattneruse the new form of getNameWithPrefix, not makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-13 Chris Lattnerfix assert in AsmPrinter::EmitGlobalConstantLargeInt...
2010-01-13 Chris Lattnerreduce nesting and code duplication in AsmPrinter:...
2010-01-13 Chris Lattnerreduce indentation and add a fast-path to EmitGlobalCon...
2010-01-13 Chris Lattnerreduce indentation and use early exits in AsmPrinter...
2010-01-13 Evan ChengDisable opt-ext pass to unbreak the build for now.
2010-01-13 Evan ChengRemove debug option I accidentally left in.
2010-01-13 Ted KremenekUpdate CMake file.
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Bob WilsonFix a comment typo.
2010-01-12 Dan GohmanUpdate a partially obsolete comment.
2010-01-12 Dan GohmanFix a typo in a comment.
2010-01-11 Jakob Stoklund OlesenAvoid adding PHI arguments for a predecessor that has...
2010-01-11 Mon P WangDisable transformation of select of two loads to a...
2010-01-11 Devang Patels/NextValueNo/NextMDValueNo while processing metadata.
2010-01-09 Dan GohmanRevert an earlier change to SIGN_EXTEND_INREG for vecto...
2010-01-09 Evan ChengDan pointed out checking whether a node is dead by...
2010-01-08 Evan ChengReplaceAllUsesOfValueWith may delete other nodes that...
2010-01-07 Chris LattnerFix rdar://7517201, a regression introduced by r92849.
2010-01-07 Chris Lattnerfactor this code better and reduce nesting at the same
2010-01-07 Evan ChengAPInt'fy TargetLowering::SimplifySetCC to fix PR5963.
2010-01-07 Benjamin KramerSimplify code. No intended functionality/performance...
2010-01-07 Benjamin KramerKill dead store.
2010-01-07 Benjamin KramerRemove dead variable.
2010-01-07 Benjamin KramerUse pop_back_val instead of back()+pop_back.
2010-01-06 Jakob Stoklund OlesenAllow double defs after tail duplication.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Jim GrosbachAnti-dependency breaking needs to be careful regarding...
2010-01-06 Evan ChengComment.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Jim Grosbach80 column and whitespace cleanup
2010-01-06 Lang HamesFixed malformed -*- lines in PBQP headers.
2010-01-06 Jakob Stoklund OlesenAdd <imp-def> and <imp-kill> operands when replacing...
2010-01-06 Bill WendlingThe previous code could potentially cause a cycle....
2010-01-06 Bill WendlingOnly check the ordering if there is an ordering for...
2010-01-05 Bill WendlingAdd a semi-primitive form of scheduling via the "SDNode...
next