summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-15[PGO] make profile prefix even shorter and more readableXinliang David Li1-4/+4
2015-12-14Yet another missing include.Rafael Espindola1-0/+1
2015-12-14A better attempt to add a missing includeRafael Espindola1-0/+1
2015-12-14[PGO] Shorten profile symbol prefixesXinliang David Li1-5/+3
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola4-41/+19
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2-7/+15
2015-12-14[Packetizer] Add AliasAnalysis as a parameter to the packetizerKrzysztof Parzyszek1-1/+4
2015-12-14Add missing vtable anchor's.Pete Cooper1-0/+6
2015-12-14[Packetizer] Make endPacket virtualKrzysztof Parzyszek1-2/+4
2015-12-14Teach haveSameSpecialState about operand bundlesSanjoy Das1-0/+16
2015-12-14Add "const" to function arguments in DFAPacketizerKrzysztof Parzyszek1-3/+3
2015-12-14[PGO] Value profiling text format reader/writer supportXinliang David Li1-0/+5
2015-12-14[IR] Remove terminatepadDavid Majnemer9-223/+73
2015-12-14FastISel needs to remove dead code when it bails out.Paul Robinson1-0/+3
2015-12-14Reformat to untabify.NAKAMURA Takumi2-12/+11
2015-12-13[X86][inline asm] support even directive Michael Zuckerman1-0/+2
2015-12-13Normalize MBB's successors' probabilities in several locations.Cong Hou1-3/+16
2015-12-13Revert r255444.Nico Weber2-97/+0
2015-12-12Add a C++11 ThreadPool implementation in LLVMMehdi Amini2-0/+97
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer11-360/+431
2015-12-11SamplePGO - Reduce memory utilization by 10x.Diego Novillo2-60/+7
2015-12-11Revert r248483, r242546, r242545, and r242409 - absdiff intrinsicsHal Finkel3-12/+0
2015-12-11[PGO] Revert r255365: solution incomplete, not handling lambda yetXinliang David Li1-1/+1
2015-12-11[PGO] Stop using invalid char in instr variable names.Xinliang David Li1-1/+1
2015-12-11CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()Matthias Braun2-25/+27
2015-12-11Start replacing vector_extract/vector_insert with extractelt/inserteltMatt Arsenault1-1/+4
2015-12-11CXX_FAST_TLS calling convention: target independent portion.Manman Ren3-0/+31
2015-12-11[PGO] Read VP raw data without depending on the Value fieldXinliang David Li1-13/+5
2015-12-10Add a forward declaration (NFC)Xinliang David Li1-0/+1
2015-12-10[ProfileData] Add unit test infrastructure for sample profile reader/writerNathan Slingerland2-11/+30
2015-12-10Avoid undefined behavior when vector is empty.Rafael Espindola1-0/+2
2015-12-10Slit lib/Linker in two.Rafael Espindola2-45/+82
2015-12-10Macro debug info support in LLVM IRAmjad Aboud5-12/+188
2015-12-10[PostRA scheduling] Allow a target to do scheduling when it wants post RA.Jonas Paulsson1-0/+7
2015-12-10Add arg_begin() and arg_end() to CallInst and InvokeInst; NFCISanjoy Das2-31/+52
2015-12-10RegisterPressure: Factor out liveness dead-def detection logic; NFCIMatthias Braun1-2/+0
2015-12-09Use WeakVH to keep track of calls with operand bundles in CloneCodeInfoSanjoy Das1-2/+3
2015-12-09[ThinLTO] FunctionImport pass can take a const index pointer (NFC)Teresa Johnson2-2/+2
2015-12-09[PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)Rong Xu4-0/+53
2015-12-09[Support] Change SaturatingAdd()/SaturatingMultiply() to use pointer for retu...Nathan Slingerland2-26/+13
2015-12-09Change hasUniqueInitializer() to call isStrongDefinitionForLinker() instead o...Mehdi Amini1-12/+7
2015-12-09Re-commit r255115, with the PredicatedScalarEvolution class moved toSilviu Baranga2-29/+74
2015-12-09Revert r255115 until we figure out how to fix the bot failures.Silviu Baranga2-74/+29
2015-12-09[LV][LAA] Add a layer over SCEV to apply run-time checked knowledge on SCEV e...Silviu Baranga2-29/+74
2015-12-09Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...Mehdi Amini2-4/+0
2015-12-09Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...Vikram TV2-0/+4
2015-12-09Fix the order of destructors in LibLTOCodeGeneratorSteven Wu1-0/+2
2015-12-08Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola1-4/+4
2015-12-08Remove caching in FunctionImport: a Module can't be reused after being linked...Mehdi Amini1-23/+7
2015-12-08Revert "Add Available Externally linkage type to isWeakForLinker()"Mehdi Amini1-2/+1