- 1090d77 The ARM disassembler was confused with the 16-bit tSTMIA instruction. by Johnny Chen · 14 years ago
- 439e0c7 Move test in x86 specific area. by Devang Patel · 14 years ago
- 1866af4 Suppress an unused variable warning in -asserts builds by Matt Beaumont-Gay · 14 years ago
- c39b627 Handle the added VBICiv*i* NEON instructions, too. by Johnny Chen · 14 years ago
- 18a41c9 Testcase for llvm-gcc commit r128230. by Eric Christopher · 14 years ago
- 8cb9886 Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer! by Johnny Chen · 14 years ago
- 9091bf2 T2 Load/Store Multiple: by Johnny Chen · 14 years ago
- 83ccbff Plug a leak in the arm disassembler and put the tests back. by Benjamin Kramer · 14 years ago
- 505f3cd Add asm parsing support w/ testcases for strex/ldrex family of instructions by Bruno Cardoso Lopes · 14 years ago
- 02af767 Remove these two test files as they cause llvm-i686-linux-vg_leak build to fail 'test-llvm'. by Johnny Chen · 14 years ago
- e6d69e7 ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder was fooled. by Johnny Chen · 14 years ago
- 23670e5 Keep track of directory namd and fIx regression caused by Rafael's patch r119613. by Devang Patel · 14 years ago
- d31d304 Clean up assembly statement separator support. by Jim Grosbach · 14 years ago
- b4ac342 The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.cpp to disassemble the by Johnny Chen · 14 years ago
- ce1868b Add comments to the handling of opcode CPS3p to reject invalid instruction encoding, by Johnny Chen · 14 years ago
- 0a828fd revert r128199 until it can be made to work with Frontend/dependency-gen.c. by Andrew Trick · 14 years ago
- 9035484 Debug intrinsics must be skipped at the beginning and ends of blocks, lest they by Cameron Zwarich · 14 years ago
- 0d4b815 Fix typo in comment. by Jay Foad · 14 years ago
- 49e0ccf fix description, PR9542 by Chris Lattner · 14 years ago
- dc31cfe It is enough for the CallInst to have no uses to be made a tail call with a ret by Cameron Zwarich · 14 years ago
- 52e37df s/UpdateDT/ModifiedDT/g by Devang Patel · 14 years ago
- a2e0762 Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets. by NAKAMURA Takumi · 14 years ago
- c37c539 llvm-stub.cpp: mingw-w64 tweak. by NAKAMURA Takumi · 14 years ago
- acdddfe Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEntry() means. by Evan Cheng · 14 years ago
- d700617 Nasty bug in ARMBaseInstrInfo::produceSameValue(). The MachineConstantPoolEntry by Evan Cheng · 14 years ago
- e1db1b8 Remove all uses of PATH_MAX and MAXPATHLEN from PathV2. by Michael J. Spencer · 14 years ago
- 6e8ffc1 Do early taildup of ret in CodeGenPrepare for potential tail calls that have a by Cameron Zwarich · 14 years ago
- 4bae588 Use an early return instead of a long if block. by Cameron Zwarich · 14 years ago
- 680c962 When UpdateDT is set, DT is invalid, which could cause problems when trying to by Cameron Zwarich · 14 years ago
- 661a390 Check for TLI so that -codegenprepare can be used from opt. by Cameron Zwarich · 14 years ago
- e400059 CPS3p: Let's reject impossible imod values by returning false from the DisassembleMiscFrm() function. by Johnny Chen · 14 years ago
- 3d79396 Load/Store Multiple: by Johnny Chen · 14 years ago
- 571f290 STRT and STRBT was incorrectly tagged as IndexModeNone during the refactorings (r119821). by Johnny Chen · 14 years ago
- 2abc9d2 The r128103 fix to cope with the removal of addressing modes from the MC instructions by Johnny Chen · 14 years ago
- 5ffe37f Runtime dylib simple ARM 24-bit branch relocation support. by Jim Grosbach · 14 years ago
- 36dca60 Enable GlobalMerge on darwin. by Devang Patel · 14 years ago
- b9b1e30 Fix comments. by Jim Grosbach · 14 years ago
- f6c3941 Revert r128175. by Andrew Trick · 14 years ago
- 2c33915 Cmp peephole optimization isn't always safe for signed arithmetics. by Evan Cheng · 14 years ago
- b141099 PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND. by Eli Friedman · 14 years ago
- d8fa01f Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS. by Andrew Trick · 14 years ago
- a8287e3 Split out relocation resolution into target-specific bits. by Jim Grosbach · 14 years ago
- 741ad15 The high bit of a Thumb2 ADR's offset is stored in bit 26, not bit 25. by Owen Anderson · 14 years ago
- 66978bd Fix double-free of Module. by Jim Grosbach · 14 years ago
- 7614783 Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like BLX, rather than a 2-byte instruction like B. by Owen Anderson · 14 years ago
- bd47a4a Ensure that def-side physreg copies are scheduled above any other uses by Andrew Trick · 14 years ago
- 0d93a11 whitespace by Andrew Trick · 14 years ago
- 8b54dca Start of relocation resolution for the runtime dyld library. by Jim Grosbach · 14 years ago
- 8086f3b Make sure to report any errors from the runtime dyld. by Jim Grosbach · 14 years ago
- 0107931 Don't coalesce identical DBG_VALUE instructions prematurely. by Jakob Stoklund Olesen · 14 years ago
- db3480c Supports building with a list of targets that does not contain by Oscar Fuentes · 14 years ago
- d662576 PTX: Improve support for 64-bit addressing by Justin Holewinski · 14 years ago
- fa4ebd3 Revert r128140 for now. by Anders Carlsson · 14 years ago
- 1537ce7 Fix PR9464 by correcting some math that just happened to be right in most cases by Cameron Zwarich · 14 years ago
- 1e6c65d Notify the delegate before removing dead values from a live interval. by Jakob Stoklund Olesen · 14 years ago
- 0b50151 Allow the allocation of empty live ranges that have uses. by Jakob Stoklund Olesen · 14 years ago
- bf824ef Dump the register map before rewriting. by Jakob Stoklund Olesen · 14 years ago
- 90af342 A global variable with internal linkage where all uses are in one function and whose address is never taken is a non-escaping local object and can't alias anything else. by Anders Carlsson · 14 years ago
- a2f4529 Added block number and name to isel debug output. by Andrew Trick · 14 years ago
- 095a3f3 Update the Clang attribute emitter to handle attributes of 'version' by Douglas Gregor · 14 years ago
- c59c87c For ARM Disassembler, start a newline to dump the opcode and friends for an instruction. by Johnny Chen · 14 years ago
- 8d668a8 Add disassembly test cases for: by Johnny Chen · 14 years ago
- f99e778 Remove the test. by Devang Patel · 14 years ago
- f862b35 RIT_ARM_ThumbBranch32Bit relocations are not used and should never be generated. by Owen Anderson · 14 years ago
- 28cf115 Reapply r128045 and r128051 with fixes. by Jakob Stoklund Olesen · 14 years ago
- 27c6bae LDRT and LDRBT was incorrectly tagged as IndexModeNone during the refactorings (r119821). by Johnny Chen · 14 years ago
- bdf2c36 Try to appease buildbot gods. by Devang Patel · 14 years ago
- 6421a88 Add a lto_codegen_compile_to_file to avoid producing a file, reading it to by Rafael Espindola · 14 years ago
- 97ab580 A bit more analysis of a memset-related README entry. by Eli Friedman · 14 years ago
- 83cf2ff Add one more test case for VFP Load/Store Multiple (vpop). by Johnny Chen · 14 years ago
- 758df29 A8.6.399 VSTM: by Johnny Chen · 14 years ago
- 7244d7c Migrate the fix in r128041 to ARM's fastisel support as well. by Eric Christopher · 14 years ago
- 11d1803 We don't need a null terminator for the output file. by Rafael Espindola · 14 years ago
- c1dbd5d Revert r128045 and r128051, debug info enhancements. by Andrew Trick · 14 years ago
- 91dde15 Tidy up. by Jim Grosbach · 14 years ago
- 5010ed0 Add missing file from previous commit. by Jim Grosbach · 14 years ago
- b3eecaf Propogate the error message, not just the error state. by Jim Grosbach · 14 years ago
- 34714a0 Add simple arg passing to MC-JIT and support for exit() call. by Jim Grosbach · 14 years ago
- 8bf0ecd Trailing whitespace. by Jim Grosbach · 14 years ago
- 026a42b Change MRC and MRC2 instructions to model the output register properly by Bruno Cardoso Lopes · 14 years ago
- 5e0872e ptx: add analyze/insert/remove branch by Che-Liang Chiou · 14 years ago
- d619067 Fix comment in header. by Eric Christopher · 14 years ago
- 3311d95 Properly initialize all fields in CrashReporterCleanupContext. This caused the buildbot failure earlier. by Ted Kremenek · 14 years ago
- c943a9a Updated library dependencies. by Oscar Fuentes · 14 years ago
- 807bc2a Handle another case that Frits suggested. by Anders Carlsson · 14 years ago
- cb3c5d8 Update link components. by Jim Grosbach · 14 years ago
- 07235a1 Temporarily stop recovering resources in CrashRecoveryContext while I investigate further why this works on my machine and not on others. by Ted Kremenek · 14 years ago
- afc9e06 Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup objects, and provide a new cleanup for by Ted Kremenek · 14 years ago
- 116e234 Relax access control on 'Release' method of RefCountedBase. by Ted Kremenek · 14 years ago
- f922910 Hook up the MCJIT to the RuntimeDyld library. by Jim Grosbach · 14 years ago
- bd17478 Clear map after use. by Jakob Stoklund Olesen · 14 years ago
- 8371c89 Initialize HasError. by Jim Grosbach · 14 years ago
- ddb657c Avoid -Wunused-variable in -asserts builds by Matt Beaumont-Gay · 14 years ago
- e17232e Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges. by Jakob Stoklund Olesen · 14 years ago
- b55d6b6 Fix fast-isel address mode folding to avoid folding instructions by Dan Gohman · 14 years ago
- ce3a1ba Add support for Thumb interworking addresses for symbol offsets that get constant folded very early. by Owen Anderson · 14 years ago
- ffcb717 Try again to make this test darwin only. by Devang Patel · 14 years ago
- 1dbf6f5 Build the new RuntimeDyld library. by Oscar Fuentes · 14 years ago
- 89234e1 Removed workaround for unspecified build problem on MinGW. by Oscar Fuentes · 14 years ago
- 6e56331 Library-ize the dyld components of llvm-rtdyld. by Jim Grosbach · 14 years ago