| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | wirte up .file and .file to the mc asmparser. | Chris Lattner | 2010-01-25 | 2 | -5/+12 |
* | mcstreamerize .file and .file. This also fixes an issue where the | Chris Lattner | 2010-01-25 | 8 | -82/+87 |
* | emit ELF .type directives through MCStreamer instead of doing it textually. | Chris Lattner | 2010-01-25 | 3 | -9/+4 |
* | add symbol attribute support for the ELF .type directive. | Chris Lattner | 2010-01-25 | 3 | -14/+48 |
* | Change Value::getUnderlyingObject to have the MaxLookup value specified as a | Bob Wilson | 2010-01-25 | 3 | -11/+11 |
* | Revert r94260 until findDbgDeclare() is made more efficient | Victor Hernandez | 2010-01-25 | 2 | -69/+3 |
* | Update test for darwin. | Rafael Espindola | 2010-01-25 | 1 | -2/+1 |
* | add a comment | Chris Lattner | 2010-01-25 | 1 | -0/+1 |
* | emit the .size directive for global variables on ELF through | Chris Lattner | 2010-01-25 | 5 | -2/+19 |
* | we removed support for darwin8 tools. | Chris Lattner | 2010-01-25 | 1 | -3/+1 |
* | all supported target now have aligned common support. | Chris Lattner | 2010-01-25 | 3 | -9/+1 |
* | Remove support for i386 tiger tools for aligned common symbols. | Chris Lattner | 2010-01-25 | 1 | -3/+0 |
* | don't set value to its default. | Chris Lattner | 2010-01-25 | 2 | -2/+0 |
* | coff targets support alignment on .comm | Chris Lattner | 2010-01-25 | 1 | -1/+0 |
* | ARM does accept the .comm directive alignment. | Jim Grosbach | 2010-01-25 | 1 | -1/+0 |
* | Fix autoconf llvm srcdir location for generic projects. | Eric Christopher | 2010-01-25 | 1 | -3/+4 |
* | Fix PR6134. | Rafael Espindola | 2010-01-25 | 3 | -12/+38 |
* | Attempt to unbreak test on Linux. Chris, please check. | Daniel Dunbar | 2010-01-25 | 1 | -3/+3 |
* | This example requires RTTI. | Daniel Dunbar | 2010-01-25 | 1 | -0/+1 |
* | linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129. | Chris Lattner | 2010-01-24 | 1 | -1/+0 |
* | don't reset the default. | Chris Lattner | 2010-01-24 | 1 | -2/+0 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 86 | -90/+7 |
* | mark some libraries that currently require RTTI. | Chris Lattner | 2010-01-24 | 4 | -2/+4 |
* | libs that need EH need RTTI. | Chris Lattner | 2010-01-24 | 1 | -0/+3 |
* | ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is enabled, let REQUIRES_RTTI... | Chris Lattner | 2010-01-24 | 1 | -7/+6 |
* | reassociate should do this. | Chris Lattner | 2010-01-24 | 1 | -1/+1 |
* | add a note. | Chris Lattner | 2010-01-24 | 1 | -0/+39 |
* | just remove this test, it is not reduced, is not clear what its testing for and | Chris Lattner | 2010-01-24 | 1 | -2870/+0 |
* | this test has been failing or a long time, just disable it for now to get | Chris Lattner | 2010-01-24 | 1 | -5/+5 |
* | fix some issues where we weren't emitting enough newlines. | Chris Lattner | 2010-01-24 | 2 | -0/+3 |
* | when emitting DIEs, emit the comment on the same line as the directive. | Chris Lattner | 2010-01-24 | 1 | -2/+3 |
* | move PR5945 here. | Chris Lattner | 2010-01-24 | 1 | -0/+29 |
* | fix a parsing problem on instructions like: | Chris Lattner | 2010-01-24 | 3 | -6/+6 |
* | This corrects an error in the type of the Llvm.dispose_context function. | Chris Lattner | 2010-01-24 | 2 | -2/+2 |
* | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang | 2010-01-24 | 4 | -1/+33 |
* | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner | 2010-01-24 | 6 | -73/+80 |
* | Improved widening loads by adding support for wider loads if | Mon P Wang | 2010-01-24 | 9 | -280/+597 |
* | fix a potential overflow issue Eli pointed out. | Chris Lattner | 2010-01-23 | 1 | -3/+3 |
* | Speculatively revert r94322 to see if it fixes darwin selfhost buildbot. | Nick Lewycky | 2010-01-23 | 2 | -82/+23 |
* | third bug from PR6119: the xor dupe extension allows | Chris Lattner | 2010-01-23 | 2 | -2/+29 |
* | Teach DAE that even though it can't modify the function signature of an | Nick Lewycky | 2010-01-23 | 2 | -23/+82 |
* | add an early out to ProcessBranchOnXOR to speed it up, | Chris Lattner | 2010-01-23 | 2 | -0/+52 |
* | fix a crash in jump threading, PR6119 | Chris Lattner | 2010-01-23 | 2 | -0/+31 |
* | implement a simple instcombine xform that has been in the | Chris Lattner | 2010-01-23 | 3 | -23/+44 |
* | add a note | Chris Lattner | 2010-01-23 | 1 | -0/+29 |
* | add some notes, making posix-memalign be nocapture would be an easy improvement. | Chris Lattner | 2010-01-23 | 1 | -0/+31 |
* | Remove the '-disable-scheduling' flag and replace it with the 'source' option of | Bill Wendling | 2010-01-23 | 7 | -696/+450 |
* | Respect operator precedence (and silence a gcc 4.3 warning). | Benjamin Kramer | 2010-01-23 | 1 | -1/+1 |
* | mcize lcomm, simplify .comm, extend both to support 64-bit sizes. | Chris Lattner | 2010-01-23 | 11 | -31/+46 |
* | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner | 2010-01-23 | 9 | -25/+34 |