aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing colons to check lines.Benjamin Kramer2013-04-113-4/+4
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-113-9/+44
* Add braces around || in && to pacify GCC.Benjamin Kramer2013-04-111-4/+4
* Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer2013-04-113-4/+8
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-112-0/+117
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-118-51/+89
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-114-8/+334
* R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-04-111-0/+1
* Whitespace.NAKAMURA Takumi2013-04-111-2/+1
* Simplify the code. No functionality change.Rafael Espindola2013-04-111-17/+1
* Add MachO-x86-64 tests.Rafael Espindola2013-04-113-87/+213
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-112-18/+8
* Make PPCInstrInfo::isPredicated always return falseHal Finkel2013-04-111-16/+8
* lit: Don't descend into .git directories during test discovery.Daniel Dunbar2013-04-111-1/+1
* lit: Shorten a metavar to make --help look nicer.Daniel Dunbar2013-04-111-1/+1
* lit: Add a test for discovery when exact test names are given.Daniel Dunbar2013-04-111-0/+15
* Add man page for llvm-readobjNico Rieck2013-04-112-0/+78
* lit: Add a trivial test of the basic progress bar.Daniel Dunbar2013-04-116-0/+22
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-1011-15/+31
* MC: Support COFF image-relative MCSymbolRefsNico Rieck2013-04-108-11/+101
* Delete the functions F1 and F2 to appease the valgrind bot.Joey Gouly2013-04-101-0/+3
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-103-1/+9
* No need to have this return a bool.Bill Wendling2013-04-101-4/+4
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-101-5/+12
* Move info to CREDITS.TXT file.Bill Wendling2013-04-102-1/+2
* fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo2013-04-103-3/+21
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-102-20/+1
* Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling2013-04-103-7/+21
* fixed to disassemble with tab after mnemonic rather than spaceKay Tiong Khoo2013-04-101-2/+2
* Use a real union for IdentifyingPassPtr.Benjamin Kramer2013-04-101-7/+9
* Marking myself as release manager.Bill Wendling2013-04-101-1/+1
* In the X86 back end, getMemoryOperandNo() returns the offsetPreston Gurd2013-04-102-12/+22
* Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLocChad Rosier2013-04-101-11/+13
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-106-2/+14
* Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem2013-04-102-4/+40
* We require DataLayout for analyzing the size of stores.Nadav Rotem2013-04-102-1/+6
* Remove unused variable.Chad Rosier2013-04-101-1/+0
* PPC: Don't predicate a diamond with two counter decrementsHal Finkel2013-04-102-3/+24
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-103-3/+15
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-104-3/+25
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-108-1/+411
* Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne2013-04-102-15/+78
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-103-106/+117
* Simplify the templating a bit.Rafael Espindola2013-04-101-24/+19
* Move two methods out of line.Rafael Espindola2013-04-101-15/+21
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-102-1/+54
* [test] Use lit's shell test runner on WindowsReid Kleckner2013-04-101-3/+12
* Revert "TMP"Tim Northover2013-04-101-1/+6
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-1011-25/+104
* TMPTim Northover2013-04-101-6/+1