- f5afb78 llvm-profdata: Check for bad data in the show command by Justin Bogner · 11 years ago
- 5ecdfc1 llvm-profdata: Use Format.h instead of handrolling a formatter by Justin Bogner · 11 years ago
- 77df516 WinCOFF: Add support for -ffunction-sections by David Majnemer · 11 years ago
- 2ca6265 remove a bunch of unused private methods by Nuno Lopes · 11 years ago
- b6cbecd2 [PowerPC] Make use of VSX f64 <-> i64 conversion instructions by Hal Finkel · 11 years ago
- fb51aac Revert r204076 for now - it caused significant regressions in a number of by Lang Hames · 11 years ago
- 0695b20 InstrProf: Check pointer size in raw profile by Duncan P. N. Exon Smith · 11 years ago
- 4ff2dad Propagate types from symbol to aliases. by Rafael Espindola · 11 years ago
- c8ca832 [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do. by NAKAMURA Takumi · 11 years ago
- 38803482 llvm-profdata doesn't require LLVMCore. by NAKAMURA Takumi · 11 years ago
- f0e92a8 llvm-profdata: Don't pipe stderr into show for the tests by Justin Bogner · 11 years ago
- ac732eb Prune includes in ARM target. by Craig Topper · 11 years ago
- 7afe000 ARM IAS: properly handle function entries in .thumb by Saleem Abdulrasool · 11 years ago
- 0d277ab [PowerPC] Fix the VSX v2f64 return register by Hal Finkel · 11 years ago
- f20a219 [TableGen] Don't assert, produce an error, when an instruction has too few operands by Hal Finkel · 11 years ago
- 4e669c9 llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is confused with CRLF. by NAKAMURA Takumi · 11 years ago
- 62f4b48 [Constant Hoisting] Erase dead cast instructions. by Juergen Ributzka · 11 years ago
- 5cfc91c [Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes. by Juergen Ributzka · 11 years ago
- d47cb57 [DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVectorSDNode::isConstantSplat' by Andrea Di Biagio · 11 years ago
- 4696def Suppress SupportTests.LockFileManagerTest on win32 for investigating. by NAKAMURA Takumi · 11 years ago
- e25ab8e Delete stale comment. Thanks, Eric! by Adrian Prantl · 11 years ago
- 0fb178b Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not have by Adrian Prantl · 11 years ago
- a60f719 Fix the value computation in by Rafael Espindola · 11 years ago
- 96c049d Remove some dead assignements found by scan-build by Arnaud A. de Grandmaison · 11 years ago
- 8dbd561 Register allocator: add condition to hoist a spill to outer loop. by Manman Ren · 11 years ago
- c1011e6 [Support] Follow up to r204426, for LockFileManager, make the given path absolute so relative paths are properly handled in both Windows and Unix. by Argyrios Kyrtzidis · 11 years ago
- aa4135a InstrProf: Cleanup binary profdata testcase by Duncan P. N. Exon Smith · 11 years ago
- 50f9696 InstrProf: Move constructor to the header by Duncan P. N. Exon Smith · 11 years ago
- 813d0a2 InstrProf: Change magic number to have non-text characters by Duncan P. N. Exon Smith · 11 years ago
- bc2740a InstrProf: Use move semantics with unique_ptr by Duncan P. N. Exon Smith · 11 years ago
- bb56c48 InstrProf: Detect magic numbers in a more scalable way by Duncan P. N. Exon Smith · 11 years ago
- ebaeaa9 InstrProf: Actually detect bad headers by Duncan P. N. Exon Smith · 11 years ago
- 56db3a9 [RuntimeDyld] Fix comment for previous commit (r204439) by Juergen Ributzka · 11 years ago
- b0e33fd [RuntimeDyld] clang-format files. by Juergen Ributzka · 11 years ago
- 4d221b3 DebugInfo: Omit DW_AT_addr_base from skeletal type units. by David Blaikie · 11 years ago
- 1eb67a4 [AArch64] Add SchedRW lists to NEON instructions. by Chad Rosier · 11 years ago
- 218c7c8 ProfileData: Avoid double underscores in header guards by Justin Bogner · 11 years ago
- ddfcb21 InstrProf: Read raw binary profile in llvm-profdata by Duncan P. N. Exon Smith · 11 years ago
- c61e1f5 ProfileData: Avoid brace initialization, windows doesn't like it by Justin Bogner · 11 years ago
- 55d17f4 R600/SI: Move instruction patterns to scalar versions. by Matt Arsenault · 11 years ago
- d38fea3 Remove redundant test. by Rafael Espindola · 11 years ago
- 3f687d3 Move codegen test over to MC. by Rafael Espindola · 11 years ago
- 496d7f6 ProfileData: Introduce InstrProfWriter using the naive text format by Justin Bogner · 11 years ago
- 469198f Convert test to using cfi. by Rafael Espindola · 11 years ago
- b9d6263 Refactor llvm/test/lit.cfg to use lit.util.which. by Paul Robinson · 11 years ago
- 60bc906 llvm-profdata: Implement show command by Justin Bogner · 11 years ago
- 0b50368 Remove redundant test. by Rafael Espindola · 11 years ago
- c0f3b72 ProfileData: Introduce the InstrProfReader interface and a text reader by Justin Bogner · 11 years ago
- 6c22b04 Split out the MC part of this test. by Rafael Espindola · 11 years ago
- e85dd7c [mips] Correct lowering of VECTOR_SHUFFLE to VSHF. by Daniel Sanders · 11 years ago
- ec15d70 Add overall description, file comments, some structure by Renato Golin · 11 years ago
- a1d28f6 R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU() by Tom Stellard · 11 years ago
- 1f1c049 R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU() by Tom Stellard · 11 years ago
- af4c7da R600/SI: Use SGPR_(32|64) reg clases when lowering SI_ADDR64_RSRC by Tom Stellard · 11 years ago
- 1b05bb2 Sink: Don't sink static allocas from the entry block by Tom Stellard · 11 years ago
- 20115c6 [SystemZ] Use "let Predicates =" for blocks of new instructions by Richard Sandiford · 11 years ago
- 6b6889d [SystemZ] Add support for z196 float<->unsigned conversions by Richard Sandiford · 11 years ago
- d098630 [mips] Update namespace. by Matheus Almeida · 11 years ago
- 4923eea [RuntimeDyld] Allow processRelocationRef to process more than one relocation entry at a time. by Juergen Ributzka · 11 years ago
- fc029f2 Fix test command line to avoid generating output file. by Kevin Qin · 11 years ago
- d3cf783 [Constant Hoisting] Make the constant materialization cost operand dependent by Juergen Ributzka · 11 years ago
- 337eb3a [Constant Hoisting] Lazily compute the idom and cache the result. by Juergen Ributzka · 11 years ago
- 8ebaf63 [Constant Hoisting] Change the algorithm to only track constants for instructions. by Juergen Ributzka · 11 years ago
- 032dafd [Constant Hoisting] Fix capitalization of function names. by Juergen Ributzka · 11 years ago
- 4cd2152 [Constant Hoisting] Replace the MapVector with a separate Map and Vector to keep track of constant candidates. by Juergen Ributzka · 11 years ago
- 6785cf0 MCParser: add an assertion by Saleem Abdulrasool · 11 years ago
- 705e53e This reverts commit r203762, "ARM: support emission of complex SO expressions". by Jiangning Liu · 11 years ago
- fb307be [Support] Make sure LockFileManager works correctly with relative paths. by Argyrios Kyrtzidis · 11 years ago
- c53b3db Fix an assertion caused by using inline asm with indirect register inputs. by Kevin Qin · 11 years ago
- 287cc35 [AArch64] Remove .data_region directive from AArch64. by Kevin Qin · 11 years ago
- 2c8cd9a [Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere. by Argyrios Kyrtzidis · 11 years ago
- 5b460ed Convert a CodeGen test into a MC test. by Rafael Espindola · 11 years ago
- 9999526 Object/COFF: Support large relocation table. by Rui Ueyama · 11 years ago
- fab1a40 Port test to cfi. by Rafael Espindola · 11 years ago
- aeb12e9 Convert another CodeGen test into a MC test. by Rafael Espindola · 11 years ago
- 4eb2d22 Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpop by Weiming Zhao · 11 years ago
- aff0ab4 llvm-objdump output hex to match binutils' objdump by Greg Fitzgerald · 11 years ago
- f59d05c Convert CodeGen test into a more specific MC test. by Rafael Espindola · 11 years ago
- a591368 Remove llvm-mc's disable-cfi option. by Rafael Espindola · 11 years ago
- e316e00 Remove unused options from test. by Rafael Espindola · 11 years ago
- ec5fd32 Don't use EmitAbsValue with symbol references. by Rafael Espindola · 11 years ago
- 20425d9 Add an option to MCJIT to have it forward all sections to the by Lang Hames · 11 years ago
- ee3242e Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass." by Juergen Ributzka · 11 years ago
- 228c72a [Constant Hoisting] Extend coverage of the constant hoisting pass. by Juergen Ributzka · 11 years ago
- 9bb9615 Remove LowerInvoke's obsolete "-enable-correct-eh-support" option by Mark Seaborn · 11 years ago
- 56210e6 Typo. by Eric Christopher · 11 years ago
- 8b97f00 Reapply DW_AT_low/high_pc patch: by Eric Christopher · 11 years ago
- 0b08718 llvm-profdata: Remove an empty comment by Justin Bogner · 11 years ago
- 0722280 Fix a few more grammatic errors in docs/TableGen/index.rst by Eli Bendersky · 11 years ago
- f631e0b Fix a couple of typos and an inaccurate description in the new TableGen doc by Eli Bendersky · 11 years ago
- faec753 Remove dead and incorrect code. by Rafael Espindola · 11 years ago
- b5a1fcc Add comments from Eric's review of r204094. by David Blaikie · 11 years ago
- 31bd14f R600: Remove unused method declaration. by Matt Arsenault · 11 years ago
- 1625937 Re-factor TableGen docs by Renato Golin · 11 years ago
- 25efa8a Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support" by Mark Seaborn · 11 years ago
- ebf9f0c [MIPS] Add cpu octeon and some instructions by Kai Nacke · 11 years ago
- 90844c4 [ASan] Add -asan-module to the ASan .ll tests. by Alexander Potapenko · 11 years ago
- d68ef1a [ASan] Do not instrument globals from the llvm.metadata section. by Alexander Potapenko · 11 years ago
- 37fb9b9 Provide an operand for microMIPS wait instruction. by Zoran Jovanovic · 11 years ago
- 3ac3e74 Implementation of microMIPS 16-bit instructions MOVE and JALR. by Zoran Jovanovic · 11 years ago