oota-llvm.git
2011-03-25 Johnny ChenDisassembleThumb2LdSt() did not handle t2LDRs correctly...
2011-03-25 Johnny ChenA8.6.226 TBB, TBH:
2011-03-25 Johnny ChenModify DisassembleThumb2LdStEx() to be more robust...
2011-03-25 Daniel DunbarMC: Improve some diagnostics on uses of '.' pseudo...
2011-03-25 Daniel DunbarTidyness.
2011-03-25 Benjamin KramerAdd a note.
2011-03-25 Johnny ChenInstruction formats of SWP/SWPB were changed from LdStE...
2011-03-25 Jakob Stoklund... Emit less labels for debug info and stop emitting ...
2011-03-25 Johnny ChenAlso need to handle invalid imod values for CPS2p.
2011-03-25 Duncan SandsUseful script for finding regressions in the nightly...
2011-03-25 Bill WendlingRemove redundant compression option.
2011-03-25 Andrew TrickFix for -pre-RA-sched=source.
2011-03-25 Nick LewyckyNo functionality change, just adjust some whitespace...
2011-03-25 Nick LewyckyNo functionality change. Fix up some whitespace and...
2011-03-25 Jakob Stoklund... Ignore special ARM allocation hints for unexpected...
2011-03-25 Johnny ChenModify the wrong logic in the assert of DisassembleThum...
2011-03-25 Johnny Chendelegate the disassembly of t2ADR to the more generic...
2011-03-24 Johnny ChenThe opcode names ("tLDM", "tLDM_UPD") used for conflict...
2011-03-24 Johnny ChenThe ARM disassembler was confused with the 16-bit tSTMI...
2011-03-24 Devang PatelMove test in x86 specific area.
2011-03-24 Matt Beaumont-GaySuppress an unused variable warning in -asserts builds
2011-03-24 Johnny ChenHandle the added VBICiv*i* NEON instructions, too.
2011-03-24 Eric ChristopherTestcase for llvm-gcc commit r128230.
2011-03-24 Johnny ChenPlug a leak by ThumbDisassembler::getInstruction()...
2011-03-24 Johnny ChenT2 Load/Store Multiple:
2011-03-24 Benjamin KramerPlug a leak in the arm disassembler and put the tests...
2011-03-24 Bruno Cardoso... Add asm parsing support w/ testcases for strex/ldrex...
2011-03-24 Johnny ChenRemove these two test files as they cause llvm-i686...
2011-03-24 Johnny ChenADR was added with the wrong encoding for inst{24-21...
2011-03-24 Devang PatelKeep track of directory namd and fIx regression caused...
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-24 Johnny ChenThe r118201 added support for VORR (immediate). Update...
2011-03-24 Johnny ChenAdd comments to the handling of opcode CPS3p to reject...
2011-03-24 Andrew Trickrevert r128199 until it can be made to work with Fronte...
2011-03-24 Cameron ZwarichDebug intrinsics must be skipped at the beginning and...
2011-03-24 Jay FoadFix typo in comment.
2011-03-24 Chris Lattnerfix description, PR9542
2011-03-24 Cameron ZwarichIt is enough for the CallInst to have no uses to be...
2011-03-24 Devang Patels/UpdateDT/ModifiedDT/g
2011-03-24 NAKAMURA TakumiTarget/X86: [PR8777][PR8778] Tweak alloca/chkstk for...
2011-03-24 NAKAMURA Takumillvm-stub.cpp: mingw-w64 tweak.
2011-03-24 Evan ChengAdd comment to clarify what MachineConstantPoolEntry...
2011-03-24 Evan ChengNasty bug in ARMBaseInstrInfo::produceSameValue()....
2011-03-24 Michael J.... Remove all uses of PATH_MAX and MAXPATHLEN from PathV2.
2011-03-24 Cameron ZwarichDo early taildup of ret in CodeGenPrepare for potential...
2011-03-24 Cameron ZwarichUse an early return instead of a long if block.
2011-03-24 Cameron ZwarichWhen UpdateDT is set, DT is invalid, which could cause...
2011-03-24 Cameron ZwarichCheck for TLI so that -codegenprepare can be used from...
2011-03-24 Johnny ChenCPS3p: Let's reject impossible imod values by returning...
2011-03-24 Johnny ChenLoad/Store Multiple:
2011-03-24 Johnny ChenSTRT and STRBT was incorrectly tagged as IndexModeNone...
2011-03-24 Johnny ChenThe r128103 fix to cope with the removal of addressing...
2011-03-23 Jim GrosbachRuntime dylib simple ARM 24-bit branch relocation support.
2011-03-23 Devang PatelEnable GlobalMerge on darwin.
2011-03-23 Jim GrosbachFix comments.
2011-03-23 Andrew TrickRevert r128175.
2011-03-23 Evan ChengCmp peephole optimization isn't always safe for signed...
2011-03-23 Eli FriedmanPR9535: add support for splitting and scalarizing vecto...
2011-03-23 Andrew TrickReapply Eli's r127852 now that the pre-RA scheduler...
2011-03-23 Jim GrosbachSplit out relocation resolution into target-specific...
2011-03-23 Owen AndersonThe high bit of a Thumb2 ADR's offset is stored in...
2011-03-23 Jim GrosbachFix double-free of Module.
2011-03-23 Owen AndersonFix a bug introduced by my patch yesterday: BL is a...
2011-03-23 Andrew TrickEnsure that def-side physreg copies are scheduled above...
2011-03-23 Andrew Trickwhitespace
2011-03-23 Jim GrosbachStart of relocation resolution for the runtime dyld...
2011-03-23 Jim GrosbachMake sure to report any errors from the runtime dyld.
2011-03-23 Jakob Stoklund... Don't coalesce identical DBG_VALUE instructions prematu...
2011-03-23 Oscar FuentesSupports building with a list of targets that does...
2011-03-23 Justin HolewinskiPTX: Improve support for 64-bit addressing
2011-03-23 Anders CarlssonRevert r128140 for now.
2011-03-23 Cameron ZwarichFix PR9464 by correcting some math that just happened...
2011-03-23 Jakob Stoklund... Notify the delegate before removing dead values from...
2011-03-23 Jakob Stoklund... Allow the allocation of empty live ranges that have...
2011-03-23 Jakob Stoklund... Dump the register map before rewriting.
2011-03-23 Anders CarlssonA global variable with internal linkage where all uses...
2011-03-23 Andrew TrickAdded block number and name to isel debug output.
2011-03-23 Douglas GregorUpdate the Clang attribute emitter to handle attributes...
2011-03-22 Johnny ChenFor ARM Disassembler, start a newline to dump the opcod...
2011-03-22 Johnny ChenAdd disassembly test cases for:
2011-03-22 Devang PatelRemove the test.
2011-03-22 Owen AndersonRIT_ARM_ThumbBranch32Bit relocations are not used and...
2011-03-22 Jakob Stoklund... Reapply r128045 and r128051 with fixes.
2011-03-22 Johnny ChenLDRT and LDRBT was incorrectly tagged as IndexModeNone...
2011-03-22 Devang PatelTry to appease buildbot gods.
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-22 Eli FriedmanA bit more analysis of a memset-related README entry.
2011-03-22 Johnny ChenAdd one more test case for VFP Load/Store Multiple...
2011-03-22 Johnny ChenA8.6.399 VSTM:
2011-03-22 Eric ChristopherMigrate the fix in r128041 to ARM's fastisel support...
2011-03-22 Rafael EspindolaWe don't need a null terminator for the output file.
2011-03-22 Andrew TrickRevert r128045 and r128051, debug info enhancements.
2011-03-22 Jim GrosbachTidy up.
2011-03-22 Jim GrosbachAdd missing file from previous commit.
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-22 Jim GrosbachAdd simple arg passing to MC-JIT and support for exit...
2011-03-22 Jim GrosbachTrailing whitespace.
2011-03-22 Bruno Cardoso... Change MRC and MRC2 instructions to model the output...
2011-03-22 Che-Liang Chiouptx: add analyze/insert/remove branch
2011-03-22 Eric ChristopherFix comment in header.
next