Lett users of sparse propagation do their own thing with phi nodes if they want
[oota-llvm.git] / include / llvm /
2009-09-19 Nick LewyckyLett users of sparse propagation do their own thing...
2009-09-19 Evan ChengUpdate comments.
2009-09-18 Chris Lattnerremove an extraneous mem2reg pass early in the pipe...
2009-09-18 Chris Lattnerreduce indentation by using an early exit, and add...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-18 Chris Lattneradd a new hook to allow targets to splat stuff at the...
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-09-18 Victor HernandezUpdate malloc call creation code (AllocType is now...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-18 Xerxes RanbyRevert r82214 completely to fix build.
2009-09-18 Evan ChengFix a bug in sdisel switch lowering code. When it updat...
2009-09-17 Julien LerougeUse __attribute__((__used__)) if GCC >= 3.1 (seems...
2009-09-17 John McCallFix a few places where PointerIntPair was using Pointer...
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba...
2009-09-17 Dan GohmanTeach ScalarEvolution how to reason about no-wrap flags...
2009-09-17 Jim Grosbachgrammar
2009-09-17 Evan ChengRemove simple regalloc. It has bit rotted.
2009-09-17 Chris Lattneradd a version of the APFloat constructor that initializ...
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-09-16 Dan GohmanAdd a new pass for doing late hoisting of floating...
2009-09-16 Devang PatelPrint debug info attached with an instruction.
2009-09-16 Devang PatelProvide a way to extract location info from DILocation.
2009-09-16 Devang PatelAdd an interface to attach debugging information with...
2009-09-16 Devang PatelAdd llvm::Metadata to manage metadata used in a context.
2009-09-16 Andreas NeustifterReapplied r81355 with the problems fixed.
2009-09-16 Andreas NeustifterPreserve ProfileInfo during CodeGenPrepare.
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattneradd a new MachineModuleInfoMachO class, which is the...
2009-09-16 Chris Lattnerthe pointer MMI keeps will start out with object-file...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Chris Lattneradd a helper method for creating MCSymbol and MCSymbolR...
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Chris Lattnerremove a dead bool.
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-15 Nate BegemanBetter solution for tracking both the original alignmen...
2009-09-15 Jim GrosbachCorrect comment pasto
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-15 Dan GohmanFix apostrophos.
2009-09-15 Evan ChengForgot this.
2009-09-15 Chris Lattneradd a new CallGraphNode::replaceCallEdge method and...
2009-09-15 Chris Lattnermake -debug-pass=Executions show information about...
2009-09-15 Chris Lattnerswitch scciterator to use DenseMap instead of std::map
2009-09-15 Mikhail GlushenkovGet rid of GetProcessId in Win32/Program.inc.
2009-09-15 Nate BegemanAdd an "original alignment" field to load and store...
2009-09-14 Evan ChengAdd early coalescing to liveintervals. This is work...
2009-09-14 Dan GohmanUpdate a comment to match the source. PseudoSourceValue...
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-14 Chris LattnerGive MCInstPrinter a MCAsmInfo member, make X86ATTInstP...
2009-09-14 Chris Lattneradd a new MCInstPrinter class, move the (trivial) MCDis...
2009-09-13 Chris Lattnereliminate the TargetRegisterDesc::AsmName field, the...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnersecond part to r81695, I missed a directory.
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-12 Chris Lattnereliminate the "MBBLabel" MCOperand type, and just use...
2009-09-12 Lang HamesWhoops. Committed the headers for r81605 - 'Moved some...
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-11 Chris Lattnergive densemap iterators real iterator traits.
2009-09-11 Chris Lattnerdefault construct MCInst's ctor to 0, which is "PHI...
2009-09-11 Chris Lattneradd a new Mangler::getNameWithPrefix API which returns the
2009-09-10 Dan GohmanFactor out the code for checking that all indices in...
2009-09-10 Dan GohmanGive these files top-level comments that describe the...
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-09-10 Mikhail GlushenkovDistinguish between 'empty' and empty DAG marker.
2009-09-10 Mikhail GlushenkovAdd a logical 'not' operator to llvmc's TableGen dialect.
2009-09-10 Nick LewyckyCorrectly handle the case where a comparison is created...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...
2009-09-10 Daniel DunbarMC: Give target specific parsers access to the MCStreamer.
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-09 Chris Lattneradd a gross hack to get "SrcLine" comments to show...
2009-09-09 Lang HamesRemoved static qualifier from a few index related metho...
2009-09-09 Andreas NeustifterAdd the first functions for updating ProfileInfo.
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-09 Mikhail GlushenkovCopy-pasto.
2009-09-09 Mikhail GlushenkovRevert 81248 for now.
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-08 Mikhail GlushenkovConst-correctness.
2009-09-08 Mikhail GlushenkovSince Program is basically a PID, it should be copyable.
2009-09-08 Mikhail GlushenkovGet rid of the Pid_ member in the Program class.
2009-09-08 Mikhail GlushenkovAdd a Kill() function to the Program class.
2009-09-08 Dan GohmanRe-apply r80926, with fixes: keep the domtree informed...
2009-09-08 Chris Lattnerfix pasto
2009-09-08 Chris Lattneradd getVectorOperand/getIndexOperand accessors to Extra...
2009-09-08 Chris Lattnerfix PR4915, a crash in -debug mode.
2009-09-08 Chris Lattneradd some comments to describe the invariants.
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Duncan SandsChange "const static" to "static const", as warned...
2009-09-06 Duncan SandsMark more constants unsigned, as warned about by icc...
2009-09-06 Duncan SandsMark constants as unsigned, as pointed out by icc
2009-09-06 Duncan SandsTweak code into an equivalent form for which icc
next