aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change test cases to handle unaligned references.Bill Schmidt2013-03-182-26/+10
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-189-10/+10
* Add SchedRW annotations to most of X86InstrSSE.td.Jakob Stoklund Olesen2013-03-181-186/+280
* Annotate X86 arithmetic instructions with SchedRW lists.Jakob Stoklund Olesen2013-03-181-60/+112
* Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren2013-03-182-0/+13
* TableGen fix for the new machine model.Andrew Trick2013-03-181-4/+6
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-1810-12/+13
* Make the fields in the diagram match the descriptive text above them.Eric Christopher2013-03-181-3/+3
* UpdateBill Wendling2013-03-182-1/+5
* Fix 80-col. violations in PPCCTRLoopsHal Finkel2013-03-181-6/+8
* Fix large count and negative constant count handling in PPCCTRLoopsHal Finkel2013-03-182-11/+104
* Cleanup initial-value constants in PPCCTRLoopsHal Finkel2013-03-182-2/+34
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-181-3/+4
* ReleaseNotes: Tweak hexagonv2/hexagonv3 removal note.Matthew Curtis2013-03-181-1/+3
* Remove default copy ctor/assignment, makes AttributeSet trivially copyable.Benjamin Kramer2013-03-181-5/+0
* Initially forgotten-to-svn-add test case for r177279.David Tweed2013-03-181-0/+14
* The optimization a + (-0.0f) -> a was being misapplied to a + (+0.0f) in the...David Tweed2013-03-181-0/+13
* R600/SI: implement indirect adressing for SIChristian Konig2013-03-183-1/+190
* R600/SI: add float vector typesChristian Konig2013-03-184-21/+82
* R600/SI: add shl patternChristian Konig2013-03-183-1/+8
* R600/SI: add BUFFER_LOAD_DWORD patternChristian Konig2013-03-181-3/+9
* R600/SI: implement SI.load.const intrinsicChristian Konig2013-03-182-2/+13
* R600/SI: enable all S_LOAD and S_BUFFER_LOAD opcodesChristian Konig2013-03-182-14/+29
* R600/SI: fix inserting waits for all definesChristian Konig2013-03-181-15/+1
* [asan] when creating string constants, set unnamed_attr and align 1 so that e...Kostya Serebryany2013-03-182-3/+7
* Mark internal classes as POD-like to get better behavior out ofChandler Carruth2013-03-181-102/+109
* TLS support for MinGW targets.Anton Korobeynikov2013-03-181-7/+8
* Windows TLS: Section name prefix to ensure correct orderAnton Korobeynikov2013-03-181-2/+5
* [asan] while generating the description of a global variable, emit the module...Kostya Serebryany2013-03-181-7/+8
* [asan] don't instrument functions with available_externally linkage. This sav...Kostya Serebryany2013-03-182-0/+13
* Extract a method.Jakob Stoklund Olesen2013-03-182-41/+42
* Post process ADC/SBB and use a shorter encoding if they use a sign extended i...Craig Topper2013-03-182-0/+20
* Refactor some duplicated code into helper functions.Craig Topper2013-03-182-229/+62
* Fix the build broken in r177239David Blaikie2013-03-171-1/+1
* Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman2013-03-172-87/+27
* Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie2013-03-1787-220/+330
* Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie2013-03-171-3/+4
* Improve DIFile debug info annotation by letting it fallback to DIScopeDavid Blaikie2013-03-171-1/+0
* Use ArrayRef<MVT::SimpleValueType> when possible.Jakob Stoklund Olesen2013-03-176-10/+10
* To avoid symbol clash, undefine PPC here. PPC may be predefined on some hosts.Sylvestre Ledru2013-03-173-0/+10
* Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola2013-03-171-1/+2
* The promised test case for r175939.Michael Gottesman2013-03-171-0/+100
* Improve PPC VR (Altivec) register spillingHal Finkel2013-03-176-42/+73
* Remove FIXMEs in PPC test cases related to unaligned loads/storesHal Finkel2013-03-162-8/+0
* Remove PPC avoidWriteAfterWrite callbackHal Finkel2013-03-162-16/+0
* Change the default latency for implicit defs.Andrew Trick2013-03-161-1/+4
* Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick2013-03-163-205/+174
* [docs] Discuss a potential bug to be aware of.Sean Silva2013-03-161-0/+72
* Test case for graceful handling of long file names on Windows. Patch thanks ...Aaron Ballman2013-03-161-0/+12
* Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper2013-03-164-32/+94