aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix PR4650: we only track sizes for certain objects, so only put somethingChris Lattner2009-07-312-1/+21
* Work around a dangling pointer dereference when enumerating NamedMDNodes.Benjamin Kramer2009-07-311-0/+3
* Fix a struct/class mismatch, to silence a MSVC warning.Benjamin Kramer2009-07-311-1/+1
* define target names for std libcalls.Sanjiv Gupta2009-07-312-12/+34
* Add this test back, the check pattern was too strict.Daniel Dunbar2009-07-311-0/+7
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-3118-187/+136
* Remove this test while I figure out why it is failing.Daniel Dunbar2009-07-311-5/+0
* llvm-mc: Match a few X86 instructions.Daniel Dunbar2009-07-314-9/+316
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-3118-136/+187
* Fix cmake build.Benjamin Kramer2009-07-311-1/+0
* Add getOrInsertNamedMetadata().Devang Patel2009-07-302-6/+22
* Add addElement().Devang Patel2009-07-301-0/+5
* When fp is not eliminated, instructions with T2_i12 modes will be changed to ...Evan Cheng2009-07-303-3/+203
* Removed the BigBlock register allocator.Lang Hames2009-07-303-902/+0
* Do not use abbrev while writing NamedMDNode name.Devang Patel2009-07-302-9/+11
* Enumerate NamedMDNode elements first.Devang Patel2009-07-301-4/+0
* Move more code back to 2.5 APIs.Owen Anderson2009-07-3047-236/+188
* Handle NamedMDNode.Devang Patel2009-07-301-0/+2
* Remove redundant match for frame index from imm8 addrmode, it is handled by t...David Goodwin2009-07-301-24/+14
* Darwin assembler now recognizes "orn", so remove workaround.David Goodwin2009-07-303-7/+3
* Darwin assembler now supports "rrx", so remove workaround.David Goodwin2009-07-302-4/+3
* Twine: Directly support int, long, and long long types.Daniel Dunbar2009-07-302-33/+62