oota-llvm.git
2009-09-17 Daniel DunbarUpdate CMake.
2009-09-16 Sean CallananAdded the LODS (load byte into register, usually
2009-09-16 Daniel DunbarAdd StringRef::{rfind, rsplit}
2009-09-16 Sean CallananAdded the LAR (load segment access rights)
2009-09-16 Sean CallananAdded the LOOP family of instructions to the Intel
2009-09-16 Sean CallananAdded an alternate form of register-register CMP
2009-09-16 Devang PatelFix typo.
2009-09-16 Devang PatelAt iSel time, update DebugLoc based on debug info attac...
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 Bob WilsonExpand vector floating-point conversions not supported...
2009-09-16 Dan GohmanNow that llc can read .ll files directly, teach it...
2009-09-16 Devang PatelProvide a way to extract location info from DILocation.
2009-09-16 Devang PatelParse debug info attached with an instruction.
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 Kevin EnderbyFixed some problems with the logic of parsing line...
2009-09-16 Kevin EnderbyFix incorrect assert that should be a user error for...
2009-09-16 Dan GohmanChange FoldPHIArgBinOpIntoPHI to decline folding if...
2009-09-16 Dan GohmanFix the comment in this test.
2009-09-16 Xerxes RanbyMake cmake generated llvm-config output correct JIT...
2009-09-16 Benjamin KramerDon't sort the vector when it is empty. This should...
2009-09-16 Andreas NeustifterReapplied r81355 with the problems fixed.
2009-09-16 Xerxes Ranbyupdated lib/CodeGen/CMakeLists.txt to unbreak cmake...
2009-09-16 Andreas NeustifterPreserve ProfileInfo during CodeGenPrepare.
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattnerrevert a hunk of r82018 that wasn't supposed to go...
2009-09-16 Chris Lattneradd a new MachineModuleInfoMachO class, which is the...
2009-09-16 Chris Lattnerapparently russians are really hard to sort or something!
2009-09-16 Chris LattnerI can sort, no really.
2009-09-16 Chris Lattnermake more clear since it is sorted by last name now.
2009-09-16 Chris LattnerDoug is now the code owner for most of the Clang frontend.
2009-09-16 Chris Lattnerthe pointer MMI keeps will start out with object-file...
2009-09-16 Chris Lattnertidy up
2009-09-16 Chris Lattnerrearrange X86ATTAsmPrinter::doFinalization, making...
2009-09-16 Chris LattnerTed is christened as the owner of the clang static...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Shantonu Senfix cmake build
2009-09-16 Chris Lattneruse an accessor to simplify code.
2009-09-16 Nate BegemanDo not try and sink a load whose chain result has more...
2009-09-16 Sean CallananAdded the ENTER instruction, which sets up a stack
2009-09-16 Sean CallananAdded the definitions for one-bit left shifts to
2009-09-16 Dan GohmanDon't sink gep operators through phi nodes if the resul...
2009-09-16 Sean CallananRemoved a few instructions that were already
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
next