summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* fix warnings when compiling with -WshadowNick Kledzik2012-05-18
* Remove duplicate code that we could just fallthrough to.Eric Christopher2012-05-18
* Simplify RegisterCoalescer::copyCoalesceInMBB().Jakob Stoklund Olesen2012-05-18
* add test case for bugfix in r157032Nuno Lopes2012-05-18
* Add support for the mips 'x' inline asm modifier.Eric Christopher2012-05-18
* Remove support for PhysReg joining.Jakob Stoklund Olesen2012-05-18
* FileCheck-ify, apropos of nothingJoel Jones2012-05-18
* Recommited reworked r156804:Stepan Dyatkovskiy2012-05-18
* Simplify code a bit. No functional change intended.Craig Topper2012-05-18
* Simplify handling of v16i8 shuffles and fix a missed optimization.Craig Topper2012-05-18
* Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng2012-05-18
* Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...Danil Malyshev2012-05-18
* Clarify comment.Eric Christopher2012-05-18
* fix corner case in ConstantRange::intersectWith().Nuno Lopes2012-05-18
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-18
* Remove a test that was only testing for physreg joining.Jakob Stoklund Olesen2012-05-18
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-17
* minor simplification in the call to ConstantRange constructorNuno Lopes2012-05-17
* commentsAndrew Trick2012-05-17
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-17
* - Added ExecutionEngine/MCJIT testsDanil Malyshev2012-05-17
* Remove extraneous ';'.Bill Wendling2012-05-17
* misched: trace ReadyQ.Andrew Trick2012-05-17
* misched: Added 3-level regpressure back-off.Andrew Trick2012-05-17
* commentAndrew Trick2012-05-17
* regpressure: Fix getMaxUpwardPressureDelta.Andrew Trick2012-05-17
* misched: fix liveness iteratorsAndrew Trick2012-05-17
* whitespaceAndrew Trick2012-05-17
* Never clear <undef> flags on already joined copies.Jakob Stoklund Olesen2012-05-17
* Fix a verifier bug.Jakob Stoklund Olesen2012-05-17
* Relax the requirement that the exception object must be an instruction. DuringBill Wendling2012-05-17
* [Hexagon] Clean up Hexagon ELF definition.Evandro Menezes2012-05-17
* enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ...Chris Lattner2012-05-17
* Remove incorrect pattern for ARM SMML instruction.Tim Northover2012-05-17
* Fix compile error.Manuel Klimek2012-05-17
* SelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp changed representation...Stepan Dyatkovskiy2012-05-17
* Genericize the intrinsics descriptor decoding a bit to make room Chris Lattner2012-05-17
* finish encoding all of the interesting details of intrinsics. Now intrinsicsChris Lattner2012-05-17
* strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o...Chris Lattner2012-05-17
* simplify code generated by tblgen that is not necessary since we droppedChris Lattner2012-05-17
* I forgot the #ifdef _MSC_VER guard in my last commit.Francois Pichet2012-05-17
* Fix the MSVC 2010 build: disable the optimizer for a problematic function.Francois Pichet2012-05-17
* Use RegUnits to compute overlapping registers.Jakob Stoklund Olesen2012-05-16
* This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka2012-05-16
* Grammar.Eric Christopher2012-05-16
* Set sub-register <undef> flags more accurately.Jakob Stoklund Olesen2012-05-16
* Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubsSimon Atanasyan2012-05-16
* Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev2012-05-16
* Hexagon: Remove unused command line option.Benjamin Kramer2012-05-16