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