- 058309b Re-apply r234898 and fix tests. by Daniel Jasper · 10 years ago
- 29da637 [RuntimeDyld] Add casts to make delta computation 64-bit. by Lang Hames · 10 years ago
- a01f355 [RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections, by Lang Hames · 10 years ago
- c0a57ae Change range-based for-loop to use const auto&. No functionality change. by Richard Trieu · 10 years ago
- 8d61ee9 uselistorder: Remove the global bits by Duncan P. N. Exon Smith · 10 years ago
- 49b5acf [bpf] fix build by Alexei Starovoitov · 10 years ago
- 2c7f24d uselistorder: Pull the bit through PrintModulePass by Duncan P. N. Exon Smith · 10 years ago
- 8b376eb uselistorder: Pull the assembly bit up out of the printer by Duncan P. N. Exon Smith · 10 years ago
- c9d5dea uselistorder: Start pulling out -preserve-ll-uselistorder by Duncan P. N. Exon Smith · 10 years ago
- 64b905a Change range-based for-loops to be -Wrange-loop-analysis clean. by Richard Trieu · 10 years ago
- e005d71 uselistorder: Pull bit through BitcodeWriterPass by Duncan P. N. Exon Smith · 10 years ago
- bff2c56 Fix build error from r234957 by Duncan P. N. Exon Smith · 10 years ago
- 657aad6 uselistorder: Pull the bit through WriteToBitcodFile() by Duncan P. N. Exon Smith · 10 years ago
- d01ee74 uselistorder: Thread bit through ValueEnumerator by Duncan P. N. Exon Smith · 10 years ago
- 83ed6b7 Use the ability to pwrite to simplify the ELF writer. by Rafael Espindola · 10 years ago
- c98092e Use raw_pwrite_stream in the object writer/streamer. by Rafael Espindola · 10 years ago
- f49f156 [WinEH] Avoid emitting xdata tables twice for cleanups by Reid Kleckner · 10 years ago
- ffc045a Correct 'teh' and other typos / repeated words. by Ed Maste · 10 years ago
- ecc4595 [Inliner] Don't inline functions with frameescape calls by Reid Kleckner · 10 years ago
- 2e6716e Only recalculate DFS Numbers if invalid. Invalidate DFS numbers on reset. Add unit test to verify recalculation by Daniel Berlin · 10 years ago
- 5d6f997 Make updateDFSNumbers API public by Daniel Berlin · 10 years ago
- 448d937 verify-uselistorder: More outs() and errs(), less dbgs() by Duncan P. N. Exon Smith · 10 years ago
- d044549 IR: Set -preserve-bc-uselistorder=false by default by Duncan P. N. Exon Smith · 10 years ago
- 8922be3 IR: Rename 'use-list-order' options to 'uselistorder' by Duncan P. N. Exon Smith · 10 years ago
- 9074dc7 Add ladder graph utility by Daniel Berlin · 10 years ago
- 8b37471 DebugInfo: Pubnames: Do not include variable declarations in pubnames by David Blaikie · 10 years ago
- 391cd7a Update test case to include the original source code & account for some changes in clang's order of emission by David Blaikie · 10 years ago
- 1e3aa64 [RuntimeDyld] Make SectionEntry's Name field a std::string. by Lang Hames · 10 years ago
- a35d818 [Orc] Reapply r234815, outputting via stdout instead. by Lang Hames · 10 years ago
- daa55a6 [msvc] Strip /W[0-4] before appending /W4 by Zachary Turner · 10 years ago
- 66192e4 DebugInfo: Add implicit conversion from DISubprogram to DIScope by Duncan P. N. Exon Smith · 10 years ago
- 091be7b Revert "The code that originally made me discover this is:" by Rafael Espindola · 10 years ago
- 2fbccf6 Improve RefreshCallGraph to remove invalid call graph edge. by Chad Rosier · 10 years ago
- 6f422b3 Refactor: Simplify boolean expressions in ARM target by Alexander Kornienko · 10 years ago
- 88a83d4 Change the testcase mtriple to x86_64-unknown-unknown by Krzysztof Parzyszek · 10 years ago
- b9735c4 Fix MSVC build. by Rafael Espindola · 10 years ago
- 7025d24 The code that originally made me discover this is: by Daniel Jasper · 10 years ago
- d87c77c [AArch64] Allow non-standard INS/DUP encodings by Bradley Smith · 10 years ago
- 661ed85 Add raw_pwrite_stream type. by Rafael Espindola · 10 years ago
- 71fcd2d R600/SI: Fix verifier error caused by SIAnnotateControlFlow by Tom Stellard · 10 years ago
- 30e4b17 Fixing a compile error with MSVC 2013 where there is no conversion from DISubprogram to DIScope directly. by Aaron Ballman · 10 years ago
- 9a1030a Error out of ParseBitcodeInto(Module*) if we haven't read a Module by Filipe Cabecinhas · 10 years ago
- 685f2d6 Silencing a -Wreturn-type warning, as the switch is fully-covered; NFC. by Aaron Ballman · 10 years ago
- 01b026b Re-enable target-specific relocation table sorting and use it for Mips by Petar Jovanovic · 10 years ago
- 6c456f0 [MachineLICM] Use newer model of register pressure sets. by Daniel Jasper · 10 years ago
- 4792454 Roll back llvm/test/ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll, possibly wrong commit. by NAKAMURA Takumi · 10 years ago
- 6ee1030 Fix crash in DebugInfoFinder when adding a module with forward declared composite type by Anders Waldenborg · 10 years ago
- 9cecacd Simplify n-ary adds by reassociation by Jingyue Wu · 10 years ago
- 35adce3 DebugInfo: Update signature of DICompileUnit::replace*() by Duncan P. N. Exon Smith · 10 years ago
- 32439e7 LinkAllPasses.h: also link in parts of libLLVMSupport by Dmitri Gribenko · 10 years ago
- 125e3d3 DebugInfo: Gut DISubprogram and DILexicalBlock* by Duncan P. N. Exon Smith · 10 years ago
- 89d640a [SCEVExpander] Fix comments for functions. NFC. by Sanjoy Das · 10 years ago
- 888e8e3 [LoopUnrollRuntime] Avoid high-cost trip count computation. by Sanjoy Das · 10 years ago
- 17e08f5 [SCEV] Strengthen SCEVExpander::isHighCostExpansion. by Sanjoy Das · 10 years ago
- dee1e82 [SCEV] Refactor out isHighCostExpansion. NFCI. by Sanjoy Das · 10 years ago
- 41ed493 DebugInfo: Gut DINamespace and DITemplate*Parameter by Duncan P. N. Exon Smith · 10 years ago
- 32cb994 DebugInfo: Add MDLexicalBlockBase::getLine(), etc. by Duncan P. N. Exon Smith · 10 years ago
- 355ec00 DebugInfo: Gut DIVariable and DIGlobalVariable by Duncan P. N. Exon Smith · 10 years ago
- 4edb309 [RuntimeDyldELF] Improve GOT support by Keno Fischer · 10 years ago
- 79666c2 DebugInfo: Move DIVariable::printExtendedName() to its only caller by Duncan P. N. Exon Smith · 10 years ago
- 3e31f5e DebugInfo: Inline DIVariable::isBlockByrefVariable() into its callers by Duncan P. N. Exon Smith · 10 years ago
- b0b5cb2 DebugInfo: Gut DIObjCProperty and DIImportedEntity by Duncan P. N. Exon Smith · 10 years ago
- d59e30d DebugInfo: Gut DILocation by Duncan P. N. Exon Smith · 10 years ago
- 1624f35 [LoopAccesses] Properly print whether memchecks are needed by Adam Nemet · 10 years ago
- 15552c4 DebugInfo: Gut DIExpression by Duncan P. N. Exon Smith · 10 years ago
- d48d32b DebugInfo: Move an assertion into MDCompositeTypeBase by Duncan P. N. Exon Smith · 10 years ago
- f016115 [RewriteStatepointsForGC] Delete dead code [NFC] by Philip Reames · 10 years ago
- 5f1ef8a DebugInfo: Move DILocation::computeNewDiscriminators() by Duncan P. N. Exon Smith · 10 years ago
- 31bbd1a AddDiscriminators: Create new MDLocation directly by Duncan P. N. Exon Smith · 10 years ago
- 7b16177 [Orc] Revert 234815. Still haven't quite got this test figured out apparently. by Lang Hames · 10 years ago
- 3c42b7f DebugInfo: Move DILocation::getDiscriminator() to MDLocation by Duncan P. N. Exon Smith · 10 years ago
- dc4806e DebugInfo: Remove DIObjCProperty attribute accessors, NFC by Duncan P. N. Exon Smith · 10 years ago
- 8ae5482 DebugInfo: Move DIDerivedType accessors to MDDerivedType, NFC by Duncan P. N. Exon Smith · 10 years ago
- f265d42 [Orc] Make the OrcLazy hello.ll regression test output via stderr. by Lang Hames · 10 years ago
- 1f13e20 Add new getModRefInfo API to determine whether an Instruction and a call modify the same memory by Daniel Berlin · 10 years ago
- e7122e5 Common some code from MemoryDependenceAnalysis that will be used in MemorySSA by Daniel Berlin · 10 years ago
- 7ca9328 DebugInfo: Make DIDerivedType accessors more strict by Duncan P. N. Exon Smith · 10 years ago
- b4f6438 Make getModRefInfo with a default location not crash. by Daniel Berlin · 10 years ago
- 534f9f3 [Orc] Back out r234805 for hello.ll until I can figure out how to sync up the by Lang Hames · 10 years ago
- 164cbef [CodeGen] Combine concat_vectors of scalars into build_vector. by Ahmed Bougacha · 10 years ago
- 8bdb7db Allow printing functions with an optional annotationwriter by Daniel Berlin · 10 years ago
- 0d982b8 [Orc] Disambiguate call to make_unique. This should fix the builders broken by by Lang Hames · 10 years ago
- 597d2b7 [Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to add by Lang Hames · 10 years ago
- 26117d3 DebugInfo: Simplify a few more wrappers by Duncan P. N. Exon Smith · 10 years ago
- 2c85db4 Settle on a specific triple for the aarch64 testcase by Krzysztof Parzyszek · 10 years ago
- fafe7a4 SelectionDAG: Stop using DIVariable::isInlinedFnArgument() by Duncan P. N. Exon Smith · 10 years ago
- 95ad263 [CMake] Updates to llvm-shlib to support overriding exports list and added an option to export all symbols. by Chris Bieneman · 10 years ago
- 83ed245 Also add mtriple to the aarch64 testcase by Krzysztof Parzyszek · 10 years ago
- 7153e0d DebugInfo: Remove DIGlobalVariable::getGlobal() by Duncan P. N. Exon Smith · 10 years ago
- 57ea789 Expand ADDO/SUBO on Hexagon by Krzysztof Parzyszek · 10 years ago
- 2a8b13b Add mtriple to test case to avoid problems with different naming schemes by Krzysztof Parzyszek · 10 years ago
- afb02d5 StripSymbols: Use DIGlobalVariable::getConstant() instead of getGlobal() by Duncan P. N. Exon Smith · 10 years ago
- 55ba23d GCC complains thusly: "attributes at the beginning of statement are ignored [-Werror=attributes]". Very well then! NFC by Nick Lewycky · 10 years ago
- 1d7bf4a [RwriteStatepointsForGC] Minor indentation and naming [NFC] by Philip Reames · 10 years ago
- 461b82d DebugInfo: Remove a few unnecessary wrappers by Duncan P. N. Exon Smith · 10 years ago
- eed6a11 DebugInfo: Assume valid pointer in DISubprogram::replaceFunction() by Duncan P. N. Exon Smith · 10 years ago
- d4b4e3e Subtraction is not commutative. Fixes PR23212! by Nick Lewycky · 10 years ago
- 7bea988 [RewriteStatepointsForGC] Avoid inserting empty holder by Philip Reames · 10 years ago
- 8ca57e6 DebugInfo: Migrate DISubprogram::describes() to new hierarchy, NFC by Duncan P. N. Exon Smith · 10 years ago
- b6852d1 Remove this test until I figure out why it fails by Krzysztof Parzyszek · 10 years ago