Document the llvm.fabs intrinsic.
[oota-llvm.git] / test /
2012-07-03 Craig TopperAdd aliases for pblendvb, blendvpd, and blendvps instru...
2012-07-03 NAKAMURA Takumitest/CodeGen/SPARC/private.ll: Fixup. Forgot to prune...
2012-07-03 NAKAMURA Takumitest/CodeGen/SPARC/private.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumillvm/test/lit.cfg: Retweak for Win32 to fix testing.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/sincos.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/fabs.ll: FileCheck-ize.
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/2007-09-05-InvalidAsm.ll: FileCheck...
2012-07-03 NAKAMURA Takumitest/CodeGen/X86/2004-03-30-Select-Max.ll: FileCheck...
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Eric ChristopherRevert " mips32 long long register inline asm constr...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Jack Carterdeleted test/CodeGen/Mips/inlineasm-cnstrnt-bad-r-1.ll
2012-07-02 Jack Carter mips32 long long register inline asm constraint...
2012-07-02 Chandler CarruthExtend the workaround from r159593 to cover a few expli...
2012-07-02 Chandler CarruthRevert r159588, and apply a more principled fix. Place...
2012-07-02 Chandler CarruthWork around a really frustrating apparant CMake bug.
2012-07-02 Jack CarterPass the correct ELFOSABI enumeration to the MipsELFObj...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Duncan SandsGlobalOpt forgot to handle bitcast when analyzing globa...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Bob WilsonDo not attempt to use ROR for Thumb1.
2012-07-02 Nuno Lopesfix the regression I introduced in r159385 (it's necess...
2012-07-02 Chandler CarruthThe built-in shell test runner for some reason doesn...
2012-07-02 Chandler CarruthFix the TCL-style quoting in one random test that someh...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-07-02 Chandler CarruthMake tests which first provide a negative assertion...
2012-07-02 Chandler CarruthRewrite three tests that had truly egregious abuses...
2012-07-02 Chandler CarruthSwitch a bunch of Linker tests from using elaborate...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2012-07-01 Rafael EspindolaNow that RegistersDefinedFromSameValue handles one...
2012-07-01 Elena DemikhovskyOptimization of shuffle node that can fit to the regist...
2012-06-30 Chandler CarruthHoist LLVM's lit testsuite infrastructure into module...
2012-06-29 Jakob Stoklund OlesenClear kill flags in InstrEmitter::EmitSubregNode().
2012-06-29 Duncan SandsFix a reassociate crash on sozefx when compiling with...
2012-06-29 Rafael EspindolaIn the initial exec mode we always do a load to find...
2012-06-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-29 Chandler CarruthRemove a completely unnecessary mkdir from the CMake...
2012-06-28 Nick LewyckyIf the step value is a constant zero, the loop isn...
2012-06-28 Nuno Lopesmake the verifier accept @llvm.donothing as the only...
2012-06-28 Nuno Lopesmake simplifyCFG erase invokes to readonly/readnone...
2012-06-28 Nuno Lopesmake instcombine produce calls to llvm.donothing instea...
2012-06-28 Nuno Lopesadd a new @llvm.donothing intrinsic that, well, does...
2012-06-28 Nuno Lopesmake LazyValueInfo analyze the default case of switch...
2012-06-28 Chandler CarruthMove the setup for variables that are expanded in the...
2012-06-28 Hal FinkelAllow BBVectorize to form non-2^n-length vectors.
2012-06-28 Jack CarterThe Mips specific inline asm operand modifier 'z' has the
2012-06-28 Nuno Lopesmake LVI::getEdgeValue() always intersect the constrain...
2012-06-28 Chandler CarruthRemove 'site.exp' building from both CMake and configur...
2012-06-28 Chandler CarruthRemove the last vestiges of the '-lit' and '-dg' test...
2012-06-27 Chandler CarruthRip out legacy DejaGNU support from our Makefiles....
2012-06-27 Chandler CarruthLLVM-GCC is dead. Really. I promise. ;]
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-27 Matt Beaumont-GayRevert r159136 due to PR13124.
2012-06-27 Duncan SandsSome reassociate optimizations create new instructions...
2012-06-27 Richard BartonTeach assembler to handle capitalised operation values...
2012-06-27 Chandler CarruthClean up the 'check' CMake build rule a bit, notable...
2012-06-27 Akira HatanakaTest case for r159240.
2012-06-26 Evan ChengRemove a instcombine transform that (no longer?) makes...
2012-06-26 Rafael EspindolaFix llc's -print-before=pass and -print-after=pass.
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-06-26 Duncan SandsReplacing zero-sized alloca's with a null pointer is...
2012-06-26 Elena DemikhovskyShuffle optimization for AVX/AVX2.
2012-06-26 Craig TopperRemove some duplicate instructions that exist only...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-25 Eli FriedmanMake some ugly hacks for inline asm operands which...
2012-06-25 Nuno Lopesrevert my previous commit (r159173), since as Eli point...
2012-06-25 Nuno Lopesdo not set realloc() as NotAlias, since it can return...
2012-06-25 Manman RenARM: update peephole optimization.
2012-06-25 Dan GohmanFix the objc_autoreleasedReturnValue optimization code...
2012-06-25 Jakob Stoklund OlesenEnforce stricter liveness rules for PHIs.
2012-06-25 Jakob Stoklund OlesenRun ProcessImplicitDefs on SSA form where it can be...
2012-06-25 Nuno Lopesimprove optimization of invoke instructions:
2012-06-25 Meador IngePR13013: ELF Type identification fails for MSB type...
2012-06-25 Rafael EspindolaIf a constant or a function has linkonce_odr linkage...
2012-06-24 Jakob Stoklund Olesen%RCX is not a function live-out in eh.return functions.
2012-06-24 Hal FinkelAllow controlling vectorization of boolean values separ...
2012-06-24 Nick LewyckyRemove dyn_cast + dereference pattern by replacing...
2012-06-24 Nick LewyckyRemove a dangling reference to a deleted instruction...
2012-06-24 Pete CooperDAG legalisation can now handle illegal fma vector...
2012-06-23 Hal FinkelAllow BBVectorize to fuse compare instructions.
2012-06-23 Marshall ClowAdd relocation types for Hexagon processor; patch by...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-23 Rafael EspindolaHandle aliases to tls variables in all architectures...
2012-06-23 Evan Cheng(sub X, imm) gets canonicalized to (add X, -imm)
2012-06-22 Jim GrosbachARM: Add a better diagnostic for some out of range...
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-22 Chad RosierFileCheckize tests.
2012-06-22 Lang HamesRename fp-op fusion option (yet again) for compatibilit...
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-06-22 Jakob Stoklund OlesenRevert remaining part of r93200: "Disable folding sext...
2012-06-22 NAKAMURA Takumitest/CodeGen/Generic/asm-large-immediate.ll: Mark it...
2012-06-22 Jakob Stoklund OlesenFunctions calling __builtin_eh_return must have a frame...
2012-06-22 Andrew TrickARM scheduling fix: compute predicated implicit use...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-21 Nuno Lopesinstcombine: disable optimization of 'invoke null...
next