oota-llvm.git
2009-08-28 Torok EdwinRemove the llvmprof.out from the test output, otherwise...
2009-08-28 Andreas NeustifterPreparation for Optimal Edge Profiling:
2009-08-28 Andreas NeustifterRemove profiling output file because two consecutive...
2009-08-28 Andreas NeustifterRemoved unnecessary file creation during test.
2009-08-28 Andreas NeustifterPulled all tests into one test. Removed some redundant...
2009-08-28 Daniel DunbarFix -Asserts warning, round two.
2009-08-28 Daniel Dunbarllvm-mc: .lsym is more unsupported than unimplemented...
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
2009-08-28 Evan ChengPrint a nl before pic labels so they start at a new...
2009-08-28 Andreas NeustifterSince all std::cout is gone, also remove iostream include.
2009-08-28 Andreas NeustifterReadded test from r79615, this tests the complete profi...
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Tweak section alignment and size computation...
2009-08-28 Daniel Dunbarllvm-mc: Factor getSectionData out of SwitchSection.
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-28 Daniel Dunbarllvm-mc: Unique zero fill sections.
2009-08-28 Daniel Dunbarllvm-mc: Add const to EmitZeroFill section argument.
2009-08-28 Daniel Dunbarllvm-mc: Fix thinko in emitting values.
2009-08-28 Daniel DunbarAdd MathExtras.h OffsetToAlignment, like RoundUpToAlign...
2009-08-28 Daniel DunbarFix -Asserts warning.
2009-08-28 Chris Lattnerfinish a half formed thought :)
2009-08-28 Daniel DunbarAnother NO_RUNTIME_LIBRARIES tweak...
2009-08-28 Daniel DunbarTweak NO_RUNTIME_LIBS.
2009-08-28 Chris LattnerMark Andersen's as experimental.
2009-08-28 Chris LattnerFix PR3913, patch by Jakub Staszak!
2009-08-28 Evan Chengv4, v5 does not support sxtb / sxth.
2009-08-28 Bob WilsonDisable optional bindings for Apple-style builds.
2009-08-28 Bob WilsonRevert 76080. This broke some powerpc cross compiles.
2009-08-27 Daniel DunbarRevert r80305, I forgot a dependent change.
2009-08-27 Devang PatelClosure is a very generic name. Use AppleBlock instead.
2009-08-27 Daniel Dunbarllvm-mc: Unique sections in .zerofill.
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Daniel DunbarDon't build runtime libraries in an Apple style build.
2009-08-27 Bruno Cardoso... Revert 80278 for now, it caused a lot of MIPS tests...
2009-08-27 Bruno Cardoso... Revamp our friend Mips :)
2009-08-27 Dan GohmanDon't mark CMOV_GR8 as two-address, or commutable,...
2009-08-27 Dan GohmanAdjust the MachineBasicBlock verifier rules to be more
2009-08-27 Eric ChristopherAdd FIXME for when we support more specific XMM registers.
2009-08-27 Eric ChristopherNuke trailing whitespace.
2009-08-27 Dan GohmanUse stripPointerCasts instead of doing the same manually.
2009-08-27 Dan GohmanMinor code simplification.
2009-08-27 Dan GohmanTeach getUnderlyingObject and skipPointerCasts about...
2009-08-27 Dan GohmanBe somewhat more consistent about const qualifiers.
2009-08-27 Dan GohmanGlobal Aliases are not identifiable objects.
2009-08-27 Dan GohmanHandle TargetData with const.
2009-08-27 Dan GohmanStrip trailing whitespace from blank lines.
2009-08-27 Gabor Greifre-apply r80197, now that iterator.h is not mentioned...
2009-08-27 Anton KorobeynikovHopefully the final missing part :(
2009-08-27 Anton KorobeynikovForgot about actual change :)
2009-08-27 Anton Korobeynikovscalar_to_vector is fully legal now (implemented as...
2009-08-27 Devang PatelRemove an entry from ValueMap before removing elements.
2009-08-27 Anton KorobeynikovOk, sometimes it's profitable to turn scalar_to_vector...
2009-08-27 Anton KorobeynikovTransform float scalar_to_vector into subreg accesses.
2009-08-27 Misha BrukmanSTRD and LDRD require ARMv5TE, not just ARMv5T.
2009-08-27 Benjamin KramerInverse logic to increase portability.
2009-08-27 Sanjiv GuptaTo make mcc16 run correctly on mac.
2009-08-27 Daniel Dunbarllvm-mc/Mach-O: Add MCCodeEmitter support, for encoding...
2009-08-27 Daniel Dunbarllvm-mc/X86: Implement single instruction encoding...
2009-08-27 Daniel Dunbarllvm-mc: Print encodings after the instruction, and...
2009-08-27 Daniel DunbarX86: Mark EH_RETURN as code-gen-only.
2009-08-27 Daniel DunbarAdd {MCInst,MCOperand}::{print,dump}
2009-08-27 Daniel Dunbarllvm-mc: Only show instruction encodings with --show...
2009-08-27 Gabor Greifthe buildbots revealed one more breakage. fix. (why...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-27 Chris LattnerImplement a new optimization in the inliner: if inlinin...
2009-08-27 Chris Lattnerthe inliner shouldn't crash on this.
2009-08-27 Daniel DunbarFor now, only run MC tests if X86 is configured.
2009-08-27 Bill WendlingThis is passing for PPC on Mac OS X.
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Chris Lattnerunbreak the build, yay for symlinks + makefiles. :(
2009-08-27 Chris Lattnerreduce header #include'age
2009-08-27 Chris Lattnerenhance InlineFunction to be able to optionally return
2009-08-27 Chris Lattnersmallvectorize the list of returns built by CloneAndPru...
2009-08-27 Chris Lattnerremove CloneTrace, which appears to be dead since 2004.
2009-08-27 Chris Lattnerreduce inlining factor some stuff out to a static helpe...
2009-08-27 Bill WendlingRevert accidental commit.
2009-08-27 Bill Wendling--- Reverse-merging r80147 into '.':
2009-08-27 Dan GohmanAdd some checks for MachineCFG consistency. Use Analyze...
2009-08-27 Daniel DunbarUpdate CMake
2009-08-27 Daniel Dunbarllvm-mc: Tweak MCCodeEmitter skeleton.
2009-08-27 Dan GohmanInitialize the PoisonMemory member before initializing
2009-08-27 Evan ChengFix PR4789. Teach eliminateFrameIndex how to handle...
2009-08-27 Daniel DunbarAdd missing declarations.
2009-08-27 Daniel DunbarSketch TargetRegistry support for MCCodeEmitter abstrac...
2009-08-27 Daniel DunbarTry to make MSVC just a little happier.
2009-08-27 Dan GohmanX86FastISel support for loading and storing values...
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
2009-08-26 Gabor Greifnow that include/llvm/ADT/iterator.h.in is not attempte...
2009-08-26 Daniel DunbarSimplify.
2009-08-26 Douglas GregorRegenerate configure
2009-08-26 Gabor Greifeliminate references to ADT/iterator.h
2009-08-26 Owen AndersonMake this into a static method.
2009-08-26 Bob WilsonFix bad length argument to substr calls. Apparently...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Unique sections properly, so we don...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Douglas GregorDe-bork CMake build
2009-08-26 Eric ChristopherRework getPersonalityIndex slightly - 0 is now a valid...
2009-08-26 Gabor Greifnobody includes llvm/ADT/iterator.h any more,
2009-08-26 Eric ChristopherIf we're emitting additional CIEs due to personality...
2009-08-26 Eric ChristopherNuke trailing whitespace.
next