oota-llvm.git
2011-09-20 Eric ChristopherRemove llvmc from CMake as well.
2011-09-20 Jim GrosbachThumb1 convenience aliases for disassembler round-trip...
2011-09-20 Bruno Cardoso... Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regre...
2011-09-20 Jim GrosbachThumb CPS definition is not disassembler only.
2011-09-19 Jim GrosbachThumb2 range check on CPS mode immediate.
2011-09-19 Owen AndersontMOVSr is not allowed in an IT block either.
2011-09-19 Bill WendlingUpdate to the new EH syntax.
2011-09-19 Owen AndersonCPS instructions are UNPREDICTABLE inside IT blocks.
2011-09-19 Bill WendlingDramatically reduce this testcase.
2011-09-19 Jim GrosbachTidy up comments.
2011-09-19 Bruno Cardoso... Fix PR10949. Fix the encoding of VMOVPQIto64rr.
2011-09-19 Bruno Cardoso... Based on the small opt Zvi's patch was trying to achiev...
2011-09-19 Jim GrosbachTidy up a bit.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UMAAL/UMLAL...
2011-09-19 Bill WendlingRevert r140083 and r140084 until buildbots can be fixed.
2011-09-19 Eric ChristopherRemove llvmc and assorted build machinery for it.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHSUB16/UHSUB8.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHASX/UHSAX.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UHADD16/UHADD8.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UBFX.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UASX.
2011-09-19 Bill WendlingUpdate test to remove the 'unwind' instruction.
2011-09-19 Bill WendlingIf we are extracting a basic block that ends in an...
2011-09-19 Jim GrosbachFix copy/past-o. Gotta remember that 'modify' step...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for UADD16/UADD8.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TST.
2011-09-19 Owen AndersonThumb2 TBB and TBH instructions are only allowed at...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TBB/TBH.
2011-09-19 Bill WendlingReplace uses of unwind with unreachable for the same...
2011-09-19 Bill WendlingReplace more uses of 'unwind' in the tests with calls...
2011-09-19 Eli FriedmanSome additional tests for Thumb atomic load and store...
2011-09-19 Eli FriedmanFix an infinite loop where a transform in InstCombiner...
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for TEQ.
2011-09-19 Bruno Cardoso... Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in...
2011-09-19 Bill WendlingThis testcase is dead. It doesn't inline even if I...
2011-09-19 Eric ChristopherRegenerate configure.
2011-09-19 Eric ChristopherRename LLVM_MULTITHREADED define and fix build without...
2011-09-19 Jim GrosbachTidy up a bit.
2011-09-19 Jim GrosbachRemove FIXME. TBB/TBH are Thumb mode only instructions.
2011-09-19 Jim GrosbachThumb2 assembly parsing and encoding for SXTB/SXTB16...
2011-09-19 Akira HatanakaMake changes to avoid creating nested CALLSEQ_START...
2011-09-19 Benjamin KramerNope, there's another one!
2011-09-19 Benjamin KramerMissed one instance of implicit pointer conversion.
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.
next