| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 9 | -91/+113 |
* | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 3 | -0/+15 |
* | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 1 | -4/+4 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 9 | -111/+91 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 9 | -91/+111 |
* | Fix cmake build. | Benjamin Kramer | 2009-07-31 | 1 | -1/+0 |
* | Removed the BigBlock register allocator. | Lang Hames | 2009-07-30 | 1 | -892/+0 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -2/+1 |
* | Start using DebugInfoFinder. | Devang Patel | 2009-07-30 | 1 | -13/+11 |
* | Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rathe... | Sanjiv Gupta | 2009-07-30 | 2 | -3/+9 |
* | Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(... | Evan Cheng | 2009-07-30 | 1 | -0/+1 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 9 | -49/+34 |
* | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner | 2009-07-29 | 4 | -14/+18 |
* | Forgot to output the base offset. | Bill Wendling | 2009-07-29 | 1 | -4/+8 |
* | 1. Introduce a new TargetOperandInfo::getRegClass() helper method | Chris Lattner | 2009-07-29 | 1 | -4/+2 |
* | Remove now unused Context variables. | Benjamin Kramer | 2009-07-29 | 1 | -1/+0 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 2 | -2/+2 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 2 | -3/+4 |
* | Move comment to above method. | Bill Wendling | 2009-07-29 | 1 | -21/+21 |
* | - Temporarily unbreak the build by forcing the TType "absptr", which isn't | Bill Wendling | 2009-07-29 | 2 | -50/+75 |
* | Cleanup code to use iterators instead of ".size()". | Bill Wendling | 2009-07-28 | 1 | -21/+25 |
* | Doxygenify comments. | Bill Wendling | 2009-07-28 | 2 | -2/+4 |
* | Split out large loop into it's very own method. No intended functionality cha... | Bill Wendling | 2009-07-28 | 2 | -42/+62 |
* | Output the EH TType format and base offset only if there are types that we're | Bill Wendling | 2009-07-28 | 1 | -6/+15 |
* | Use the preferred EH data format for the preferred EH data format. | Bill Wendling | 2009-07-28 | 1 | -2/+2 |
* | Fix a typo. | Evan Cheng | 2009-07-28 | 1 | -1/+1 |
* | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 2 | -2/+2 |
* | Handle null and file symbol on doInitialization | Bruno Cardoso Lopes | 2009-07-28 | 2 | -9/+8 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 2 | -2/+2 |
* | Add reload and remat backscheduling. This is disabled by default. Use | David Greene | 2009-07-28 | 1 | -26/+150 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 5 | -25/+43 |
* | Avoid build warnings. | Mike Stump | 2009-07-27 | 1 | -0/+1 |
* | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 1 | -2/+2 |
* | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 2009-07-27 | 1 | -0/+11 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 2 | -5/+3 |
* | fix comment | Bruno Cardoso Lopes | 2009-07-27 | 1 | -1/+1 |
* | add module identifier to the elf object file | Bruno Cardoso Lopes | 2009-07-27 | 3 | -9/+26 |
* | Handle external symbols for ELF and add some static methods to ELFSym | Bruno Cardoso Lopes | 2009-07-27 | 4 | -46/+155 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 3 | -18/+19 |
* | Reorganize code a bit to reduce indentation. No visible functionality | Eli Friedman | 2009-07-26 | 1 | -287/+287 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 4 | -8/+7 |
* | Remove Value::getNameLen | Daniel Dunbar | 2009-07-26 | 1 | -18/+6 |
* | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 1 | -4/+8 |
* | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner | 2009-07-26 | 2 | -14/+18 |
* | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 2 | -11/+10 |
* | two files I missed in the last commit. | Chris Lattner | 2009-07-26 | 2 | -12/+12 |
* | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner | 2009-07-26 | 2 | -9/+30 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 1 | -1/+1 |
* | Convert a few more things to use raw_ostream. | Dan Gohman | 2009-07-25 | 2 | -26/+27 |