summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-121-4/+0
* make tblgen emit the entire Intrinsic::getAttributes method, Chris Lattner2009-01-121-10/+1
* Increase default inlining aggressiveness in partialDale Johannesen2009-01-111-2/+2
* simplify CallSite helper class to not consult the Instruction'sGabor Greif2009-01-111-59/+33
* 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
* 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-091-3/+5
* Minor debug output tweak.Evan Cheng2009-01-091-2/+2
* Request DwarfWriter. This will be used to handle dbg_* intrinsics.Devang Patel2009-01-092-2/+7
* fix typo Duncan noticed.Chris Lattner2009-01-091-1/+1
* Fix PR3304Chris Lattner2009-01-091-2/+12
* Removed trailing whitespace from Makefiles.Misha Brukman2009-01-0943-92/+92
* Implement rdar://6480391, extending of equality icmp's to avoid a truncation.Chris Lattner2009-01-091-0/+22
* Remove some old code that looks like a remanant from signed-types days.Chris Lattner2009-01-091-23/+0
* Fix PR3298, a crash in Jump Threading. Apparently even Chris Lattner2009-01-091-0/+4
* Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible.Chris Lattner2009-01-091-81/+116
* move some code, check to see if the input to the GEP is a bitcastChris Lattner2009-01-091-23/+22
* Add load-folding table entries for MOVDQA.Dan Gohman2009-01-091-0/+6
* Whitespace and other minor adjustments to make SSE instructions haveDan Gohman2009-01-091-26/+32
* Adjustments to last patch based on review.Dale Johannesen2009-01-094-11/+24
* 61949 accidentally introduced an escaped newline. Fix this by makingDan Gohman2009-01-081-1/+1
* Convert DwarfWriter into a pass.Devang Patel2009-01-087-69/+75
* Delete unnecessary parens around return values.Dan Gohman2009-01-082-2/+2
* Fix the comment for lltok::backslash.Dan Gohman2009-01-081-1/+1
* Fix the path to llvm/Assembly/Parser.h in a comment.Dan Gohman2009-01-081-1/+1
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-081-2/+20
* Use mayBeOverridden here, in anticipation of theDuncan Sands2009-01-081-2/+2
* ValueTracker can't assume that an alloca with no specified alignment Chris Lattner2009-01-081-1/+1
* one more crash from PR3281, we now diagnose:Chris Lattner2009-01-081-2/+9
* Add DebugInfo based APIs to record source line info.Devang Patel2009-01-081-4/+43
* * Moved author attribution to CREDITS.TXTMisha Brukman2009-01-081-4/+1
* * Alphabetized #includesMisha Brukman2009-01-081-56/+56
* add some more crazy strlen and memcpy stuff I noticed in spec.Chris Lattner2009-01-081-0/+99
* add some notes about strlen craziness in eon.Chris Lattner2009-01-081-0/+57
* This implements the second half of the fix for PR3290, handlingChris Lattner2009-01-081-2/+99
* Add APIs to record regions and variables.Devang Patel2009-01-081-0/+27
* Add APIs to manage scope using DebugInfo interface.Devang Patel2009-01-081-0/+297
* Fix failure messages in Verifier::PerformTypeCheck. The argument numbersBob Wilson2009-01-081-47/+42
* CMake: removed lib/VMCore/DebugInfoBuilder.cpp.Oscar Fuentes2009-01-081-1/+0
* Assert that VectorType::getTruncatedElementVectorType is not used withBob Wilson2009-01-071-4/+10
* remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.hChris Lattner2009-01-071-274/+0
* Fix off-by-one error in traversing an array; this fixes a test.Misha Brukman2009-01-071-1/+1
* revert to functionally equivalent formulationGabor Greif2009-01-071-1/+1
OpenPOWER on IntegriCloud