oota-llvm.git
2011-04-20 Stuart HastingsExcise unintended hunk in 129858. <rdar://problem...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-20 Daniel Dunbarsys/Host: Change getHostTriple() to return the full...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Rafael EspindolaBehave like gnu as when a relocation crosses sections.
2011-04-20 Che-Liang Chiouptx: add integer div and rem instruction
2011-04-20 Che-Liang Chiouptx: add floating-point comparison to setp
2011-04-20 Che-Liang Chiouptx: fix parameter ordering
2011-04-20 Nick LewyckyThis should always be signed chars, so use int8_t....
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-20 Eric ChristopherRewrite the expander for umulo/smulo to remember to...
2011-04-20 Daniel Dunbarllc: Fix a refacto, .loc support didn't work before...
2011-04-20 Sean CallananMade the MC disassembler check before accessing
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Johnny ChenFix typo in the comment.
2011-04-19 Daniel DunbarADT/Triple: Drop support for -osx style triples, we...
2011-04-19 Daniel DunbarADT/Triple: Add support for Triple::MacOSX per feedback...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-04-19 Daniel DunbarADT/Triple: Add isOSDarwin() and isOSWindows() helper...
2011-04-19 Daniel DunbarADT/Triple: Fix Triple::getArchNameForAssembler to...
2011-04-19 Daniel DunbarTarget/X86: Eliminate uses of getDarwinVers().
2011-04-19 Daniel DunbarTarget/X86: Add getTargetTriple() accessor.
2011-04-19 Daniel DunbarTarget/PPC: Kill off DarwinVers, which is now dead.
2011-04-19 Daniel DunbarTarget/PPC: Eliminate a use of getDarwinVers().
2011-04-19 Daniel DunbarTarget/PPC: Add a TargetTriple field.
2011-04-19 Chris Lattneradd a helper method.
2011-04-19 Daniel Dunbarllc: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Daniel DunbarTarget: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Daniel DunbarCodeGen: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Daniel DunbarADT/Triple: Add helper function for OS X version checks.
2011-04-19 Daniel DunbarADT/Triple: Add isOSVersionLT helper function.
2011-04-19 Daniel DunbarADT/Triple: Generalize and simplify getDarwinNumber...
2011-04-19 Daniel DunbarADT/Triple: Add support for more explicit "osx" and...
2011-04-19 Stuart HastingsDelete unnecessary variable. <rdar://problem/7662569>
2011-04-19 Eric ChristopherRemove some duplicate op action entries and reorganize.
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-04-19 Bob WilsonAdd -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio...
2011-04-19 Bob WilsonAvoid some 's' 16-bit instruction which partially updat...
2011-04-19 Bob WilsonAvoid write-after-write issue hazards for Cortex-A9.
2011-04-19 Bob WilsonSome single-precision VFP instructions can execute...
2011-04-19 Bob WilsonImprovements for the Cortex-A9 scheduling itineraries.
2011-04-19 Eli FriedmanAdd support for FastISel'ing varargs calls.
2011-04-19 Jakob Stoklund... Force the greedy register allocator to be linked alongs...
2011-04-19 Eli FriedmanSelectBasicBlock is rather slow even when it doesn...
2011-04-19 Stuart HastingsSupport nested CALLSEQ_BEGIN/END; necessary for ARM...
2011-04-19 Jay FoadTrivial simplification.
2011-04-19 Jakob Stoklund... Tighten test case a bit.
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-19 Chris Lattnertidy up
2011-04-19 Chris LattnerImplement support for fast isel of calls of i1 argument...
2011-04-19 Chris LattnerHandle i1/i8/i16 constant integer arguments to calls...
2011-04-19 Chris Lattnerbe layout aware, to produce:
2011-04-19 Chris Lattnerfix rdar://9297006 - fast isel bails out on trunc to...
2011-04-19 Evan ChengChange A9 scheduling itineraries VLD* / VST* entries...
2011-04-19 Jakob Stoklund... Make tests register allocation independent again.
2011-04-19 Evan ChengDo not lose mem_operands while lowering VLD / VST intri...
2011-04-19 Francois PichetDisable warning C4181: "qualifier applied to reference...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-18 Devang PatelUse ArrayRef variants.
2011-04-18 Ted KremenekAdd BumpPtrAllocator::getTotalMemory() to allow clients...
2011-04-18 Devang PatelRemove test to check line numbers. There are other...
2011-04-18 Jim GrosbachTrim a few unneeded includes.
2011-04-18 Eric ChristopherInvert the meaning of printAliasInstr's return value...
2011-04-18 Eli FriedmanSimplify declarations slightly by using typedefs.
2011-04-18 Eli Friedmanmalloc elimination: it's a bad idea to use raw_svector_...
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-18 Jakob Stoklund... Handle spilling around an instruction that has an early...
2011-04-18 Sean CallananSmall fix to the ARM AsmParser to ensure that a
2011-04-18 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-18 Chandler CarruthMark some functions as used which are used within debug...
2011-04-18 Owen AndersonEnhance the fixed-length disassembler to support the...
2011-04-18 Anders CarlssonMake the empty StructType::get overload use an empty...
2011-04-18 Chris Lattnerwhile we're at it, handle 'sdiv exact' of a power of...
2011-04-18 Chris Lattnerfix rdar://9297011 - udiv by power of two causing fast...
2011-04-18 Chris LattnerAdd a new bit that ImmLeaf's can opt into, which allows...
2011-04-18 Chris LattnerImplement major new fastisel functionality: the matcher...
2011-04-18 Chris Lattnerrelax this test to just check that the lock prefix...
2011-04-18 Eli FriedmanRevert r129688; it's breaking buildbots.
2011-04-18 Eli FriedmanMore malloc elimination: it's a bad idea to use raw_sve...
2011-04-18 Eli FriedmanMake the StringMaps attached to MCContext use the MCCon...
2011-04-18 Anders CarlssonUse an empty ArrayRef instead of an empty std::vector...
2011-04-18 NAKAMURA Takumidocs: Redefine Heading elements as below;
2011-04-17 Chris Lattnerintroduce a new OpKind abstraction which wraps up opera...
2011-04-17 Chris Lattnerchange OperandsSignature to use SmallVector<char> inste...
2011-04-17 Chris Lattnersince the VT is fixed for a ImmLeaf, there is no reason...
2011-04-17 Chris Lattnerswitch the rest of the x86 immediate patterns over...
2011-04-17 Chris Lattnernow that predicates have a decent abstraction layer...
2011-04-17 Chris LattnerRework our internal representation of node predicates...
2011-04-17 Chris Lattnerremove some debugging code I added.
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-17 Chris Lattnerfix an x86 fast isel issue where we'd completely give...
2011-04-17 Chris Lattnerfix an oversight which caused us to compile the testcas...
2011-04-17 Chris Lattnertidy up and reduce indentation.
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-17 Chris Lattnersplit a complex predicate out to a helper function...
2011-04-17 Eli FriedmanRemove working entry from README.
2011-04-17 Chris Lattnerfix rdar://9289583 - fast isel should handle non-canoni...
2011-04-16 Eli FriedmanPR9055: extend the fix to PR4050 (r70179) to apply...
2011-04-16 Frits van BommelRename a misleadingly-named variable.
2011-04-16 Frits van BommelAdd test cases for Jay's r129641 and fix a 32-bit-centr...
next