summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* the .eh_frame sections we generate need to be writable (whichChris Lattner2009-08-15
* Use the new API for creating an OpaqueType.Nicolas Geoffray2009-08-15
* tidy upChris Lattner2009-08-15
* Update cpp generation with new LLVM API for primitive types.Nicolas Geoffray2009-08-15
* Revert a few changes that were done in 78603.Sanjiv Gupta2009-08-15
* Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen2009-08-15
* Allow double defs in the machine code verifier after the addPreRegAlloc passes.Jakob Stoklund Olesen2009-08-15
* Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne2009-08-15
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-15
* Update LocalRewriter::DistanceMap when inserting stack loads.Jakob Stoklund Olesen2009-08-15
* 80 col violations.Evan Cheng2009-08-15
* Turn on if-conversion for thumb2.Evan Cheng2009-08-15
* update for rename.Chris Lattner2009-08-15
* rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner2009-08-15
* cmake likes its explicit list of files to build.Chris Lattner2009-08-15
* use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner2009-08-15
* If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow Chris Lattner2009-08-15
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-15
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-15
* Simplify this code to not depend as much on CurMBB.Dan Gohman2009-08-15
* Do not use frame register to reference fixed stack objects if the function is...Evan Cheng2009-08-15
* Always check to see if raw_fd_ostream's file descriptor is attached toDan Gohman2009-08-15
* Add support for column computation on unbuffered streams.Dan Gohman2009-08-15
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-15
* Remove an unnecessary #include.Dan Gohman2009-08-15
* switch DominanceFrontier::splitBlock to use a smallvector forChris Lattner2009-08-15
* On x86-64, for a varargs function, don't store the xmm registers toDan Gohman2009-08-15
* Do not completely skip subrange info for a zero sized array.Devang Patel2009-08-14
* Leaf functions which do not save CSRs can be frameless even with -disable-fp-...Evan Cheng2009-08-14
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-14
* Add Thumb2 lsr hooks.Evan Cheng2009-08-14
* llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar2009-08-14
* CMake: Corrected variable check.Oscar Fuentes2009-08-14
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-14
* 80 col violation.Evan Cheng2009-08-14
* llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar2009-08-14
* Cleanup the mess in msp430 target registration and hopefully unbreak the buildAnton Korobeynikov2009-08-14
* Indentation.Evan Cheng2009-08-14
* llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar2009-08-14
* fix "pc" to be lower case in a target triple, patch by Yonggang LuoChris Lattner2009-08-14
* Hopefully unbreak cmake buildsAnton Korobeynikov2009-08-14
* Also shrink immediate branches; also more assembler workarounds.Evan Cheng2009-08-14
* Give MSP430 a separate asmprinter libAnton Korobeynikov2009-08-14
* Properly handle indirect win64 args when they're passed in memoryAnton Korobeynikov2009-08-14
* Get the CPP backend into some semblance of working by updating for numerous L...Owen Anderson2009-08-14
* Now that all the legal Neon shuffles (or at least the ones that have beenBob Wilson2009-08-14
* Create a new ARM-specific DAG node, VDUP, to represent a splat from aBob Wilson2009-08-14
* During legalization, change Neon vdup_lane operations from shuffles toBob Wilson2009-08-14
* CMake: updated list of source files for library MC.Oscar Fuentes2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14