- 741042f fix pasto noticed by Jakub by Chris Lattner · 15 years ago
- bad9def Use the new API for creating an OpaqueType. by Nicolas Geoffray · 15 years ago
- 3d2de1d add a stub for futher description of filecheck. by Chris Lattner · 15 years ago
- 9d3787b add a simple FileCheck man page. by Chris Lattner · 15 years ago
- 5f0b748 tidy up by Chris Lattner · 15 years ago
- ab2a663 Update cpp generation with new LLVM API for primitive types. by Nicolas Geoffray · 15 years ago
- bfa79b8 Revert a few changes that were done in 78603. by Sanjiv Gupta · 15 years ago
- d62c9a6 Don't setCalleeSavedInfoValid() until spills are interted. by Jakob Stoklund Olesen · 15 years ago
- 4af85b2 Allow double defs in the machine code verifier after the addPreRegAlloc passes. by Jakob Stoklund Olesen · 15 years ago
- 1c8c15f Move XCore AsmPrinter to XCore/AsmPrinter directory. by Richard Osborne · 15 years ago
- 7d92721 Add XFAIL testcase for setcc undef. by Jakob Stoklund Olesen · 15 years ago
- ea60d3d Add XFAIL test case for a scavenger assert. by Jakob Stoklund Olesen · 15 years ago
- 6b16eff Add support for the PowerPC 64-bit SVR4 ABI. by Tilmann Scheller · 15 years ago
- 7a1e872 Update LocalRewriter::DistanceMap when inserting stack loads. by Jakob Stoklund Olesen · 15 years ago
- c4f661e Reformatting and some cleanup. by Bill Wendling · 15 years ago
- e96507c 80 col violations. by Evan Cheng · 15 years ago
- 39f4d47 Fix tests. by Evan Cheng · 15 years ago
- bc9b754 Turn on if-conversion for thumb2. by Evan Cheng · 15 years ago
- ad27d77 update for rename. by Chris Lattner · 15 years ago
- c077621 rename PIC16Section.h -> MCSectionPIC16.h for consistency with by Chris Lattner · 15 years ago
- 97d37b6 cmake likes its explicit list of files to build. by Chris Lattner · 15 years ago
- 760e24c use XCore-specific section with xcore specific cp/dp flags to restore by Chris Lattner · 15 years ago
- 203b3e9 If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow by Chris Lattner · 15 years ago
- 7d996d9 add support for target-specific ELF section flags, add a new MCSectionXCore by Chris Lattner · 15 years ago
- bd51c67 Simplify a few more things, eliminating a few more dependencies on by Dan Gohman · 15 years ago
- 0d24bfb Simplify this code to not depend as much on CurMBB. by Dan Gohman · 15 years ago
- 010b1b9 Do not use frame register to reference fixed stack objects if the function is frameless. by Evan Cheng · 15 years ago
- d7be663 Always check to see if raw_fd_ostream's file descriptor is attached to by Dan Gohman · 15 years ago
- fbcb5b6 Add support for column computation on unbuffered streams. by Dan Gohman · 15 years ago
- a4a68c1 Move FormattedStream's write_impl out of line. by Dan Gohman · 15 years ago
- 1486ef9 Remove an unnecessary #include. by Dan Gohman · 15 years ago
- 20e8d5a switch DominanceFrontier::splitBlock to use a smallvector for by Chris Lattner · 15 years ago
- d6708ea On x86-64, for a varargs function, don't store the xmm registers to by Dan Gohman · 15 years ago
- 6325a53 Do not completely skip subrange info for a zero sized array. by Devang Patel · 15 years ago
- 98a0104 Leaf functions which do not save CSRs can be frameless even with -disable-fp-elim. by Evan Cheng · 15 years ago
- 9c546cd CMake: Updated library dependence info. by Oscar Fuentes · 15 years ago
- 0abee07 Add sse4.2 string/text processing intrinsics. We'll select these later. by Eric Christopher · 15 years ago
- 8011795 Whitespace cleanup. by Eric Christopher · 15 years ago
- 72977a4 Allow targets to specify their choice of calling conventions per by Anton Korobeynikov · 15 years ago
- e6c835f Add Thumb2 lsr hooks. by Evan Cheng · 15 years ago
- e44313e llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. by Daniel Dunbar · 15 years ago
- dac19a7 CMake: Corrected variable check. by Oscar Fuentes · 15 years ago
- abd7514 *try* to use a better name to describe how common symbols are marked on the elf object file. by Bruno Cardoso Lopes · 15 years ago
- 5ee3ba2 Add doxygen comments. by Owen Anderson · 15 years ago
- 59bc060 80 col violation. by Evan Cheng · 15 years ago
- b2d0b6b llvm-mc: When handling a .set, make sure to print subsequent references to the by Daniel Dunbar · 15 years ago
- 9b9014f Cleanup the mess in msp430 target registration and hopefully unbreak the build by Anton Korobeynikov · 15 years ago
- 9a0b165 Revert r78424. by Argyrios Kyrtzidis · 15 years ago
- bba9f5f Indentation. by Evan Cheng · 15 years ago
- 7a677a3 Force reconfigure by Anton Korobeynikov · 15 years ago
- 12de0df llvm-mc: zerofill shouldn't print quotes around the section,segment. by Daniel Dunbar · 15 years ago
- 56ce0f4 fix "pc" to be lower case in a target triple, patch by Yonggang Luo by Chris Lattner · 15 years ago
- 37f1cbd Hopefully unbreak cmake builds by Anton Korobeynikov · 15 years ago
- 31b99dd Also shrink immediate branches; also more assembler workarounds. by Evan Cheng · 15 years ago
- 960a7c9 Give MSP430 a separate asmprinter lib by Anton Korobeynikov · 15 years ago
- 1ab7594 llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) by Daniel Dunbar · 15 years ago
- 2247276 Properly handle indirect win64 args when they're passed in memory by Anton Korobeynikov · 15 years ago
- 267a0ff Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 15 years ago
- 94d38e5 CMake: Automatic regeneration of the library dependencies file. by Oscar Fuentes · 15 years ago
- 717f1dc Take another shot at disabling this when no ppc support is available. by Daniel Dunbar · 15 years ago
- 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