summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Process valid SDDbgValues even if the node does not have any order assigned.Devang Patel2011-01-26
* Refactor.Devang Patel2011-01-26
* [AVX] Support EXTRACT_SUBVECTOR on x86. This provides a defaultDavid Greene2011-01-26
* fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructionsBruno Cardoso Lopes2011-01-26
* Fix PR9039, a use-after-free in reassociate. The issue was that theDuncan Sands2011-01-26
* AttrListPtr has an overloaded operator== which does this for us, we should useNick Lewycky2011-01-26
* Teach mergefunc that intptr_t is the same width as a pointer. We still can'tNick Lewycky2011-01-26
* There are no vectors of pointer or arrays, so we don't need to check vectorNick Lewycky2011-01-26
* APInt has a method for determining whether a number is a power of 2Duncan Sands2011-01-26
* Fix memory corruption. If one of the SCEV creation functions calls another butNick Lewycky2011-01-26
* Separate out the constant bonus from the size reduction metrics. ReworkEric Christopher2011-01-26
* Add needed braces.Bill Wendling2011-01-26
* Target/X86: Tweak win64's tailcall.NAKAMURA Takumi2011-01-26
* Fix whitespace.NAKAMURA Takumi2011-01-26
* lib/Target/X86/X86RegisterInfo.cpp: Fix whitespace.NAKAMURA Takumi2011-01-26
* lib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment.NAKAMURA Takumi2011-01-26
* Coding style formatting changes.Eric Christopher2011-01-26
* Rename member variables to follow the rest of LLVM.Jakob Stoklund Olesen2011-01-26
* Provide an interface to transfer SDDbgValue from one SDNode to another.Devang Patel2011-01-25
* Revert 124230. It was causing test failures.Bill Wendling2011-01-25
* The floating point value is encoded in its binary form as an Imm. Convert itBill Wendling2011-01-25
* Add support for parsing a Real value. It stores the Real value as its binaryBill Wendling2011-01-25
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-25
* Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...Devang Patel2011-01-25
* This assertion is too restrictive, it does not apply for dangling dbg value n...Devang Patel2011-01-25
* In which I discover that zero+zero is zero, d'oh!Duncan Sands2011-01-25
* See if this fixes llvm-gcc bootstrap.Duncan Sands2011-01-25
* According to my auto-simplifier the most common missed simplifications inDuncan Sands2011-01-25
* Teach mergefunc how to emit aliases safely again -- but keep it turned it offNick Lewycky2011-01-25
* Reorganize this so that the early exit and special cases come earlyEric Christopher2011-01-25
* Don't merge restore with tail call instruction.Evan Cheng2011-01-25
* Provide correct registers for EH stuff on ARMAnton Korobeynikov2011-01-24
* Support printing exception section into the current one. This is the case whe...Anton Korobeynikov2011-01-24
* Speculatively revert r124138.Devang Patel2011-01-24
* Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...Devang Patel2011-01-24
* Temporarily workaround JM/lencod miscompile (SIGSEGV).Andrew Trick2011-01-24
* Give GetUnderlyingObject a TargetData, to keep it in syncDan Gohman2011-01-24
* fix PR8928 by clearing a stale map, patch by Jakub Staszak!Chris Lattner2011-01-24
* Handle strings in section names the same way as gas:Rafael Espindola2011-01-24
* Add a comment.Dan Gohman2011-01-24
* Support/CommandLine: Fix LookupNearestOption to also search extra option names.Daniel Dunbar2011-01-24
* fix a missing shuffle pattern, PR9009. Patch by Artiom Myaskouvskey!Chris Lattner2011-01-24
* fix PR9017, a bug where we'd assert when promoting in unreachableChris Lattner2011-01-24
* fix PR9015, a crash linking recursive metadata.Chris Lattner2011-01-24
* this isn't a memset, we do convert dest[i] to one though :)Chris Lattner2011-01-24
* with recent work, we now optimize this into:Chris Lattner2011-01-24
* enhance SRoA to promote allocas that are used by PHI nodes. This oftenChris Lattner2011-01-24
* Enhance SRoA to promote allocas that are used by selects in someChris Lattner2011-01-23
* teach Value::isDereferenceablePointer that byval arguments are alwaysChris Lattner2011-01-23
* Add a memset loop that LoopIdiomRecognize doesn't recognize.Anders Carlsson2011-01-23