- d644cb8 A couple IRBuilder functions were still using getGlobalContext(). by Erick Tryzelaar · 15 years ago
- 3d3ed36 CMake: Builds main LLVM Target library before its sublibraries. This by Oscar Fuentes · 15 years ago
- 22cac0d Now that all the legal Neon shuffles (or at least the ones that have been by Bob Wilson · 15 years ago
- c1d287b Create a new ARM-specific DAG node, VDUP, to represent a splat from a by Bob Wilson · 15 years ago
- 0ce3710 During legalization, change Neon vdup_lane operations from shuffles to by Bob Wilson · 15 years ago
- 75caad4 CMake: Corrected indentation on a block of code. by Oscar Fuentes · 15 years ago
- d8b1b9a CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable. by Oscar Fuentes · 15 years ago
- a339063 CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is by Oscar Fuentes · 15 years ago
- 93db2f0 CMake: updated list of source files for library MC. by Oscar Fuentes · 15 years ago
- c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
- 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 15 years ago
- 61466c5 Add X86 instruction printer support for printing MCValue operands. by Daniel Dunbar · 15 years ago
- 1689e0c Add MCSymbol::{print, dump} by Daniel Dunbar · 15 years ago
- 2c11624 Add MCValue::{print, dump} by Daniel Dunbar · 15 years ago
- 7b7f514 llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. by Daniel Dunbar · 15 years ago
- 7cefd80 Indentation change. by Evan Cheng · 15 years ago
- 5905bc4 CMake: updated library dependencies. by Oscar Fuentes · 15 years ago
- 8ef01dc CMake: build llvm-config before the other tools. by Oscar Fuentes · 15 years ago
- a1efbbd Shrink ADR and LDR from constantpool late during constantpool island pass. by Evan Cheng · 15 years ago
- 0668dc7 Add helpers for fetching basic types. by Owen Anderson · 15 years ago
- 1135a23 New entry. by Evan Cheng · 15 years ago
- 7eb28f3 Make TargetData optional in GlobalOpt and ArgumentPromotion. by Dan Gohman · 15 years ago
- fa9ca0f Make these matching rules more strict so that they don't by Dan Gohman · 15 years ago
- 22c3f18 Expose LLVMContext to llvm-c. by Erick Tryzelaar · 15 years ago
- 86cba32 Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and by Dan Gohman · 15 years ago
- 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 15 years ago
- bb23973 Mark this test as requiring the powerpc target. by Daniel Dunbar · 15 years ago
- 011e4db llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. by Daniel Dunbar · 15 years ago
- fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 15 years ago
- 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 15 years ago
- ec9b261 When standard output is a terminal, set outs() to be unbuffered, to by Dan Gohman · 15 years ago
- 6c304f2 Make formatted_raw_ostream restore the buffer settings of the by Dan Gohman · 15 years ago
- 009fc9e Take the fast path for any named value and any GlobalValue, which doesn't by Dan Gohman · 15 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
- d163e8b Remove hack used to strip unwanted chars from section name by Bruno Cardoso Lopes · 15 years ago
- b8e1055 Add a method to return BSSSection from TargetLoweringObjectFile by Bruno Cardoso Lopes · 15 years ago
- 4aa688e Add a method to return if the ELF section contains only common symbols! by Bruno Cardoso Lopes · 15 years ago
- 2907542 Add unimplemented destructor declarations to hopefully address by Dan Gohman · 15 years ago
- c6126e8 Fix a compiler warning about comparing signed with unsigned. by Dan Gohman · 15 years ago
- 2cf89b6 * Moved all tool version requirements to the same place by Misha Brukman · 15 years ago
- 9d63530 Converted tabs to spaces. by Misha Brukman · 15 years ago
- 0f6d5f8 Grammar fix. by Misha Brukman · 15 years ago
- 10f9566 Tweak svn:ignore by Daniel Dunbar · 15 years ago
- 67d894e TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the by Daniel Dunbar · 15 years ago
- 4e8e642 Add an assert to check copy_to_buffer's precondition. by Dan Gohman · 15 years ago
- 0ba50bb Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be by Dan Gohman · 15 years ago
- 208ec0f Add support to raw_ostream for sizing the buffer according to the by Dan Gohman · 15 years ago
- 25a619f Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 by Daniel Dunbar · 15 years ago
- a8c58d5 Reapply pieces of 78914 reverted in 78916, this has been fixed. by Daniel Dunbar · 15 years ago
- b3667ae Make raw_ostream non-copyable. by Dan Gohman · 15 years ago
- b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 15 years ago
- f35d216 Add missing defs of R2 and D1. by Jim Grosbach · 15 years ago
- 95cf7e7 Remove obsoleted files (from AsmPrinter move) by Daniel Dunbar · 15 years ago
- e176fc9 Revert r78914, as it was breaking the build. by Owen Anderson · 15 years ago
- 815944d Simplify this code so that it doesn't depend on raw_ostream being copyable. by Dan Gohman · 15 years ago
- 2780609 Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. by Sanjiv Gupta · 15 years ago
- 06789e2 Track pristine registers as if they were live-in in the register scavenger. by Jakob Stoklund Olesen · 15 years ago
- a6b677d Use pristine register info in machine code verifier. by Jakob Stoklund Olesen · 15 years ago
- 4a0f08c Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 15 years ago
- 7104616 Add callback to allow target to adjust latency of schedule dependency edge. by David Goodwin · 15 years ago
- 524dea4 Move SetBufferSize and SetUnbuffered out of line. by Dan Gohman · 15 years ago
- 6d3d9c3 Finalize itineraries for cortex-a8 integer multiply by David Goodwin · 15 years ago
- 33e49ef Fix the buffer handling logic so that write_impl is always called with by Dan Gohman · 15 years ago
- d6c0f65 Fix a 4x slowdown in llc -asm-verbose caused by the use of by Dan Gohman · 15 years ago
- 8db5cce Remove unnecessary newline by Jim Grosbach · 15 years ago
- 1add659 Correct comment wording by Jim Grosbach · 15 years ago
- b71b909 reintroduce support for Mips "small" section handling. This is by Chris Lattner · 15 years ago
- d4c00c0 Fix the N>=64 case in the isInt<> and isUint<> templates. by Jakob Stoklund Olesen · 15 years ago
- 48bd7e3 tPOP_RET now has predicate operands. by Evan Cheng · 15 years ago
- bfcbb50 Add a fixme message about canonicalizing floating-point vector types. by Bob Wilson · 15 years ago
- bab812b Revert r78852 for now. I want to do this differently, but I don't have time by Bob Wilson · 15 years ago
- bf04f72 fix typo, add 10.6 version of test for my previous patch. by Chris Lattner · 15 years ago
- e3736f8 Restore some "small section" support code, reverting my patch from r76936. by Chris Lattner · 15 years ago
- 86e5f7b It's ok to spill a tGPR register as long as it's still allocated a low register. by Evan Cheng · 15 years ago
- b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 15 years ago
- 7c4efa6 When InstCombine simplifies a load -> extract element to gep -> load, place by Mon P Wang · 15 years ago
- b808588 Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 15 years ago
- 62728dc Simplify conditional. by Andreas Bolka · 15 years ago
- ec40eb4 Simplify and reduce indentation using early exits. by Andreas Bolka · 15 years ago
- 52e539c DEBUGify some DOUTs. by Andreas Bolka · 15 years ago
- f1f2dc2 Prune trailing whitespace. by Andreas Bolka · 15 years ago
- 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
- 2886506 Add a comment to describe why vector shuffles are legalized to custom DAG nodes. by Bob Wilson · 15 years ago
- ac55b85 Add StringRef::front (with some small tweaks while I was in the area). by Daniel Dunbar · 15 years ago
- d06791f Use cast<> instead of dyn_cast<> in places where the type is known. by Bob Wilson · 15 years ago
- 3cdfb4a Update llvm-prof for ProfileInfo API changes. - Patch by Erick Tryzelaar by Daniel Dunbar · 15 years ago
- 01889ca Change the indentation for LLVM Assembly files from 1 tab to 2 spaces. by Dan Gohman · 15 years ago
- cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 15 years ago
- 38cff38 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 15 years ago
- f991ecf Symbols with LinkerPrivateLinkage are weak. This allows WebKit to build again. by Dale Johannesen · 15 years ago
- 873bc4c make PIC16 unique its own sections instead of having mcontext do it. by Chris Lattner · 15 years ago
- c9d3152 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 15 years ago
- e309cfa reject invalid code like: by Chris Lattner · 15 years ago
- 5dc47ff implement support for uniquing MachO sections. by Chris Lattner · 15 years ago
- 9bf0b9b Now that numbered types have their number printed, it's no longer by Dan Gohman · 15 years ago
- a462920 some compiler don't get string from TLOF.h implicitly or something. by Chris Lattner · 15 years ago
- d3c4486f reduce #includage by Chris Lattner · 15 years ago
- 3845e50 Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." by Dan Gohman · 15 years ago
- 066dbb6 Mark the callsite intrinsic such that the opimizers know it's not dead. by Jim Grosbach · 15 years ago
- af385ba Recognize Neon VDUP shuffles during legalization instead of selection. by Bob Wilson · 15 years ago