aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-3010-60/+97
* Rewrite test in FileCheck instead of grep in X86 codegenMichael Liao2013-04-301-4/+7
* R600: Add some new processor variantsVincent Lejeune2013-04-302-1/+3
* R600: Clean up instruction class definitionsVincent Lejeune2013-04-301-23/+14
* R600: config section now reports use of killgtVincent Lejeune2013-04-301-0/+4
* Revert the command line option patch. However, keep the part that makes this ...Bill Wendling2013-04-292-20/+5
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-2911-69/+32
* Duplicate a testcase.Bill Wendling2013-04-291-0/+89
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-296-47/+24
* Rewrite some tests with FileCHeck in X86 codegenMichael Liao2013-04-2920-28/+85
* Improve documentation.Adrian Prantl2013-04-291-1/+2
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-292-0/+16
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-2910-21/+51
* R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard2013-04-292-3/+6
* R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard2013-04-292-0/+7
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-292-25/+18
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-292-4/+198
* Disable the MCJIT tests on 32 bit darwin.Rafael Espindola2013-04-291-0/+3
* Remove unused method.Rafael Espindola2013-04-291-3/+0
* Update the documentation.Rafael Espindola2013-04-291-5/+1
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-296-13/+13
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-294-29/+34
* Exposing MCJIT through C APIAndrew Kaylor2013-04-298-50/+250
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-2910-45/+62
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-296-65/+59
* Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman2013-04-291-0/+2
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-295-104/+120
* Added statistics to count the number of retains/releases before/after optimiz...Michael Gottesman2013-04-291-0/+47
* Removed trailing whitespace.Michael Gottesman2013-04-291-1/+1
* Fix for r180693. = /.Michael Gottesman2013-04-291-1/+2
* [objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...Michael Gottesman2013-04-291-6/+5
* Inline variable into the #ifdef block where it's used.Benjamin Kramer2013-04-281-1/+1
* AArch64 InstrFormats:Jia Liu2013-04-281-1/+1
* Fix typo. Stupid me.Joerg Sonnenberger2013-04-271-1/+1
* Regen.Eric Christopher2013-04-272-3/+4
* Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger2013-04-276-4/+17
* Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand2013-04-271-30/+19
* Fix a XOR reassociation bug. Shuxin Yang2013-04-272-3/+33
* Documentation: end option description with a periodDmitri Gribenko2013-04-271-1/+3
* AArch64: convert MC-layer test to .s fileTim Northover2013-04-272-51/+48
* [objc-arc] Test cleanups.Michael Gottesman2013-04-279-14/+40
* Generalize the MachineTraceMetrics public API.Andrew Trick2013-04-272-3/+21
* Add target flags to MachineMemOperands.Andrew Trick2013-04-271-1/+7
* whitespaceAndrew Trick2013-04-271-11/+11
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-274-2/+9
* Move the XFAIL out of the middle of a comment.Eric Christopher2013-04-271-1/+1
* Make all darwin ppc stubs local.Rafael Espindola2013-04-272-6/+14
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-273-31/+48
* Cleanup and document MachineLocation.Adrian Prantl2013-04-263-4/+15
* Micro-optimizationBill Wendling2013-04-261-5/+4