summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-18Refactor data-in-code annotations.Jim Grosbach28-215/+411
2012-05-18fix warnings when compiling with -WshadowNick Kledzik3-5/+5
2012-05-18Remove duplicate code that we could just fallthrough to.Eric Christopher1-1/+0
2012-05-18Simplify RegisterCoalescer::copyCoalesceInMBB().Jakob Stoklund Olesen1-48/+15
2012-05-18add test case for bugfix in r157032Nuno Lopes1-0/+29
2012-05-18Add support for the mips 'x' inline asm modifier.Eric Christopher2-0/+11
2012-05-18Remove support for PhysReg joining.Jakob Stoklund Olesen1-136/+14
2012-05-18FileCheck-ify, apropos of nothingJoel Jones1-4/+4
2012-05-18Recommited reworked r156804:Stepan Dyatkovskiy2-53/+29
2012-05-18Simplify code a bit. No functional change intended.Craig Topper1-14/+8
2012-05-18Simplify handling of v16i8 shuffles and fix a missed optimization.Craig Topper3-35/+14
2012-05-18Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng2-1/+23
2012-05-18Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...Danil Malyshev1-1/+1
2012-05-18Clarify comment.Eric Christopher1-1/+1
2012-05-18fix corner case in ConstantRange::intersectWith().Nuno Lopes2-1/+6
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2-2/+34
2012-05-18Remove a test that was only testing for physreg joining.Jakob Stoklund Olesen1-12/+1
2012-05-17Remove -join-physregs from the test suite.Jakob Stoklund Olesen17-232/+227
2012-05-17minor simplification in the call to ConstantRange constructorNuno Lopes1-1/+1
2012-05-17commentsAndrew Trick1-2/+3
2012-05-17Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby4-15/+82
2012-05-17- Added ExecutionEngine/MCJIT testsDanil Malyshev54-3/+1295
2012-05-17Remove extraneous ';'.Bill Wendling1-1/+1
2012-05-17misched: trace ReadyQ.Andrew Trick1-0/+8
2012-05-17misched: Added 3-level regpressure back-off.Andrew Trick3-75/+288
2012-05-17commentAndrew Trick2-3/+1
2012-05-17regpressure: Fix getMaxUpwardPressureDelta.Andrew Trick1-2/+6
2012-05-17misched: fix liveness iteratorsAndrew Trick1-10/+16
2012-05-17whitespaceAndrew Trick2-2/+3
2012-05-17Never clear <undef> flags on already joined copies.Jakob Stoklund Olesen1-4/+6
2012-05-17Fix a verifier bug.Jakob Stoklund Olesen1-1/+1
2012-05-17Relax the requirement that the exception object must be an instruction. DuringBill Wendling1-6/+6
2012-05-17[Hexagon] Clean up Hexagon ELF definition.Evandro Menezes2-2/+3
2012-05-17enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner3-181/+95
2012-05-17Remove incorrect pattern for ARM SMML instruction.Tim Northover2-2/+14
2012-05-17Fix compile error.Manuel Klimek1-1/+1
2012-05-17SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy2-10/+11
2012-05-17Genericize the intrinsics descriptor decoding a bit to make room Chris Lattner1-20/+25
2012-05-17finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner2-48/+70
2012-05-17strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner2-64/+84
2012-05-17simplify code generated by tblgen that is not necessary since we droppedChris Lattner1-20/+4
2012-05-17I forgot the #ifdef _MSC_VER guard in my last commit.Francois Pichet1-0/+5
2012-05-17Fix the MSVC 2010 build: disable the optimizer for a problematic function.Francois Pichet1-0/+2
2012-05-16Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen3-83/+54
2012-05-16This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka5-11/+26
2012-05-16Grammar.Eric Christopher1-2/+2
2012-05-16Set sub-register <undef> flags more accurately.Jakob Stoklund Olesen1-7/+11
2012-05-16Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan1-6/+8
2012-05-16Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev3-4/+229
2012-05-16Hexagon: Remove unused command line option.Benjamin Kramer1-2/+0