move getDwarfExceptionSection from TAI to TLOF and rename it to
[oota-llvm.git] / lib / CodeGen /
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-01 Chris Lattner(re)introduce new simpler apis for creation sectionkinds.
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris Lattnerloweringinfo is always non-null.
2009-08-01 Chris Lattnerfix a problem Eli noticed where we would compile the...
2009-08-01 Chris LattnerChange SectionKind to be a property that is true of...
2009-08-01 Dan GohmanPrint the target flags as an int instead of a char...
2009-08-01 Dan GohmanGive MachineFunctionAnalysis a destructor so it can...
2009-08-01 Dan GohmanDelete a redundant variable.
2009-08-01 Dan GohmanMinor code simplifications.
2009-08-01 Dan GohmanSelectionDAGISel no longer needs to check hasAvailableE...
2009-08-01 Dan GohmanMake UnreachableMachineBlockElim preserve MachineDomina...
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-07-31 Dan GohmanSelectionDAGISel does not "preserve all", since it...
2009-07-31 Dan GohmanUse a range insert instead of an explicit loop.
2009-07-31 Bob WilsonAllow target intrinsics that return multiple values...
2009-07-31 Chris Lattneradd some comments on how this is *supposed* to work...
2009-07-31 Chris Lattnerrearrange a conditional. Even if this weren't #if...
2009-07-31 David GreeneSimplify operand padding by keying off tabs in the...
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Ted KremenekUpdate CMake files.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Dan GohmanMachineFunction no longer needs Annotation.
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-31 Daniel DunbarRevert r77654, it appears to be causing llvm-gcc bootst...
2009-07-31 Dan GohmanManage MachineFunctions with an analysis Pass instead...
2009-07-31 Benjamin KramerFix cmake build.
2009-07-30 Lang HamesRemoved the BigBlock register allocator.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-30 Devang PatelStart using DebugInfoFinder.
2009-07-30 Sanjiv GuptaAllow targets to define libcall names for mem(cpy,set...
2009-07-30 Evan ChengOptimize some common usage patterns of atomic built...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Chris Lattnerinline the global 'getInstrOperandRegClass' function...
2009-07-29 Bill WendlingForgot to output the base offset.
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Benjamin KramerRemove now unused Context variables.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Bill WendlingMove comment to above method.
2009-07-29 Bill Wendling- Temporarily unbreak the build by forcing the TType...
2009-07-28 Bill WendlingCleanup code to use iterators instead of ".size()".
2009-07-28 Bill WendlingDoxygenify comments.
2009-07-28 Bill WendlingSplit out large loop into it's very own method. No...
2009-07-28 Bill WendlingOutput the EH TType format and base offset only if...
2009-07-28 Bill WendlingUse the preferred EH data format for the preferred...
2009-07-28 Evan ChengFix a typo.
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Bruno Cardoso LopesHandle null and file symbol on doInitialization
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 David GreeneAdd reload and remat backscheduling. This is disabled...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Mike StumpAvoid build warnings.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Bruno Cardoso Lopesfix comment
2009-07-27 Bruno Cardoso Lopesadd module identifier to the elf object file
2009-07-27 Bruno Cardoso LopesHandle external symbols for ELF and add some static...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Eli FriedmanReorganize code a bit to reduce indentation. No visibl...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnertwo files I missed in the last commit.
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-25 Dan GohmanConvert a few more things to use raw_ostream.
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Jakob Stoklund OlesenAdd support for promoting SETCC operations.
2009-07-24 Chris Lattnerremove a use of SectionFlagsForGlobal.
2009-07-24 Daniel DunbarMore move to raw_ostream.
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-24 Daniel DunbarMove to raw_ostream.
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-23 Chris Lattner"fix" PR4612, which is a crash on:
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Lang HamesFor real this time: PHI Def & Kill tracking added to...
2009-07-23 Lang HamesAdded PHI Def & Kill tracking to PHIElimination pass.
2009-07-22 David GreeneReorder if-else branches as suggested by Bill.
2009-07-22 David GreeneConstify the key in Mi2IndexMap.
2009-07-22 Evan ChengIgnore undef uses.
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-22 David GreeneMake some changes suggested by Bill and Evan.
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-21 Lang HamesExposed PHIElimination pass within CodeGen.
next