Rename a variable to make MSVC happy.
[oota-llvm.git] / lib / CodeGen /
2009-08-05 Benjamin KramerRename a variable to make MSVC happy.
2009-08-05 Evan ChengDisable stack coloring with register for now. It's...
2009-08-05 Evan ChengAnother nasty coalescer bug (is there another kind):
2009-08-05 Bruno Cardoso LopesRemove accidental commited comment
2009-08-05 Bruno Cardoso Lopes- Remove custom handling of jumptables by the elf writt...
2009-08-05 Chris Lattneradd a temporary hook to allow reuse of the asmprinter...
2009-08-05 Evan ChengTurn some insert_subreg, extract_subreg, subreg_to_reg...
2009-08-05 Evan ChengOne more. Transfer kill of the larger register when...
2009-08-05 Evan ChengOne more place where subreg lowering forgot to transfer...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-05 Evan ChengIf the insert_subreg source is <undef>, insert an impli...
2009-08-05 Dan GohmanVarious comment fixes.
2009-08-04 Jakob Stoklund OlesenClean up the handling of two-address operands in RegSca...
2009-08-04 Jakob Stoklund OlesenDon't give implicit machine operands special treatment...
2009-08-04 Chris Lattnerrip out SectionEndDirectiveSuffix support, only uses by
2009-08-04 Jakob Stoklund OlesenDon't tamper with <undef> operands in MachineInstr...
2009-08-04 Jakob Stoklund OlesenLowerSubregsInstructionPass::LowerExtract should not...
2009-08-04 Jakob Stoklund OlesenEnforce stricter rules in machine code verifier.
2009-08-04 Evan ChengFix PR4528. This scavenger assertion is too strict...
2009-08-04 Dan GohmanPropogate the Depth argument when calling
2009-08-03 Ted KremenekUpdate CMake files.
2009-08-03 Chris Lattnereliminate CurrentSection, rename CurrentSection_ -...
2009-08-03 Chris LattnerKill off SwitchToDataSection and SwitchToTextSection...
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-08-03 Jakob Stoklund OlesenFix Bug 4657: register scavenger asserts with subreg...
2009-08-03 Chris Lattnermake getObjFileLowering() return a non-const reference.
2009-08-03 Bob WilsonRevert 77974. It breaks 3 of the ARM tests.
2009-08-03 Chris Lattnermake SwitchToSection accept null sections for now.
2009-08-03 Sanjiv GuptaAllow targets to custom handle softening of results...
2009-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-08-03 Evan ChengFix a coaelescer bug. If a copy val# is extended to...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-08-02 Jakob Stoklund OlesenFix issue in regscavenger when scavenging a callee...
2009-08-02 Jakob Stoklund OlesenNever add a kill flag to a constrained physical registe...
2009-08-02 Jakob Stoklund OlesenScavenger asserts.
2009-08-02 Dan GohmanAvoid forming a SELECT_CC in a type that the target...
2009-08-02 Jakob Stoklund OlesenHandle <undef> flag in machine code verifier.
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris Lattnerremove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-08-02 Chris LattnerFix some fixme's in #if 0'd code by making it dependent...
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.
next