aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move XCore AsmPrinter to XCore/AsmPrinter directory.Richard Osborne2009-08-157-10/+34
* Add XFAIL testcase for setcc undef.Jakob Stoklund Olesen2009-08-151-0/+17
* Add XFAIL test case for a scavenger assert.Jakob Stoklund Olesen2009-08-151-0/+20
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-159-72/+361
* Update LocalRewriter::DistanceMap when inserting stack loads.Jakob Stoklund Olesen2009-08-152-0/+28
* Reformatting and some cleanup.Bill Wendling2009-08-151-223/+247
* 80 col violations.Evan Cheng2009-08-151-12/+12
* Fix tests.Evan Cheng2009-08-152-2/+2
* Turn on if-conversion for thumb2.Evan Cheng2009-08-1512-51/+246
* update for rename.Chris Lattner2009-08-151-2/+2
* rename PIC16Section.h -> MCSectionPIC16.h for consistency withChris Lattner2009-08-153-2/+2
* cmake likes its explicit list of files to build.Chris Lattner2009-08-151-0/+1
* use XCore-specific section with xcore specific cp/dp flags to restore Chris Lattner2009-08-153-16/+26
* If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow Chris Lattner2009-08-151-3/+3
* add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner2009-08-154-11/+124
* Simplify a few more things, eliminating a few more dependencies onDan Gohman2009-08-152-3/+1
* Simplify this code to not depend as much on CurMBB.Dan Gohman2009-08-151-16/+15
* Do not use frame register to reference fixed stack objects if the function is...Evan Cheng2009-08-152-13/+14
* Always check to see if raw_fd_ostream's file descriptor is attached toDan Gohman2009-08-151-13/+16
* Add support for column computation on unbuffered streams.Dan Gohman2009-08-151-15/+38
* Move FormattedStream's write_impl out of line.Dan Gohman2009-08-152-5/+7
* Remove an unnecessary #include.Dan Gohman2009-08-151-1/+0
* switch DominanceFrontier::splitBlock to use a smallvector forChris Lattner2009-08-151-2/+2
* On x86-64, for a varargs function, don't store the xmm registers toDan Gohman2009-08-154-18/+146
* Do not completely skip subrange info for a zero sized array.Devang Patel2009-08-141-6/+5
* Leaf functions which do not save CSRs can be frameless even with -disable-fp-...Evan Cheng2009-08-143-1/+16
* CMake: Updated library dependence info.Oscar Fuentes2009-08-141-1/+2
* Add sse4.2 string/text processing intrinsics. We'll select these later.Eric Christopher2009-08-141-0/+67
* Whitespace cleanup.Eric Christopher2009-08-142-18/+18
* Allow targets to specify their choice of calling conventions perAnton Korobeynikov2009-08-147-6/+44
* Add Thumb2 lsr hooks.Evan Cheng2009-08-142-36/+106
* llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar2009-08-142-2/+3
* CMake: Corrected variable check.Oscar Fuentes2009-08-141-1/+1
* *try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes2009-08-143-5/+9
* Add doxygen comments.Owen Anderson2009-08-141-0/+8
* 80 col violation.Evan Cheng2009-08-141-1/+2
* llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar2009-08-142-4/+17
* Cleanup the mess in msp430 target registration and hopefully unbreak the buildAnton Korobeynikov2009-08-142-5/+10
* Revert r78424.Argyrios Kyrtzidis2009-08-141-7/+4
* Indentation.Evan Cheng2009-08-141-1/+1
* Force reconfigureAnton Korobeynikov2009-08-141-2/+2
* llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar2009-08-142-5/+4
* fix "pc" to be lower case in a target triple, patch by Yonggang LuoChris Lattner2009-08-141-1/+1
* Hopefully unbreak cmake buildsAnton Korobeynikov2009-08-141-3/+2
* Also shrink immediate branches; also more assembler workarounds.Evan Cheng2009-08-144-17/+136
* Give MSP430 a separate asmprinter libAnton Korobeynikov2009-08-144-2/+23
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-143-7/+93
* Properly handle indirect win64 args when they're passed in memoryAnton Korobeynikov2009-08-142-2/+67
* Get the CPP backend into some semblance of working by updating for numerous L...Owen Anderson2009-08-141-10/+14
* CMake: Automatic regeneration of the library dependencies file.Oscar Fuentes2009-08-143-26/+49