2010-01-25 |
Dan Gohman | Fix the bitcode reader to deserialize nuw/nsw/etc.... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | mcstreamerize gprel32 emission. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Bob Wilson | Remove check for an impossible condition: the condition... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | mcize the non-gprel cases of AsmPrinter::printPICJumpTa... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | handle the _set_ symbol with an MCSymbol. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | rename MAI::PICJumpTableDirective to MAI::GPRel32Direct... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | pull the non-pic jump table case out of printPICJumpTab... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | remove JumpTableDirective, it is always null. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | no need to implement these. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | mcize jump table symbol manipulation. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | sink an arm specific method out of asmprinter into... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | remove dead code: the x86 target never sets usesGlobalO... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | wirte up .file and .file to the mc asmparser. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | mcstreamerize .file and .file. This also fixes an... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | emit ELF .type directives through MCStreamer instead... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | add symbol attribute support for the ELF .type directive. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Bob Wilson | Change Value::getUnderlyingObject to have the MaxLookup... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Victor Hernandez | Revert r94260 until findDbgDeclare() is made more efficient |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Rafael Espindola | Update test for darwin. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | add a comment |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | emit the .size directive for global variables on ELF... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | we removed support for darwin8 tools. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | all supported target now have aligned common support. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | Remove support for i386 tiger tools for aligned common... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | don't set value to its default. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | coff targets support alignment on .comm |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Jim Grosbach | ARM does accept the .comm directive alignment. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Eric Christopher | Fix autoconf llvm srcdir location for generic projects. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Rafael Espindola | Fix PR6134. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | Attempt to unbreak test on Linux. Chris, please check. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Daniel Dunbar | This example requires RTTI. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | linux/ppc does use alignment in bytes, not pow-2. ... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | don't reset the default. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | mark some libraries that currently require RTTI. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | libs that need EH need RTTI. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | ENABLE_EXPENSIVE_CHECKS shouldn't know how rtti is... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | reassociate should do this. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | add a note. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | just remove this test, it is not reduced, is not clear... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | this test has been failing or a long time, just disable... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | fix some issues where we weren't emitting enough newlines. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | when emitting DIEs, emit the comment on the same line... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | move PR5945 here. |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | fix a parsing problem on instructions like: |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | This corrects an error in the type of the Llvm.dispose_... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Mon P Wang | It seems better to scalarize vectors of size 1 instead... |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Chris Lattner | change the canonical form of "cond ? -1 : 0" to be |
commit | commitdiff | tree | snapshot |
2010-01-24 |
Mon P Wang | Improved widening loads by adding support for wider... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | fix a potential overflow issue Eli pointed out. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Nick Lewycky | Speculatively revert r94322 to see if it fixes darwin... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | third bug from PR6119: the xor dupe extension allows |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Nick Lewycky | Teach DAE that even though it can't modify the function... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | add an early out to ProcessBranchOnXOR to speed it up, |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | fix a crash in jump threading, PR6119 |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | implement a simple instcombine xform that has been... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | add some notes, making posix-memalign be nocapture... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Bill Wendling | Remove the '-disable-scheduling' flag and replace it... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Benjamin Kramer | Respect operator precedence (and silence a gcc 4.3... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | mcize lcomm, simplify .comm, extend both to support... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | resolve a fixme: the "nonexecutable stack directive... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | remove a dead call. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | use helpers. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | mcize visibility directives. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | move the various directive enums out of the MCStreamer... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | Change constantexpr global variable initializers to... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Eric Christopher | Don't lower splat vector load to relative to the esp... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | mcstreamerize .no_dead_strip and .reference for static... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | stop testing for invalid output. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Eric Christopher | Reapply 94059 while fixing the calling convention setup |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | remove unneeded directive set. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | use some helpers instead of duplicating logic. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | mcize jump table and constant pool entry labels, .local... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | emit .ascii and .asciz through MCStreamer. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | simplify code a bit. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Mon P Wang | InstCombine should not fold sext/zext of a vector and... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | remove one form of EmitString, just use EmitBytes inste... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | remove this test. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Sean Callanan | Added the skeleton for the implementation of the X86 |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Evan Cheng | Fix tests. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Sean Callanan | Modified the register matcher function in AsmMatcher to |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Devang Patel | Avoid using "Type" as the variable name. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Daniel Dunbar | AsmMatcher: Add a comment. |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Victor Hernandez | In mem2reg, for all alloca/stores that get promoted... |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Chris Lattner | teach MCAsmStreamer::EmitBytes to use .ascii and .asciz |
commit | commitdiff | tree | snapshot |
2010-01-23 |
Victor Hernandez | Make sure ValueFn starts off empty |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Evan Cheng | Enable pre-regalloc scheduling load clustering by default. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Evan Cheng | Be more conservative with clustering f32 / f64 loads. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | move "EOL" from asmprinter to dwarfprinter. It should... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | remove uses of EOL. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | add a new EmitCFAByte method and use it. |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | move uleb printing from asmprinter to dwarfprinter... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Jeffrey Yasskin | Make OProfile support compile again after r93630 removed |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Chris Lattner | move sleb printing out of asmprinter into dwarf printer... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Devang Patel | Remove MetadataBase class because it is not adding... |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Sean Callanan | Added a Register token to AsmToken and the appropriate |
commit | commitdiff | tree | snapshot |
2010-01-22 |
Dale Johannesen | Ignore DEBUG_VALUE when building live intervals; |
commit | commitdiff | tree | snapshot |
next |