| Commit message (Expand) | Author | Age | Files | Lines |
* | Privatize all but one of the remaining constant tables. | Owen Anderson | 2009-07-31 | 3 | -62/+58 |
* | Allow target intrinsics that return multiple values, i.e., struct types, | Bob Wilson | 2009-07-31 | 1 | -15/+9 |
* | Add a warning. | Mikhail Glushenkov | 2009-07-31 | 1 | -1/+2 |
* | llvm-mc: A few more parsing / match tweaks. | Daniel Dunbar | 2009-07-31 | 2 | -11/+69 |
* | t2BR_JT is mov pc, it's 2 byte long, not 4. | Evan Cheng | 2009-07-31 | 1 | -9/+9 |
* | Thumb2 movcc need .w suffix. | Evan Cheng | 2009-07-31 | 1 | -3/+3 |
* | 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 | 8 | -153/+62 |
* | llvm-mc: Support quoted identifiers. | Daniel Dunbar | 2009-07-31 | 3 | -6/+50 |
* | PreferredEHDataFormat is always call with data and global, but this whole | Chris Lattner | 2009-07-31 | 5 | -61/+21 |
* | Fix unit tests. | Owen Anderson | 2009-07-31 | 1 | -14/+16 |
* | Move the metadata constructors back to 2.5 syntax. | Owen Anderson | 2009-07-31 | 8 | -94/+60 |
* | Update unittest for LLVM API change. | Benjamin Kramer | 2009-07-31 | 2 | -4/+4 |
* | LibCallAliasAnalysis doesn't use TargetData. | Dan Gohman | 2009-07-31 | 1 | -2/+0 |
* | llvm-mc/X86: Sketch match functions for immediates and memory operands. | Daniel Dunbar | 2009-07-31 | 2 | -39/+126 |
* | Make TargetData optional in MemoryDependenceAnalysis. | Dan Gohman | 2009-07-31 | 1 | -10/+7 |
* | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner | 2009-07-31 | 6 | -33/+37 |
* | Remove an unnecessary header. | Dan Gohman | 2009-07-31 | 1 | -1/+0 |
* | remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat, | Chris Lattner | 2009-07-31 | 2 | -35/+0 |
* | remove a pointless override. | Chris Lattner | 2009-07-31 | 2 | -12/+0 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 56 | -399/+350 |
* | Fix GVN's debug output, now that operator<< on Value* doesn't print | Dan Gohman | 2009-07-31 | 1 | -11/+12 |
* | Whitespace and 80-col cleanup. | Eric Christopher | 2009-07-31 | 1 | -153/+167 |
* | - Convert the rest of the DOUTs to DEBUG+errs(). | Bill Wendling | 2009-07-31 | 1 | -14/+13 |
* | PR4662: Fix a crash introduced by the recent LLVMContext changes. | Eli Friedman | 2009-07-31 | 2 | -1/+16 |
* | Fix a typo in a comment. | Dan Gohman | 2009-07-31 | 1 | -1/+1 |
* | Adjust unit test for the MCSection changes. | Benjamin Kramer | 2009-07-31 | 1 | -4/+5 |
* | Delete spurious semicolons. | Dan Gohman | 2009-07-31 | 1 | -8/+8 |
* | Fix build. | Benjamin Kramer | 2009-07-31 | 1 | -0/+1 |
* | Update CMake files. | Ted Kremenek | 2009-07-31 | 2 | -1/+2 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 21 | -183/+190 |
* | Remove Annotation.h, which is no longer used in the LLVM tree. | Dan Gohman | 2009-07-31 | 2 | -346/+0 |
* | Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .align | Evan Cheng | 2009-07-31 | 2 | -0/+8 |
* | MachineFunction no longer needs Annotation. | Dan Gohman | 2009-07-31 | 2 | -4/+2 |
* | - Teach TBB / TBH offset limits are 510 and 131070 respectively since the offset | Evan Cheng | 2009-07-31 | 2 | -9/+14 |
* | fix some more issues where we expected GetSection to do "get or create" | Chris Lattner | 2009-07-31 | 1 | -2/+12 |
* | Fix printing of Alloca instructions with null operands. | Dan Gohman | 2009-07-31 | 1 | -1/+1 |
* | Fix some problems with ASTCallbackVH in its use as a DenseMap key. | Dan Gohman | 2009-07-31 | 2 | -5/+14 |
* | Teach ValueHandleBase to treat DenseMap's special Empty and Tombstone | Dan Gohman | 2009-07-31 | 1 | -7/+14 |
* | Process DbgDeclareInst. | Devang Patel | 2009-07-31 | 2 | -0/+18 |
* | Split DenseMapInfo into a separate header file, so that it can be | Dan Gohman | 2009-07-31 | 2 | -97/+122 |
* | Normalize target registration code. | Daniel Dunbar | 2009-07-31 | 1 | -1/+1 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 18 | -136/+189 |
* | fix a bunch of failing tests now that MCContext::GetSection doesn't create se... | Chris Lattner | 2009-07-31 | 2 | -4/+16 |
* | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 8 | -14/+45 |
* | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 16 | -164/+157 |
* | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 4 | -16/+57 |
* | move the sectionkind and section classes to TargetLoweringObjectFile.h | Chris Lattner | 2009-07-31 | 2 | -189/+191 |
* | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner | 2009-07-31 | 3 | -13/+22 |