oota-llvm.git
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Johnny ChenAdded LDRSBT, LDRHT, LDRSHT for disassembly only. ...
2010-02-18 Chris Lattnerrename the child field to 'next'. This is not a parent...
2010-02-18 Chris Lattnereliminate the MatcherNodeWithChild class, give the...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-18 Devang PatelNew test case for r96543.
2010-02-18 Chris Lattnerfit in 80 cols
2010-02-18 Johnny ChenAdded for disassembly only the variants of DMB, DSB...
2010-02-17 Eric ChristopherFix a few unused parameter warnings.
2010-02-17 Daniel DunbarMC/Mach-O: Update fixup values for change to X86 offsets.
2010-02-17 Dan GohmanMake this an unnumbered list.
2010-02-17 Dan GohmanHTML validation fixes.
2010-02-17 Dan GohmanAdd an "advanced" GetElementPtr FAQ document, with...
2010-02-17 Bob WilsonRemove the NEON N2VSInt instruction class: it's only...
2010-02-17 Johnny ChenAdded CLREX (Clear-Exclusive) for disassembly only.
2010-02-17 Bob WilsonMore cleanup for NEON:
2010-02-17 Johnny ChenAdded RFE for disassembly only.
2010-02-17 David GreeneMake the non-temporal bit "significant" in MemSDNodes...
2010-02-17 Jakob Stoklund... Remember to define super registers in mips calls.
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-17 Chris Lattnerirbuilder is doing constant folding now by default...
2010-02-17 Chris Lattnerfix some out of date prose dating from the LLVMContext...
2010-02-17 Daniel DunbarFix comment.
2010-02-17 Chris Lattnerredisable this to save people a small amount of build...
2010-02-17 Jakob Stoklund... Dead code elimination.
2010-02-17 Chris Lattner"Fix and issue in SparcAsmPrinter where multiple identi...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattneradd a note, from PR5100
2010-02-17 Chris Lattneradd missing method, PR6284
2010-02-17 Chris Lattneradd optional debian instructions, PR6272
2010-02-17 Sanjiv GuptaAdded routine to clone the body of a function and maint...
2010-02-17 Duncan SandsMention an API change.
2010-02-17 Duncan SandsPacify gcc-4.5, which warns (correctly) that these...
2010-02-17 Eric ChristopherRevert:
2010-02-17 Chris Lattnerreduce nesting.
2010-02-17 Sanjiv GuptaAdded a function to clone locals of a function.( which...
2010-02-17 Chris Lattnerimprove comments, the matcher is now feature complete...
2010-02-17 Sanjiv GuptaRemoved header files from .h by adding forward decls.
2010-02-17 Johnny ChenAdded BFI for disassembly only.
2010-02-17 Chris Lattnersink special case "cannotyetselect" for intrinsics...
2010-02-17 Chris LattnerEmulate the current isel's "IsChainCompatible" logic...
2010-02-17 Chris Lattnerproperly record chain inputs to complex patterns,
2010-02-17 Chris Lattnerrename and document some arguments so I don't have...
2010-02-17 Anton KorobeynikovUse pointer-wide encoding for LSDA and FDE on Darwin.
2010-02-17 Chris Lattnersimplify IsChainCompatible codegen, add comments. no
2010-02-17 Lang HamesRemoved an early out which was causing the PBQP allocat...
2010-02-17 Dan GohmanFix SCEVExpander's existing PHI reuse checking to recog...
2010-02-17 Devang PatelBefore setting scope end marker, pay attention to scope...
2010-02-17 Chris LattnerPrep work to handle input chains of matched patterns...
2010-02-17 Chris Lattnerdaniel remembered why this was needed.
2010-02-17 Chris Lattneradd a comment explaining why darwin/i386 uses ## as...
2010-02-17 Chris Lattnerrecord input chains.
2010-02-17 Chris Lattnerprefix captured value names with $ so they look like
2010-02-17 Sanjiv GuptaInitial implementation of PIC16 Cloner pass.
2010-02-17 Dan GohmanDon't check for comments, which vary between subtargets.
2010-02-17 Chris Lattnerimprove comments on OPC_Record to say what we're record...
2010-02-17 Dan GohmanFold bswap(undef) to undef.
2010-02-17 Dan GohmanDelete some unneeded casts.
2010-02-17 Dan GohmanDon't attempt to divide INT_MIN by -1; consider such...
2010-02-17 Chris Lattnermake the new isel's interpreter loop call the generated
2010-02-17 Chris Lattnerimprove comments in generated matcher a bit.
2010-02-17 Dan GohmanMake the operand and format specifier match, and print all
2010-02-17 Chris Lattnermake the new isel generator plop out a CheckComplexPatt...
2010-02-17 Bob WilsonWrap lines to 80 columns and generally try to clean...
2010-02-17 Chris Lattnerroundss is an sse 4 thing, fix the test on non-sse41...
2010-02-17 Chris Lattnerfix inverted condition.
2010-02-16 Dale JohannesenMake g5 target explicit; scheduling affects register...
2010-02-16 Chris Lattnercomplex patterns don't get 'record' nodes, they implicitly
2010-02-16 Chris Lattnerclean up some code, eliminate NodeIsComplexPattern...
2010-02-16 Bill WendlingMake error statement more personal.
2010-02-16 Chris Lattnerfix indentation
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Dale JohannesenAdjust register numbers in tests to compensate for the
2010-02-16 Chris Lattnerfilecheckize
2010-02-16 Bob WilsonHandle tGPR register class in a few more places. This...
2010-02-16 Johnny ChenAdd SMC (Secure Monitor Call) system instruction for...
2010-02-16 Dale JohannesenReally reserve R2 on PPC Darwin. PR 6314.
2010-02-16 Devang PatelUse line and column number to distinguish two lexical...
2010-02-16 Jim Grosbach80 column cleanup
2010-02-16 Devang PatelNew testcase.
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2010-02-16 Jim GrosbachRemove trailing whitespace
2010-02-16 Bob WilsonRename SuccessorNumber to GetSuccessorNumber.
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-16 Bob WilsonTestcase for critical edge splitting with load PRE.
2010-02-16 Jim GrosbachUpdate Thumb2 to not use CarryDefIsUnused or CarryDefIs...
2010-02-16 Jim GrosbachRemove redundant setting of Defs. CPSR is already marke...
2010-02-16 Dan GohmanRefactor rewriting for PHI nodes into a separate function.
2010-02-16 Jim GrosbachFirst step in eliminating the CarryDefIsUnused and...
2010-02-16 Johnny ChenAdded for disassembly the following instructions:
2010-02-16 Bob WilsonSplit critical edges as needed for load PRE.
2010-02-16 Bob WilsonRefactor to share code to find the position of a basic...
2010-02-16 Dan GohmanFix whitespace.
2010-02-16 Kenneth UildriksFunction attributes have index ~0, not 0
2010-02-16 Chris Lattnersimplify this code. In the new world order there is no
2010-02-16 Chris Lattnerconvert the new matcher to check intermediate nodes...
2010-02-16 Chris Lattnerchange dag isel emitter to only call 'IsProfitableToFol...
2010-02-16 Bob WilsonFix pr6111: Avoid using the LR register for the target...
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
next