oota-llvm.git
2012-04-03 Bill WendlingAs Eric pointed out, even a Debug build should be equal...
2012-04-03 Akira HatanakaRevert r153924. Delete test/MC/Disassembler/Mips and...
2012-04-03 Akira HatanakaRevert r153924. There were buildbot failures.
2012-04-03 Akira HatanakaMIPS disassembler support.
2012-04-03 Andrew TrickCleanup set_union usage. The same thing but a bit clean...
2012-04-03 Andrew TrickUse std::set_union instead of nasty custom code.
2012-04-03 Eric ChristopherAdd a line number for the scope of the function (starti...
2012-04-03 Pete CooperFixes to r153903. Added missing explanation of behavio...
2012-04-02 Bill WendlingCompare the .o files only for release builds. Add an...
2012-04-02 Pete CooperMoved LiveRangeEdit.h so that it can be called from...
2012-04-02 Rafael EspindolaMake dominatedBySlowTreeWalk private and assert cases...
2012-04-02 Jakob Stoklund... Allocate virtual registers in ascending order.
2012-04-02 Pete CooperRefactored the LiveRangeEdit interface so that MachineF...
2012-04-02 Bill WendlingAdd an option to turn off the expensive GVN load PRE...
2012-04-02 Owen AndersonAdd predicates for checking whether targets have free...
2012-04-02 Lang HamesDuring two-address lowering, rescheduling an instructio...
2012-04-02 Rafael EspindolaNo need to run llvm-as.
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-04-02 Hal FinkelThe binutils for the IBM BG/P are too old to support...
2012-04-02 Hal FinkelAdd triple support for the IBM BG/P and BG/Q supercompu...
2012-04-02 Eric ChristopherTurn on the accelerator tables for Darwin.
2012-04-02 Stepan DyatkovskiyFast fix for PR12343:
2012-04-02 Roman DivackyImplement the SVR4 byval alignment for aggregates....
2012-04-02 Silviu BarangaSecond part for the 153874 one
2012-04-02 Silviu BarangaAdded fix in TableGen instruction decoder generation...
2012-04-02 Rafael EspindolaAdd missing 'd'.
2012-04-02 Bill WendlingHack the hack. If we have a situation where an ASM...
2012-04-02 Benjamin KramerEmit the asm writer's mnemonic table with SequenceToOff...
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperReorder fields in MatchEntry and OperandMatchEntry...
2012-04-02 Nadav RotemOptimizing swizzles of complex shuffles may generate...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Eric ChristopherFix CXXFLAGS for huge_val.m4.
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-04-02 Bill WendlingIt could come about that we parse the inline ASM before...
2012-04-02 Craig TopperUse SequenceToOffsetTable to generate instruction name...
2012-04-01 Chandler CarruthStart cleaning up the InlineCost class. This switches...
2012-04-01 Hal FinkelFix some 80-col. violations I introduced with the A2...
2012-04-01 Hal FinkelEnable prefetch generation on PPC64.
2012-04-01 Hal FinkelAdd LdStSTD* itin. for the PPC64 A2 core.
2012-04-01 Nadav RotemThis commit contains a few changes that had to go in...
2012-04-01 Lang HamesFix typo.
2012-04-01 Hal FinkelSet the default PPC node scheduling preference to ILP...
2012-04-01 Hal FinkelAdd ppc440 itin. entries for LdStSTD*
2012-04-01 Hal FinkelUse full anti-dep. breaking with post-ra sched. on...
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.
next