summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Avoid emitting a PIC base register if no PIC addresses are needed.Dan Gohman2010-09-17
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-17
* Add skeleton infrastructure for the ARMMCCodeEmitter class. Patch by Jason Kim!Jim Grosbach2010-09-17
* handle the upper16/lower16 target operand flags on symbol references for MCJim Grosbach2010-09-17
* fix rdar://8444631 - encoder crash on 'enter'Chris Lattner2010-09-17
* Fix an MSVC warning.Daniel Dunbar2010-09-17
* expand PICLDR MC lowering to handle other PICLDR and PICSTR versions.Jim Grosbach2010-09-17
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-17
* Move the declaration SetInformationJobObject() outside of namespace.NAKAMURA Takumi2010-09-17
* AlphaSchedule.td: 7bit-ize.NAKAMURA Takumi2010-09-17
* System: Don't reexport ___eprintf when building with Clang; this symbol isn'tDaniel Dunbar2010-09-17
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-17
* Fix the folding of floating-point math library calls, like sin(infinity),Dan Gohman2010-09-17
* Add an #include of raw_ostream.h. Previously, this only compiledDan Gohman2010-09-17
* Allow the PassRegistry mutex to be lazily initialized, and clean up the globa...Owen Anderson2010-09-16
* Do not expose the locking for the PassRegistry in the header. Be careful toOwen Anderson2010-09-16
* Update CMake build.Benjamin Kramer2010-09-16
* Rename a variable to avoid a declaration conflict.Dan Gohman2010-09-16
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-16
* If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel2010-09-16
* Revert r114097, adding back in the assertion against replacing an Instruction...Owen Anderson2010-09-16
* fix rdar://8438816 - unrecognized 'fildq' instructionChris Lattner2010-09-16
* Print the address of sections as 0 and create the metadata sections in theRafael Espindola2010-09-16
* Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting ...Owen Anderson2010-09-16
* When substituting sunkaddrs into indirect arguments an asm, we wereDale Johannesen2010-09-16
* It is possible, under specific circumstances involving ptrtoint ConstantExpr'...Owen Anderson2010-09-16
* MC-ization of the PICLDR pseudo. Next up, adding the other variantsJim Grosbach2010-09-16
* Fix PR8161, in which an unreachable loop causes recursive instruction simplif...Owen Anderson2010-09-16
* Make sure to promote single precision floats to double before extracting themJim Grosbach2010-09-16
* Make sure that names like .note.GNU-stack are accepted as valid section names.Rafael Espindola2010-09-16
* Add support for the .zero directive.Rafael Espindola2010-09-16
* Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila2010-09-16
* Add better support for environment portion of triple. Original patch byDuncan Sands2010-09-16
* Some versions of gcc still warn about "ignoring return value ... declaredDuncan Sands2010-09-16
* Remove support for "dregpair" operand modifier, now that it is no longer beingBob Wilson2010-09-16
* When expanding ARM pseudo registers, copy the existing predicate operandsBob Wilson2010-09-16
* store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach2010-09-16
* Add missing break.Bob Wilson2010-09-16
* Change VLDMQ and VSTMQ to be pseudo instructions. They are expanded afterBob Wilson2010-09-16
* Fix a threaded LLVM bug due the need for operator= on reference counted AttrL...Owen Anderson2010-09-16
* Use the value mapping provided by LiveIntervalMap. This simplifies the code aJakob Stoklund Olesen2010-09-16
* System/Path: Add x86-64 COFF to IdentifyFileType.Michael J. Spencer2010-09-15
* Since PassRegistry is currently a shared global object, it needs locking. Wh...Owen Anderson2010-09-15
* System/Path: Add isObjectFile().Michael J. Spencer2010-09-15
* Add support for the 'lane' modifier on vdup operandsJim Grosbach2010-09-15
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* Remember VLDMQ.Jakob Stoklund Olesen2010-09-15
* Add missing break.Jakob Stoklund Olesen2010-09-15
* Teach the MC disassembler to handle vmov.f32 and vmov.f64 immediate to registerJim Grosbach2010-09-15
* move getRegisterNumbering() to out of ARMBaseRegisterInfo into the helperJim Grosbach2010-09-15