aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola
2013-04-11[ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov
2013-04-11Add myself in the CREDITS.TXTSylvestre Ledru
2013-04-11Add missing colons to check lines.Benjamin Kramer
2013-04-11FileCheckize a bunch of tests.Benjamin Kramer
2013-04-11Add braces around || in && to pacify GCC.Benjamin Kramer
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer
2013-04-11Optimize vector select from all 0s or all 1sMichael Liao
2013-04-11Add CLAC/STAC instruction encoding/decoding supportMichael Liao
2013-04-11Enhance bool simplifcation in X86 to handle more casesMichael Liao
2013-04-11R600ControlFlowFinalizer.cpp: Fix a warning. [-Wunused-variable]NAKAMURA Takumi
2013-04-11Whitespace.NAKAMURA Takumi
2013-04-11Simplify the code. No functionality change.Rafael Espindola
2013-04-11Add MachO-x86-64 tests.Rafael Espindola
2013-04-11Fix MachO's getRelocationAdditionalInfo.Rafael Espindola
2013-04-11Make PPCInstrInfo::isPredicated always return falseHal Finkel
2013-04-11lit: Don't descend into .git directories during test discovery.Daniel Dunbar
2013-04-11lit: Shorten a metavar to make --help look nicer.Daniel Dunbar
2013-04-11lit: Add a test for discovery when exact test names are given.Daniel Dunbar
2013-04-11Add man page for llvm-readobjNico Rieck
2013-04-11lit: Add a trivial test of the basic progress bar.Daniel Dunbar
2013-04-10Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck
2013-04-10Delete the functions F1 and F2 to appease the valgrind bot.Joey Gouly
2013-04-10Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel
2013-04-10No need to have this return a bool.Bill Wendling
2013-04-10Mips specific inline asm memory operand modifier test caseJack Carter
2013-04-10Move info to CREDITS.TXT file.Bill Wendling
2013-04-10fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo
2013-04-10Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher
2013-04-10Track the compact unwind encoding for when we are unable to generate compact ...Bill Wendling
2013-04-10fixed to disassemble with tab after mnemonic rather than spaceKay Tiong Khoo
2013-04-10Use a real union for IdentifyingPassPtr.Benjamin Kramer
2013-04-10Marking myself as release manager.Bill Wendling
2013-04-10In the X86 back end, getMemoryOperandNo() returns the offsetPreston Gurd
2013-04-10Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLocChad Rosier
2013-04-10Add object-emission flag for lit tests. This flag is usedJyotsna Verma
2013-04-10Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem
2013-04-10We require DataLayout for analyzing the size of stores.Nadav Rotem
2013-04-10Remove unused variable.Chad Rosier
2013-04-10PPC: Don't predicate a diamond with two counter decrementsHal Finkel
2013-04-10Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier
2013-04-10R600/SI: Add pattern for AMDGPUurecipMichel Danzer
2013-04-10This is for an experimental option -mips-os16. The idea is to compile allReed Kotler
2013-04-10Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne
2013-04-10Template MachOObjectFile over endianness too.Rafael Espindola
2013-04-10Simplify the templating a bit.Rafael Espindola
2013-04-10Move two methods out of line.Rafael Espindola
2013-04-10R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune
2013-04-10[test] Use lit's shell test runner on WindowsReid Kleckner