Avoid sign compare warning.
[oota-llvm.git] / test /
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...
2012-06-21 Evan ChengLook pass zext to strength reduce an udiv. Patch by...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-06-21 Akira HatanakaAdd Mips to the list of target architectures for the...
2012-06-21 Hal FinkelTreat TargetGlobalAddress as a constant for the purpose...
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesport the BoundsChecking patch to the new MemoryBuiltin...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-21 NAKAMURA TakumiRevert r158209, "test/CodeGen/Generic/APIntLoadStore...
2012-06-21 Lang HamesAdd a missing llvm.fma -> VFNMS pattern to the ARM...
2012-06-21 Evan ChengEmit a single _udivmodsi4 libcall instead of two separa...
2012-06-20 Jakob Stoklund OlesenRemove the -live-regunits command line option.
2012-06-20 Akira HatanakaRevert r158846.
2012-06-20 Akira HatanakaIn MipsDisassembler.cpp, instead of defining register...
2012-06-20 Jakob Stoklund OlesenOnly update regunit live ranges that have been precomputed.
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-20 Craig TopperDon't insert 128-bit UNDEF into 256-bit vectors. Just...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Jakob Stoklund OlesenAdd a triple.
2012-06-19 Jakob Stoklund OlesenImplement PPCInstrInfo::isCoalescableExtInstr().
2012-06-19 Jan Wen VoungHave ARM ELF use correct reloc for "b" instr.
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-19 Rafael Espindolareally add a triple :-(
2012-06-19 Rafael EspindolaAdd a triple to the test.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-18 Nuno Lopesrevert r158660, since Chris has some issues with this...
2012-06-18 Manman RenARM: use NOEN loads and stores if possible when handlin...
2012-06-18 Jim GrosbachARM: Define generic HINT instruction.
2012-06-18 Nuno Lopesadd the 'alloc' metadata node to represent the size...
2012-06-18 Joel JonesThis change handles a another case for generating the...
2012-06-18 Chandler CarruthAdd a regression test for the bug exposed by r158087...
2012-06-18 Chandler CarruthTemporarily revert r158087.
next