aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* delegate the disassembly of t2ADR to the more generic t2ADDri12/t2SUBri12 ins...Johnny Chen2011-03-252-0/+8
* The opcode names ("tLDM", "tLDM_UPD") used for conflict resolution have been ...Johnny Chen2011-03-242-2/+8
* The ARM disassembler was confused with the 16-bit tSTMIA instruction.Johnny Chen2011-03-242-0/+8
* Move test in x86 specific area.Devang Patel2011-03-241-0/+3
* Suppress an unused variable warning in -asserts buildsMatt Beaumont-Gay2011-03-241-0/+1
* Handle the added VBICiv*i* NEON instructions, too.Johnny Chen2011-03-242-2/+10
* Testcase for llvm-gcc commit r128230.Eric Christopher2011-03-241-0/+11
* Plug a leak by ThumbDisassembler::getInstruction(), thanks to Benjamin Kramer!Johnny Chen2011-03-241-3/+1
* T2 Load/Store Multiple:Johnny Chen2011-03-242-1/+4
* Plug a leak in the arm disassembler and put the tests back.Benjamin Kramer2011-03-243-3/+10
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-2411-61/+156
* Remove these two test files as they cause llvm-i686-linux-vg_leak build to fa...Johnny Chen2011-03-242-8/+0
* ADR was added with the wrong encoding for inst{24-21}, and the ARM decoder wa...Johnny Chen2011-03-243-1/+8
* Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel2011-03-244-13/+96
* Clean up assembly statement separator support.Jim Grosbach2011-03-245-14/+25
* The r118201 added support for VORR (immediate). Update ARMDisassemblerCore.c...Johnny Chen2011-03-242-0/+19
* Add comments to the handling of opcode CPS3p to reject invalid instruction en...Johnny Chen2011-03-243-0/+10
* revert r128199 until it can be made to work with Frontend/dependency-gen.c.Andrew Trick2011-03-241-5/+9
* Debug intrinsics must be skipped at the beginning and ends of blocks, lest theyCameron Zwarich2011-03-241-2/+6
* Fix typo in comment.Jay Foad2011-03-241-1/+1
* fix description, PR9542Chris Lattner2011-03-241-5/+6
* It is enough for the CallInst to have no uses to be made a tail call with a retCameron Zwarich2011-03-241-1/+1
* s/UpdateDT/ModifiedDT/gDevang Patel2011-03-241-8/+8
* Target/X86: [PR8777][PR8778] Tweak alloca/chkstk for Windows targets.NAKAMURA Takumi2011-03-245-63/+182
* llvm-stub.cpp: mingw-w64 tweak.NAKAMURA Takumi2011-03-241-1/+1
* Add comment to clarify what MachineConstantPoolEntry::isMachineConstantPoolEn...Evan Cheng2011-03-241-1/+4
* Nasty bug in ARMBaseInstrInfo::produceSameValue(). The MachineConstantPoolEntryEvan Cheng2011-03-241-5/+12
* Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.Michael J. Spencer2011-03-241-9/+5
* Do early taildup of ret in CodeGenPrepare for potential tail calls that have aCameron Zwarich2011-03-242-17/+74
* Use an early return instead of a long if block.Cameron Zwarich2011-03-241-51/+51
* When UpdateDT is set, DT is invalid, which could cause problems when trying toCameron Zwarich2011-03-241-2/+3
* Check for TLI so that -codegenprepare can be used from opt.Cameron Zwarich2011-03-241-0/+3
* CPS3p: Let's reject impossible imod values by returning false from the Disass...Johnny Chen2011-03-241-0/+3
* Load/Store Multiple:Johnny Chen2011-03-242-4/+10
* STRT and STRBT was incorrectly tagged as IndexModeNone during the refactoring...Johnny Chen2011-03-242-2/+5
* The r128103 fix to cope with the removal of addressing modes from the MC inst...Johnny Chen2011-03-242-2/+10
* Runtime dylib simple ARM 24-bit branch relocation support.Jim Grosbach2011-03-231-14/+49
* Enable GlobalMerge on darwin.Devang Patel2011-03-233-8/+1
* Fix comments.Jim Grosbach2011-03-231-2/+2
* Revert r128175.Andrew Trick2011-03-233-103/+16
* Cmp peephole optimization isn't always safe for signed arithmetics.Evan Cheng2011-03-233-5/+88
* PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.Eli Friedman2011-03-233-60/+65
* Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS.Andrew Trick2011-03-233-16/+103
* Split out relocation resolution into target-specific bits.Jim Grosbach2011-03-231-3/+71
* The high bit of a Thumb2 ADR's offset is stored in bit 26, not bit 25.Owen Anderson2011-03-231-1/+1
* Fix double-free of Module.Jim Grosbach2011-03-231-1/+0
* Fix a bug introduced by my patch yesterday: BL is a 4-byte instructions like ...Owen Anderson2011-03-231-3/+2
* Ensure that def-side physreg copies are scheduled above any other usesAndrew Trick2011-03-231-0/+9
* whitespaceAndrew Trick2011-03-231-2/+2
* Start of relocation resolution for the runtime dyld library.Jim Grosbach2011-03-231-21/+130