2011-09-19 |
Eric Christopher | Regenerate configure. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Eric Christopher | Rename LLVM_MULTITHREADED define and fix build without... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jim Grosbach | Tidy up a bit. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jim Grosbach | Remove FIXME. TBB/TBH are Thumb mode only instructions. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SXTB/SXTB16... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Akira Hatanaka | Make changes to avoid creating nested CALLSEQ_START... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Benjamin Kramer | Nope, there's another one! |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Benjamin Kramer | Missed one instance of implicit pointer conversion. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Benjamin Kramer | Silence -Wsign-compare warnings from GCC. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Benjamin Kramer | Try to make MSVC 2010 happy. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Owen Anderson | Specify an additional fixed bit in the Thumb2 SSAT... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Eli Friedman | Fix a typo in the bitcode reader in the handling of... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jim Grosbach | ARM asm parsing should handle pre-indexed writeback... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
David Greene | Better Error Reporting |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jakob Stoklund... | X86 has asterisk-free inline asm support now. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Owen Anderson | Handle STRT (and friends) like LDRT (and friends) for... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SXTAB/SXTAB16... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Benjamin Kramer | Add a MachO-specific "mode" to llvm-objdump, that,... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Benjamin Kramer | MCInstrAnalysis: Don't crash on instructions with no... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Andrew Trick | [indvars] Fix PR10946: SCEV cannot handle Vector IVs. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SVC. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SUB(register). |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Stepan Dyatkovskiy | Added regression test for bug #10869. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
NAKAMURA Takumi | Add Win32 support to llvm::llvm_execute_on_thread(... |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Jakob Stoklund... | Claimed. |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Nadav Rotem | Fix typos in my prev commit, found by Tobi. |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Nadav Rotem | setOperationAction should be done on the return value... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Bill Wendling | Remove obsolete .pod files. |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Bill Wendling | Fix up the formating and change llvm-gcc to clang. |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Bill Wendling | Remove mention of llvm-gcc/llvm-g++ from doc. |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Nadav Rotem | When promoting integer vectors we often create ext... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Nadav Rotem | white space cleanups |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Craig Topper | Fix typo by changing Lower256IntVETCC to Lower256IntVSETCC. |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Benjamin Kramer | Apply Duncan's test fix from r139986 to the avx version... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Duncan Sands | Synthesize x86 max/min instructions also for vectors... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Bruno Cardoso... | Describe more AVX 128-bit convert instructions without... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Bitfield mask instructions are unpredictable if the... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Add a testcase for another corner-case decoding. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Fix bitfield decoding based on Eli's feedback. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Ted Kremenek | Add ImmutableMapRef and ImmutableSetRef, which consolid... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SUB(immediate). |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Thumb2 pre-indexed loads/stores use the restricted... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Fix disassembly of Thumb2 BFI instructions with bit... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STRT. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for LDRHT/STRHT. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STREX/STREXB... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STRD. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Simplify comment. There's no Thumb LDRD(register) encod... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Add fixed bits to correctly distinguish Thumb2 SSAT... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STRBT. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STRH. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Remove test of undocumented format. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STRB. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Bruno Cardoso... | Add mayLoad attribute to AVX convert instructions,... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Shuffle a few more thumb2 tests to match the comment... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 tests for STR(literal), STR(register) and STR... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Shuffle a few tests around. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STR. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Chad Rosier | Add -rfunc and -rglob options to llvm-extract to suppor... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Tidy up. 80 columns. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Fix disassembly of Thumb2 LDRSH with a #-0 offset. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STR(immediate). |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STMDB. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Bruno Cardoso... | Fix PR10884. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for STMIA. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Eric Christopher | Move the AC_PROG_CC checks earlier in the configure... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Eric Christopher | Migrate this to use clang by default as well. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Eric Christopher | We now look for clang, then llvm-gcc, then gcc as our... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Eric Christopher | Have the llvm configure process look for clang, then... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SSUB16/SSUB8. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SSAX. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Eli Friedman | Fix a minor bug in fs::create_directories. Patch by... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SSAT16. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SSAT. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SRS. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMMUSD/SMUSDX. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMMULWB/SMULWT. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMMULL. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMULBB/SMULBT... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMMUAD'dib. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMMUL/SMMULR. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Port over more Thumb2 assembly tests to disassembly... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Owen Anderson | Port over more Thumb2 assembly tests to disassembly... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMMLS/SMMLSR. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMMLA/SMMLAR. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMLSLD/SMLSLDX. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMLSD/SMLSDX. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMLAWB/SMLAWT. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMLALD/SMLALDX. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMLALBB/SMLALB... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Kill some dead code. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Tidy up a bit. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMLAL. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Andrew Trick | Test case trial and error. Not sure the proper way... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Andrew Trick | Reduced a stronger test case for coalescer bug PR10920. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Benjamin Kramer | Namespacify. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jim Grosbach | Thumb2 assembly parsing and encoding for SMLAD/SMLADX. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jakob Stoklund... | Spill mode: Hoist back-copies locally. |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Jakob Stoklund... | Disable local spill hoisting for non-killing copies. |
commit | commitdiff | tree | snapshot |
next |