drop unneeded config.h includes
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-02 Jakob Stoklund OlesenUse the PrintReg adaptor to correctly print live-in...
2011-02-22 Cameron ZwarichMachineConstantPoolValues are not uniqued, so they...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-10-31 Nicolas GeoffrayAttach a GCModuleInfo to a MachineFunction.
2010-10-30 Jakob Stoklund OlesenInclude MachineBasicBlock numbers in viewCFG() output.
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-07-27 Bill WendlingIt's better to have the arrays, which would trigger...
2010-07-23 Jim GrosbachRemove too-strict assertion. We may want the vreg copy...
2010-07-07 Dan GohmanFix debugging strings.
2010-07-04 Evan ChengInfer alignments of fixed frame objects when they are...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-24 Evan ChengAvoid adding duplicate function live-in's.
2010-04-15 Dan GohmanAdd more const qualifiers for LLVM IR pointers in CodeGen.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-05 Chris Lattnerenhance MachineFunction to have a MMI pointer.
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-19 Bob WilsonStop trying to merge identical jump tables. This had...
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-01-27 Chandler CarruthSilence GCC warnings with asserts turned off. No functi...
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-04 David GreeneChange errs() to dbgs().
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-11-14 Jim GrosbachDo not merge jump tables this early. Branch folding...
2009-11-14 Jim GrosbachAdd function to replace a destination MBB in a single...
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-10-31 Dan GohmanMake -print-machineinstrs more readable.
2009-10-31 Dan GohmanFix 80-column violation.
2009-10-28 Dan GohmanAllow constants of different types to share constant...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-09 Dan GohmanAdd basic infrastructure and x86 support for preserving...
2009-09-30 Devang PatelRemove dead code.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-23 Chris Lattnerconvert some stuff to work on raw_ostreams instead...
2009-08-23 Chris Lattnerremove dead PrefixPrinter class.
2009-08-19 David GreeneAdd missing includes.
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Jakob Stoklund OlesenAdd MachineFrameInfo::getPristineRegisters(MBB) method.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
2009-07-31 Dan GohmanMachineFunction no longer needs Annotation.
2009-07-31 Dan GohmanReapply r77654 with a fix: MachineFunctionPass's getAna...
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-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Chris Lattnerreimplement Constant::ContainsRelocations as
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 David GreeneAdd PrefixPrinter arguments to the dump routines for...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-25 Bill WendlingMy guess is that RegInfo should only call the Allocator...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-05-14 Owen AndersonDown with static variables!
next