aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck
2013-04-12Add extensive relocation tests for llvm-readobjNico Rieck
2013-04-12Add -expand-relocs to llvm-readobjNico Rieck
2013-04-12Add missing relocation namesNico Rieck
2013-04-12Support MIPS64EL relocation type namesNico Rieck
2013-04-12Add PPC instruction record forms and associated query functionsHal Finkel
2013-04-12Don't disable block layout when forcing block alignment.Nadav Rotem
2013-04-12Fix the test on linux by setting the triple and the align formatNadav Rotem
2013-04-12Add a flag to align all basic blocks in the function.Nadav Rotem
2013-04-12Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola
2013-04-11[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators withChad Rosier
2013-04-11[ms-inline asm] Add support for using offsetof operator with variables that useChad Rosier
2013-04-11Aliasing rules for struct-path aware TBAA.Manman Ren
2013-04-11[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so weChad Rosier
2013-04-11TBAA: add utility to create a TBAA scalar type nodeManman Ren
2013-04-11[ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier
2013-04-11[ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier
2013-04-11Use FileCheck instead of grep.Preston Gurd
2013-04-11Fix undefined behavior in AArch64David Majnemer
2013-04-11Optimize icmp involving addition betterDavid Majnemer
2013-04-11Mips specific inline asm memory operand modifier test caseJack Carter
2013-04-11[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selectsAkira Hatanaka
2013-04-11[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka
2013-04-11Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola
2013-04-11Fix llvm-readobj tests on big endian hosts.Rafael Espindola
2013-04-11Print more information about relocations.Rafael Espindola
2013-04-11Fix for wrong instcombine on vector insert/extractBenjamin Kramer
2013-04-11Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky
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