Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
[oota-llvm.git] / lib /
2012-04-06 Duncan SandsMake GVN's propagateEquality non-recursive. No intende...
2012-04-06 Benjamin KramerFix narrowing conversion.
2012-04-06 Craig TopperAllow 256-bit shuffles to be split if a 128-bit lane...
2012-04-06 Chandler CarruthSink the return instruction collection until after...
2012-04-06 Jakob Stoklund OlesenDeduplicate ARM call-related instructions.
2012-04-05 Jim GrosbachARM: Don't form a t2LDRi8 or t2STRi8 with an offset...
2012-04-05 Jim GrosbachARM assembly aliases for add negative immediates using...
2012-04-05 Eric ChristopherPatch to set is_stmt a little better for prologue lines...
2012-04-05 Jakob Stoklund OlesenDon't break the IV update in TLI::SimplifySetCC().
2012-04-05 Dan GohmanFix accidentally inverted logic from r152803, and make the
2012-04-05 Owen AndersonTreat f16 the same as f80/f128 for the purposes of...
2012-04-05 Silviu BarangaAdded support for unpredictable ADC/SBC instructions...
2012-04-05 Silviu BarangaAdded support for handling unpredictable arithmetic...
2012-04-05 Hongbin ZhengBBVectorize: Add the const modifier to the VectorizeCon...
2012-04-05 Hongbin ZhengIntroduce the VectorizeConfig class, with which we...
2012-04-05 Hongbin ZhengAdd the function "vectorizeBasicBlock" which allow...
2012-04-05 Jim GrosbachARM assembly aliases for two-operand V[R]SHR instructions.
2012-04-05 Argyrios KyrtzidisIn MemoryBuffer::getOpenFile() make sure that the buffe...
2012-04-05 Jim GrosbachARM assembly parsing for 'msr' plain 'cpsr' operand.
2012-04-05 Jakob Stoklund OlesenPass the right sign to TLI->isLegalICmpImmediate.
2012-04-04 Akira HatanakaReapply 154038 without the failing test.
2012-04-04 Owen AndersonRevert r154038. It was causing make check failures.
2012-04-04 Pete CooperREG_SEQUENCE expansion to COPY instructions wasn't...
2012-04-04 Benjamin KramerFix a C++11 UDL conflict.
2012-04-04 Pete Cooperf16 FREM can now be legalized by promoting to f32
2012-04-04 Akira HatanakaFix LowerGlobalAddress to produce instructions with...
2012-04-04 Akira HatanakaFix LowerJumpTable to produce instructions with the...
2012-04-04 Akira HatanakaFix LowerConstantPool to produce instructions with...
2012-04-04 Jakob Stoklund OlesenImplement ARMBaseInstrInfo::commuteInstruction() for...
2012-04-04 Jakob Stoklund OlesenRemove spurious debug output.
2012-04-04 Akira HatanakaFix LowerBlockAddress to produce instructions with...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-04 Hongbin ZhengLoopUnrollPass: Use variable "Threshold" instead of...
2012-04-04 Benjamin KramerMove yaml::Stream's dtor out of line so it can see...
2012-04-04 Craig TopperRemove default case from switch that was already coveri...
2012-04-04 Pete CooperRemoved useless switch for default case when switch...
2012-04-03 Michael J. SpencerSorry about that. MSVC seems to accept just about any...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-04-03 Pete CooperAdd VSELECT to LegalizeVectorTypes::ScalariseVectorResu...
2012-04-03 Pete CooperRemoved one last bad continue statement meant to be...
2012-04-03 Chad RosierFix an issue in SimplifySetCC() specific to vector...
2012-04-03 Eric ChristopherFix thinko check for number of operands to be the one...
2012-04-03 Dylan NoblesmithARMDisassembler: drop bogus dependency on ARMCodeGen
2012-04-03 Dylan NoblesmithObject: drop bogus VMCore dependency
2012-04-03 Bill WendlingThe speedup doesn't appear to have been from this,...
2012-04-03 Bill WendlingReserve space for the eventual filling of the vector...
2012-04-03 Anton KorobeynikovMake PPCCompilationCallbackC function to be static...
2012-04-03 Craig TopperAdd support for AVX enhanced comparison predicates...
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 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 Pete CooperMoved LiveRangeEdit.h so that it can be called from...
2012-04-02 Jakob Stoklund OlesenAllocate 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 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 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Nadav RotemOptimizing swizzles of complex shuffles may generate...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
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 Chandler CarruthBelatedly address some code review from Chris.
2012-04-01 Chandler CarruthFix a pretty scary bug I introduced into the always...
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 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 Benjamin KramerInternalize: Remove reference of @llvm.noinline, it...
2012-03-31 Duncan SandsI noticed in passing that the Metadata getIfExists...
2012-03-31 Hal FinkelCorrectly vectorize powi.
2012-03-31 Akira HatanakaSelect static relocation model if it is jitting.
2012-03-31 Jakob Stoklund OlesenAdd a 2 byte safety margin in offset computations.
2012-03-31 Jakob Stoklund OlesenAdd more debugging output to ARMConstantIslandPass.
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 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.
next