aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a tiny CMake project to gather Subversion revision information and ...Douglas Gregor2013-03-251-0/+25
* Remove IIC_DEFAULT from X86Schedule.tdJakob Stoklund Olesen2013-03-255-78/+76
* Annotate X86InstrCompiler.td with SchedRW lists.Jakob Stoklund Olesen2013-03-251-10/+20
* Annotate shifts and rotates with SchedRW lists.Jakob Stoklund Olesen2013-03-251-17/+37
* Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang2013-03-252-5/+31
* Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall2013-03-251-0/+63
* Couple more sets of tidying.Eric Christopher2013-03-251-5/+5
* Disable profiling tests for Hexagon since it doesn't support JIT.Jyotsna Verma2013-03-251-0/+3
* llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi2013-03-252-2/+2
* XFAIL some of the generic CodeGen tests for Hexagon.Jyotsna Verma2013-03-254-3/+4
* X86DisassemblerDecoder.c: Make this C89-compliant.NAKAMURA Takumi2013-03-251-1/+1
* Whitespace.NAKAMURA Takumi2013-03-251-160/+160
* Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang2013-03-252-10/+53
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-251-1/+1
* XFAIL DebugInfo tests for Hexagon.Jyotsna Verma2013-03-253-1/+3
* Fix comment.Akira Hatanaka2013-03-251-3/+3
* Formatting.Eric Christopher2013-03-251-4/+4
* Disable Execution Engine tests not supported by Hexagon.Jyotsna Verma2013-03-251-0/+2
* reflect comment to the official referenceShankar Easwaran2013-03-251-1/+1
* Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...NAKAMURA Takumi2013-03-252-0/+4
* Use direct types in PowerPC instruction patterns.Ulrich Weigand2013-03-252-270/+262
* Use direct types in PowerPC Pat patterns.Ulrich Weigand2013-03-252-113/+113
* x86 -- add the XTEST instructionDave Zarzycki2013-03-256-39/+43