summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete object file dumpersNico Rieck2013-04-1211-1261/+2
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12150-5043/+4581
* Add extensive relocation tests for llvm-readobjNico Rieck2013-04-1214-0/+1749
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-126-23/+64
* Add missing relocation namesNico Rieck2013-04-122-0/+68
* Support MIPS64EL relocation type namesNico Rieck2013-04-121-41/+60
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-125-416/+670
* Don't disable block layout when forcing block alignment.Nadav Rotem2013-04-121-8/+6
* Fix the test on linux by setting the triple and the align formatNadav Rotem2013-04-121-4/+4
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-122-0/+36
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-125-90/+151
* [ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators withChad Rosier2013-04-111-2/+11
* [ms-inline asm] Add support for using offsetof operator with variables that useChad Rosier2013-04-111-3/+6
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-112-0/+528
* [ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so weChad Rosier2013-04-111-15/+15
* TBAA: add utility to create a TBAA scalar type nodeManman Ren2013-04-111-1/+13
* [ms-inline asm] Add a new AsmRewriteKind, AOK_Delete. To be used in a futureChad Rosier2013-04-111-10/+12
* [ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier2013-04-112-10/+11
* Use FileCheck instead of grep.Preston Gurd2013-04-112-17/+12
* Fix undefined behavior in AArch64David Majnemer2013-04-111-7/+11
* Optimize icmp involving addition betterDavid Majnemer2013-04-112-0/+101
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-111-0/+16
* [mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selectsAkira Hatanaka2013-04-112-64/+4
* [mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka2013-04-113-13/+12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-115-131/+90
* Fix llvm-readobj tests on big endian hosts.Rafael Espindola2013-04-111-1/+8
* Print more information about relocations.Rafael Espindola2013-04-115-90/+124
* Fix for wrong instcombine on vector insert/extractBenjamin Kramer2013-04-112-0/+31
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-111-0/+1
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-113-0/+45
* [ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov2013-04-112-1/+3
* Add myself in the CREDITS.TXTSylvestre Ledru2013-04-111-0/+6
* 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