2010-01-19 |
Dan Gohman | Add a comment and tidy up some whitespace. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Fix a typo and an 80-column violation in comments. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Give ScalarEvolution access to the DominatorTree. It... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | simplify the rest of fp constant printing. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | simplify the code for printing x86 long double, don... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Jakob Stoklund... | Identify predicate and optional-def operands when print... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | add a new EmitIntValue method that MCStreamer impls... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Add a new helper function to IVUsers for returning... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Dan Gohman | Add nounwinds. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | eliminate AsmPrinter::EmitZeros: just use MCStreamer... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Sean Callanan | Promoted the getTok() method to MCAsmParser so that |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Xerxes Ranby | Stubs for getHostCPUFeatures API. This implements part... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Jakob Stoklund... | Remove predicates when changing an add into an unpredic... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Benjamin Kramer | Update CMake list. |
commit | commitdiff | tree | snapshot |
2010-01-19 |
David Greene | Add some new debugging APIs to print out "raw" Selectio... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Sean Callanan | Propagated the parser-side Lex function's declaration to |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Sean Callanan | Added a Lex function to the AsmParser, to allow handling |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bruno Cardoso... | Fix a bug introduced on r92564 where the name "Node... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | Generalize mcasmstreamer data emission APIs to take... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Evan Cheng | Do not extend extension results beyond the use of a... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | refactor code to be static functions instead of methods... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | mcstreamerize AsmPrinter::EmitZeros, at least when... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | add an MCAsmStreamer::EmitFill specialization of EmitFi... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | add a "MCStreamer::EmitFill" method, and move the defau... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | remove MAI::ZeroDirectiveSuffix, which is only used... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Jim Grosbach | For aligned load/store instructions, it's only required... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bruno Cardoso... | On pic function calls some arguments were marked dead and |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bob Wilson | The change in r90189 adds a link in a directory outside... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bruno Cardoso... | load f64 +0.0 in a cleaner way. This fix part of PR5445 |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Bruno Cardoso... | Fix return registers for mips eabi |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | mcstreamer'ize the rest of EmitGlobalVariable that... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | don't let asm-verbose break the check-next lines in... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | stop using the .lcomm pseudoop on darwin, instead,... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | fix parsing .comm directives on systems which do not... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Chris Lattner | only darwin has zerofill |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Devang Patel | MDNodes are not expected to disappear or replaced by... |
commit | commitdiff | tree | snapshot |
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 |
next |