Age | Commit message (Expand) | Author | Files | Lines |
2009-10-28 | Allow constants of different types to share constant pool entries | Dan Gohman | 1 | -3/+47 |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 1 | -1/+0 |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 1 | -1/+1 |
2009-10-09 | Add basic infrastructure and x86 support for preserving MachineMemOperand | Dan Gohman | 1 | -0/+64 |
2009-09-30 | Remove dead code. | Devang Patel | 1 | -17/+0 |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman | 1 | -5/+23 |
2009-09-15 | add hooks to hang target-specific goop off MachineModuleInfo, | Chris Lattner | 1 | -0/+3 |
2009-08-28 | Reapply 79977. | Devang Patel | 1 | -1/+1 |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 1 | -1/+1 |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 1 | -1/+1 |
2009-08-23 | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar | 1 | -4/+4 |
2009-08-23 | remove std::ostream versions of printing stuff for MBB and MF, | Chris Lattner | 1 | -19/+13 |
2009-08-23 | convert some stuff to work on raw_ostreams instead of std::ostream. | Chris Lattner | 1 | -16/+18 |
2009-08-23 | remove dead PrefixPrinter class. | Chris Lattner | 1 | -8/+5 |
2009-08-19 | Add missing includes. | David Greene | 1 | -0/+1 |
2009-08-17 | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach | 1 | -3/+0 |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 1 | -1/+2 |
2009-08-13 | Add MachineFrameInfo::getPristineRegisters(MBB) method. | Jakob Stoklund Olesen | 1 | -1/+31 |
2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 1 | -0/+3 |
2009-08-03 | Re-apply LiveInterval index dumping patch, with fixes suggested by Bill | David Greene | 1 | -3/+6 |
2009-08-03 | Fix some comments referring to std::cerr. | Daniel Dunbar | 1 | -2/+2 |
2009-07-31 | MachineFunction no longer needs Annotation. | Dan Gohman | 1 | -2/+1 |
2009-07-31 | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 1 | -71/+2 |
2009-07-31 | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 1 | -2/+71 |
2009-07-31 | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 1 | -71/+2 |
2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 1 | -2/+2 |
2009-07-24 | Switch to getNameStr(). | Daniel Dunbar | 1 | -4/+4 |
2009-07-22 | reimplement Constant::ContainsRelocations as | Chris Lattner | 1 | -13/+1 |
2009-07-21 | no really, I can spell! | Chris Lattner | 1 | -2/+2 |
2009-07-21 | add an API so target-independent codegen can determine if a constant | Chris Lattner | 1 | -1/+20 |
2009-07-21 | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner | 1 | -6/+3 |
2009-07-21 | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene | 1 | -3/+6 |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 1 | -4/+6 |
2009-06-25 | My guess is that RegInfo should only call the Allocator.Deallocator if it's not | Bill Wendling | 1 | -7/+10 |
2009-06-24 | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 1 | -12/+10 |
2009-05-21 | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling | 1 | -17/+1 |
2009-05-20 | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argyrios Kyrtzidis | 1 | -1/+17 |
2009-05-14 | Down with static variables! | Owen Anderson | 1 | -4/+8 |
2009-05-13 | Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence | Jim Grosbach | 1 | -1/+0 |
2009-05-12 | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 1 | -0/+1 |
2009-04-30 | Make DebugLoc independent of DwarfWriter. | Argyrios Kyrtzidis | 1 | -3/+3 |
2009-04-20 | Move duplicated AddLiveIn function from X86 and ARM backends to be a method | Bob Wilson | 1 | -0/+10 |
2009-04-15 | Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line. | Dan Gohman | 1 | -0/+17 |
2009-04-13 | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 1 | -2/+8 |
2009-03-23 | Now that errs() is properly non-buffered, there's no need to | Dan Gohman | 1 | -1/+1 |
2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 1 | -21/+6 |
2009-02-04 | Constify and don't return a reference. | Bill Wendling | 1 | -1/+1 |
2009-02-03 | Erm. Would be nice to initialize this variable. . . | Bill Wendling | 1 | -1/+1 |
2009-02-03 | Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. | Bill Wendling | 1 | -3/+11 |
2009-02-03 | Create DebugLoc information in FastISel. Several temporary methods were | Bill Wendling | 1 | -2/+3 |