- 068c65b Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager. by Danil Malyshev · 12 years ago
- ab53f8e Hexagon: Remove unused command line option. by Benjamin Kramer · 12 years ago
- abaf915 I noticed that named metadata doesn't provide a direct way of getting at the by Duncan Sands · 12 years ago
- 8bc3434 Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang by Chandler Carruth · 12 years ago
- 04b2c50 Fix a thinko in DisintegrateMERGE_VALUES. Patch by Xiaoyi Guo. by Duncan Sands · 12 years ago
- a98aa6a Significantly reduce the compiled size of Functions.cpp by turning a big blob of tblgen by Chris Lattner · 12 years ago
- 7200c5c have tblgen emit cast<> instead of dyn_cast<> when we know it must succeed. by Chris Lattner · 12 years ago
- 6100366 Avoid creating a cycle when folding load / op with flag / store. PR11451474. rdar://11451474 by Evan Cheng · 12 years ago
- 99534f3 Fixed grammar for the llvm.trap intrinsic description. by John Criswell · 12 years ago
- 83b3a29 Enable sub-sub-register copy coalescing. by Jakob Stoklund Olesen · 12 years ago
- ceacd6d Teach RegisterCoalescer to handle symmetric sub-register copies. by Jakob Stoklund Olesen · 12 years ago
- 70724aa Handle NewReg==OldReg in renameRegister(). by Jakob Stoklund Olesen · 12 years ago
- 141aea9 We never call adjustCopiesBackFrom() for partial copies. by Jakob Stoklund Olesen · 12 years ago
- 40d65dc llvm-config: Use sys::fs::equivalent instead of string comparison. by Daniel Dunbar · 12 years ago
- 719daba [Support] Add a version of sys::fs::equivalent() that treats errors as false. by Daniel Dunbar · 12 years ago
- 89e369a [docs] Remove unsupported references to ExtraSource variable. by Daniel Dunbar · 12 years ago
- ed0ab54 Add blurb for Crack. by Bill Wendling · 12 years ago
- e545c4e Add a test case for r156840, a fix to llvm-objdump when disassembling using by Kevin Enderby · 12 years ago
- ac94bd8 reuse the result of some expensive computations in getSignExtendExpr() and getZeroExtendExpr() by Nuno Lopes · 12 years ago
- 94b62ac Extend the CoalescerPair interface to handle symmetric sub-register copies. by Jakob Stoklund Olesen · 12 years ago
- 6ed743e Update MIPS' section in the release notes. Patch by Simon Atanasyan. by Akira Hatanaka · 12 years ago
- eb05b97 Add -enable-aa-sched-mi, off by default, for AliasAnalysis inside MachineScheduler. by Andrew Trick · 12 years ago
- 41854ae Fixed a bug in llvm-objdump when disassembling using -macho option for a binary by Kevin Enderby · 12 years ago
- b5cd41e llvm-build: Add support for non-installed libraries (e.g., gtest). by Daniel Dunbar · 12 years ago
- 177a119 llvm-build: Don't emit library information for disabled targets. by Daniel Dunbar · 12 years ago
- e1accd7 [utils] Fix Get{RepositoryPath,SourceVersion} to have a more robust is-git-svn by Daniel Dunbar · 12 years ago
- 0ee07e0 TableGen'erate mapping physical registers to encoding values. by Jim Grosbach · 12 years ago
- 918f55f Allow MCCodeEmitter access to the target MCRegisterInfo. by Jim Grosbach · 12 years ago
- 0031af6 Enable all Hexagon tests. by Sirish Pande · 12 years ago
- 39de32f minor simplification to code: Ty is already a SCEV type; don't need to run getEffectiveSCEVType() twice by Nuno Lopes · 12 years ago
- 6dd3bdb Add some release notes about compiler-rt and libc++ by David Chisnall · 12 years ago
- ac78266 Teach SimplifyLibCalls about stpcpy. by David Majnemer · 12 years ago
- fc6fd99 Remove warning about testing unsigned int with int. by Bill Wendling · 12 years ago
- 661f760 Fixed one small stupid, but critical bug. by Stepan Dyatkovskiy · 12 years ago
- c2c52a6 Rejected r156804 due to buildbots failures. by Stepan Dyatkovskiy · 12 years ago
- a62e235 SelectionDAGBuilder::Clusterify : main functinality was replaced with CRSBuilder::optimize, so big part of Clusterify's code was reduced. by Stepan Dyatkovskiy · 12 years ago
- 24d86e0 Temporarily disable anti-dependence breaking for Mips until bug 12829 is by Akira Hatanaka · 12 years ago
- 40c6fb3 Create a struct representing register units in TableGen. by Jakob Stoklund Olesen · 12 years ago
- ecb3f43 Remove extraneous ';'. by Bill Wendling · 12 years ago
- f9c3f3b Add a command line option to skip the delay slot filler pass entirely for Mips. by Akira Hatanaka · 12 years ago
- 24b7095 [Support/YAMLParser] Use rtrim on plain scalars. by Michael J. Spencer · 12 years ago
- 752026b [Support/COFF] Make the order of members in symbol match the standard. by Michael J. Spencer · 12 years ago
- 9cc1787 Fix use of uninitialized variable. by David Blaikie · 12 years ago
- 6565a70 Don't access MO reference after invalidating operand list. by Jakob Stoklund Olesen · 12 years ago
- 4d10829 Fix PR12821. by Jakob Stoklund Olesen · 12 years ago
- 3a884f5 Move the capture analysis from MemoryDependencyAnalysis to a more general place by Chad Rosier · 12 years ago
- 5262abb Revert 156634 upon request until code improvement changes are made. by Brendon Cahoon · 12 years ago
- a6063c6 Rename @llvm.debugger to @llvm.debugtrap. by Dan Gohman · 12 years ago
- 19e7421 Release notes for MIPS backend. by Akira Hatanaka · 12 years ago
- ecef06a Remove a stale forward declaration. by Andrew Trick · 12 years ago
- 0057022 Remove the expensive BitVector::operator~(). by Jakob Stoklund Olesen · 12 years ago
- 9e10d77 Remove BitVector binops. by Jakob Stoklund Olesen · 12 years ago
- f402602 Consider ad hoc aliasing when building RegUnits. by Jakob Stoklund Olesen · 12 years ago
- 31d938a Record the ad hoc aliasing graph in CodeGenRegister. by Jakob Stoklund Olesen · 12 years ago
- b81cbc2 Compute topological signatures of registers. by Jakob Stoklund Olesen · 12 years ago
- 03a3811 Add BitVector::anyCommon(). by Jakob Stoklund Olesen · 12 years ago
- 734dde8 SwitchInst cosmetics: renamed "Hash" method to "hash" by Stepan Dyatkovskiy · 12 years ago
- 1fefd09 Formatting changes. Remove the '...' placeholders. by Bill Wendling · 12 years ago
- c6db6b6 Use ArrayRef instead of an explicit vector type. by Bill Wendling · 12 years ago
- e9a73bb Add blurb about Julia. by Bill Wendling · 12 years ago
- dc23c14 ReleaseNotes: Add info on PTX back-end by Justin Holewinski · 12 years ago
- 51b49c5 Hexagon: Initialize TBB to 0. by Benjamin Kramer · 12 years ago
- 23a4012 Fix Xcode case (Upper X, lower c) by Jean-Daniel Dupas · 12 years ago
- 3a2d565 ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 section. Add a bullet for dwarf access tables. by Benjamin Kramer · 12 years ago
- f26b415 ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the optimizer sections. Verbosify some bullets. by Benjamin Kramer · 12 years ago
- 2fb6801 ReleaseNotes: Document that LLVM was rewritten in python. by Benjamin Kramer · 12 years ago
- 5fdfaf5 ReleaseNotes: Add bullets for removed targets. Extend the note about llvm-ld removal. by Benjamin Kramer · 12 years ago
- 88c8e69 Outline some clang 3.1 highlights off the top of my head. by Benjamin Kramer · 12 years ago
- abe446c Add a link for every project. by Benjamin Kramer · 12 years ago
- f2f92ba Add blurb for LLVM D Compiler. by Bill Wendling · 12 years ago
- 59a23e3 Add blurbs for pocl and TCE. by Bill Wendling · 12 years ago
- 9107105 Add OSL blurb. by Bill Wendling · 12 years ago
- f8cfe2e Add FAUST blurb. by Bill Wendling · 12 years ago
- 4f99e71 Fix the tool documentation by Nadav Rotem · 12 years ago
- ca34749 Document Python bindings in release notes by Gregory Szorc · 12 years ago
- 29739e7 Fix spacing after if. by Benjamin Kramer · 12 years ago
- 2ec304c Add support for the .rept directive. Patch by Vladmir Sorokin. I added support by Rafael Espindola · 12 years ago
- 6a80f9d ELF: Add support for the asm .version directive. by Benjamin Kramer · 12 years ago
- bc3b27c AsmParser: Add support for the .purgem directive. by Benjamin Kramer · 12 years ago
- 5cdf0ad AsmParser: Give a nice error message for .code16gcc, which is currently unsupported. by Benjamin Kramer · 12 years ago
- e14a3c5 AsmParser: ignore the .extern directive. by Benjamin Kramer · 12 years ago
- dec06ef AsmParser: Add support for .ifc and .ifnc directives. by Benjamin Kramer · 12 years ago
- a3dd0eb AsmParser: Add support for .ifb and .ifnb directives. by Benjamin Kramer · 12 years ago
- 1cce5bf Recommited r156374 with critical fixes in BitcodeReader/Writer: by Stepan Dyatkovskiy · 12 years ago
- b7454fd Teach Function::hasAddressTaken that BlockAddress doesn't really take by Jay Foad · 12 years ago
- 2b38c12 Make sure new value jump is enabled for Hexagon V5 as well. by Sirish Pande · 12 years ago
- b338570 Support for Hexagon feature, New Value Jump. by Sirish Pande · 12 years ago
- 1da1cdf Fix test cases. by Akira Hatanaka · 12 years ago
- 739572f Remove MipsEmitGPRestore.cpp. by Akira Hatanaka · 12 years ago
- 8f16ab5 Delete all functions that are no longer needed in MipsFunctionInfo, including by Akira Hatanaka · 12 years ago
- 93f0a82 Stop reserving register $gp. Do not call isGPFI to check whether a frame object by Akira Hatanaka · 12 years ago
- acf411b Do not add the pass which restores $gp after every function call. by Akira Hatanaka · 12 years ago
- 92d4aec Make the following changes in MipsISelLowering.cpp: by Akira Hatanaka · 12 years ago
- 30cec40 Make the following changes in MipsFrameLowering.cpp: by Akira Hatanaka · 12 years ago
- ddd657d Speed up computeComposites() by using the new SubReg -> SubIdx map. by Jakob Stoklund Olesen · 12 years ago
- 4147e4d Make the following changes in MipsAsmPrinter.cpp: by Akira Hatanaka · 12 years ago
- 774394c Hoist simpler checks above llvm::PointerMayBeCaptured. No functional change intended. by Chad Rosier · 12 years ago
- 2b3fa32 Don't look for empty live ranges in the unions. by Jakob Stoklund Olesen · 12 years ago
- 27ba61d Insert instructions to the entry basic block which initializes the global by Akira Hatanaka · 12 years ago
- b08174c Add doxygen comments. by Michael J. Spencer · 12 years ago