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 |
2010-01-16 |
Chris Lattner | eliminate uses of getMangledName from AsmPrinter.cpp... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | switch liblto to use the new getNameWithPrefix() method... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | add an inefficient version of getNameWithPrefix that... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Benjamin Kramer | Revive dead assert. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Anton Korobeynikov | Provide magic define on mingw to not generate inline... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Tobias Grosser | Fix PR6047 |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Tobias Grosser | Create Generic DOTGraphTraits Printer/Viewer |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Devang Patel | No need to use WeakVH here. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Devang Patel | Replace DebugLocTuple with DILocation. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | fix build failure. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | remove a couple of actively incorrect uses of getMangle... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | this doesn't need the mangler. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | more string -> sym, getMangledName is now gone from... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | use symbols instead of strings, eliminating a bunch... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Bill Wendling | Retrying r91337: |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | eliminate uses of mangler and simplify code. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | fix inverted conditional |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | CurrentFnName is now dead, remove it. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | get pic16 off CurrentFnName |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | remove the string form of printVisibility. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | switch more stuff onto MCSymbols |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Bill Wendling | Temporarily revert r93581. It was causing failures... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | eliminate uses of deprecated mangler apis |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | this teestcase takes a long time to crash, remove it... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | switch X86 target off CurFunctionName and MCIze more. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Bob Wilson | Treat indirect branches specially only during pre-regal... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | MCize tis, and make it keep CurrentFnSym up to date... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Bob Wilson | Run the pre-register allocation tail duplication pass... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | revert the x86 part of my last patch, cygwin is mutatin... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Chris Lattner | MCize a bunch more stuff, eliminating a lot of uses... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Daniel Dunbar | Fix llvm_supports_binding for lit, problem noticed... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | remove two write-only sets. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | supplement CurrentFnName with CurrentFnSym, which will... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Erick Tryzelaar | Fix bug 5992: O'Caml's llvm_create_module was treating... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | add a version of AsmPrinter::printVisibility that takes... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | use MCSymbol instead of getMangledName() in all cases... |
commit | commitdiff | tree | snapshot |
next |