aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Correct a comment.Duncan Sands2009-01-131-1/+1
* Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295,Nick Lewycky2009-01-1312-267/+51
* add a new insertAfter method, patch by Tom Jablin!Chris Lattner2009-01-133-0/+17
* make -march=cpp handle the nocapture attribute, make it assert if itChris Lattner2009-01-131-22/+19
* Un-tabify.Evan Cheng2009-01-131-1/+1
* Fix fallout from r62144. Evan, please double check this.Owen Anderson2009-01-131-4/+4
* FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a ...Evan Cheng2009-01-132-0/+97
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-1314-68/+91
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-133-4/+3
* Start using DebugInfo API to emit debug info.Devang Patel2009-01-131-11/+10
* Document several current CodeGen limitations in LangRef.html.Dan Gohman2009-01-121-0/+12
* Emit debug info, only if at least one compile unit is seen.Devang Patel2009-01-121-2/+8
* If multiple compile units are seen then emit them independently. In other wor...Devang Patel2009-01-121-65/+74
* Avoid cast<>, use light weith wrapper directly.Devang Patel2009-01-121-3/+3
* Use SrcLineInfo from DwarfWriter. The MachineModuleInfo copy will disappear s...Devang Patel2009-01-121-12/+9
* Enable recursive inlining. Reduce inlining thresholdDale Johannesen2009-01-123-8/+98
* Add classof() methods to support isa<> and other related facilities.Devang Patel2009-01-122-17/+76
* The LLVM Assembly Language Reference incorrectly stated that theDan Gohman2009-01-121-2/+2
* Fix the instructions to work even when PATH does not contain ".".Dan Gohman2009-01-121-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-1253-150/+154
* Add DwarfWriter interface to mainipulate source location info.Devang Patel2009-01-122-45/+111
* remove some dead options.Chris Lattner2009-01-121-10/+1
* Clear debug info at the end of function processing.Devang Patel2009-01-121-1/+12
* There is no need to maintain separate labelid list in the dwarf writer. It is...Devang Patel2009-01-121-36/+5
* Remove some dead code from the days llvm had type planes.Rafael Espindola2009-01-122-51/+1
* Second test is only valid in 32-bit mode.Evan Cheng2009-01-121-1/+1
* Test for r62076.Evan Cheng2009-01-121-0/+1
* Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng2009-01-127-66/+114
* More two-address fixes. This gets lua working with join-creation enabled.Owen Anderson2009-01-121-6/+10
* make tblgen autogenerate the nocapture intrinsics for Chris Lattner2009-01-122-11/+22
* add scaffolding to emit argument attributes. No functionality Chris Lattner2009-01-121-2/+31
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-122-10/+8
* add nocapture attribute to llvm.mem* intrinsics and have tblgenChris Lattner2009-01-123-16/+29
* Increase default inlining aggressiveness in partialDale Johannesen2009-01-111-2/+2
* drats! remove tabsGabor Greif2009-01-111-1/+1
* simplify CallSite helper class to not consult the Instruction'sGabor Greif2009-01-112-80/+71
* Implement PR3313, and while I'm at it address a very FAQ.Chris Lattner2009-01-111-2/+38
* Duncan is nervous about undefinedness of % with negatives. I'mChris Lattner2009-01-111-1/+1
* do not generated GEPs into vectors where they don't already exist.Chris Lattner2009-01-111-4/+3
* Make a couple of cleanups to the instcombine bitcast/gep Chris Lattner2009-01-111-12/+13
* Use the spiffy new getAlignmentFromAttrs function.Nick Lewycky2009-01-111-1/+1
* CheckForPhysRegDependency should not return copy cost. It's not used. No func...Evan Cheng2009-01-111-9/+4
* Fix naming of file.Bill Wendling2009-01-111-1/+1
* Fix the example syntax for named sections.Dan Gohman2009-01-111-1/+1
* This is a dup of pr2659.ll.Evan Cheng2009-01-101-41/+0
* Adding unittests for SmallVector. Test by Talin.Bill Wendling2009-01-101-0/+383
* 80 col violation.Evan Cheng2009-01-101-1/+2
* Reduce initial small vector sizes.Devang Patel2009-01-101-6/+6
* Fix thinko. Create parent scope if parent descriptor is *not* null.Devang Patel2009-01-101-2/+2
* Duplicated node may produce a non-physical register def.Evan Cheng2009-01-093-4/+47