2010-01-26 |
Chris Lattner | this hook should be const. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Dan Gohman | Add a comment about a missed opportunity. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Dan Gohman | Print empty and full sets specially. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | Add support for target-specific 32-bit custom-lowered |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Daniel Dunbar | Unbreak MSVC/CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | make jit jump table emission be based on the EntryKind... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Chris Lattner | switch jump table entry emission to be based on EntryKind |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Victor Hernandez | In mem2reg, for all alloca/stores that get promoted... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Victor Hernandez | Add MDNode::getIfExists(), an efficient way to determin... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Victor Hernandez | Assert when debug intrinsic insert functions are passed... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Evan Cheng | Implement cond ? -1 : 0 with sbb. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Dale Johannesen | Accept immediate as value of a dbg_value. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Jeffrey Yasskin | Re-enable unit tests disabled in r94164 by telling... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sean Callanan | Added the implementation of the Intel-specific |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Dale Johannesen | Generate DEBUG_VALUE comments on x86. The (limited) |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sean Callanan | Added the TargetAsmLexer implementation for AT&T syntax. |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Dale Johannesen | use findDebugLoc in more places. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Jim Grosbach | Minor jump table cleanup. |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | in 32-bit pic mode for targets with a GOT, x86 emits... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | fix quoting problem jim noticed! |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | Rearrange handling of jump tables. Highlights: |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | prep work to support a future where getJumpTableInfo... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | add a method to get the alignment of an integer type... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Johnny Chen | Make it SP, LR, PC for GPR Register Class instead of... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Chris Lattner | eliminate redundant argument to EmitJumpTableInfo |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Johnny Chen | Implemented ARMInstPrinter::printThumbS4ImmOperand(). |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sean Callanan | Implemented the dialect decision logic for the X86 |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Johnny Chen | Fixed the order of GPR RegisterClass regs to be: .... |
commit | commitdiff | tree | snapshot |
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 |
next |