summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* When inlining exception handling code into another function, ensure thatDuncan Sands2011-09-07
* Thumb2 use 'ldm' as default mnemonic.Jim Grosbach2011-09-07
* Detect attempt to use segmented stacks on non ELF systems and errorRafael Espindola2011-09-07
* Better diagnostic location information for mnemonic suffices.Jim Grosbach2011-09-07
* Another forgotten trampoline testcase.Duncan Sands2011-09-07
* Forgot to add this trampoline testcase.Duncan Sands2011-09-07
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-07
* Dependency should be on the output file name, not the dependency fileJoerg Sonnenberger2011-09-07
* While sinking machine instructions, sink matching DBG_VALUEs also otherwise l...Devang Patel2011-09-07
* Reenable compact unwind by default. However, also emit the old version of unwindBill Wendling2011-09-06
* memset_pattern16 uses a 16 BYTE pattern, not a 16 BIT pattern. Add comments ...Owen Anderson2011-09-06
* Teach BasicAA about the aliasing properties of memset_pattern16.Owen Anderson2011-09-06
* ISB is HasDB, not just HasV7.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for ISB.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for EOR.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for DSB.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for DMB.Jim Grosbach2011-09-06
* Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky2011-09-06
* Thumb2 parsing and encoding for DBG.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for CMN and CMP.Jim Grosbach2011-09-06
* This transform only handles two-operand AddRec's. Prevent it from trying toNick Lewycky2011-09-06
* Add mayLoad/mayStore markings to ARM 64-bit atomic pseudo-instructions.Eli Friedman2011-09-06
* Thumb2 parsing and encoding for CLZ.Jim Grosbach2011-09-06
* Thumb2 parsing and encoding for CLREX.Jim Grosbach2011-09-06
* Port more encoding tests over to Thumb2 decoding tests.Owen Anderson2011-09-06
* Add -verify-indvars for imperfect SCEV trip count verification after indvars.Andrew Trick2011-09-06
* Thumb2 parsing and encoding for CDP/CDP2.Jim Grosbach2011-09-06
* Fix comment. Noticed by Duncan.Rafael Espindola2011-09-06
* Add codegen support for vector select (in the IR this means a selectDuncan Sands2011-09-06
* Fix fall outs from my recent change on how carry bit is modeled during isel.Evan Cheng2011-09-06
* Use IRBuilder.Devang Patel2011-09-06
* ARM .code directive should always go to the streamer.Jim Grosbach2011-09-06
* Fix style issues and typos found by Duncan.Rafael Espindola2011-09-06
* As a first step, emit both the compact unwind and CIE/FDEs for a function.Bill Wendling2011-09-06
* Try again at r138809 (make DSE more aggressive in removing dead stores at the...Owen Anderson2011-09-06
* Atomic pseudos don't use (as in read) CPSR. They clobber it.Jakob Stoklund Olesen2011-09-06
* Now, named mdnode llvm.dbg.cu keeps track of all compile units in a module. U...Devang Patel2011-09-06
* Split the init.trampoline intrinsic, which currently combines GCC'sDuncan Sands2011-09-06
* Fix typo in comment again.Nick Lewycky2011-09-06
* Apparently we compile the code, not the comments. Thanks Eli!Nick Lewycky2011-09-06
* Fix typo in comment.Nick Lewycky2011-09-06
* Nope! I had it right the first time. Revert the operative part of r139135 andNick Lewycky2011-09-06
* Fix flipped sign. While there, show my math.Nick Lewycky2011-09-06
* No no no, fix typo properly!Nick Lewycky2011-09-06
* The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which wasNick Lewycky2011-09-06
* Revert r139126 due to selfhost failures reported by buildbots.Nick Lewycky2011-09-06
* Teach SCEV to report a max backedge count in one interesting case inNick Lewycky2011-09-05
* Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certainNick Lewycky2011-09-05
* Update the C++ backend to use the new ArrayRef'ified APIs. Patch by arrowdodger!Nick Lewycky2011-09-05