| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MC/AsmParser: Move .lsym parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 1 | -8/+9 |
* | MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. | Daniel Dunbar | 2010-07-12 | 1 | -23/+34 |
* | Check begin!=end, rather than !begin. | Dan Gohman | 2010-07-12 | 1 | -2/+2 |
* | MC/AsmParser: Add a DarwinAsmParser extension. | Daniel Dunbar | 2010-07-12 | 1 | -1/+24 |
* | Fix a typo and fit in 80 columns. Found by Bob Wilson. | Rafael Espindola | 2010-07-12 | 1 | -1/+2 |
* | MC/AsmParser: Switch a bunch of directive parsing to use accessors. | Daniel Dunbar | 2010-07-12 | 1 | -112/+114 |
* | Add a lint check for mismatched return types, inspired by PR6944. | Dan Gohman | 2010-07-12 | 1 | -0/+4 |
* | MCAsmParser: Pull some directive handling out into a helper class, and change | Daniel Dunbar | 2010-07-12 | 1 | -15/+43 |
* | MC/AsmParser: Switch some directive parsing to use accessor methods. | Daniel Dunbar | 2010-07-12 | 1 | -17/+17 |
* | MC: Add MCAsmParserExtension, a base class for all the target/object specific | Daniel Dunbar | 2010-07-12 | 3 | -0/+28 |
* | MC: Move AsmParser::TokError to MCAsmParser(). | Daniel Dunbar | 2010-07-12 | 2 | -5/+6 |
* | MC: Move getLoc() to MCAsmLexer(). | Daniel Dunbar | 2010-07-12 | 2 | -6/+5 |
* | Nope, still breaks the release selfhost bots :( | Benjamin Kramer | 2010-07-12 | 1 | -8/+0 |
* | Reapply the "or" half of r108136, which seems to be less problematic. | Benjamin Kramer | 2010-07-12 | 1 | -0/+8 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -6/+9 |
* | Don't fast-isel an x87 comparison opcode, as fast-isel doesn't | Dan Gohman | 2010-07-12 | 1 | -2/+2 |
* | Revert r108141 again, sigh. | Benjamin Kramer | 2010-07-12 | 1 | -17/+0 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -2/+3 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -6/+9 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -3/+4 |
* | cache result of operator* | Gabor Greif | 2010-07-12 | 1 | -4/+6 |
* | cache results of operator* | Gabor Greif | 2010-07-12 | 1 | -3/+5 |
* | cache results of operator* | Gabor Greif | 2010-07-12 | 1 | -21/+31 |
* | Reapply 108136 with an ugly pasto fixed. | Benjamin Kramer | 2010-07-12 | 1 | -0/+17 |
* | Move optimization to avoid redundant matching. | Benjamin Kramer | 2010-07-12 | 1 | -13/+13 |
* | Revert r108136 until I figure out why it broke selfhost. | Benjamin Kramer | 2010-07-12 | 1 | -17/+0 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -2/+3 |
* | recommit r108131 (hich has been backed out in r108135) with a fix | Gabor Greif | 2010-07-12 | 1 | -2/+3 |
* | instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x... | Benjamin Kramer | 2010-07-12 | 1 | -0/+17 |
* | back out r108131 (of TailDuplication.cpp) for now, it causes a buildbot failure | Gabor Greif | 2010-07-12 | 1 | -5/+4 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -3/+3 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -4/+6 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -3/+5 |
* | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 3 | -9/+12 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 21 | -62/+62 |
* | Add parentheses around an || to correct the logic. Also silences a GCC warning | Chandler Carruth | 2010-07-12 | 1 | -1/+1 |
* | Path::isRootDirectory is unimplemented on Unix and not used, | Chris Lattner | 2010-07-12 | 1 | -6/+0 |
* | Convert getLoadStoreRegOpcode to use a switch. | Rafael Espindola | 2010-07-12 | 1 | -26/+29 |
* | Convert the last use of getPhysicalRegisterRegClass and remove it. | Rafael Espindola | 2010-07-12 | 2 | -22/+5 |
* | A basic block that only uses RFP registers still needs the FP_REG_KILL marker. | Jakob Stoklund Olesen | 2010-07-12 | 1 | -10/+7 |
* | Don't use getPhysicalRegisterRegClass in PBQP. The existing checks that the | Rafael Espindola | 2010-07-12 | 1 | -15/+10 |
* | fix PR7311 by avoiding breaking casts when a bitcast from scalar->vector | Chris Lattner | 2010-07-12 | 1 | -0/+8 |
* | make the prototypes for CreateMalloc and CreateFree more consistent. Patch | Chris Lattner | 2010-07-12 | 2 | -5/+6 |
* | Convert the last getPhysicalRegisterRegClass in VirtRegRewriter.cpp to | Rafael Espindola | 2010-07-12 | 2 | -2/+3 |
* | if jump threading is able to infer interesting values on both | Chris Lattner | 2010-07-12 | 1 | -2/+13 |
* | fix PR7429, a crash turning a load from a string into a float. | Chris Lattner | 2010-07-12 | 1 | -3/+9 |
* | improve Path::makeUnique when mkstemp/mktemp are not available | Chris Lattner | 2010-07-12 | 1 | -7/+12 |
* | change machinelicm to use MachineInstr::isSafeToMove. No | Chris Lattner | 2010-07-12 | 1 | -18/+8 |
* | first part of JIT support for address of labels, part of PR7264, | Chris Lattner | 2010-07-11 | 3 | -13/+81 |
* | introduce WinCOFFObjectWriter, patch by Michael Spencer! | Chris Lattner | 2010-07-11 | 2 | -0/+72 |