aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Annotate the remaining x86 instructions with SchedRW lists.Jakob Stoklund Olesen2013-03-263-10/+10
* Annotate x87 and mmx instructions with SchedRW lists.Jakob Stoklund Olesen2013-03-262-31/+71
* Annotate control instructions with SchedRW lists.Jakob Stoklund Olesen2013-03-261-28/+41
* Annotate the rest of X86InstrInfo.td with SchedRW lists.Jakob Stoklund Olesen2013-03-261-27/+43
* Fix PRFCHW test on non-x86 buildsMichael Liao2013-03-261-1/+1
* BasicAA: Only query twice if the result of the more general query was MayAliasArnold Schwaighofer2013-03-261-5/+5
* Add PREFETCHW codegen supportMichael Liao2013-03-266-5/+24
* Add test case for commit r178031.Ulrich Weigand2013-03-261-0/+50
* Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.Jyotsna Verma2013-03-263-186/+69
* Make InstCombineCasts.cpp:OptimizeIntToFloatBitCast endian safe.Ulrich Weigand2013-03-261-1/+9
* Hexagon: Remove HexagonMCInst.h file. It has been replaced with MCTargetDesc/...Jyotsna Verma2013-03-261-41/+0
* Revert ARM Scheduler Model: Add resources instructions, map resourcesArnold Schwaighofer2013-03-264-70/+24
* Remove default case from fully covered switch.Benjamin Kramer2013-03-261-1/+1
* R600/SI: improve post ISel foldingChristian Konig2013-03-261-31/+43
* R600/SI: improve vector interpolationChristian Konig2013-03-261-0/+20
* R600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLEChristian Konig2013-03-262-14/+8
* R600/SI: switch back to RegPressure schedulingChristian Konig2013-03-263-1/+9
* R600/SI: mark most intrinsics as readnone v2Christian Konig2013-03-263-54/+89
* R600/SI: replace WQM intrinsicChristian Konig2013-03-265-28/+14
* R600/SI: fix ELSE pseudo op handlingChristian Konig2013-03-261-1/+2
* Patch by Gordon Keiser!Joe Abbey2013-03-262-1/+3
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-261-17/+13
* PowerPC: Mark patterns as isCodeGenOnly.Ulrich Weigand2013-03-264-7/+21
* PowerPC: Simplify handling of fixups.Ulrich Weigand2013-03-265-70/+19
* PowerPC: Simplify FADD in round-to-zero mode.Ulrich Weigand2013-03-264-101/+50
* PowerPC: Remove LDrs pattern.Ulrich Weigand2013-03-263-16/+9
* PowerPC: Remove ADDIL patterns.Ulrich Weigand2013-03-264-20/+13
* PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand2013-03-265-46/+19
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-263-12/+6
* PowerPC: Move some 64-bit branch patterns.Ulrich Weigand2013-03-261-17/+18
* R600: fix DenseMap with pointer key iteration in the structurizerChristian Konig2013-03-261-2/+4
* Add asan/msan to the list of available features in LIT test runnerAlexey Samsonov2013-03-262-0/+8
* Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to sim...Alexey Samsonov2013-03-262-3/+45
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-269-9/+9
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-263-0/+68
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-2633-137/+205
* ARM Scheduler Model: Add resources instructions, map resources in subtargetsArnold Schwaighofer2013-03-264-24/+70
* ARM Scheduler Model: Partial implementation of the new machine scheduler modelArnold Schwaighofer2013-03-261-0/+57
* Add missing file to cmake build.Nick Lewycky2013-03-261-0/+1
* Add a new watchdog timer interface. The interface does not permit handling ti...Nick Lewycky2013-03-266-1/+124
* Remove testcase. It's failing on some platforms but not others.Bill Wendling2013-03-261-306/+0
* Hmm...not failing...oddBill Wendling2013-03-261-1/+0
* Temporarily XFAIL this test until Michael can look at it.Bill Wendling2013-03-261-0/+1
* [ObjCARC Annotations] Added support for displaying the state of pointers at t...Michael Gottesman2013-03-263-4/+453
* [ObjCARC Annotations] Implemented ARC annotation metadata to expose the ARC d...Michael Gottesman2013-03-261-5/+186
* Added documentation to LangRef for the intrinsic llvm.ptr.annotation.* which ...Michael Gottesman2013-03-261-0/+40
* Revise alignment checking/calculation on 256-bit unaligned memory accessMichael Liao2013-03-252-8/+29
* Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao2013-03-252-21/+42
* Add an -mcpu option to a test that is apparently scheduler-sensitive.Jakob Stoklund Olesen2013-03-251-1/+1
* Add a scheduling model for Intel Sandy Bridge microarchitecture.Jakob Stoklund Olesen2013-03-251-0/+123