| Commit message (Expand) | Author | Age | Files | Lines |
| * | make SwitchToSection accept null sections for now. | Chris Lattner | 2009-08-03 | 1 | -3/+8 |
| * | Allow targets to custom handle softening of results or operands before trying... | Sanjiv Gupta | 2009-08-03 | 1 | -0/+8 |
| * | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer | 2009-08-03 | 1 | -6/+5 |
| * | Fix a coaelescer bug. If a copy val# is extended to eliminate a non-trivially... | Evan Cheng | 2009-08-03 | 1 | -1/+8 |
| * | Fix some comments referring to std::cerr. | Daniel Dunbar | 2009-08-03 | 1 | -2/+2 |
| * | Fix issue in regscavenger when scavenging a callee-saved register that has no... | Jakob Stoklund Olesen | 2009-08-02 | 1 | -1/+8 |
| * | Never add a kill flag to a constrained physical register in a two-addr instru... | Jakob Stoklund Olesen | 2009-08-02 | 1 | -0/+3 |
| * | Scavenger asserts. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -2/+11 |
| * | Avoid forming a SELECT_CC in a type that the target doesn't | Dan Gohman | 2009-08-02 | 1 | -1/+2 |
| * | Handle <undef> flag in machine code verifier. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -1/+2 |
| * | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 1 | -24/+26 |
| * | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
| * | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner | 2009-08-02 | 1 | -1/+1 |
| * | Fix some fixme's in #if 0'd code by making it dependent on the structural | Chris Lattner | 2009-08-02 | 1 | -29/+34 |
| * | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner | 2009-08-02 | 1 | -5/+4 |
| * | convert ctors/dtors section to be in TLOF instead of | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
| * | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner | 2009-08-01 | 2 | -16/+14 |
| * | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner | 2009-08-01 | 2 | -13/+17 |
| * | loweringinfo is always non-null. | Chris Lattner | 2009-08-01 | 1 | -1/+1 |
| * | fix a problem Eli noticed where we would compile the attached ptrtoint | Chris Lattner | 2009-08-01 | 1 | -13/+13 |
| * | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 2 | -15/+14 |
| * | Print the target flags as an int instead of a char, as they aren't | Dan Gohman | 2009-08-01 | 1 | -4/+4 |
| * | Give MachineFunctionAnalysis a destructor so it can verify that | Dan Gohman | 2009-08-01 | 1 | -0/+4 |
| * | 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 |
| * | Make UnreachableMachineBlockElim preserve MachineDominatorTree and | Dan Gohman | 2009-08-01 | 1 | -0/+15 |
| * | Use setPreservesAll and setPreservesCFG in CodeGen passes. | Dan Gohman | 2009-07-31 | 17 | -14/+31 |
| * | SelectionDAGISel does not "preserve all", since it makes lots of changes | Dan Gohman | 2009-07-31 | 1 | -1/+3 |
| * | Use a range insert instead of an explicit loop. | Dan Gohman | 2009-07-31 | 1 | -2/+1 |
| * | Allow target intrinsics that return multiple values, i.e., struct types, | Bob Wilson | 2009-07-31 | 1 | -15/+9 |
| * | add some comments on how this is *supposed* to work. We don't | Chris Lattner | 2009-07-31 | 1 | -0/+27 |
| * | rearrange a conditional. Even if this weren't #if 0'd out, this would | Chris Lattner | 2009-07-31 | 1 | -4/+5 |
| * | Simplify operand padding by keying off tabs in the asm stream. If | David Greene | 2009-07-31 | 1 | -1/+21 |
| * | PreferredEHDataFormat is always call with data and global, but this whole | Chris Lattner | 2009-07-31 | 1 | -1/+1 |
| * | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner | 2009-07-31 | 1 | -1/+1 |
| * | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 4 | -8/+8 |
| * | Update CMake files. | Ted Kremenek | 2009-07-31 | 1 | -0/+2 |
| * | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 4 | -13/+17 |
| * | MachineFunction no longer needs Annotation. | Dan Gohman | 2009-07-31 | 1 | -2/+1 |
| * | 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 |