Make these functions static and local.
[oota-llvm.git] / lib /
2009-09-03 Daniel DunbarMake these functions static and local.
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-09-03 Chris Lattnerjust use dump()
2009-09-03 Chris Lattnerinline insertion operators.
2009-09-03 Chris LattnerIn C++, code is not allowed to call main. In C it...
2009-09-03 Chris Lattnermerge globaladdress symbol processing stuff into other...
2009-09-03 Evan ChengUnbreak x86_64 build.
2009-09-03 Chris LattnerSplit the "operand -> symbol" logic from the "get offse...
2009-09-03 Chris Lattnerimplement lowering support for constant pool index...
2009-09-03 Evan ChengX86JITInfo::getLazyResolverFunction() should not read...
2009-09-03 Chris Lattneroutput alignment value in hex so that we get:
2009-09-03 Chris Lattnersimplify this by using SmallString::str(), much nicer!
2009-09-03 Lang HamesFixed a test that ensures the LocalRewriter does not...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-03 Devang PatelAdd new value for given index in MDValuePtrs.
2009-09-03 Daniel DunbarImprove llvm::getHostTriple for some cases where the...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-03 Sean CallananAdded opaque 32-, 48-, and 80-bit memory operand types...
2009-09-02 Daniel DunbarShow derived host triple in --version.
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-09-02 Anton KorobeynikovMore missed vdup patterns
2009-09-02 Chris Lattnerswitch from std::string to SmallString + raw_svector_os...
2009-09-02 Chris Lattnersplit mcinst lowering stuff out to its own file.
2009-09-02 Dan GohmanRefactor common code from ParseAssemblyString and Parse...
2009-09-02 Bob WilsonRearrange code to eliminate redundancy and avoid gotos.
2009-09-02 Nuno Lopesplug another leak in LLParser::PerFunctionState::SetIns...
2009-09-02 Nuno Lopesplug memory leak in LLParser::PerFunctionState::SetInst...
2009-09-02 Andreas NeustifterSort edges in MaximumSpanningTree more stable in case...
2009-09-02 Andreas NeustifterChanged set of BlocksToInstrument to set of InsertedBlo...
2009-09-02 Andreas NeustifterCode cleanups and added comments.
2009-09-02 Torok EdwinOpaque types didn't work if llvm_is_multithreaded().
2009-09-02 Torok EdwinFix DbgStopPointInst->getFileName/getDirectory, broken...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-02 Chris Lattnerfix PR4815: some cases where DeleteDeadInstruction...
2009-09-02 Chris Lattnerclean up this code a bit.
2009-09-02 Chris Lattnereliminate VISIBILITY_HIDDEN from Transforms/Scalar...
2009-09-02 Chris Lattnerrefactor select 'sched insertion' out to its own method.
2009-09-02 Chris LattnerAdd support for modeling whether or not the processor...
2009-09-02 Chris Lattnerfix PR4848 an infinite loop when indexing down through...
2009-09-02 Chris Lattnerfix PR4837, some bugs folding vector compares. These
2009-09-02 Chris Lattnerrevert my patch, duncan points out what is wrong with...
2009-09-02 Chris Lattnerone more try at making this simpler, hopefully it won...
2009-09-02 Duncan SandsComplicate Chris's simplification, avoiding complaints
2009-09-02 Sean CallananFixed the asmstrings for 8-bit, 16-bit, and 32-bit...
2009-09-02 Evan ChengFix PR4845: r77946 completely broke x86_64 Darwin ...
2009-09-01 Devang PatelFor now disable MDNode uniquing. This fixes llvm-gcc...
2009-09-01 Bob WilsonAvoid calling removeVirtualRegisterKilled which iterate...
2009-09-01 Bob WilsonRefactor some code into separate functions. No functio...
2009-09-01 Bob WilsonMove use of LV inside condition that guards for null LV.
2009-09-01 Daniel DunbarFix build warning.
2009-09-01 Daniel DunbarSimplify.
2009-09-01 Daniel DunbarFix what I believe is a copy-n-pasto introduced in...
2009-09-01 Daniel DunbarX86/Encoding: Support ExternalSymbol operands in emitDi...
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-09-01 Chris Lattnerdebug intrinsics do not go in the callgraph, this fixes...
2009-09-01 Chris LattnerFix a regression I introduced in r80708, found by llvm...
2009-09-01 Bruno Cardoso LopesFix ELF Writter related memory leaks
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Reading in Profiles.
2009-09-01 Andreas NeustifterOptimalEdgeProfiling: Creation of profiles.
2009-09-01 Andreas NeustifterSmall fix in ProfileEstimator that eliminates duplicate...
2009-09-01 Jim Grosbachreduce size of SmallString to something more reasonable
2009-09-01 Chris Lattnerremove CallGraphNode::replaceCallSite, it is redundant...
2009-09-01 Bob WilsonAdd support for generating code for vst{234}lane intrin...
2009-09-01 Chris Lattnercleanup/simplify
2009-09-01 Jim GrosbachUse raw_ostream instead of sstream
2009-09-01 Chris Lattnerremove a bunch of explicit code previously needed to...
2009-09-01 David GoodwinAdd hidden flags to allow binary search of post-RA...
2009-09-01 David GoodwinRRX reads CPSR.
2009-09-01 Chris Lattnerdoxygenate RefreshCallGraph, add a new 'verification...
2009-09-01 Sean CallananAdded TEST %rAX, $imm instructions to the Intel tables...
2009-09-01 Chris Lattnersimpler solution to iterator invalidation "problem...
2009-09-01 Chris Lattnerenhance memcpy opt to turn memmoves into memcpy when...
2009-09-01 Bruno Cardoso LopesReapply 80278
2009-09-01 Jim Grosbachrevert inadvertant change from previous commit
2009-09-01 Chris Lattnerrandom code cleanups, no functionality change.
2009-09-01 Ted KremenekUpdate CMake files.
2009-09-01 Jim GrosbachSimply LSDA lable emission to use a direct special...
2009-09-01 Duncan SandsDo not manipulate invalid iterators. This fixes the
2009-09-01 Sanjiv GuptaFurther refactoring of PIC16 Obj file code.
2009-09-01 Benjamin KramerUpdate CMakeLists.
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-09-01 Bob WilsonGenerate code for vld{234}_lane intrinsics.
2009-09-01 Bob WilsonFix pr4843: When an instruction has multiple destinatio...
2009-09-01 Daniel Dunbarllvm-mc: Store MCSymbolData value as a pointer (to...
2009-09-01 Jim GrosbachFix compiler warnings
2009-09-01 Jim GrosbachClean up LSDA name generation and use for SJLJ exceptio...
2009-09-01 Devang PatelIntroduce DILocation.
2009-08-31 Devang PatelSubprogram is a scope. Derive DISubprogram from DIScope.
2009-08-31 Devang PatelRename DIBlock as DILexicalBlock.
2009-08-31 Dan GohmanDon't use an iterator which is potentially invalidated.
2009-08-31 Bob WilsonUse early exit and reduce indentation.
2009-08-31 Bob WilsonIf the tied registers are already the same, there is...
2009-08-31 Richard OsborneAdd triple parsing support for XCore.
2009-08-31 Devang PatelDerive DICompileUnit from DIScope.
2009-08-31 Caroline TiceAdd flag to mark structs for Apple Block "byref" variab...
next