summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth1-0/+5
2014-01-13llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Put together rm(1) and mkdi...NAKAMURA Takumi1-7/+2
2014-01-13[PM] Wire up support for printing assembly output from the opt command.Chandler Carruth1-0/+6
2014-01-13[AArch64 NEON] Add missing patterns for bitcast from or to v1f64Kevin Qin1-0/+100
2014-01-13[AArch64 NEON] Add more scenarios to use perm instructions when lowering shuf...Kevin Qin1-0/+1441
2014-01-13correct target directive handling error handlingSaleem Abdulrasool1-0/+7
2014-01-12Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen1-0/+23
2014-01-12Make test independent of schedulingNico Rieck1-1/+1
2014-01-12llvm/test/CodeGen/X86/shl_undef.ll: Tweak to satisfy r199050.NAKAMURA Takumi1-1/+3
2014-01-12Fix non-deterministic SDNodeOrder-dependent codegenNico Rieck8-14/+14
2014-01-12[PM] Add module and function printing passes for the new pass manager.Chandler Carruth1-0/+28
2014-01-12[PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth1-0/+50
2014-01-12[PM] Add support for parsing function passes and function pass managerChandler Carruth1-0/+42
2014-01-12ARM IAS: fix diagnostics of improper qualificationSaleem Abdulrasool1-0/+15
2014-01-12[Sparc] Add support for parsing floating point instructions.Venkatraman Govindaraju2-0/+255
2014-01-12ARM: change implicit immediate forms of {ld,st}r{,b}t to psuedo-instructionsSaleem Abdulrasool2-8/+8
2014-01-12The SPARCv9 ABI returns a float in %f0.Jakob Stoklund Olesen3-8/+8
2014-01-12TypoJoerg Sonnenberger1-2/+1
2014-01-12Add missing mul aliases for armv4 support. Add checks that armv4 canJoerg Sonnenberger1-1/+10
2014-01-12Switch-to-lookup tables: Don't require a result for the defaultHans Wennborg1-0/+50
2014-01-11[Sparc] Add missing processor types: v7 and niagaraVenkatraman Govindaraju1-1/+8
2014-01-11ARM IAS: support emitting constant values in target expressionsSaleem Abdulrasool1-0/+36
2014-01-11Fix broken CHECK lines.Benjamin Kramer26-42/+43
2014-01-11[Sparc] Bundle instruction with delay slow and its filler. Now, we can use -v...Venkatraman Govindaraju1-2/+2
2014-01-11[PM] Actually nest pass managers correctly when parsing the passChandler Carruth1-2/+18
2014-01-11llvm/test/Transforms/SampleProfile/syntax.ll: Eliminate locale-sensitive mess...NAKAMURA Takumi1-1/+1
2014-01-11llvm/test/CodeGen/X86/anyregcc.ll: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi1-1/+1
2014-01-11[PM] Add (very skeletal) support to opt for running the new passChandler Carruth1-0/+2
2014-01-11[anyregcc] Fix callee-save mask for anyregccJuergen Ributzka1-0/+103
2014-01-10Extend and simplify the sample profile input file.Diego Novillo11-43/+124
2014-01-10Propagation of profile samples through the CFG.Diego Novillo5-5/+276
2014-01-10LoopVectorizer: Handle strided memory accesses by versioningArnold Schwaighofer2-5/+57
2014-01-10Amending test/MC/ARM/thumb2-mclass.s to match its apparent original purpose (...Artyom Skrobov2-13/+47
2014-01-10Must not produce Tag_CPU_arch_profile for pre-ARMv7 cores (e.g. cortex-m0)Artyom Skrobov2-5/+5
2014-01-10ARM: fix regression caused by r198914Saleem Abdulrasool1-0/+12
2014-01-10Make sure -use-init-array has intended effect on all AArch64 ELF targets, not...Kristof Beyls1-0/+1
2014-01-10llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Remove "REQUIRES:shell". Th...NAKAMURA Takumi1-2/+0
2014-01-10llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: Add "AMD64" in the host_arch l...NAKAMURA Takumi1-1/+1
2014-01-10llvm/test/ExecutionEngine/MCJIT/load-object-a.ll: Fix not to use %t.cachedir/%p.NAKAMURA Takumi1-4/+13
2014-01-10ARM IAS: support #:{lower,upper}16: for GNU compatibilitySaleem Abdulrasool1-0/+44
2014-01-10ARM IAS: support GNU extension for ldrd, strdSaleem Abdulrasool1-0/+11
2014-01-10ARM IAS: support implicit immediate 0s for {LD,ST}R{B,}TSaleem Abdulrasool1-0/+8
2014-01-10[Sparc] Emit retl/ret instead of jmp instruction. It improves the readability...Venkatraman Govindaraju10-46/+46
2014-01-10[Sparc] Add support for parsing jmpl instruction and make indirect call and j...Venkatraman Govindaraju1-0/+13
2014-01-10Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie1-16/+38
2014-01-10Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions thatKevin Enderby1-0/+33
2014-01-09Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi1-38/+16
2014-01-09Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation.Stepan Dyatkovskiy1-0/+81
2014-01-09[SystemZ] Fix RNSBG bug introduced by r197802Richard Sandiford3-0/+33
2014-01-09Handle masked rotate amountsRichard Sandiford1-0/+72