2010-05-11 |
Daniel Dunbar | Test commit. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Tanya Lattner | Test commit. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Tanya Lattner | Test commit. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Remove the TargetLowering::getSubtarget() virtual funct... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Kalle Raiskila | Make SPU backend not assert on jump tables. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Evan Cheng | Select @llvm.trap to the special B with 1111 condition... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Douglas Gregor | Fixes for Microsoft Visual Studio 2010, from Steven... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Bill Wendling | Don't create a StringRef with a NULL value. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Sean Callanan | Extended the edis "IsBranch" property to call |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Evan Cheng | Model some vst3 and vst4 with reg_sequence. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Bill Wendling | The getDefaultSubtargetFeatures method of SubtargetFeat... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Evan Cheng | It's not safe eliminate copies where src and dst have... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Evan Cheng | Ensure REG_SEQUENCE source operands are unique. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Daniel Dunbar | MC/Mach-O: Fix another mismatch with .weak_definition... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Daniel Dunbar | MC/Mach-O: Factor out doesSymbolRequireExternRelocation. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Evan Cheng | Indentation. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Devang Patel | Enable multiple Compile Units in one module. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Daniel Dunbar | MC/Mach-O: Explicitly track atoms, as represented by... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Evan Cheng | Model some vld3 instructions with REG_SEQUENCE. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Evan Cheng | It's not safe to propagate implicit_def that defines... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Evan Cheng | Clear RegSequences vector after eliminating REG_SEQUENC... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | this really is needed. :( |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | just remove this, it isn't needed. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | simplify more. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | Simplify by using startswith instead of substr. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | fix PR7105 by enumerating MDNodes on all @llvm.foo |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Chris Lattner | fix a pretty obvious typo. We test things before commi... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
David Greene | Fix PR6875: |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Dan Gohman | Add an explicit keyword. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Daniel Dunbar | Add new configure option, --disable-timestamps, intende... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Dan Gohman | Fix whitespace in debug output to be consistent. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Dan Gohman | Delete an obsolete comment. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Evan Cheng | Be careful with operand promotion. For a binary operati... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Devang Patel | Test case for 103414. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Evan Cheng | Model vld2 / vst2 with reg_sequence. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Evan Cheng | Re-defined valno is always valno even for partial re... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Bob Wilson | Fix PR7096. When a block containing multiple defs... |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Kalle Raiskila | Fix encoding of 'sf' and 'sfh' instructions. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Kalle Raiskila | Add command line option --gcc to bugpoint. |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Duncan Sands | Add an assertion to catch attempts to access off the... |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Chris Lattner | remove a dead file. |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Nathan Jeffords | updated handling dllexport in X86AsmPrinter |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Nathan Jeffords | made COFF target dllexport logic apply to all subtargets |
commit | commitdiff | tree | snapshot |
2010-05-09 |
Nathan Jeffords | test commit, added a comment to MCSectionCOFF::PrintSwi... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Chris Lattner | make simplifycfg insert an llvm.trap before the 'unreac... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Chris Lattner | Teach instcombine to transform a bitcast/(zext|trunc... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Chris Lattner | Fix PR7052, patch by Jakub Staszak! |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Chris Lattner | break coff symbol definition stuff out into proper... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Bill Wendling | Readd testcase. |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Daniel Dunbar | Run interrupt routines as part of report_fatal_error... |
commit | commitdiff | tree | snapshot |
2010-05-08 |
Daniel Dunbar | Add llvm::sys::RunInterruptHandlers(), which runs the... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | When pruning candidate formulae out of an LSRUse, updat... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Instead of just verifying compile unit, verify entire... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Remove DIGlobal. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Bill Wendling | Remove. Don't XFAIL. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Add DINameSpace::Verify(). |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Bill Wendling | Temorarily revert r101984. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Douglas Gregor | Clang is dying on this with an ambiguous conversion... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | SDDbgValues are apparently not being legalized. Fix... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Minimally fix this code to not abort on mdnodes with... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Verify variable directly. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | add COFF support for COMDAT sections, patch by Nathan... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Verify entire type descriptor not just tag. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Kevin Enderby | Fix i386 relocations to Weak Definitions. The relocati... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Verify compile unit also. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dale Johannesen | Fix PR 7087, and probably other things, by extending |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Wrap const MDNode * inside DIDescriptor. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Update test to use valid debug info. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | remove DIDescriptor::getNode() |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Jim Grosbach | Clean up the conditional for handling of sign_extend_in... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Use overloaded operators instead of DIDescriptor::getNode() |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Devang Patel | Avoid DIDescriptor::getNode(). Use overloaded operators... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Kalle Raiskila | Testing svn access with a note added to documentation. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | switch MCSectionCOFF from a syntactic to semantic repre... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Duncan Sands | Correct some bogus target triples. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Add some words to this output to indicate what the... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Chris Lattner | don't pass -f to llc, it doesn't have it anymore. ... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Add a simple module-level debug info printer. It just... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Fix the new print functions to call print instead of... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Add an LLVM IR version of code sinking. This uses the... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Const-ify some stuff. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Convert the DebugInfo classes dump() methods into print... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Tobias Grosser | Document graphviz passes for the (post) dominator tree. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Evan Cheng | Use VLD2q32 / VST2q32 to reload / spill QQ (pair of... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Evan Cheng | Use VSTMD / VLDMD for spills and reloads of Q registers... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Nick Lewycky | Revert r103133 and add testcase from PR7066. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | When rematerializing, use the debug location of the... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dale Johannesen | Adjust tests affected by llvm-gcc 103229. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Transfer debug location information from PHI nodes... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Print debug information for SDNodes. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Dan Gohman | Disable the new unknown-location code for now. It cause... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
mike-m | Revert r103213. It broke several sections of live website. |
commit | commitdiff | tree | snapshot |
2010-05-07 |
Evan Cheng | Remove VLD1q and VST1q for reloading and spilling Q... |
commit | commitdiff | tree | snapshot |
2010-05-07 |
mike-m | Disable man->postscript and man->pdf doc generation... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
mike-m | Cleanup unneeded dirs after docs overhaul. |
commit | commitdiff | tree | snapshot |
2010-05-06 |
mike-m | Overhauled llvm/clang docs builds. Closes PR6613. |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Daniel Dunbar | MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemA... |
commit | commitdiff | tree | snapshot |
2010-05-06 |
Chris Lattner | fix rdar://7947167 - llvm-mc doesn't match movsq |
commit | commitdiff | tree | snapshot |
next |