oota-llvm.git
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Daniel Dunbarlit: Add a custom test format for use in clang.
2009-09-16 Chris Lattnerremove a dead variable.
2009-09-16 Chris Lattneradd a helper method for creating MCSymbol and MCSymbolR...
2009-09-16 Sean CallananAdded a variety of floating-point and SSE instructions.
2009-09-16 Chris Lattnerinline AsmPrinter::getCurrentFunctionEHName into its...
2009-09-16 Bob WilsonExpand some more vector operations not supported by...
2009-09-16 Chris Lattnerremove a dead bool.
2009-09-16 Chris LattnerEliminate AsmPrinter::EmitExternalGlobal, inlining...
2009-09-16 Bob WilsonNeon does not support vector divide or remainder. ...
2009-09-16 Chris Lattnereliminate the PPC backend's implementation of EmitExter...
2009-09-16 Chris Lattnereliminate the horrid AsmPrinter::getGlobalLinkName...
2009-09-16 Chris Lattnersimplify some code
2009-09-15 Bob WilsonExpand all v2f64 arithmetic operations for Neon.
2009-09-15 Daniel DunbarPut back non-obsolete -f sections for 'opt'.
2009-09-15 Sean CallananAdded far return instructions (that is, returns to
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-15 Chris Lattnerstrength reduce a call to PrintRelDirective(true).
2009-09-15 Chris Lattneradd hooks to hang target-specific goop off MachineModul...
2009-09-15 Nate BegemanDo not add the SVOffset to the Node CSE ID. The same...
2009-09-15 Eric ChristopherExpand on comment.
2009-09-15 Sean CallananUpdated comments per Eli's suggestion.
2009-09-15 Bob WilsonConvert more tests to FileCheck.
2009-09-15 Sean CallananAdded register-to-register ADD instructions to the
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-15 Daniel DunbarRemove references to obsolete -f option.
2009-09-15 Daniel DunbarUpdate llc/opt PODs to clarify they support .ll input.
2009-09-15 Daniel DunbarFix -Asserts warning.
2009-09-15 Daniel Dunbarlit: When finding nested test suites, check first in...
2009-09-15 Nate BegemanBetter solution for tracking both the original alignmen...
2009-09-15 Jim GrosbachCorrect comment pasto
2009-09-15 Sean CallananAdded a new register class for segment registers
2009-09-15 Dale JohannesenChange the marker byte for stubs from 0xcd to 0xce...
2009-09-15 Chris Lattnerfix PR4984 by ensuring that fastisel adds properly...
2009-09-15 Chris Lattnerrename test
2009-09-15 Chris Lattnerconvert to filecheck
2009-09-15 Chris Lattneradd missing file
2009-09-15 Bob WilsonHandle AddrMode4 for Thumb2 in rewriteT2FrameIndex...
2009-09-15 Sandeep PatelFix superreg use in ARMAsmPrinter. Approved by Anton...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-09-15 Dan GohmanTeach ValueTracking how to look through GlobalAliases...
2009-09-15 Dan GohmanFix an accidental inversion of the inbounds flag.
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-15 Dan GohmanUse llvm-link -S instead of using llvm-dis.
2009-09-15 Dan GohmanGive llvm-link a -S option.
2009-09-15 Dan GohmanDon't bother using a PassManager just to print a Module.
2009-09-15 Dan GohmanRestore a comment that was lost in the merge.
2009-09-15 Dan GohmanFix apostrophos.
2009-09-15 Nick LewyckyAdd more newlines to make up for the ones removed from...
2009-09-15 Evan ChengForgot this.
2009-09-15 Evan ChengAnother try at early partial coalescing. Identity phi...
2009-09-15 Chris Lattnerconvert to filecheck
2009-09-15 Nick LewyckyForbid arrays of function-type and structures with...
2009-09-15 Chris Lattnerfix PR4963: folding insertvalue would sometimes turn...
2009-09-15 Chris Lattneradd a new CallGraphNode::replaceCallEdge method and...
2009-09-15 Chris Lattneradd newline to debug dump
2009-09-15 Chris Lattnermake -debug-pass=Executions show information about...
2009-09-15 Chris Lattneradd some missing quotes in debug output
2009-09-15 Chris Lattnerswitch scciterator to use DenseMap instead of std::map
2009-09-15 Chris Lattnerthis is failing on linux hosts, force a triple.
2009-09-15 Ted KremenekRemove invalid add_dependencies line to unbreak the...
2009-09-15 Mikhail GlushenkovGet rid of GetProcessId in Win32/Program.inc.
2009-09-15 Chris Lattnermerge one more in.
2009-09-15 Chris Lattnermerge some more cmov tests into cmov.ll
2009-09-15 Chris Lattnermerge two cmov tests into one.
2009-09-15 Dan GohmanDon't pull a load through a callseq_start if the load...
2009-09-15 Nate BegemanRemove incorrect CSE code from r81813.
2009-09-15 Sean CallananModified the Intel instruction tables to include
2009-09-15 Kevin EnderbyAdded the first bits of the ARM target assembler to...
2009-09-15 Nate BegemanSubstantially speed up combiner-aa in the following...
2009-09-15 Nate BegemanTeach the legalizer to propagate the original alignment...
2009-09-15 Dan GohmanOn x86-64, the 32-bit cmov doesn't actually clear the...
2009-09-15 Nate BegemanAdd an "original alignment" field to load and store...
2009-09-14 Dan GohmanWhen extending a memset range past the front, set the...
2009-09-14 Erick TryzelaarExpose initializing the native target for the execution...
2009-09-14 Erick TryzelaarMake sure to initialize the fpm in the ocaml tutorial.
2009-09-14 Evan ChengAdd early coalescing to liveintervals. This is work...
2009-09-14 Bill WendlingPull the creation of the "RewindFunction" function...
2009-09-14 Dan GohmanUpdate a comment to match the source. PseudoSourceValue...
2009-09-14 Jim Grosbachtrivial whitespace cleanup
2009-09-14 Chris Lattneradd PR#
2009-09-14 Eric ChristopherEnable the jit for llvm-config.
2009-09-14 Daniel DunbarAdd a valgrind suppressions file for x86_64/linux/4...
2009-09-14 Daniel DunbarAdd a VALGRIND_EXTRA_ARGS makefile variable, with the...
2009-09-14 Daniel DunbarUpdate CMake dependencies.
2009-09-14 Daniel DunbarUpdate CMake.
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 Daniel DunbarTeach 'make check-lit' to run unittests.
2009-09-14 Daniel DunbarAttempt to fix some 4.0.0 build warnings.
2009-09-14 Daniel Dunbarlit: Give test formats control over test discovery.
2009-09-14 Nick LewyckyFix a pair of comment typos.
2009-09-14 Nick LewyckyFifth time's a charm! Remove ourselves as abstract...
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-14 Chris Lattnertidy up a bit.
2009-09-14 Chris Lattnerslightly increase prettiness.
2009-09-14 Chris Lattneremit the register table as a massive string to avoid...
2009-09-14 Chris Lattnermove StringToOffsetTable out to its own header.
2009-09-14 Chris Lattnerfactor string table generation out to its own class...
next