| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 2 | -94/+28 |
| * | Simplify. | Devang Patel | 2009-06-25 | 4 | -22/+12 |
| * | add targetflags to jump tables and constant pool entries. | Chris Lattner | 2009-06-25 | 1 | -6/+24 |
| * | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner | 2009-06-25 | 1 | -6/+19 |
| * | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner | 2009-06-25 | 1 | -7/+13 |
| * | Provide guards for this shared structure. I'm not sure this actually needs | Owen Anderson | 2009-06-25 | 1 | -3/+8 |
| * | Privatize some more debug-related static data. | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
| * | Support Constant Pool Sections | Bruno Cardoso Lopes | 2009-06-25 | 5 | -11/+111 |
| * | My guess is that RegInfo should only call the Allocator.Deallocator if it's not | Bill Wendling | 2009-06-25 | 1 | -7/+10 |
| * | Now with EVEN FEWER statics! | Owen Anderson | 2009-06-25 | 1 | -28/+0 |
| * | Fewer static variables, part 3 of many. | Owen Anderson | 2009-06-24 | 1 | -2/+2 |
| * | Down with _even more_ statics! | Owen Anderson | 2009-06-24 | 2 | -2/+5 |
| * | Down with statics! | Owen Anderson | 2009-06-24 | 1 | -2/+4 |
| * | Move local statics to per-instance variables. | Owen Anderson | 2009-06-24 | 1 | -9/+4 |
| * | Completed basic intra block split implementation. | Lang Hames | 2009-06-24 | 1 | -43/+114 |
| * | This increases the maximum for MVT::LAST_VALUETYPE | David Greene | 2009-06-24 | 3 | -3/+3 |
| * | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner | 2009-06-24 | 1 | -10/+10 |
| * | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner | 2009-06-24 | 1 | -0/+4 |
| * | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner | 2009-06-24 | 1 | -8/+21 |
| * | Rearrange some stuff in MachineOperand and add a new TargetFlags field. | Chris Lattner | 2009-06-24 | 1 | -25/+29 |
| * | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 3 | -20/+23 |
| * | Rewrite 73900 per Duncan's suggestion. | Dale Johannesen | 2009-06-24 | 1 | -19/+9 |
| * | remove dead makefile flags. | Chris Lattner | 2009-06-24 | 2 | -4/+0 |
| * | Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re... | Lang Hames | 2009-06-24 | 2 | -6/+2 |
| * | Fix support for inline asm input / output operand tying when operand spans ac... | Evan Cheng | 2009-06-24 | 1 | -11/+23 |
| * | Use a default alignment for data and bss sections. | Bruno Cardoso Lopes | 2009-06-23 | 2 | -19/+25 |
| * | Fix memcpy expansion so it won't generate invalid | Dale Johannesen | 2009-06-22 | 1 | -6/+25 |
| * | Fix another register coalescer crash: forgot to check if the instruction bein... | Evan Cheng | 2009-06-22 | 1 | -3/+7 |
| * | Use different functions to emit the string and symbol tables. | Bruno Cardoso Lopes | 2009-06-22 | 2 | -7/+17 |
| * | Add more methods to gather target specific elf stuff | Bruno Cardoso Lopes | 2009-06-22 | 4 | -154/+312 |
| * | Fix PR4419: handle defs of partial uses. | Evan Cheng | 2009-06-20 | 1 | -7/+6 |
| * | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel | 2009-06-19 | 1 | -1/+0 |
| * | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel | 2009-06-19 | 1 | -3/+11 |
| * | Minor cleanup; fixes review comments for a previous patch. Sorry for | Eli Friedman | 2009-06-19 | 1 | -4/+3 |
| * | More VNInfo tweaking, plus a little progress on intra-block splitting. | Lang Hames | 2009-06-19 | 3 | -25/+84 |
| * | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 1 | -0/+3 |
| * | simplify macro debug info directive handling. | Chris Lattner | 2009-06-18 | 1 | -4/+4 |
| * | Improved PHI def marking, replaced some gotos with breaks. | Lang Hames | 2009-06-18 | 1 | -5/+7 |
| * | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng | 2009-06-18 | 1 | -3/+7 |
| * | - Update register allocation hint after coalescing. This is done by the targe... | Evan Cheng | 2009-06-18 | 2 | -2/+11 |
| * | VNInfo cleanup. | Lang Hames | 2009-06-17 | 9 | -125/+151 |
| * | Fixed names of libcalls checked in r73480. | Sanjiv Gupta | 2009-06-16 | 1 | -8/+4 |
| * | Added required libcalls for PIC16 (mostly floating points to integer casting ... | Sanjiv Gupta | 2009-06-16 | 1 | -0/+16 |
| * | Rename RemoveCopiesFromValNo to TurnCopiesFromValNoToImpDefs. | Evan Cheng | 2009-06-16 | 2 | -10/+10 |
| * | If a val# is defined by an implicit_def and it is being removed, all of the c... | Evan Cheng | 2009-06-16 | 1 | -20/+27 |
| * | Add some generic expansion logic for SMULO and UMULO. Fixes UMULO | Eli Friedman | 2009-06-16 | 1 | -0/+47 |
| * | Fix typos. | Bill Wendling | 2009-06-16 | 1 | -2/+2 |
| * | Use MainCU if it is available. | Devang Patel | 2009-06-16 | 1 | -2/+3 |
| * | Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i... | Owen Anderson | 2009-06-15 | 1 | -5/+14 |
| * | Change this from an assert to a cerr+exit, since it's diagnosing an | Dan Gohman | 2009-06-15 | 1 | -2/+6 |