Age | Commit message (Expand) | Author |
2009-07-15 | Reapply TargetRegistry refactoring commits. | Daniel Dunbar |
2009-07-15 | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings |
2009-07-15 | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar |
2009-07-15 | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar |
2009-07-15 | Add TargetInfo libraries for all targets. | Daniel Dunbar |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | Revert r75615, which depended on 75610. | Daniel Dunbar |
2009-07-14 | Rename getValueName -> getMangledName. | Chris Lattner |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-10 | Avoid compiler warnings when assertions are turned off. | Duncan Sands |
2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
2009-07-08 | Convert more abort() calls to llvm_report_error(). | Torok Edwin |
2009-07-08 | Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the t... | Sanjiv Gupta |
2009-07-06 | Avoid directly relying on llvm.dbg.compile_unit and llvm.dbg.global_variables. | Devang Patel |
2009-07-06 | Add FIXMEs. | Devang Patel |
2009-07-06 | pic16 doesn't have a Data64bitsDirective. Set it NULL explicitly to tell the ... | Sanjiv Gupta |
2009-07-06 | pic16 isn't ready to handle llvm.metadata yet. | Sanjiv Gupta |
2009-07-06 | Implement _CONFIG macro to allow users to se to configuration settings on the... | Sanjiv Gupta |
2009-07-06 | Corrected the names description. Change in a comment. No functionality change. | Sanjiv Gupta |
2009-07-03 | Silence a warning when assertions are turned off. | Duncan Sands |
2009-07-03 | For extended loads of type i1 to i8, we will need to at least one byte from m... | Sanjiv Gupta |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-07-01 | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling |
2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
2009-06-30 | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling |
2009-06-26 | Fix may-be-used-uninitialized warning. | Daniel Dunbar |
2009-06-25 | Added floating point conditional operations support via libcalls. | Sanjiv Gupta |
2009-06-25 | Identify unconditional gotos and generate a page sel instructions before them. | Sanjiv Gupta |
2009-06-23 | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson |
2009-06-23 | Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug... | Sanjiv Gupta |
2009-06-19 | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel |
2009-06-16 | Introduce new headers whose inclusion forces linking and | Douglas Gregor |
2009-06-16 | Added missing libcalls for floating point to int conversions. | Sanjiv Gupta |
2009-06-16 | Code Restructuring. No functionality change. | Sanjiv Gupta |
2009-06-13 | The subprogram descriptor for a function may be missing (llvm-ld linking two ... | Sanjiv Gupta |
2009-06-11 | Generate libcalls for floating point arithmetic and casting operations. | Sanjiv Gupta |
2009-06-11 | More formatting. | Sanjiv Gupta |
2009-06-11 | Fixed source comments. No functionality change. | Sanjiv Gupta |
2009-06-09 | PIC16 emits auto variables as globals. When optimizer removes a function enti... | Sanjiv Gupta |
2009-06-05 | Lower i16/i32 sdiv/udiv/srem/urem using libcalls. | Sanjiv Gupta |
2009-06-04 | Remove unused code. | Sanjiv Gupta |
2009-06-04 | Custom lower SUB with two register operands. | Sanjiv Gupta |
2009-06-03 | Make the buildbot see green (to make it easier to spot the next person | Mike Stump |
2009-06-03 | Emit file directives correctly in case of a .bc is generated by llvm-ld after... | Sanjiv Gupta |
2009-06-03 | FrameIndex could be used as a value (addressof (arg)) or as an address. | Sanjiv Gupta |
2009-06-03 | Fixed a bug in which signed comparisons were being used instead of unsigned c... | Sanjiv Gupta |
2009-06-01 | Comment grammaro/clarification. | Dale Johannesen |