oota-llvm.git
2011-09-19 Benjamin KramerSilence -Wsign-compare warnings from GCC.
2011-09-19 Benjamin KramerTry to make MSVC 2010 happy.
2011-09-19 Owen AndersonSpecify an additional fixed bit in the Thumb2 SSAT...
2011-09-19 Eli FriedmanFix a typo in the bitcode reader in the handling of...
2011-09-19 Jim GrosbachARM asm parsing should handle pre-indexed writeback...
2011-09-19 David GreeneBetter Error Reporting
2011-09-19 Jakob Stoklund... X86 has asterisk-free inline asm support now.
2011-09-19 Owen AndersonHandle STRT (and friends) like LDRT (and friends) for...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTAB/SXTAB16...
2011-09-19 Benjamin KramerAdd a MachO-specific "mode" to llvm-objdump, that,...
2011-09-19 Benjamin KramerMCInstrAnalysis: Don't crash on instructions with no...
2011-09-19 Andrew Trick[indvars] Fix PR10946: SCEV cannot handle Vector IVs.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SVC.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SUB(register).
2011-09-19 Stepan DyatkovskiyAdded regression test for bug #10869.
2011-09-19 NAKAMURA TakumiAdd Win32 support to llvm::llvm_execute_on_thread(...
2011-09-19 Jakob Stoklund... Claimed.
2011-09-18 Nadav RotemFix typos in my prev commit, found by Tobi.
2011-09-18 Nadav RotemsetOperationAction should be done on the return value...
2011-09-18 Bill WendlingRemove obsolete .pod files.
2011-09-18 Bill WendlingFix up the formating and change llvm-gcc to clang.
2011-09-18 Bill WendlingRemove mention of llvm-gcc/llvm-g++ from doc.
2011-09-18 Nadav RotemWhen promoting integer vectors we often create ext...
2011-09-18 Nadav Rotemwhite space cleanups
2011-09-18 Craig TopperFix typo by changing Lower256IntVETCC to Lower256IntVSETCC.
2011-09-18 Benjamin KramerApply Duncan's test fix from r139986 to the avx version...
2011-09-17 Duncan SandsSynthesize x86 max/min instructions also for vectors...
2011-09-16 Bruno Cardoso... Describe more AVX 128-bit convert instructions without...
2011-09-16 Owen AndersonBitfield mask instructions are unpredictable if the...
2011-09-16 Owen AndersonAdd a testcase for another corner-case decoding.
2011-09-16 Owen AndersonFix bitfield decoding based on Eli's feedback.
2011-09-16 Ted KremenekAdd ImmutableMapRef and ImmutableSetRef, which consolid...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SUB(immediate).
2011-09-16 Owen AndersonThumb2 pre-indexed loads/stores use the restricted...
2011-09-16 Owen AndersonFix disassembly of Thumb2 BFI instructions with bit...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for LDRHT/STRHT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STREX/STREXB...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRD.
2011-09-16 Jim GrosbachSimplify comment. There's no Thumb LDRD(register) encod...
2011-09-16 Owen AndersonAdd fixed bits to correctly distinguish Thumb2 SSAT...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRBT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRH.
2011-09-16 Jim GrosbachRemove test of undocumented format.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STRB.
2011-09-16 Bruno Cardoso... Add mayLoad attribute to AVX convert instructions,...
2011-09-16 Jim GrosbachShuffle a few more thumb2 tests to match the comment...
2011-09-16 Jim GrosbachThumb2 tests for STR(literal), STR(register) and STR...
2011-09-16 Jim GrosbachShuffle a few tests around.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR.
2011-09-16 Chad RosierAdd -rfunc and -rglob options to llvm-extract to suppor...
2011-09-16 Jim GrosbachTidy up. 80 columns.
2011-09-16 Owen AndersonFix disassembly of Thumb2 LDRSH with a #-0 offset.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STR(immediate).
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STMDB.
2011-09-16 Bruno Cardoso... Fix PR10884.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for STMIA.
2011-09-16 Eric ChristopherMove the AC_PROG_CC checks earlier in the configure...
2011-09-16 Eric ChristopherMigrate this to use clang by default as well.
2011-09-16 Eric ChristopherWe now look for clang, then llvm-gcc, then gcc as our...
2011-09-16 Eric ChristopherHave the llvm configure process look for clang, then...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSUB16/SSUB8.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAX.
2011-09-16 Eli FriedmanFix a minor bug in fs::create_directories. Patch by...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAT16.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SSAT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SRS.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMUSD/SMUSDX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMULWB/SMULWT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMULL.
2011-09-16 Jim GrosbachFix comment.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMULBB/SMULBT...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMUAD'dib.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMUL/SMMULR.
2011-09-16 Owen AndersonPort over more Thumb2 assembly tests to disassembly...
2011-09-16 Owen AndersonPort over more Thumb2 assembly tests to disassembly...
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMLS/SMMLSR.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMMLA/SMMLAR.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLSLD/SMLSLDX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLSD/SMLSDX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLAWB/SMLAWT.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLALD/SMLALDX.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLALBB/SMLALB...
2011-09-16 Jim GrosbachKill some dead code.
2011-09-16 Jim GrosbachTidy up a bit.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLAL.
2011-09-16 Andrew TrickTest case trial and error. Not sure the proper way...
2011-09-16 Andrew TrickReduced a stronger test case for coalescer bug PR10920.
2011-09-16 Benjamin KramerNamespacify.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLAD/SMLADX.
2011-09-16 Jakob Stoklund... Spill mode: Hoist back-copies locally.
2011-09-16 Jakob Stoklund... Disable local spill hoisting for non-killing copies.
2011-09-16 Jim GrosbachThumb2 assembly parsing and encoding for SMLABB/SMLABT...
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SHSUB16/SHSUB8.
2011-09-15 Jim GrosbachRemove incorrect comments.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Ivan Krasinuse 64-bit types instead of off_t/size_t to avoid the...
2011-09-15 Bruno Cardoso... Add a fixme note!
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SHADD16/SHADD8.
2011-09-15 Jim GrosbachThumb2 assembly parsing and encoding for SHASX/SHSAX.
next