aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-6/+6
* Fix PR4185.Rafael Espindola2009-06-211-2/+7
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-211-0/+20
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-212-5/+6
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-6/+6
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-0/+107
* simplify closing paren and (rip) printing.Chris Lattner2009-06-211-15/+16
* indentation fixChris Lattner2009-06-211-3/+2
* Expand this test to handle more cases (remainder and shifts) of zero.Nick Lewycky2009-06-211-8/+15
* remove #if 0 codeChris Lattner2009-06-212-268/+1
* cosmetic changes.Chris Lattner2009-06-212-5/+4
* implement PR4424: 0/x is always 0 for integer division.Chris Lattner2009-06-211-0/+7
* change TLS_ADDR lowering to lower to a real mem operand, instead of matching asChris Lattner2009-06-203-7/+40
* remove dead code, the main codepath never has to dealChris Lattner2009-06-203-20/+0
* eliminate the "call" operand modifier from the asm descriptions, modelingChris Lattner2009-06-207-55/+223
* fix edit-oChris Lattner2009-06-201-1/+2
* some comments and cleanupChris Lattner2009-06-202-15/+14
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-204-18/+55
* Fix PR4419: handle defs of partial uses.Evan Cheng2009-06-201-7/+6
* Remove unused field.Devang Patel2009-06-202-4/+2
* Initialize MMIDevang Patel2009-06-203-0/+12
* hook up printMemReference.Chris Lattner2009-06-201-4/+2
* Start implementing translation of MachineInstr to MCInst. NextChris Lattner2009-06-202-8/+371
* Generalize isLoopGuardedByCond's checking to consider twoDan Gohman2009-06-201-3/+27
* Workaround for an... interesting bug in Darwin's pthread_rwlock_init.Owen Anderson2009-06-201-0/+7
* Use ScalarEvolution's new GetMinSignBits and GetMinLeadingZerosDan Gohman2009-06-201-3/+6
* Forgot this file.Owen Anderson2009-06-201-8/+5
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-203-377/+278
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-193-12/+94
* Fix a typo in a comment that Frits von Bommel noticed.Dan Gohman2009-06-191-1/+1
* Make GetMinTrailingZeros a member function of ScalarEvolution,Dan Gohman2009-06-191-22/+83
* Re-apply r73718, now that the fix in r73787 is in, and add aDan Gohman2009-06-191-30/+36
* DwarfWriter is used to emit EH info also.Devang Patel2009-06-191-4/+4
* Enable arm pre-allocation load / store multiple optimization pass.Evan Cheng2009-06-192-21/+36
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-194-278/+371
* Fix LSR's OptimizeSMax to ignore max operators with more than 2 operands,Dan Gohman2009-06-191-0/+5
* mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel2009-06-192-2/+1
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-199-56/+24
* Revert 73718. It's breaking 254.gap.Evan Cheng2009-06-191-35/+29
* Unbreak cyclic depsAnton Korobeynikov2009-06-199-40/+104
* Fix bad paste-o in the MSVC atomics.Owen Anderson2009-06-191-2/+2
* Forgot to remove some explicit locking when it became implicit in the ValueMap.Owen Anderson2009-06-191-3/+5
* Make ScalarEvolution::print print getSCEVAtScope values forDan Gohman2009-06-191-2/+10
* Move the memory fences out of the path for single-threaded mode.Owen Anderson2009-06-192-14/+15
* Don't (unconditionally) use getSCEVAtScope to simplify the stepDan Gohman2009-06-191-1/+0
* Fix incorrect comment pointed out by Duncan.Owen Anderson2009-06-191-1/+1
* make jump threading handle lexically identical compare instructionsChris Lattner2009-06-191-4/+17
* fix the sparc codegen to not depend on the sparc asmprinter.Chris Lattner2009-06-193-11/+29
* Add support for AuroraUX. Patch by evocallaghan.Duncan Sands2009-06-191-1/+4
* Add comments.Evan Cheng2009-06-191-0/+4