aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Find loop back edges only after empty blocks are eliminated.Evan Cheng2009-01-051-2/+3
* Not having an aliasee is a theoretical possibility.Duncan Sands2009-01-051-1/+2
* Format more neatly.Duncan Sands2009-01-051-1/+1
* Remove trailing spaces.Duncan Sands2009-01-051-10/+10
* Delete unused global aliases with internal linkage.Duncan Sands2009-01-051-8/+23
* Construct composite type DIE using DebugInfo.Devang Patel2009-01-051-4/+83
* Add classof() methods so that dwarf writer can decide what DIDescriptor is in...Devang Patel2009-01-051-0/+5
* TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman2009-01-051-2/+0
* s/ConstructType/ConstructTypeDIE/gDevang Patel2009-01-051-6/+6
* Construct stuct field DIEs.Devang Patel2009-01-051-0/+78
* fix wordoChris Lattner2009-01-051-1/+1
* Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).Steve Naroff2009-01-051-1/+1
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-051-0/+11
* Reject PR3281:accepted03.ll with:Chris Lattner2009-01-052-6/+11
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-052-1/+46
* Get rid of sentinel insertion in interval reconstruction. It just masked theOwen Anderson2009-01-051-5/+0
* reject PR3281:crash11.ll with:Chris Lattner2009-01-051-2/+8
* reject PR3281:crash10.ll with:Chris Lattner2009-01-051-0/+5
* reject PR3281:crash09.ll with this diagnostic:Chris Lattner2009-01-051-0/+6
* allow opaque undefs. This resolves PR3282 and fixesChris Lattner2009-01-051-1/+2
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-0539-43/+54
* Construct basic and derived type DIEs using DebugInfo.Devang Patel2009-01-051-0/+44
* subsume ConstructPointerType()Devang Patel2009-01-051-8/+2
* subsume ConstructBasicType().Devang Patel2009-01-051-11/+6
* squash warnings.Devang Patel2009-01-057-2/+8
* another fix to my previous commit:Gabor Greif2009-01-051-2/+5
* Fix misplaced right parentheses.Evan Cheng2009-01-051-2/+2
* eliminate tabs from my previous commitGabor Greif2009-01-051-4/+4
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-051-10/+13
* Atom and Core i7 do not have same model number after all.Evan Cheng2009-01-051-4/+3
* produce the same diagnostics for vicmp constant exprs as vicmp instructions.Chris Lattner2009-01-051-1/+7
* Fix PR3281:crash08.ll with this diagnostic:Chris Lattner2009-01-052-10/+25
* reject PR3281:crash07.ll with:Chris Lattner2009-01-052-6/+10
* reject undef/zero labels. This fixes PR3281:crash0[56].ll with theseChris Lattner2009-01-051-1/+5
* add checking intentionally elided for vfcmp/vicmp since they should reallyChris Lattner2009-01-051-0/+4
* diagnose PR3281:crash02.ll with:Chris Lattner2009-01-051-0/+3
* reject PR3281:crash01.ll with:Chris Lattner2009-01-051-1/+2
* tighten up return type checkChris Lattner2009-01-051-4/+2
* fix PR3281:accepted0[02].ll: represent empty arrays distinctly, andChris Lattner2009-01-051-1/+7
* PR3281:crash00.ll: produce this diagnostic instead of crashing:Chris Lattner2009-01-051-1/+5
* Handle weak_extern in the JIT. This fixesDan Gohman2009-01-054-13/+28
* CellSPU:Scott Michel2009-01-051-1/+111
* CellSPU:Scott Michel2009-01-053-35/+82
* Move the libcall annotating part from doFinalization to doInitialization.Nick Lewycky2009-01-051-18/+77
* Add a mechanism to specify attributes in getOrInsertFunction.Nick Lewycky2009-01-041-2/+29
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-043-23/+25
* Run a post-pass that marks known function declarations by name.Nick Lewycky2009-01-041-0/+443
* elf writer really wants the size of the global, not the size Chris Lattner2009-01-041-3/+3
* Revert this transform. It was causing some dramatic slowdowns in a few tests....Bill Wendling2009-01-041-31/+0
* The llvm::ELFWriter::EmitGlobal() method is calling theBill Wendling2009-01-041-0/+1