summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-23WinCOFF: Add support for -ffunction-sectionsDavid Majnemer2-4/+17
2014-03-23remove a bunch of unused private methodsNuno Lopes24-261/+2
2014-03-23[PowerPC] Make use of VSX f64 <-> i64 conversion instructionsHal Finkel4-6/+111
2014-03-23Revert r204076 for now - it caused significant regressions in a number ofLang Hames3-104/+82
2014-03-23InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith6-15/+219
2014-03-23Propagate types from symbol to aliases.Rafael Espindola2-1/+179
2014-03-23[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.NAKAMURA Takumi1-4/+1
2014-03-23llvm-profdata doesn't require LLVMCore.NAKAMURA Takumi2-2/+2
2014-03-22llvm-profdata: Don't pipe stderr into show for the testsJustin Bogner1-9/+9
2014-03-22Prune includes in ARM target.Craig Topper32-55/+25
2014-03-22ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool4-2/+126
2014-03-22[PowerPC] Fix the VSX v2f64 return registerHal Finkel2-7/+5
2014-03-22[TableGen] Don't assert, produce an error, when an instruction has too few op...Hal Finkel1-1/+12
2014-03-22llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is...NAKAMURA Takumi1-1/+2
2014-03-22[Constant Hoisting] Erase dead cast instructions.Juergen Ributzka1-1/+1
2014-03-22[Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.Juergen Ributzka2-3/+82
2014-03-22[DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...Andrea Di Biagio4-12/+69
2014-03-22Suppress SupportTests.LockFileManagerTest on win32 for investigating.NAKAMURA Takumi1-0/+2
2014-03-21Delete stale comment. Thanks, Eric!Adrian Prantl1-1/+0
2014-03-21Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not haveAdrian Prantl1-1/+1
2014-03-21Fix the value computation inRafael Espindola2-23/+58
2014-03-21Remove some dead assignements found by scan-buildArnaud A. de Grandmaison3-8/+5
2014-03-21Register allocator: add condition to hoist a spill to outer loop.Manman Ren2-0/+403
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