- ef4591e MC/Mach-O: Fix a crash on invalid. by Daniel Dunbar · 15 years ago
- 6865f29 Fix PR6951 by fixing Module leaks in bugpoint. by Jeffrey Yasskin · 15 years ago
- 210e2af Store the Dirty bit in the LiveReg structure instead of a bit vector. by Jakob Stoklund Olesen · 15 years ago
- 76b4d5a Keep track of the last place a live virtreg was used. by Jakob Stoklund Olesen · 15 years ago
- 9d7019f Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn't by Dan Gohman · 15 years ago
- 9647f3d Avoid breaking vstd when reg_sequence is not used. by Evan Cheng · 15 years ago
- a44c122 One more -regalloc=fast test by Jakob Stoklund Olesen · 15 years ago
- 8e8b3cb Silence warning by Jakob Stoklund Olesen · 15 years ago
- f6d8481 Simplify this logic of creating a default Features object. by Bill Wendling · 15 years ago
- 82b07dc Simplify the tracking of used physregs to a bulk bitor followed by a transitive by Jakob Stoklund Olesen · 15 years ago
- d427180 Revert r103493, materializing functions in the regular PassManager. by Dan Gohman · 15 years ago
- 16d8f8b I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it by Duncan Sands · 15 years ago
- 124b55d Teach the regular pass manager how to materialize functions as needed. by Dan Gohman · 15 years ago
- 99dca4f Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 15 years ago
- 038df88 Trim #includes and forward declarations. by Dan Gohman · 15 years ago
- bbf33b3 Mostly rewrite RegAllocFast. by Jakob Stoklund Olesen · 15 years ago
- 17c4a62 Fix a comment. by Dan Gohman · 15 years ago
- ff7a562 Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 15 years ago
- 651804c MC/Mach-O x86_64: Switch to using fragment atom symbol. by Daniel Dunbar · 15 years ago
- c9d0c4e Test commit. by Daniel Dunbar · 15 years ago
- 10934e8 Test commit. by Tanya Lattner · 15 years ago
- e924ab5 Test commit. by Tanya Lattner · 15 years ago
- 419e4f9 Remove the TargetLowering::getSubtarget() virtual function, which by Dan Gohman · 15 years ago
- 2320a44 Make SPU backend not assert on jump tables. by Kalle Raiskila · 15 years ago
- fb3611d Select @llvm.trap to the special B with 1111 condition (i.e. trap) instruction. by Evan Cheng · 15 years ago
- 7d9663c Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 15 years ago
- 3cbae23 Don't create a StringRef with a NULL value. by Bill Wendling · 15 years ago
- 972bf8d Extended the edis "IsBranch" property to call by Sean Callanan · 15 years ago
- 0ce537a Model some vst3 and vst4 with reg_sequence. by Evan Cheng · 15 years ago
- 81043ee The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a by Bill Wendling · 15 years ago
- 31b9c44 It's not safe eliminate copies where src and dst have different sub-register indices. by Evan Cheng · 15 years ago
- 0bcccac Ensure REG_SEQUENCE source operands are unique. by Evan Cheng · 15 years ago
- a8251fa MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a by Daniel Dunbar · 15 years ago
- e9460ec MC/Mach-O: Factor out doesSymbolRequireExternRelocation. by Daniel Dunbar · 15 years ago
- 60ffa94 Indentation. by Evan Cheng · 15 years ago
- 163a9f7 Enable multiple Compile Units in one module. by Devang Patel · 15 years ago
- 071f73d MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, for each fragment (not yet used). by Daniel Dunbar · 15 years ago
- e9e2ba0 Model some vld3 instructions with REG_SEQUENCE. by Evan Cheng · 15 years ago
- 9cc9bfa It's not safe to propagate implicit_def that defines part of a register. by Evan Cheng · 15 years ago
- fc6e6a9 Clear RegSequences vector after eliminating REG_SEQUENCE instructions. by Evan Cheng · 15 years ago
- e24b5c5 this really is needed. :( by Chris Lattner · 15 years ago
- ea9f0b8 just remove this, it isn't needed. by Chris Lattner · 15 years ago
- 601e768 simplify more. by Chris Lattner · 15 years ago
- 775aba2 Simplify by using startswith instead of substr. by Chris Lattner · 15 years ago
- fd450c0 fix PR7105 by enumerating MDNodes on all @llvm.foo by Chris Lattner · 15 years ago
- c279243 fix a pretty obvious typo. We test things before committing them, right? by Chris Lattner · 15 years ago
- e89f1c4 by David Greene · 15 years ago
- da24b34 Add an explicit keyword. by Dan Gohman · 15 years ago
- dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 15 years ago
- faa19c3 Fix whitespace in debug output to be consistent. by Dan Gohman · 15 years ago
- dbc56bb Delete an obsolete comment. by Dan Gohman · 15 years ago
- aad753b Be careful with operand promotion. For a binary operation, the source operands may be the same. PR7018. rdar://7939869. by Evan Cheng · 15 years ago
- 1deea21 Test case for 103414. by Devang Patel · 15 years ago
- 603afbf Model vld2 / vst2 with reg_sequence. by Evan Cheng · 15 years ago
- 623d3c1 Re-defined valno is always valno even for partial re-def's. by Evan Cheng · 15 years ago
- fde18e5 Fix PR7096. When a block containing multiple defs is tail duplicated, the by Bob Wilson · 15 years ago
- 26c4cf4c Fix encoding of 'sf' and 'sfh' instructions. by Kalle Raiskila · 15 years ago
- faa9576 Add command line option --gcc to bugpoint. by Kalle Raiskila · 15 years ago
- ad017dc Add an assertion to catch attempts to access off the end of the array. by Duncan Sands · 15 years ago
- 7505faf remove a dead file. by Chris Lattner · 15 years ago
- bb59732 updated handling dllexport in X86AsmPrinter by Nathan Jeffords · 15 years ago
- 071de92 made COFF target dllexport logic apply to all subtargets by Nathan Jeffords · 15 years ago
- 72e57f9 test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function by Nathan Jeffords · 15 years ago
- c7d7e0c make simplifycfg insert an llvm.trap before the 'unreachable' it introduces by Chris Lattner · 15 years ago
- 6745191 Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence by Chris Lattner · 15 years ago
- 7944c21 Fix PR7052, patch by Jakub Staszak! by Chris Lattner · 15 years ago
- b54b9dd break coff symbol definition stuff out into proper MCStreamer callbacks, by Chris Lattner · 15 years ago
- 369252d Readd testcase. by Bill Wendling · 15 years ago
- d547708 Run interrupt routines as part of report_fatal_error, since we are failing by Daniel Dunbar · 15 years ago
- fb89e08 Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup by Daniel Dunbar · 15 years ago
- 59dc603 When pruning candidate formulae out of an LSRUse, update the by Dan Gohman · 15 years ago
- c665a51 Instead of just verifying compile unit, verify entire type, variable, namespace etc.. by Devang Patel · 15 years ago
- a49d877 Remove DIGlobal. by Devang Patel · 15 years ago
- 09e7a17 Remove. Don't XFAIL. by Bill Wendling · 15 years ago
- 47e2265 Add DINameSpace::Verify(). by Devang Patel · 15 years ago
- 20eb256 Temorarily revert r101984. by Bill Wendling · 15 years ago
- 2be6e6d Clang is dying on this with an ambiguous conversion sequence. We're working on it by Douglas Gregor · 15 years ago
- 4ce86f4 SDDbgValues are apparently not being legalized. Fix a symptom of the problem, by Dan Gohman · 15 years ago
- 66797ff Minimally fix this code to not abort on mdnodes with integer data by Dan Gohman · 15 years ago
- 02f0dbd Verify variable directly. by Devang Patel · 15 years ago
- 6e5ce28 add COFF support for COMDAT sections, patch by Nathan Jeffords! by Chris Lattner · 15 years ago
- 9c00487 Verify entire type descriptor not just tag. by Devang Patel · 15 years ago
- a6eeb6e Fix i386 relocations to Weak Definitions. The relocation entries should be by Kevin Enderby · 15 years ago
- 62077af Verify compile unit also. by Devang Patel · 15 years ago
- 0a406ae Fix PR 7087, and probably other things, by extending by Dale Johannesen · 15 years ago
- e9f8f5e Wrap const MDNode * inside DIDescriptor. by Devang Patel · 15 years ago
- 735538b Update test to use valid debug info. by Devang Patel · 15 years ago
- ebe57f1 remove DIDescriptor::getNode() by Devang Patel · 15 years ago
- 4b77f6a Clean up the conditional for handling of sign_extend_inreg based on by Jim Grosbach · 15 years ago
- ed66bf5 Use overloaded operators instead of DIDescriptor::getNode() by Devang Patel · 15 years ago
- 2db49d7 Avoid DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 15 years ago
- 021b5ef Testing svn access with a note added to documentation. by Kalle Raiskila · 15 years ago
- d51409a Update CMake build. by Ted Kremenek · 15 years ago
- eb40a0f switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
- 5fa680d Update CMake build. by Ted Kremenek · 15 years ago
- 7d2568c Correct some bogus target triples. by Duncan Sands · 15 years ago
- 9a7063e Add some words to this output to indicate what the numbers mean. by Dan Gohman · 15 years ago
- 199b66a don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090) by Chris Lattner · 15 years ago
- ef0b145 Add a simple module-level debug info printer. It just sets up a by Dan Gohman · 15 years ago
- c014d09 Fix the new print functions to call print instead of dump. by Dan Gohman · 15 years ago