oota-llvm.git
2012-04-01 Hal FinkelAdd instruction itinerary for the PPC64 A2 core.
2012-04-01 Craig TopperUse SequenceToOffsetTable to create instruction name...
2012-04-01 Benjamin KramerEmit the LLVM<->DWARF register mapping as a sorted...
2012-04-01 Chandler CarruthBelatedly address some code review from Chris.
2012-04-01 Chandler CarruthAdd some more testing to cover the remaining two cases...
2012-04-01 Chandler CarruthFix a pretty scary bug I introduced into the always...
2012-04-01 Chandler CarruthReplace four tiny tests with various uses of grep and...
2012-04-01 Andrew Trickmisched: Add finalizeScheduler to complete the target...
2012-04-01 Eli BenderskyRemoving a file that's no longer being used after the...
2012-04-01 Hal FinkelSplit the LdStGeneral PPC itin. class into LdStLoad...
2012-03-31 Rafael EspindolaAdd a workaround for building with old versions of...
2012-03-31 Rafael EspindolaAdd a triple to the test.
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2012-03-31 Chandler CarruthFix a typo reported in IRC by someone reviewing this...
2012-03-31 Chandler CarruthGive the always-inliner its own custom filter. It shoul...
2012-03-31 Chandler CarruthRemove a bunch of empty, dead, and no-op methods from...
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-31 Chandler CarruthAdd support to the InstVisitor for visiting a generic...
2012-03-31 Bill WendlingMove trivial functions into the class definition.
2012-03-31 Bill WendlingTrim headers.
2012-03-31 Bill WendlingIndent according to LLVM's style guide.
2012-03-31 Bill WendlingCleanup whitespace and trim some of the #includes.
2012-03-31 Benjamin KramerInternalize: Remove reference of @llvm.noinline, it...
2012-03-31 Bill WendlingThese strings aren't 'const char *' but 'char *'.
2012-03-31 Bill WendlingCleanup whitespace.
2012-03-31 Bill WendlingFree the codegen options when deleting LTO code generat...
2012-03-31 Bill WendlingCleanup whitespace and remove unneeded 'extern' keyword...
2012-03-31 Chandler CarruthClean up the naming in this test. Someone pointed this...
2012-03-31 Chandler CarruthFileCheck-ize this test, and generally tidy it up prior...
2012-03-31 Duncan SandsI noticed in passing that the Metadata getIfExists...
2012-03-31 Hal FinkelCorrectly vectorize powi.
2012-03-31 Andrew Trickcomment typo
2012-03-31 Akira HatanakaSelect static relocation model if it is jitting.
2012-03-31 Andrew TrickIntroduce Register Units: Give each leaf register a...
2012-03-31 Jakob Stoklund... Add a 2 byte safety margin in offset computations.
2012-03-31 Jakob Stoklund... Add more debugging output to ARMConstantIslandPass.
2012-03-30 Bill Wendling* Set the scope attributes for the ASM symbol we added...
2012-03-30 Benjamin KramerRip out emission of the regIsInRegClass function for...
2012-03-30 Jim GrosbachARM fix encoding fixup resolution for ldrd and friends.
2012-03-30 Jakob Stoklund... Use SequenceToOffsetTable in emitRegisterNameString.
2012-03-30 Jakob Stoklund... Reapply 153764 and 153761 with a fix.
2012-03-30 Rafael EspindolaRevert 153764 and 153761. They broke a --enable-optimiz...
2012-03-30 Jim GrosbachARM assembler should prefer non-aliases encoding of...
2012-03-30 Jim GrosbachARM encoding for VSWP got the second operand incorrect.
2012-03-30 Jim GrosbachARM can only use narrow encoding for low regs.
2012-03-30 Jakob Stoklund... Compress SimpleValueType lists by sharing.
2012-03-30 Jakob Stoklund... Compress register lists by sharing suffixes.
2012-03-30 Jakob Stoklund... Add a SequenceToOffsetTable to TableGen.
2012-03-30 Jim GrosbachARM integrated assembler should encoding choice for...
2012-03-30 Rafael EspindolaHandle unreachable code in the dominates functions...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-30 Jim GrosbachARM assembly parsing needs to be paranoid about negativ...
2012-03-30 Rafael EspindolaAdd computeMaskedBitsLoad back, as it was the change...
2012-03-30 Benjamin KramerAdd a note about a missed cmov -> sbb opportunity.
2012-03-30 Bill WendlingCleanup whitespace. Doxygenize comments. And indent...
2012-03-30 James MolloyEnsure conditional BL instructions for ARM are given...
2012-03-30 Evan ChengARM target should allow codegenprep to duplicate ret...
2012-03-30 Bill WendlingTestcase for r153710.
2012-03-30 Bill WendlingAdd testcase for r153705
2012-03-30 Bill WendlingIf we have a VLA that has a "use" in a metadata node...
2012-03-29 Lang HamesChange the constant in this testcase so that it results...
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Jakob Stoklund... Invalidate liveness in ARMConstantIslandPass.
2012-03-29 Jakob Stoklund... Prefer even-odd D-register pairs.
2012-03-29 Chandler CarruthFilecheck-ize this test so that it actually tests somet...
2012-03-29 Lang HamesTry using vmov.i32 to materialize FP32 constants that...
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-29 Eric ChristopherLowercase the tag name to match the rest of dwarf.
2012-03-29 Jim GrosbachARM assembly 'cmp lr, #0' should not encode using ...
2012-03-29 Lang HamesThe shuffle scheduler is only available in asserts...
2012-03-29 Jakob Stoklund... Handle register copies for the new ARM register classes.
2012-03-29 Benjamin KramerDrop O4 from the llc manpage, it was removed in r70445.
2012-03-29 Lang HamesMake x86 REP_MOV* and REP_STO instructions use the...
2012-03-29 Danil MalyshevFix missed files in JIT unittests Makefile
2012-03-29 Akira HatanakaExpand FREM.
2012-03-29 Jakob Stoklund... Add more constness to CodeGenRegisters.
2012-03-29 Jakob Stoklund... Don't PRE compares.
2012-03-29 Benjamin KramerReplace assert(0) with llvm_unreachable to avoid warnin...
2012-03-29 Eric ChristopherAdd support for objc property decls according to the...
2012-03-29 Bill WendlingMake some headway towards compiling all of LLVM.
2012-03-29 Craig TopperOnly allow symbolic names for (v)cmpss/sd/ps/pd encodin...
2012-03-29 Joel JonesFor X86, change load/dec-or-inc/store into dec-or-inc...
2012-03-29 Bill WendlingCleanup whitespace.
2012-03-29 Bill WendlingCache the end() iterator.
2012-03-29 Joel JonesReverted to revision 153616 to unblock build
2012-03-29 Joel JonesFor X86, change load/dec-or-inc/store into dec-or-inc...
2012-03-28 Jakob Stoklund... Enable machine code verification in the entire code...
2012-03-28 Jakob Stoklund... Enable machine code verification after PreSched2 passes.
2012-03-28 Bill WendlingCleanup some whitespaces.
2012-03-28 Jakob Stoklund... Don't kill the base register when expanding strd.
2012-03-28 Jakob Stoklund... Preserve implicit defs in ARMLoadStoreOptimizer.
2012-03-28 Jim GrosbachTidy up. Whitespace.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-28 Rafael EspindolaHandle intrinsics in GlobalsModRef. Fixes pr12351.
2012-03-28 Jakob Stoklund... Spill DPair registers, not just QPR.
2012-03-28 Jakob Stoklund... Also verify after ExpandPostRAPseudos.
2012-03-28 Bill WendlingInline function into its one caller.
2012-03-28 Jakob Stoklund... Enable machine code verification after the late machine...
2012-03-28 Jakob Stoklund... Skip liveness verification when MRI->tracksLiveness...
next