| Commit message (Expand) | Author | Age | Files | Lines |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 68 | -73/+0 |
* | mark some libraries that currently require RTTI. | Chris Lattner | 2010-01-24 | 3 | -2/+3 |
* | reassociate should do this. | Chris Lattner | 2010-01-24 | 1 | -1/+1 |
* | add a note. | Chris Lattner | 2010-01-24 | 1 | -0/+39 |
* | 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 | 2 | -6/+5 |
* | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang | 2010-01-24 | 3 | -1/+11 |
* | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner | 2010-01-24 | 4 | -68/+49 |
* | Improved widening loads by adding support for wider loads if | Mon P Wang | 2010-01-24 | 6 | -275/+439 |
* | 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 | 1 | -70/+23 |
* | third bug from PR6119: the xor dupe extension allows | Chris Lattner | 2010-01-23 | 1 | -2/+2 |
* | Teach DAE that even though it can't modify the function signature of an | Nick Lewycky | 2010-01-23 | 1 | -23/+70 |
* | add an early out to ProcessBranchOnXOR to speed it up, | Chris Lattner | 2010-01-23 | 1 | -0/+25 |
* | fix a crash in jump threading, PR6119 | Chris Lattner | 2010-01-23 | 1 | -0/+6 |
* | implement a simple instcombine xform that has been in the | Chris Lattner | 2010-01-23 | 2 | -23/+29 |
* | 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 | 5 | -696/+444 |
* | 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 | 9 | -14/+33 |
* | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner | 2010-01-23 | 7 | -11/+17 |
* | remove a dead call. | Chris Lattner | 2010-01-23 | 1 | -4/+0 |
* | use helpers. | Chris Lattner | 2010-01-23 | 1 | -12/+5 |
* | mcize visibility directives. | Chris Lattner | 2010-01-23 | 5 | -16/+28 |
* | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 9 | -88/+78 |
* | Change constantexpr global variable initializers to convert the constants | Chris Lattner | 2010-01-23 | 1 | -116/+71 |
* | Don't lower splat vector load to relative to the esp if the | Eric Christopher | 2010-01-23 | 1 | -11/+4 |
* | mcstreamerize .no_dead_strip and .reference for static ctors/dtors. | Chris Lattner | 2010-01-23 | 6 | -23/+29 |
* | Reapply 94059 while fixing the calling convention setup | Eric Christopher | 2010-01-23 | 1 | -0/+47 |
* | remove unneeded directive set. | Chris Lattner | 2010-01-23 | 1 | -1/+0 |
* | use some helpers instead of duplicating logic. | Chris Lattner | 2010-01-23 | 2 | -6/+7 |
* | mcize jump table and constant pool entry labels, .local on elf, | Chris Lattner | 2010-01-23 | 2 | -30/+47 |
* | emit .ascii and .asciz through MCStreamer. | Chris Lattner | 2010-01-23 | 1 | -34/+12 |
* | simplify code a bit. | Chris Lattner | 2010-01-23 | 1 | -5/+5 |
* | InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t... | Mon P Wang | 2010-01-23 | 1 | -2/+3 |
* | Update CMake build. | Ted Kremenek | 2010-01-23 | 1 | -0/+1 |
* | remove one form of EmitString, just use EmitBytes instead. We must | Chris Lattner | 2010-01-23 | 4 | -40/+27 |
* | Added the skeleton for the implementation of the X86 | Sean Callanan | 2010-01-23 | 2 | -0/+46 |
* | Modified the register matcher function in AsmMatcher to | Sean Callanan | 2010-01-23 | 1 | -4/+6 |
* | Avoid using "Type" as the variable name. | Devang Patel | 2010-01-23 | 1 | -11/+12 |
* | In mem2reg, for all alloca/stores that get promoted where the alloca has an a... | Victor Hernandez | 2010-01-23 | 1 | -3/+38 |
* | teach MCAsmStreamer::EmitBytes to use .ascii and .asciz | Chris Lattner | 2010-01-23 | 2 | -4/+48 |
* | Make sure ValueFn starts off empty | Victor Hernandez | 2010-01-23 | 1 | -1/+1 |
* | Enable pre-regalloc scheduling load clustering by default. | Evan Cheng | 2010-01-22 | 1 | -7/+1 |
* | Be more conservative with clustering f32 / f64 loads. | Evan Cheng | 2010-01-22 | 1 | -0/+2 |
* | move "EOL" from asmprinter to dwarfprinter. It should eventually | Chris Lattner | 2010-01-22 | 5 | -117/+117 |
* | remove uses of EOL. | Chris Lattner | 2010-01-22 | 1 | -6/+2 |