- 575cd14 Enable using vdup for vector constants which are splat of by Dale Johannesen · 15 years ago
- 879b65b Remove extraneous slash. by Owen Anderson · 15 years ago
- bd70118 Small cleanups and fixes in preparation for fixing _GLOBAL_OFFSET_TABLE_. by Rafael Espindola · 15 years ago
- 2312842 Re-enable register pressure aware machine licm with fixes. Hoist() may have by Evan Cheng · 15 years ago
- 9cb4c7f Oops, check in all the files for converting AliasAnalysis to use uint64_t. by Dan Gohman · 15 years ago
- 8a806ae unittests: Use the correct defines and global variables when building on CMake. by Michael J. Spencer · 15 years ago
- 01734b1 Fix VC2010 build. by Michael J. Spencer · 15 years ago
- 62d4ced Factor out the call-once implementation into its own macro. by Owen Anderson · 15 years ago
- 4cccb87 Change AliasAnalysis and its clients to use uint64_t instead of unsigned by Dan Gohman · 15 years ago
- f7d5278 Fixing r116753 r116756 r116777 by Jason W Kim · 15 years ago
- 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 15 years ago
- 9869413 Revert r116781 "- Add a hook for target to determine whether an instruction def by Daniel Dunbar · 15 years ago
- f3a925d Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. by Dan Gohman · 15 years ago
- 99fca5d GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. by Mikhail Glushenkov · 15 years ago
- d3b0053 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- 4d17454 Add svn:ignore by Che-Liang Chiou · 15 years ago
- 6005ae9 Add svn:ignore to lib/Target/PTX/ by Che-Liang Chiou · 15 years ago
- 21239d6 Add test case mov.ll for PTX device function by Che-Liang Chiou · 15 years ago
- b48f2c2 Add lower argument and return of device function by Che-Liang Chiou · 15 years ago
- cf2561d Fix spelling. by Bill Wendling · 15 years ago
- 6b24116 First step to allowing the resource directory of Clang to be adjusted for by Chandler Carruth · 15 years ago
- 94f7eeb X86: Add MS-CRT libcalls. by Michael J. Spencer · 15 years ago
- 87b8665 Fix Whitespace. by Michael J. Spencer · 15 years ago
- 3b3b0eb lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name}" instead of ".{section}$linkonce_{name}" for linkonce sections. by NAKAMURA Takumi · 15 years ago
- dc986d2 Fix for machine licm assert: RCCost <= RegPressure[RCId] by Andrew Trick · 15 years ago
- 1978599 Fix PR8300 by remembering to keep the bitcast in all cases. by Rafael Espindola · 15 years ago
- 5c0db76 lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts. by NAKAMURA Takumi · 15 years ago
- 1b5de0e lib/Support/raw_ostream.cpp: Fix Cygwin's build. by NAKAMURA Takumi · 15 years ago
- 11e8b74 - Add a hook for target to determine whether an instruction def is by Evan Cheng · 15 years ago
- b5a2d3f Move the definition of this to the source file to anchor the vtable. by Chandler Carruth · 15 years ago
- 1dcb1ea Speculatively revert 116753 and 116756 to attempt to fix the bots. by Eric Christopher · 15 years ago
- 3454ed9 Support alignment for NEON vld-lane and vst-lane instructions. by Bob Wilson · 15 years ago
- 87f4a1a Added a few tweaks to the Intel Descriptor-table support instructions to allow by Kevin Enderby · 15 years ago
- 70987fb ARM encoding information for [SU]SAT* instructions. by Jim Grosbach · 15 years ago
- eee5400 Make the representation of AliasSets explicitly differentiate by Dan Gohman · 15 years ago
- 1be4ab6 Add a virtual destructor to silence a GCC warning. by Chandler Carruth · 15 years ago
- 6e5367d Revert r116220 - thus turning arm fast isel back on by default. by Eric Christopher · 15 years ago
- 4a23a37 Get rid of unneeded FormatOutput global variable by Jason W Kim · 15 years ago
- d49e2aa CrashRecoveryContext: Add missing return, so that the signal fires after we our by Daniel Dunbar · 15 years ago
- e7d4a4c Changed elf-dump to output hex format by default. Also updated tests. by Jason W Kim · 15 years ago
- fb8096d Don't pass the raw invalid pointer used to represent conflicting by Dan Gohman · 15 years ago
- b41ee96 Don't recompute MachineRegisterInfo in the Optimize* method. by Bill Wendling · 15 years ago
- 9d28fdd Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- 992ac3e Add a basic testcase for TBAA-aware LICM. by Dan Gohman · 15 years ago
- eada304 Implement R_386_GOT32. by Rafael Espindola · 15 years ago
- a8702ea Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. by Dan Gohman · 15 years ago
- ce2d3c5 Relocate with .bss instead of using the symbol. Matches gas behavior. by Rafael Espindola · 15 years ago
- 24dc9ec Reenable assert. by Rafael Espindola · 15 years ago
- 3bcb3a6 Transfer debug loc to lowered call. Patch by Alexander Herz! by Devang Patel · 15 years ago
- 4021fcc Add TypeBasedAliasAnalysis to the standard pass lists. Note that it by Dan Gohman · 15 years ago
- bdcbf61 Run tbaa before basicaa, since that's how it's expected to be used. by Dan Gohman · 15 years ago
- 6cc7c9b Fix BasicAA to pass TBAAInfo through to the chained analysis. by Dan Gohman · 15 years ago
- 5c57639 For Thumb2, try to use frame pointer references for stack slots even when a by Jim Grosbach · 15 years ago
- aa85c21 Produce ELF::R_386_GOTPC relocations. by Rafael Espindola · 15 years ago
- 01b58f6 Make TypeBasedAliasAnalysis default to doing nothing, with a command-line by Dan Gohman · 15 years ago
- acf50f5 Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory. by Dan Gohman · 15 years ago
- c1be92f Make BasicAliasAnalysis a normal AliasAnalysis implementation which by Dan Gohman · 15 years ago
- 9baee3b Make the bots happy. by Rafael Espindola · 15 years ago
- 7aef62f Added a handful of x86-32 instructions that were missing so that llvm-mc would by Kevin Enderby · 15 years ago
- 9edab3a Produce a R_386_PLT32 when needed. Moved the default cases of switches to the by Rafael Espindola · 15 years ago
- 0f0127f ARM addrmode4 instructions (ldm, stm and friends) can't encode an immediate by Jim Grosbach · 15 years ago
- e038a20 Grammar tweak. by Jim Grosbach · 15 years ago
- c97f80e Handle GOTOFF correctly on i386. by Rafael Espindola · 15 years ago
- c0c7c2b Trivial grammar tweak. by Jim Grosbach · 15 years ago
- 940e796 Improve lowering of sext to i128 on SPU. by Kalle Raiskila · 15 years ago
- 4cf34c6 Remove the check for invalid calling conventions. Testing shows that they're by Eric Christopher · 15 years ago
- fa87d66 Lift arg promotion from the X86 backend. This should be unified at some point. by Eric Christopher · 15 years ago
- 404be0c Now that we handle all allocas via a non-SP reg offset remove all of the by Eric Christopher · 15 years ago
- 4c8a985 std::string cleanup. by Benjamin Kramer · 15 years ago
- 24f1206 Fix a typo and silence unused variable warnings in -Asserts build. by Benjamin Kramer · 15 years ago
- ec8bf97 Allow more load types to be materialized through the allocas. by Eric Christopher · 15 years ago
- f0c55a9 Build with RTTI and exceptions disabled. Only in GCC for now. by Oscar Fuentes · 15 years ago
- d56d61a Optimize GEP off of intermediate allocas. by Eric Christopher · 15 years ago
- 7208dbf Fix comment. by Eric Christopher · 15 years ago
- dc0b0ef Turn on AddOperator folding in GEP. by Eric Christopher · 15 years ago
- 45c6071 Use the i12 immediate versions of the load instructions - they're handled by Eric Christopher · 15 years ago
- f230df9 Add a MCObjectFormat class so that code common to all targets that use a by Rafael Espindola · 15 years ago
- cb2caf7 Hack around incompatible pointer warnings. by Benjamin Kramer · 15 years ago
- af81235 Eliminate some calls to Value::getNameStr. by Benjamin Kramer · 15 years ago
- d30dcfe Unbreak test on non-COFF targets. by Benjamin Kramer · 15 years ago
- 4cee289 MC-COFF: Add support for default-null weak externals. by Michael J. Spencer · 15 years ago
- 84ac4d5 X86-Windows: Emit an undefined global __fltused symbol when targeting Windows by Michael J. Spencer · 15 years ago
- e70c526 Whitespace! by Michael J. Spencer · 15 years ago
- 138abae MC/AsmParser: Report .stabs directive as unsupported. by Daniel Dunbar · 15 years ago
- 03a9fdf More machine LICM work. It now tracks register pressure for path from preheader to current BB and use the information determine whether hoisting is worthwhile. by Evan Cheng · 15 years ago
- 47650ec Fix some funky formatting that got through. by Eric Christopher · 15 years ago
- 07fda9f ARMCodeEmitter::emitMiscInstruction is dead. Long live by Bill Wendling · 15 years ago
- c9a91fd Make sure offset is 0 for load/store register to the stack call. by Eric Christopher · 15 years ago
- 6549121 Generalize MemCpyOpt's handling of call slot forwarding to function properly when the call slot by Owen Anderson · 15 years ago
- 00ed59a Formatting. by Eric Christopher · 15 years ago
- 8535403 lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with by Daniel Dunbar · 15 years ago
- 315030c Fix else if -> if in store machinery. by Eric Christopher · 15 years ago
- 2695d8e Reformatting. No functionalogicality changes. by Bill Wendling · 15 years ago
- a322425 Refactor ARM fast-isel reg + offset to be a base + offset. by Eric Christopher · 15 years ago
- 5ad01c7 Encoding information for the various ARM saturating add/sub instructions. by Jim Grosbach · 15 years ago
- 900152b llvmc: Add a test for the -c flag. by Mikhail Glushenkov · 15 years ago
- 8476088 ARM binary encoding information for RSB and RSC instructions. by Jim Grosbach · 15 years ago
- fd52906 Don't mark argument value stores as immutable, as otherwise the post-RA by Jim Grosbach · 15 years ago
- 01b35c2 Use simple RegState::Define flag instead of getDefRegState(true). by Bob Wilson · 15 years ago
- de89b01 Refactor alias handling to AliasedSymbol. by Rafael Espindola · 15 years ago