summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-21[Support] Follow up to r204426, for LockFileManager, make the given path abso...Argyrios Kyrtzidis1-3/+6
2014-03-21InstrProf: Cleanup binary profdata testcaseDuncan P. N. Exon Smith4-165/+24
2014-03-21InstrProf: Move constructor to the headerDuncan P. N. Exon Smith2-4/+2
2014-03-21InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith3-10/+10
2014-03-21InstrProf: Use move semantics with unique_ptrDuncan P. N. Exon Smith2-7/+7
2014-03-21InstrProf: Detect magic numbers in a more scalable wayDuncan P. N. Exon Smith2-34/+33
2014-03-21InstrProf: Actually detect bad headersDuncan P. N. Exon Smith4-7/+14
2014-03-21[RuntimeDyld] Fix comment for previous commit (r204439)Juergen Ributzka1-2/+4
2014-03-21[RuntimeDyld] clang-format files.Juergen Ributzka6-747/+580
2014-03-21DebugInfo: Omit DW_AT_addr_base from skeletal type units.David Blaikie3-11/+9
2014-03-21[AArch64] Add SchedRW lists to NEON instructions.Chad Rosier5-247/+542
2014-03-21ProfileData: Avoid double underscores in header guardsJustin Bogner3-9/+9
2014-03-21InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith5-4/+339
2014-03-21ProfileData: Avoid brace initialization, windows doesn't like itJustin Bogner1-1/+3
2014-03-21R600/SI: Move instruction patterns to scalar versions.Matt Arsenault9-76/+164
2014-03-21Remove redundant test.Rafael Espindola1-9/+0
2014-03-21Move codegen test over to MC.Rafael Espindola2-67/+8
2014-03-21ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner8-81/+205
2014-03-21Convert test to using cfi.Rafael Espindola1-2/+4
2014-03-21Refactor llvm/test/lit.cfg to use lit.util.which.Paul Robinson1-28/+19
2014-03-21llvm-profdata: Implement show commandJustin Bogner1-2/+98
2014-03-21Remove redundant test.Rafael Espindola1-10/+0
2014-03-21ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner15-79/+400
2014-03-21Split out the MC part of this test.Rafael Espindola2-6/+18
2014-03-21[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.Daniel Sanders2-5/+20
2014-03-21Add overall description, file comments, some structureRenato Golin1-23/+138
2014-03-21R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()Tom Stellard6-5/+157
2014-03-21R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()Tom Stellard2-2/+92
2014-03-21R600/SI: Use SGPR_(32|64) reg clases when lowering SI_ADDR64_RSRCTom Stellard1-4/+4
2014-03-21Sink: Don't sink static allocas from the entry blockTom Stellard2-0/+86
2014-03-21[SystemZ] Use "let Predicates =" for blocks of new instructionsRichard Sandiford2-18/+15
2014-03-21[SystemZ] Add support for z196 float<->unsigned conversionsRichard Sandiford12-13/+808
2014-03-21[mips] Update namespace.Matheus Almeida1-5/+1
2014-03-21[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka13-46/+90
2014-03-21Fix test command line to avoid generating output file.Kevin Qin1-1/+1
2014-03-21[Constant Hoisting] Make the constant materialization cost operand dependentJuergen Ributzka7-54/+66
2014-03-21[Constant Hoisting] Lazily compute the idom and cache the result.Juergen Ributzka1-4/+43
2014-03-21[Constant Hoisting] Change the algorithm to only track constants for instruct...Juergen Ributzka2-242/+324
2014-03-21[Constant Hoisting] Fix capitalization of function names.Juergen Ributzka1-33/+34
2014-03-21[Constant Hoisting] Replace the MapVector with a separate Map and Vector to k...Juergen Ributzka1-38/+51
2014-03-21MCParser: add an assertionSaleem Abdulrasool1-1/+3
2014-03-21This reverts commit r203762, "ARM: support emission of complex SO expressions".Jiangning Liu2-23/+2
2014-03-21[Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis2-1/+40
2014-03-21Fix an assertion caused by using inline asm with indirect register inputs.Kevin Qin2-1/+17
2014-03-21[AArch64] Remove .data_region directive from AArch64.Kevin Qin2-2/+16
2014-03-21[Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis3-8/+37
2014-03-21Convert a CodeGen test into a MC test.Rafael Espindola2-48/+15
2014-03-21Object/COFF: Support large relocation table.Rui Ueyama4-11/+53
2014-03-21Port test to cfi.Rafael Espindola1-10/+5
2014-03-20Convert another CodeGen test into a MC test.Rafael Espindola2-51/+29