2010-05-12 |
Daniel Dunbar | MC: Simplify LayoutSection to just take the index of... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | lit: Fix OneCommandPerFileTest format when tests are... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | lit: Add support for 'lit ... @foo', which reads a... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | MC: Track section layout order explicitly, and use... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Nathan Jeffords | stylistic change to MCSectionCOFF::PrintSwitchToSection... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Duncan Sands | Remove unused variable. Tweak a comment while there. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Rafael Espindola | Add support for movi32 of global values to the new... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Dale Johannesen | Testcase for llvm 103572 (7898991). |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Nathan Jeffords | updated support for the COFF .linkonce |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Evan Cheng | vst instructions are modeled as this: |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Evan Cheng | Teach local regalloc about virtual registers with sub... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | MC/X86: Extend suffix matching hack to match 'q' suffix. |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Nathan Jeffords | Added a trivial function to modify the flags field... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Daniel Dunbar | MC/Mach-O/x86_64: Add a new hook for checking whether... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Jakob Stoklund... | Enable a bunch more -regalloc=fast tests |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Jakob Stoklund... | Avoid scoping issues, fix buildbots |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Add initial kill flag support to FastISel. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Daniel Dunbar | Make Clang happy. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Daniel Dunbar | MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64,... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Daniel Dunbar | MC/Mach-O: As Kevin pointed out, 'Address' is really... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Daniel Dunbar | MC/Mach-O: Fix a crash on invalid. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Jeffrey Yasskin | Fix PR6951 by fixing Module leaks in bugpoint. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Jakob Stoklund... | Store the Dirty bit in the LiveReg structure instead... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Jakob Stoklund... | Keep track of the last place a live virtreg was used. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Don't set kill flags on uses of CopyFromReg nodes.... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Evan Cheng | Avoid breaking vstd when reg_sequence is not used. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Jakob Stoklund... | One more -regalloc=fast test |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Jakob Stoklund... | Silence warning |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Bill Wendling | Simplify this logic of creating a default Features... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Jakob Stoklund... | Simplify the tracking of used physregs to a bulk bitor... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Revert r103493, materializing functions in the regular... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Duncan Sands | I got tired of VISIBILITY_HIDDEN colliding with the... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Teach the regular pass manager how to materialize funct... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Remove the "WantsWholeFile" concept, as it's no longer... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Trim #includes and forward declarations. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Jakob Stoklund... | Mostly rewrite RegAllocFast. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Fix a comment. |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Dan Gohman | Implement a bunch more TargetSelectionDAGInfo infrastru... |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Daniel Dunbar | MC/Mach-O x86_64: Switch to using fragment atom symbol. |
commit | commitdiff | tree | snapshot |
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 |
next |