oota-llvm.git
2011-09-20 NAKAMURA Takumiinclude/llvm/Config: Reorder LLVM_HAS_ATOMICS along...
2011-09-20 NAKAMURA Takumiinclude/llvm/Config/config.h.cmake: Unbreak CMake build...
2011-09-20 Andrew TrickARM isel bug fix for adds/subs operands.
2011-09-20 Andrew Trickwhitespace
2011-09-20 Benjamin KramerRemove empty directories.
2011-09-20 Bill WendlingRemove some missed references to dead intrinsics.
2011-09-20 Bill WendlingUpdate the EH doc to reflect the new EH model.
2011-09-20 Jim GrosbachNuke obsolete test file.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for WFE/WFI/YIELD.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UXTAB/UXTAB16...
2011-09-20 Eric ChristopherMore llvmc bits. Spotted by Benjamin on IRC.
2011-09-20 Eric ChristopherRemove from cmake too.
2011-09-20 Eric ChristopherRemove more of llvmc and dependencies.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USUB8/USUB16.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAX.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAT16.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for USAT.
2011-09-20 Jim GrosbachRemove incorrect comments. These are not disassmebly...
2011-09-20 Jim GrosbachTidy up.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQSAD8/USADA8.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQSUB16/UQSUB8.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQASX/UQSAX.
2011-09-20 Jim GrosbachThumb2 assembly parsing and encoding for UQADD16/UQADD8.
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...
next