summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-03-23WinCOFF: Add support for -ffunction-sectionsDavid Majnemer1-4/+9
2014-03-23remove a bunch of unused private methodsNuno Lopes21-255/+2
2014-03-23[PowerPC] Make use of VSX f64 <-> i64 conversion instructionsHal Finkel1-6/+12
2014-03-23Revert r204076 for now - it caused significant regressions in a number ofLang Hames1-47/+78
2014-03-23InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith1-11/+40
2014-03-23Propagate types from symbol to aliases.Rafael Espindola1-1/+22
2014-03-23[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.NAKAMURA Takumi1-4/+1
2014-03-22Prune includes in ARM target.Craig Topper32-55/+25
2014-03-22ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool2-0/+43
2014-03-22[PowerPC] Fix the VSX v2f64 return registerHal Finkel1-4/+4
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 Ributzka1-3/+36
2014-03-22[DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...Andrea Di Biagio2-8/+7
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 Espindola1-23/+31
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 Ren1-0/+14
2014-03-21[Support] Follow up to r204426, for LockFileManager, make the given path abso...Argyrios Kyrtzidis1-3/+6
2014-03-21InstrProf: Move constructor to the headerDuncan P. N. Exon Smith1-3/+0
2014-03-21InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith1-8/+8
2014-03-21InstrProf: Use move semantics with unique_ptrDuncan P. N. Exon Smith1-4/+4
2014-03-21InstrProf: Detect magic numbers in a more scalable wayDuncan P. N. Exon Smith1-34/+32
2014-03-21InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2-7/+7
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 Blaikie1-7/+7
2014-03-21[AArch64] Add SchedRW lists to NEON instructions.Chad Rosier4-246/+512
2014-03-21InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith1-4/+106
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 Arsenault2-38/+45
2014-03-21ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner3-0/+65
2014-03-21ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner8-2/+186
2014-03-21[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.Daniel Sanders1-1/+8
2014-03-21R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()Tom Stellard5-4/+150
2014-03-21R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()Tom Stellard1-2/+50
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 Stellard1-0/+7
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 Sandiford2-5/+49
2014-03-21[mips] Update namespace.Matheus Almeida1-5/+1
2014-03-21[RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka8-46/+66
2014-03-21[Constant Hoisting] Make the constant materialization cost operand dependentJuergen Ributzka3-30/+47
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 Ributzka1-239/+321
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 Liu1-14/+2
2014-03-21[Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis1-1/+3