2010-01-19 |
Devang Patel | Avoid including DebugInfo.h in AsmPrinter.h |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | zap the ARM version of PrintGlobalVariable, which I... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | mc'ize some stuff, don't comment out .lcomm directive... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | factor this code better. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | Now that we have everything nicely factored (e.g. asmpr... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | use %object like other elf targets, gas accepts either. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | simplify the mips target to print .size and .type for... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | hookize the cygwin ".linkonce" directive. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | more cleanups. Emit the .local directive even on cygwi... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | some cleanups |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | add a bool for whether .lcomm takes an alignment instea... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | hoist handling of external globals and special globals... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | move production of .reference directives for static... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bob Wilson | Fix a crash in scalarrepl for memcpy/memmove where... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | use BSSLocal classifier to identify 'lcomm' data instead of |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | make TLOF subclassify BSS based on linkage type into... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | now that elf weak bss symbols are handled correctly... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | fix a significant difference between llvm and gcc on... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | introduce a section kind for common linkage. Use this... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | there is no need to emit a .section above .comm on... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bill Wendling | Even more explanation. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | change an accessor to a predicate. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | Cleanup handling of .zerofill on darwin: |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Nate Begeman | Remove this fixme, looking at the linker source, all... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | remove extraneous ; |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Devang Patel | Revert accident check-in from r93165. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Eric Christopher | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Evan Cheng | Fix r93758. Use isel patterns instead of c++ selection... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Evan Cheng | Test case for r93758. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dale Johannesen | Reverting. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dale Johannesen | Revert 93811 per request. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Dale Johannesen | Enable code to emit dbg.declare as DEBUG_VALUE |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Victor Hernandez | Add comment that MDNode::getFunction() is not to be... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Eli Friedman | Make opt -O3 act more like clang -O3 etc., by making... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Eli Friedman | Add some potentially interesting transformations to... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Bill Wendling | - Add getLSDAEncoding to the PowerPC backend. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | make llvm-config more portable to windows versions... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | my instcombine transformations to make extension elimin... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Sean Callanan | Added a newline at the end of SMLoc.h |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Sean Callanan | Changed the comment in the file header for SMLoc |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Eric Christopher | Have FastISel handle llvm.trap(). |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Sean Callanan | Split SMLoc out in its own header so that it can |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Jim Grosbach | Minor cleanup for jump table printing. Need a reference... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | filecheckize this. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | remove a redundant test, filecheckize another. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Evan Cheng | Canonicalize -1 - x to ~x. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | update mkpatch, patch by Garrison Venn! |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Victor Hernandez | Make findDbgDeclare/findDbgGlobalDeclare local static... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Victor Hernandez | Simplify MDNode::getFunction() and assertLocalFunction... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Johnny Chen | The most significant encoding bit of GPR:$src or GPR... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Jim Grosbach | Patch by David Conrad: |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Devang Patel | While mapping llvm.dbg.declare intrinsic manually map... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | reject some invalid IR. We already assert and reject... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Bill Wendling | Add FIXME comment. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Bill Wendling | - Add a comment to the callback indicating that it... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Victor Hernandez | Make printing of metadata more robust when function... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Daniel Dunbar | Don't try to build compiler-rt if it happens to be... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Benjamin Kramer | Unnamed symbol index should be >= 1. This was lost... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Benjamin Kramer | Fix refacto reported by Nicolas Geoffray. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Bob Wilson | Emit spaces after commas in Neon register lists. This... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | switch x86 zerofill emission over to use MCStreamer. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | Change CurrentFnSym to be a non-const pointer since... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | remove the MAI argument to MCExpr::print and switch... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Chris Lattner | unbreak x86 jump tables with my previous patch. |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Chris Lattner | now that MCSymbol::print doesn't use it's MAI argument... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Chris Lattner | rename NameNeedsEscaping -> NameNeedsQuoting, eliminate... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Owen Anderson | Convert some of the dynamic opcode lookups into static... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Chris Lattner | stop the CBE from using Mangler::appendMangledName... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Chris Lattner | fix uninit member, thanks to Benjamin Kramer for identi... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Chris Lattner | Get MCSymbol out of the mangling business, and move... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Rafael Espindola | Really fix this. I checked that on ARM I get |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Chris Lattner | reduce this test and convert to filecheck, hopefully... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Chris Lattner | factor this code better how that the string version... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Chris Lattner | now that mangler is in libtarget, it can use MCAsmInfo... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Dan Gohman | Don't create a (empty) output file, and don't warn... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Benjamin Kramer | Switch some functions to take Twines, eliminate uses... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Owen Anderson | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Bob Wilson | The Neon "vtst" instruction takes a suffix that is... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Bob Wilson | Fix an off-by-one error that caused the chain operand... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Rafael Espindola | Looks like XFAIL has to list every unsupported arch |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Rafael Espindola | Add test for pr5406 |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Nate Begeman | Add a note for the macho streamer and remove a used... |
commit | commitdiff | tree | snapshot |
2010-01-17 |
Bill Wendling | Reduce fsub-fadd.ll and merge it into fsub-fsub.ll... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Kenneth Uildriks | When checking for sret-demotion, it needs to use legal... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Benjamin Kramer | Update CMake files for Mangler move. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | move the mangler into libtarget from vmcore. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | fix a warning. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | this doesn't need to suck in Mangler. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | bugpoint doesn't need the mangler at all. Disambiguate... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | add a thing to investigate. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | remove calls to dead methods. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | reapply the mangler gutting patch. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | remove use of getMangledName. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | unbreak the build. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Rafael Espindola | Revert 93648. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | Mangler::getMangledName is now dead, remove it and... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | Change DIEObjectLabel to take an MCSymbol instead of... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWith... |
commit | commitdiff | tree | snapshot |
next |