aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-19Cleanup some SCEV logic a bit.Andrew Trick
2013-03-19Tighten up an internal LSR API that should check for NULL.Andrew Trick
2013-03-19Emit the linkage name instead of the function name, when available. This meansNick Lewycky
2013-03-18Fix a sign-extension bug in PPCCTRLoopsHal Finkel
2013-03-18Move #include of BitVector from .h to .cpp file.Jakub Staszak
2013-03-18Add some constantness.Jakub Staszak
2013-03-18Remove unneeded #includes.Jakub Staszak
2013-03-18Make methods const.Jakub Staszak
2013-03-18Make method private. Keep coding standard.Jakub Staszak
2013-03-18[ms-inline asm] Avoid emitting a redundant sizing directive, if we've alreadyChad Rosier
2013-03-18Change NULL to 0.Jakub Staszak
2013-03-18Register the flush function for each compile unit.Bill Wendling
2013-03-18Remove trailing spaces.Jakub Staszak
2013-03-18Fix PPC unaligned 64-bit loads and storesHal Finkel
2013-03-18ARM cost model: Make some vector integer to float casts cheaperArnold Schwaighofer
2013-03-18ARM cost model: Correct cost for some cheap float to integer conversionsArnold Schwaighofer
2013-03-18Extend global merge pass to optionally consider global constant variables.Quentin Colombet
2013-03-18Change test cases to handle unaligned references.Bill Schmidt
2013-03-18Remove unnecessary leading comment characters in lit-only fileDavid Blaikie
2013-03-18Add SchedRW annotations to most of X86InstrSSE.td.Jakob Stoklund Olesen
2013-03-18Annotate X86 arithmetic instructions with SchedRW lists.Jakob Stoklund Olesen
2013-03-18Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren
2013-03-18TableGen fix for the new machine model.Andrew Trick
2013-03-18Include '.test' suffix in target specific lit configs that need itDavid Blaikie
2013-03-18Make the fields in the diagram match the descriptive text above them.Eric Christopher
2013-03-18UpdateBill Wendling
2013-03-18Fix 80-col. violations in PPCCTRLoopsHal Finkel
2013-03-18Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel
2013-03-18Cleanup initial-value constants in PPCCTRLoopsHal Finkel
2013-03-18Fix integer comparison in DIEInteger::BestForm.Hans Wennborg
2013-03-18ReleaseNotes: Tweak hexagonv2/hexagonv3 removal note.Matthew Curtis
2013-03-18Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer
2013-03-18Initially forgotten-to-svn-add test case for r177279.David Tweed
2013-03-18 The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed
2013-03-18R600/SI: implement indirect adressing for SIChristian Konig
2013-03-18R600/SI: add float vector typesChristian Konig
2013-03-18R600/SI: add shl patternChristian Konig
2013-03-18R600/SI: add BUFFER_LOAD_DWORD patternChristian Konig
2013-03-18R600/SI: implement SI.load.const intrinsicChristian Konig
2013-03-18R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodesChristian Konig
2013-03-18R600/SI: fix inserting waits for all definesChristian Konig
2013-03-18[asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany
2013-03-18Mark internal classes as POD-like to get better behavior out ofChandler Carruth
2013-03-18TLS support for MinGW targets.Anton Korobeynikov
2013-03-18Windows TLS: Section name prefix to ensure correct orderAnton Korobeynikov
2013-03-18[asan] while generating the description of a global variable, emit the module...Kostya Serebryany
2013-03-18[asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany
2013-03-18Extract a method.Jakob Stoklund Olesen
2013-03-18Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper
2013-03-18Refactor some duplicated code into helper functions.Craig Topper