| Commit message (Expand) | Author | Age | Files | Lines |
* | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner | 2009-12-28 | 1 | -28/+24 |
* | Remove dead store. | Bill Wendling | 2009-12-28 | 1 | -2/+2 |
* | Use more sensible type for flags in asms. PR 5570. | Dale Johannesen | 2009-12-23 | 1 | -2/+1 |
* | Fix this to properly clear the FastISel debug location. Thanks to | Dan Gohman | 2009-12-14 | 1 | -1/+1 |
* | Remove old DBG_LABEL code. | Dan Gohman | 2009-12-05 | 1 | -8/+0 |
* | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman | 2009-12-05 | 1 | -50/+46 |
* | Don't blindly set the debug location for PHI node copies. | Dan Gohman | 2009-12-05 | 1 | -3/+3 |
* | Make TargetSelectInstruction protected and called from FastISel.cpp | Dan Gohman | 2009-12-05 | 1 | -6/+0 |
* | The debug information for an LLVM Instruction applies to that Instruction | Dan Gohman | 2009-12-05 | 1 | -33/+57 |
* | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -1/+1 |
* | Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency. | Dan Gohman | 2009-11-23 | 1 | -14/+1 |
* | Rename SelectionDAGLowering to SelectionDAGBuilder, and rename | Dan Gohman | 2009-11-23 | 1 | -102/+102 |
* | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman | 2009-11-23 | 1 | -1/+2 |
* | Fix fast-isel to avoid selecting the return instruction if a | Dan Gohman | 2009-11-20 | 1 | -3/+15 |
* | Implement support to debug inlined functions. | Devang Patel | 2009-11-10 | 1 | -15/+17 |
* | Hide a couple of options. | Evan Cheng | 2009-11-09 | 1 | -1/+1 |
* | Move some code from being emitted as boilerplate duplicated in every | Dan Gohman | 2009-10-29 | 1 | -0/+52 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -3/+7 |
* | pseudosourcevalue is also still using getGlobalContext(), so it isn't | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
* | Indent code. | Zhongxing Xu | 2009-10-16 | 1 | -1/+1 |
* | Set default location for a function if it is not set. | Devang Patel | 2009-10-12 | 1 | -0/+2 |
* | Set default location for the function if it is not already set. | Devang Patel | 2009-10-06 | 1 | -0/+2 |
* | Remove unnecessary cast. | Devang Patel | 2009-09-29 | 1 | -4/+2 |
* | s/class Metadata/class MetadataContext/g | Devang Patel | 2009-09-28 | 1 | -2/+2 |
* | Do not use global typedef for MDKindID. | Devang Patel | 2009-09-28 | 1 | -2/+2 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -70/+70 |
* | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng | 2009-09-19 | 1 | -6/+8 |
* | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 1 | -6/+13 |
* | Revert r82214. It broke 403.gcc on x86_64 / Darwin. | Evan Cheng | 2009-09-18 | 1 | -12/+5 |
* | Fix a bug in sdisel switch lowering code. When it updates the phi nodes in sw... | Evan Cheng | 2009-09-18 | 1 | -5/+12 |
* | Fix typo. | Devang Patel | 2009-09-16 | 1 | -1/+1 |
* | At iSel time, update DebugLoc based on debug info attached with an instruction. | Devang Patel | 2009-09-16 | 1 | -1/+30 |
* | eliminate uses of cerr() | Chris Lattner | 2009-08-23 | 1 | -5/+5 |
* | remove a few DOUTs here and there. | Chris Lattner | 2009-08-23 | 1 | -14/+15 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -3/+3 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -8/+8 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -119/+15 |
* | Delete a redundant variable. | Dan Gohman | 2009-08-01 | 1 | -1/+0 |
* | Minor code simplifications. | Dan Gohman | 2009-08-01 | 1 | -8/+8 |
* | SelectionDAGISel no longer needs to check hasAvailableExternallyLinkage, | Dan Gohman | 2009-08-01 | 1 | -5/+0 |
* | SelectionDAGISel does not "preserve all", since it makes lots of changes | Dan Gohman | 2009-07-31 | 1 | -1/+3 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -4/+7 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -7/+4 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -4/+7 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -1/+2 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 1 | -2/+2 |
* | Simplify / normalize some uses of Value::getName. | Daniel Dunbar | 2009-07-21 | 1 | -1/+1 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | Fix assert(0) conversion, as suggested by Chris. | Torok Edwin | 2009-07-12 | 1 | -5/+8 |