summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* mark some libraries that currently require RTTI.Chris Lattner2010-01-24
* reassociate should do this.Chris Lattner2010-01-24
* add a note.Chris Lattner2010-01-24
* fix some issues where we weren't emitting enough newlines.Chris Lattner2010-01-24
* when emitting DIEs, emit the comment on the same line as the directive.Chris Lattner2010-01-24
* move PR5945 here.Chris Lattner2010-01-24
* fix a parsing problem on instructions like:Chris Lattner2010-01-24
* It seems better to scalarize vectors of size 1 instead of widening them.Mon P Wang2010-01-24
* change the canonical form of "cond ? -1 : 0" to be Chris Lattner2010-01-24
* Improved widening loads by adding support for wider loads ifMon P Wang2010-01-24
* fix a potential overflow issue Eli pointed out.Chris Lattner2010-01-23
* Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.Nick Lewycky2010-01-23
* third bug from PR6119: the xor dupe extension allowsChris Lattner2010-01-23
* Teach DAE that even though it can't modify the function signature of anNick Lewycky2010-01-23
* add an early out to ProcessBranchOnXOR to speed it up,Chris Lattner2010-01-23
* fix a crash in jump threading, PR6119Chris Lattner2010-01-23
* implement a simple instcombine xform that has been in theChris Lattner2010-01-23
* add a noteChris Lattner2010-01-23
* add some notes, making posix-memalign be nocapture would be an easy improvement.Chris Lattner2010-01-23
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-23
* Respect operator precedence (and silence a gcc 4.3 warning).Benjamin Kramer2010-01-23
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-23
* resolve a fixme: the "nonexecutable stack directive" is actuallyChris Lattner2010-01-23
* remove a dead call.Chris Lattner2010-01-23
* use helpers.Chris Lattner2010-01-23
* mcize visibility directives.Chris Lattner2010-01-23
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-23
* Change constantexpr global variable initializers to convert the constantsChris Lattner2010-01-23
* Don't lower splat vector load to relative to the esp if theEric Christopher2010-01-23
* mcstreamerize .no_dead_strip and .reference for static ctors/dtors.Chris Lattner2010-01-23
* Reapply 94059 while fixing the calling convention setupEric Christopher2010-01-23
* remove unneeded directive set.Chris Lattner2010-01-23
* use some helpers instead of duplicating logic.Chris Lattner2010-01-23
* mcize jump table and constant pool entry labels, .local on elf,Chris Lattner2010-01-23
* emit .ascii and .asciz through MCStreamer.Chris Lattner2010-01-23
* simplify code a bit.Chris Lattner2010-01-23
* InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t...Mon P Wang2010-01-23
* Update CMake build.Ted Kremenek2010-01-23
* remove one form of EmitString, just use EmitBytes instead. We mustChris Lattner2010-01-23
* Added the skeleton for the implementation of the X86Sean Callanan2010-01-23
* Modified the register matcher function in AsmMatcher toSean Callanan2010-01-23
* Avoid using "Type" as the variable name.Devang Patel2010-01-23
* In mem2reg, for all alloca/stores that get promoted where the alloca has an a...Victor Hernandez2010-01-23
* teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner2010-01-23
* Make sure ValueFn starts off emptyVictor Hernandez2010-01-23
* Enable pre-regalloc scheduling load clustering by default.Evan Cheng2010-01-22
* Be more conservative with clustering f32 / f64 loads.Evan Cheng2010-01-22
* move "EOL" from asmprinter to dwarfprinter. It should eventuallyChris Lattner2010-01-22
* remove uses of EOL.Chris Lattner2010-01-22