aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-25Remove IIC_DEFAULT from X86Schedule.tdJakob Stoklund Olesen
2013-03-25Annotate X86InstrCompiler.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-25Annotate shifts and rotates with SchedRW lists.Jakob Stoklund Olesen
2013-03-25Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang
2013-03-25Add an optimizer-side test case for ARC bug <rdar://13195034>, fixedJohn McCall
2013-03-25Couple more sets of tidying.Eric Christopher
2013-03-25Disable profiling tests for Hexagon since it doesn't support JIT.Jyotsna Verma
2013-03-25llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi
2013-03-25XFAIL some of the generic CodeGen tests for Hexagon.Jyotsna Verma
2013-03-25X86DisassemblerDecoder.c: Make this C89-compliant.NAKAMURA Takumi
2013-03-25Whitespace.NAKAMURA Takumi
2013-03-25Fix a bug in fast-math fadd/fsub simplification. Shuxin Yang
2013-03-25[ELF] dont compute symbolname size in every loopShankar Easwaran
2013-03-25XFAIL DebugInfo tests for Hexagon.Jyotsna Verma
2013-03-25Fix comment.Akira Hatanaka
2013-03-25Formatting.Eric Christopher
2013-03-25Disable Execution Engine tests not supported by Hexagon.Jyotsna Verma
2013-03-25reflect comment to the official referenceShankar Easwaran
2013-03-25Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga...NAKAMURA Takumi
2013-03-25Use direct types in PowerPC instruction patterns.Ulrich Weigand
2013-03-25Use direct types in PowerPC Pat patterns.Ulrich Weigand
2013-03-25x86 -- add the XTEST instructionDave Zarzycki
2013-03-25x86 -- disassemble the REP/REPNE prefix when neededDave Zarzycki
2013-03-25Remove unnecessary attributes from test case.Chad Rosier
2013-03-25Remove assert. There may be target-dependent attributes left.Bill Wendling
2013-03-25Documentation: Replace dead link for binfmt_miscDmitri Gribenko
2013-03-25[arm load/store optimizer] When trying to merge a base update load/store, makeChad Rosier
2013-03-25[tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran
2013-03-25[ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran
2013-03-25Teach cmake about the new Erlang GC files.Duncan Sands
2013-03-25Add a GC plugin for ErlangYiannis Tsiouris
2013-03-25Don't use add_llvm_definitions for adding warning flags. It makes it too hardDuncan Sands
2013-03-25Refine fenv.h handling: check if the desired macros exist, before usingJoerg Sonnenberger
2013-03-25Address issues found by Duncan during post-commit review of r177856.Arnaud A. de Grandmaison
2013-03-25InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)Arnaud A. de Grandmaison
2013-03-25Changed isNullOrUndef => IsNullOrUndef and isNoopInstruction => IsNoopInstruc...Michael Gottesman
2013-03-25Mention the new TableGen pattern format in the release notes.Jakob Stoklund Olesen
2013-03-24[NVPTX] Fix handling of vector argumentsJustin Holewinski
2013-03-24Clean up Sparc patterns.Jakob Stoklund Olesen
2013-03-24Allow types to be omitted in output patterns.Jakob Stoklund Olesen
2013-03-24Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen
2013-03-24GettingStarted: Add Git clone instructions for compiler-rt and test-suiteTobias Grosser
2013-03-24Minor cleanups. No functionality change.Jakub Staszak
2013-03-24Use dyn_cast instead of isa && cast.Jakub Staszak
2013-03-24Give Sparc instruction patterns direct types instead of register classes.Jakob Stoklund Olesen
2013-03-24Allow direct value types to be used in instruction 'set' patterns.Jakob Stoklund Olesen
2013-03-23PPC ZERO register needs a register number of 0.Hal Finkel
2013-03-23Note in PPCFunctionInfo VRSAVE spillsHal Finkel
2013-03-23MCize the bcl instruction in PPCAsmPrinterHal Finkel
2013-03-23Use direct types in Sparc def : Pat patterns.Jakob Stoklund Olesen