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 |
2010-01-15 |
Ted Kremenek | BumpPtrAllocator: Have the DefaultSlabAllocator created... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dale Johannesen | Adjust some comments per review. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dale Johannesen | Remove unneeded argument per review. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | mc'ize a bunch of symbol stuff, eliminating std::strings. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | add another helper |
commit | commitdiff | tree | snapshot |
2010-01-15 |
David Greene | Fix PR6019. A load has more than one use if it feeds... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | add a AsmPrinter::GetGlobalValueSymbol and GetExternalS... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jim Grosbach | add testcase for r93564 |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dan Gohman | Add comments to the dump() and dumpr() routines. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dale Johannesen | DEBUG_VALUE is now variable sized, as it has a |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jim Grosbach | Update Thumb1 storeRegToStackSlot() and loadRegFromStac... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dan Gohman | Fix a typo that Anton noticed. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Devang Patel | Add FIXME. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | move "Metadata Nodes and Metadata Strings" section... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Eric Christopher | Remove the InlineHint attribute. There are no current... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | zext / truncate is free on msp430. Inform codegen about... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Reenable tests |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Add branch relaxation pass (shamelessly stolen from... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Provide instruction sizes & encoding. No opcodes yet... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Enable bit tests and setcc stuff. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Add micro-optimization which allows us to fold imm... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Add instruction formats & support stuff |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jakob Stoklund... | Don't make changes to the MBB in MachineBasicBlock... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jakob Stoklund... | Simplify logic. Any functional change is unintended. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | unbreak the build, grr symlinks. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
David Greene | Add some debug routines to SelectionDAG to dump full... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | fix a bug in range information for $42, eliminate an |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | add range information for mem X86Operand's, now all |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | extend MCAsmParser::ParseExpression and ParseParenExpre... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | give X86Operand a ctor and start passing SMLoc's into it. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directl... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dale Johannesen | Revert 93499. After discussion with Chris we agreed |
commit | commitdiff | tree | snapshot |
next |