summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Privatize all but one of the remaining constant tables.Owen Anderson2009-07-313-62/+58
* Allow target intrinsics that return multiple values, i.e., struct types,Bob Wilson2009-07-311-15/+9
* Add a warning.Mikhail Glushenkov2009-07-311-1/+2
* llvm-mc: A few more parsing / match tweaks.Daniel Dunbar2009-07-312-11/+69
* t2BR_JT is mov pc, it's 2 byte long, not 4.Evan Cheng2009-07-311-9/+9
* Thumb2 movcc need .w suffix.Evan Cheng2009-07-311-3/+3
* add some comments on how this is *supposed* to work. We don'tChris Lattner2009-07-311-0/+27
* rearrange a conditional. Even if this weren't #if 0'd out, this wouldChris Lattner2009-07-311-4/+5
* Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene2009-07-318-153/+62
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-313-6/+50
* PreferredEHDataFormat is always call with data and global, but this wholeChris Lattner2009-07-315-61/+21
* Fix unit tests.Owen Anderson2009-07-311-14/+16
* Move the metadata constructors back to 2.5 syntax.Owen Anderson2009-07-318-94/+60
* Update unittest for LLVM API change.Benjamin Kramer2009-07-312-4/+4
* LibCallAliasAnalysis doesn't use TargetData.Dan Gohman2009-07-311-2/+0
* llvm-mc/X86: Sketch match functions for immediates and memory operands.Daniel Dunbar2009-07-312-39/+126
* Make TargetData optional in MemoryDependenceAnalysis.Dan Gohman2009-07-311-10/+7
* move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner2009-07-316-33/+37
* Remove an unnecessary header.Dan Gohman2009-07-311-1/+0
* remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat,Chris Lattner2009-07-312-35/+0
* remove a pointless override.Chris Lattner2009-07-312-12/+0
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-3156-399/+350
* Fix GVN's debug output, now that operator<< on Value* doesn't printDan Gohman2009-07-311-11/+12
* Whitespace and 80-col cleanup.Eric Christopher2009-07-311-153/+167
* - Convert the rest of the DOUTs to DEBUG+errs().Bill Wendling2009-07-311-14/+13
* PR4662: Fix a crash introduced by the recent LLVMContext changes.Eli Friedman2009-07-312-1/+16
* Fix a typo in a comment.Dan Gohman2009-07-311-1/+1
* Adjust unit test for the MCSection changes.Benjamin Kramer2009-07-311-4/+5
* Delete spurious semicolons.Dan Gohman2009-07-311-8/+8
* Fix build.Benjamin Kramer2009-07-311-0/+1
* Update CMake files.Ted Kremenek2009-07-312-1/+2
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-3121-183/+190
* Remove Annotation.h, which is no longer used in the LLVM tree.Dan Gohman2009-07-312-346/+0
* Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .alignEvan Cheng2009-07-312-0/+8
* MachineFunction no longer needs Annotation.Dan Gohman2009-07-312-4/+2
* - Teach TBB / TBH offset limits are 510 and 131070 respectively since the offsetEvan Cheng2009-07-312-9/+14
* fix some more issues where we expected GetSection to do "get or create"Chris Lattner2009-07-311-2/+12
* Fix printing of Alloca instructions with null operands.Dan Gohman2009-07-311-1/+1
* Fix some problems with ASTCallbackVH in its use as a DenseMap key.Dan Gohman2009-07-312-5/+14
* Teach ValueHandleBase to treat DenseMap's special Empty and TombstoneDan Gohman2009-07-311-7/+14
* Process DbgDeclareInst.Devang Patel2009-07-312-0/+18
* Split DenseMapInfo into a separate header file, so that it can beDan Gohman2009-07-312-97/+122
* Normalize target registration code.Daniel Dunbar2009-07-311-1/+1
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-3118-136/+189
* fix a bunch of failing tests now that MCContext::GetSection doesn't create se...Chris Lattner2009-07-312-4/+16
* refactor section construction in TLOF to be through an explicitChris Lattner2009-07-318-14/+45
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-3116-164/+157
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-314-16/+57
* move the sectionkind and section classes to TargetLoweringObjectFile.hChris Lattner2009-07-312-189/+191
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-313-13/+22