| Commit message (Expand) | Author | Age | Files | Lines |
* | System: Don't reexport ___eprintf when building with Clang; this symbol isn't | Daniel Dunbar | 2010-09-17 | 1 | -0/+7 |
* | MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing the | Daniel Dunbar | 2010-09-17 | 1 | -2/+81 |
* | Fix the folding of floating-point math library calls, like sin(infinity), | Dan Gohman | 2010-09-17 | 1 | -2/+9 |
* | Add an #include of raw_ostream.h. Previously, this only compiled | Dan Gohman | 2010-09-17 | 1 | -0/+1 |
* | Allow the PassRegistry mutex to be lazily initialized, and clean up the globa... | Owen Anderson | 2010-09-16 | 1 | -10/+10 |
* | Do not expose the locking for the PassRegistry in the header. Be careful to | Owen Anderson | 2010-09-16 | 1 | -1/+8 |
* | Update CMake build. | Benjamin Kramer | 2010-09-16 | 1 | -0/+1 |
* | Rename a variable to avoid a declaration conflict. | Dan Gohman | 2010-09-16 | 1 | -3/+3 |
* | Add a pass which prints out all the memdep dependencies. | Dan Gohman | 2010-09-16 | 1 | -0/+153 |
* | If FE forgot to provide a file name (usually it uses "stdin" as name in such ... | Devang Patel | 2010-09-16 | 1 | -0/+4 |
* | Revert r114097, adding back in the assertion against replacing an Instruction... | Owen Anderson | 2010-09-16 | 1 | -24/+11 |
* | fix rdar://8438816 - unrecognized 'fildq' instruction | Chris Lattner | 2010-09-16 | 1 | -1/+2 |
* | Print the address of sections as 0 and create the metadata sections in the | Rafael Espindola | 2010-09-16 | 1 | -33/+24 |
* | Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting ... | Owen Anderson | 2010-09-16 | 1 | -2/+6 |
* | When substituting sunkaddrs into indirect arguments an asm, we were | Dale Johannesen | 2010-09-16 | 1 | -2/+4 |
* | It is possible, under specific circumstances involving ptrtoint ConstantExpr'... | Owen Anderson | 2010-09-16 | 1 | -3/+7 |
* | MC-ization of the PICLDR pseudo. Next up, adding the other variants | Jim Grosbach | 2010-09-16 | 2 | -1/+33 |
* | Fix PR8161, in which an unreachable loop causes recursive instruction simplif... | Owen Anderson | 2010-09-16 | 1 | -11/+24 |
* | Make sure to promote single precision floats to double before extracting them | Jim Grosbach | 2010-09-16 | 1 | -2/+4 |
* | Make sure that names like .note.GNU-stack are accepted as valid section names. | Rafael Espindola | 2010-09-16 | 1 | -2/+37 |
* | Add support for the .zero directive. | Rafael Espindola | 2010-09-16 | 1 | -0/+22 |
* | Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction. | Kalle Raiskila | 2010-09-16 | 3 | -238/+177 |
* | Add better support for environment portion of triple. Original patch by | Duncan Sands | 2010-09-16 | 1 | -6/+32 |
* | Some versions of gcc still warn about "ignoring return value ... declared | Duncan Sands | 2010-09-16 | 1 | -1/+2 |
* | Remove support for "dregpair" operand modifier, now that it is no longer being | Bob Wilson | 2010-09-16 | 2 | -36/+2 |
* | When expanding ARM pseudo registers, copy the existing predicate operands | Bob Wilson | 2010-09-16 | 1 | -9/+29 |
* | store MC FP immediates as a double instead of as an APFloat, thus avoiding an | Jim Grosbach | 2010-09-16 | 3 | -4/+8 |
* | Add missing break. | Bob Wilson | 2010-09-16 | 1 | -0/+1 |
* | Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded after | Bob Wilson | 2010-09-16 | 3 | -15/+70 |
* | Fix a threaded LLVM bug due the need for operator= on reference counted AttrL... | Owen Anderson | 2010-09-16 | 1 | -0/+1 |
* | Use the value mapping provided by LiveIntervalMap. This simplifies the code a | Jakob Stoklund Olesen | 2010-09-16 | 2 | -225/+85 |
* | System/Path: Add x86-64 COFF to IdentifyFileType. | Michael J. Spencer | 2010-09-15 | 1 | -0/+4 |
* | Since PassRegistry is currently a shared global object, it needs locking. Wh... | Owen Anderson | 2010-09-15 | 1 | -0/+7 |
* | System/Path: Add isObjectFile(). | Michael J. Spencer | 2010-09-15 | 1 | -0/+14 |
* | Add support for the 'lane' modifier on vdup operands | Jim Grosbach | 2010-09-15 | 1 | -7/+25 |
* | Add a InitSections method to the streamer interface. | Rafael Espindola | 2010-09-15 | 9 | -9/+73 |
* | Remember VLDMQ. | Jakob Stoklund Olesen | 2010-09-15 | 1 | -0/+9 |
* | Add missing break. | Jakob Stoklund Olesen | 2010-09-15 | 1 | -0/+1 |
* | Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to register | Jim Grosbach | 2010-09-15 | 1 | -8/+7 |
* | move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helper | Jim Grosbach | 2010-09-15 | 7 | -87/+80 |
* | PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bit | Eli Friedman | 2010-09-15 | 1 | -3/+3 |
* | simplify getRegisterNumbering(). Remove the unused isSPVFP argument and | Jim Grosbach | 2010-09-15 | 2 | -90/+37 |
* | Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. Check | Jim Grosbach | 2010-09-15 | 1 | -6/+6 |
* | Reduce dependencies in the ARM MC instruction printer. | Jim Grosbach | 2010-09-15 | 1 | -1/+1 |
* | Fix spelling typo. | Jim Grosbach | 2010-09-15 | 1 | -1/+1 |
* | Factor out basic enums and hleper functions from ARM.h for cleaner sharing | Jim Grosbach | 2010-09-15 | 2 | -101/+129 |
* | Add support for floating point immediates to MC instruction printing. ARM | Jim Grosbach | 2010-09-15 | 2 | -2/+6 |
* | Check bb to ensure that alloca is in separate basic block. | Devang Patel | 2010-09-15 | 1 | -7/+9 |
* | Recognize VST1q64Pseudo and VSTMQ as stack slot stores. | Jakob Stoklund Olesen | 2010-09-15 | 1 | -0/+22 |
* | Reapply Gabor's 113839, 113840, and 113876 with a fix for a problem | Bob Wilson | 2010-09-15 | 1 | -0/+17 |