summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar2009-08-16
* Needs to check whether unaligned load / store of i64 is legal here.Evan Cheng2009-08-15
* Remove <iostream>.Bill Wendling2009-08-15
* Mingw also doesn't have st_blksize.Dan Gohman2009-08-15
* An overhaul of the exception handling code. This is arguably more correct thanBill Wendling2009-08-15
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-15
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-15
* Don't try to get the context from an erased Instruction.Benjamin Kramer2009-08-15
* Unbreak build. Evan, please make sure my changes are correct.Benjamin Kramer2009-08-15
* SSI construction should just go ahead and ignore instructions in unreachableNick Lewycky2009-08-15
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-15
* Refine EarlyClobber assert in register scavenger.Jakob Stoklund Olesen2009-08-15
* 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