aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-0647-124/+142
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-0638-111/+182
* Add a testcase for r103135, explicitly representing unknownDan Gohman2010-05-061-0/+36
* 80 col violation.Evan Cheng2010-05-061-2/+2
* Fix handling of unreachable blocks in the SSAUpdater. The previous code onlyBob Wilson2010-05-061-23/+29
* Add a missing break statement to fix unintentional fall-throughBob Wilson2010-05-061-4/+3
* Fix unintentional fallthrough. Patch by Edmund Grimley-Evans <Edmund.Grimley-...Jim Grosbach2010-05-061-1/+2
* Fix "warning: extra ';' inside a struct or union" when building llvm with clangShantonu Sen2010-05-061-2/+2
* Revert r103137, fix for $ in labels. It looks like we can't actually handle thisDaniel Dunbar2010-05-063-24/+10
* Re-apply 103156 and 103157. 103156 didn't break anything. 10315 exposed a coa...Evan Cheng2010-05-067-26/+150
* Fixes a coalescer bug that caused llc to crash on 2009-11-30-LiveVariablesBug.llEvan Cheng2010-05-061-4/+16
* Fix some stylistic issues with my last commit.Sean Hunt2010-05-062-78/+86
* Revert r103157, which broke test/CodeGen/ARM/2009-11-30-LiveVariablesBug.ll.Dan Gohman2010-05-061-4/+2
* Revert r103156 since it was breaking the build bots.Eric Christopher2010-05-066-143/+22
* Handle the case where open(2) or close(2) is interrupted by a signal whenDan Gohman2010-05-061-11/+24
* Fix an obvious bug in isMoveInstr. It needs to return sub-register indices.Evan Cheng2010-05-061-2/+4
* Adding pseudo 256-bit registers QQ0 . . . QQ7 to represent pairs of Q registe...Evan Cheng2010-05-065-21/+142
* Cosmetic changes.Evan Cheng2010-05-061-7/+7
* storeRegToStackSlot has forgotten about QPR_8 register class.Evan Cheng2010-05-061-1/+2
* Handle EWOULDBLOCK as EAGAIN. And add a comment explaining whyDan Gohman2010-05-061-3/+22
* make -filetype=obj default to emitting its output to foo.obj Chris Lattner2010-05-061-3/+8
* Update LabelsBeforeInsn also, when creating unknown-position labels.Dan Gohman2010-05-061-0/+5
* Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic...Chris Lattner2010-05-062-1/+22
* In bottom-up mode, defer the materialization of local constant values.Dan Gohman2010-05-061-0/+11
* Add an "IsBottomUp" member function to FastISel, which will be used toDan Gohman2010-05-052-1/+3
* fix rdar://7946934 - in some limited cases, the assembler shouldChris Lattner2010-05-053-10/+24
* Cleanup of ARMv7M support. Move hardware divide and Thumb2 extract/packJim Grosbach2010-05-0514-33/+47
* Emit debug info for MachineInstrs with unknown debug locations, insteadDan Gohman2010-05-051-19/+34
* Fix some ..'sChris Lattner2010-05-051-9/+9
* Fix PR6520. An earlyclobber physreg must not be allocated to anything else.Jakob Stoklund Olesen2010-05-052-2/+43
* Test case for pr2394 and r102979.Stuart Hastings2010-05-051-0/+6
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-052-3/+57
* Use getValue() for PHINodes when direct NodeMap access does not work. Devang Patel2010-05-051-1/+15
* Select an ARM-hosted cross build with a separate makefile target instead ofBob Wilson2010-05-052-29/+31
* Do not pre-allocate references of D registers pairs if they are extracted fro...Evan Cheng2010-05-051-8/+28
* fix copy/paste oops.Jim Grosbach2010-05-052-6/+6
* No-ops emitted for scheduling don't correspond with anything in theDan Gohman2010-05-054-5/+0
* Add tests for ARMV7M divide instruction useJim Grosbach2010-05-052-9/+64
* Add initial support for ARMv7M subtarget and cortex-m3 cpu. Patch byJim Grosbach2010-05-056-20/+49
* Use the right version of "append" to combine two SmallVectors.Bob Wilson2010-05-051-1/+1
* remove unneeded underscores.Jim Grosbach2010-05-051-4/+4
* Convert to filecheckJim Grosbach2010-05-051-5/+9
* MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support forDaniel Dunbar2010-05-055-19/+32
* MC: Reject attempts to define a variable symbol.Daniel Dunbar2010-05-053-9/+4
* MC: Make setVariableValue check the redefinition condition a bit more strongly.Daniel Dunbar2010-05-052-4/+9
* Move REG_SEQUENCE removal to 2addr pass.Evan Cheng2010-05-054-63/+71
* Implement rdar://7415680 - Twine integer support lacks greatnessChris Lattner2010-05-052-11/+12
* Rearrange the suppressions files to be by-architecture instead of by-problem.Jeffrey Yasskin2010-05-053-23/+7
* Model CONCAT_VECTORS of two 64-bit values as a REG_SEQUENCE.Evan Cheng2010-05-053-4/+38
* Trim include.Evan Cheng2010-05-051-1/+0