summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* SCEVHandle is no more!Owen Anderson2009-06-22
* Use thumb2 for ARM architectures V6T2 and later. Fix a bug in checkingBob Wilson2009-06-22
* Fix some typos that Duncan noticed.Dan Gohman2009-06-22
* For Darwin on ARMv6 and newer, make register r9 available for use as aBob Wilson2009-06-22
* Fix memcpy expansion so it won't generate invalidDale Johannesen2009-06-22
* Fix another register coalescer crash: forgot to check if the instruction bein...Evan Cheng2009-06-22
* Use different functions to emit the string and symbol tables.Bruno Cardoso Lopes2009-06-22
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-22
* hasFP should return true if frame address is taken.Evan Cheng2009-06-22
* Banish global state from ScalarEvolution! SCEV uniquing is now done by table...Owen Anderson2009-06-22
* Fix llvm-gcc build for armv6t2 and later architectures. The hasV6T2OpsBob Wilson2009-06-22
* Make use of getUMinFromMismatchedTypes when computing backedge-takenDan Gohman2009-06-22
* Add a getUMinFromMismatchedTypes helper function.Dan Gohman2009-06-22
* Factor out code for computing umin and smin for SCEV expressions intoDan Gohman2009-06-22
* Teach ScalarEvolution how to analyze loops with multiple exitDan Gohman2009-06-22
* Delete an unused variable.Dan Gohman2009-06-22
* Fix this code to correctly handle loops with multiple exits. UntilDan Gohman2009-06-22
* Rename a variable for consistency with the ExitBlock vs ExitingBlockDan Gohman2009-06-21
* Fix ScalarEvolution's backedge-taken count computations to check forDan Gohman2009-06-21
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* Fix PR4185.Rafael Espindola2009-06-21
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-21
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-21
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-21
* simplify closing paren and (rip) printing.Chris Lattner2009-06-21
* indentation fixChris Lattner2009-06-21
* Expand this test to handle more cases (remainder and shifts) of zero.Nick Lewycky2009-06-21
* remove #if 0 codeChris Lattner2009-06-21
* cosmetic changes.Chris Lattner2009-06-21
* implement PR4424: 0/x is always 0 for integer division.Chris Lattner2009-06-21
* change TLS_ADDR lowering to lower to a real mem operand, instead of matching asChris Lattner2009-06-20
* remove dead code, the main codepath never has to dealChris Lattner2009-06-20
* eliminate the "call" operand modifier from the asm descriptions, modelingChris Lattner2009-06-20
* fix edit-oChris Lattner2009-06-20
* some comments and cleanupChris Lattner2009-06-20
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-20
* Fix PR4419: handle defs of partial uses.Evan Cheng2009-06-20
* Remove unused field.Devang Patel2009-06-20
* Initialize MMIDevang Patel2009-06-20
* hook up printMemReference.Chris Lattner2009-06-20
* Start implementing translation of MachineInstr to MCInst. NextChris Lattner2009-06-20
* Generalize isLoopGuardedByCond's checking to consider twoDan Gohman2009-06-20
* Workaround for an... interesting bug in Darwin's pthread_rwlock_init.Owen Anderson2009-06-20
* Use ScalarEvolution's new GetMinSignBits and GetMinLeadingZerosDan Gohman2009-06-20
* Forgot this file.Owen Anderson2009-06-20
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-20
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-19
* Fix a typo in a comment that Frits von Bommel noticed.Dan Gohman2009-06-19
* Make GetMinTrailingZeros a member function of ScalarEvolution,Dan Gohman2009-06-19