summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25106-1610/+1639
* blockfreq: Only one mass distribution per nodeDuncan P. N. Exon Smith2014-04-253-94/+48
* blockfreq: Document assertionDuncan P. N. Exon Smith2014-04-251-1/+1
* blockfreq: Use better branch weights in multiexit testDuncan P. N. Exon Smith2014-04-251-7/+8
* blockfreq: Clean up irreducible testcasesDuncan P. N. Exon Smith2014-04-251-47/+14
* blockfreq: Document high-level functionsDuncan P. N. Exon Smith2014-04-252-2/+37
* blockfreq: Remove dead codeDuncan P. N. Exon Smith2014-04-251-1/+0
* blockfreq: Scale LoopData::Scale on the way downDuncan P. N. Exon Smith2014-04-251-23/+12
* blockfreq: unwrapLoopPackage() => unwrapLoop()Duncan P. N. Exon Smith2014-04-251-10/+8
* blockfreq: Pass the Loop directly into unwrapLoopPackage()Duncan P. N. Exon Smith2014-04-251-6/+4
* blockfreq: Unwrap from LoopsDuncan P. N. Exon Smith2014-04-251-4/+2
* blockfreq: Separate unwrapLoops() from finalizeMetrics()Duncan P. N. Exon Smith2014-04-252-7/+15
* blockfreq: LoopData::MemberList => NodeListDuncan P. N. Exon Smith2014-04-251-7/+5
* blockfreq: Expose getPackagedNode()Duncan P. N. Exon Smith2014-04-252-24/+23
* blockfreq: Store the header with the membersDuncan P. N. Exon Smith2014-04-252-10/+18
* blockfreq: Encapsulate LoopData::HeaderDuncan P. N. Exon Smith2014-04-252-23/+21
* blockfreq: Embed Loop hierarchy in LoopDataDuncan P. N. Exon Smith2014-04-251-22/+37
* blockfreq: Use LoopData directlyDuncan P. N. Exon Smith2014-04-252-53/+54
* blockfreq: Stop using range-based for to traverse LoopsDuncan P. N. Exon Smith2014-04-251-2/+2
* blockfreq: Use a std::list for LoopsDuncan P. N. Exon Smith2014-04-252-5/+6
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-2536-177/+179
* [PECOFF] Add /IMPLIB command line option.Rui Ueyama2014-04-256-9/+32
* Allow vectorization of bit intrinsics in BB Vectorizer.Karthik Bhat2014-04-253-8/+181
* bindings: expose C++ access specifiersSaleem Abdulrasool2014-04-252-0/+93
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-254-2/+13
* Change llvm-config --ldflags to report ${CMAKE_CXX_LINK_FLAGS}Reid Kleckner2014-04-251-1/+2
* Properly sign extend delta in compact unwind infoNick Kledzik2014-04-251-2/+3
* Fix one missed use of DW_EH_PE_omit in r203626Nick Kledzik2014-04-251-1/+1
* [PECOFF] Assign unique ordinals to __imp_ symbols.Rui Ueyama2014-04-251-4/+10
* Fix quadratic performance during debug compression due to sections x symbols ...David Blaikie2014-04-251-12/+21
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-2512-254/+140
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-2512-140/+254
* Make sure that the CommandInterpreter::m_command_io_handler_sp gets reset whe...Greg Clayton2014-04-253-0/+11
* Only allow on thread to run when calling libBacktraceRecording.Jason Molenda2014-04-254-0/+8
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-2510-146/+132
* Missed this file with the r207160 commit.Jason Molenda2014-04-251-0/+3
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-2511-23/+113
* Revert "Debug info: Let dbg.values inserted by LowerDbgDeclare inherit the lo...Adrian Prantl2014-04-242-86/+17
* Add missing include, found by modules build.Richard Smith2014-04-241-0/+2
* Function defined in a header should be inline. Found by modules build.Richard Smith2014-04-241-1/+1
* [DWARF parser] Make a few methods non-publicAlexey Samsonov2014-04-243-10/+12
* Reland r206934 with a hopefully fixed testReid Kleckner2014-04-242-1/+5
* [PECOFF] Do not copy-construct ExportDesc.Rui Ueyama2014-04-241-1/+1
* [DWARF parser] DWARFUnit ctor doesn't need both parsed and raw .debug_abbrev ...Alexey Samsonov2014-04-245-36/+34
* If we see an explicit instantiation declaration or definition of a functionRichard Smith2014-04-246-21/+124
* [DWARF parser] Simplify and re-format a methodAlexey Samsonov2014-04-242-11/+13
* Remove print statements I was using to debug this script additions.Greg Clayton2014-04-241-3/+0
* Fix the build-llvm.pl to use glob to find all llvm and clang .a files for lib...Greg Clayton2014-04-241-76/+13
* Fixed a flipped conditional when writing back theSean Callanan2014-04-241-1/+1
* [LCG] Switch a weird do/while loop that actually couldn't fail itsChandler Carruth2014-04-241-5/+4
OpenPOWER on IntegriCloud