- 60e7127 Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux though it by Wesley Peck · 14 years ago
- d9707e3 Revert r116983, which is breaking all the buildbots. by Owen Anderson · 14 years ago
- 13a9490 Major update of the MicroBlaze backend. The new features are: by Wesley Peck · 14 years ago
- 17ffc52 Adding the EM_MBLAZE value to the machine architectures enumeration to by Wesley Peck · 14 years ago
- e9c253e X86: Add alloca probing to dynamic alloca on Windows. Fixes PR8424. by Michael J. Spencer · 14 years ago
- d6865de Add missing scheduling itineraries for transfers between core registers and VFP registers. by Evan Cheng · 14 years ago
- d779554 Implement correct encodings for NEON vadd, both integer and floating point. by Owen Anderson · 14 years ago
- dd0a00a CodeGen-Windows: Only emit _fltused if a VarArg function is called with floating point args. by Michael J. Spencer · 14 years ago
- 2d8f6fe Custom lower f64 args passed in integer registers. by Eric Christopher · 14 years ago
- 6e56b18 Fix Whitespace. by Michael J. Spencer · 14 years ago
- 01aabda Add encoding for moving a value between two ARM core registers and a doublework by Bill Wendling · 14 years ago
- f1583ae Remember to keep track of rematted values. by Jakob Stoklund Olesen · 14 years ago
- 7d31a16 Add encodings for movement between ARM core registers and single-precision by Bill Wendling · 14 years ago
- adb30d2 Memdep says that an instruction clobbers itself by Dan Gohman · 14 years ago
- 75f6df2 Attempt to fix valgrind complaining about (benign) leaks in pass registration by having PassRegistry by Owen Anderson · 14 years ago
- ba13864 Factor out the main aliasing check into a separate function. by Dan Gohman · 14 years ago
- 561ac17 Add some comments. by Dan Gohman · 14 years ago
- 134982d More accurate estimate / tracking of register pressure. by Evan Cheng · 14 years ago
- e4d3159 Fix crash introduced in 116852. 8573915. by Dale Johannesen · 14 years ago
- 0b62f95 Fix comments; the type graph is currently a tree, not a DAG. by Dan Gohman · 14 years ago
- 7ab2af0 Cut unneeded global variable. by Jason W Kim · 14 years ago
- 080c316 Move some of the InlineSpiller rematerialization code into LiveRangeEdit. by Jakob Stoklund Olesen · 14 years ago
- e93d99c Remove Synthesizable from the Type system; as MMX vector by Dale Johannesen · 14 years ago
- 9b25940 When SimpleRegisterCoalescing is trimming kill flags on a physical register by Jakob Stoklund Olesen · 14 years ago
- 64e6719 Handle _GLOBAL_OFFSET_TABLE_ correctly. by Rafael Espindola · 14 years ago
- 9f608b1 Use C++03... by Michael J. Spencer · 14 years ago
- a9cf7b8 System-Win32/Path: Fix incorrect assumption in isValid. by Michael J. Spencer · 14 years ago
- 7283da5 Add a comment about ATTRIBUTE_UNUSED to avoid further confusion over when to by Chandler Carruth · 14 years ago
- 1cd9708 Remove remaining uses of ATTRIBUTE_UNUSED on variables, and delete three by Chandler Carruth · 14 years ago
- 3659ac2 Fix a TODO by removing some unnecesary copies. by Eric Christopher · 14 years ago
- 02003ca Record sysbols created by aliases. Fixes PR8414. by Rafael Espindola · 14 years ago
- f10c519 Add ATTRIBUTE_UNUSED for -Asserts. by NAKAMURA Takumi · 14 years ago
- 6551360 Add RegionPass support. by Tobias Grosser · 14 years ago
- 3e26c3c Fix CMake build by Douglas Gregor · 14 years ago
- 238777e Add a way to emit StringSwitch of clang attribute spellings. by Anders Carlsson · 14 years ago
- b8e67fc Fix backwards conditional. by Jim Grosbach · 14 years ago
- f96e4bd Make CodeGen TBAA-aware. by Dan Gohman · 14 years ago
- 8b95c3e Add dynamic realignment when rematerializing the base register. by Jim Grosbach · 14 years ago
- f6d7df6 Nuke a commented out bit that got missed a while back. by Jim Grosbach · 14 years ago
- df7ec20 Spelling typo fix. s/incput/input/. Thanks, Bob! by Jim Grosbach · 14 years ago
- e4ad387 Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any by Jim Grosbach · 14 years ago
- db4708c Move NoAA out of BasicAliasAnalysis.cpp into its own file, now that by Dan Gohman · 14 years ago
- 3da848b Reapply r116831 and r116839, converting AliasAnalysis to use by Dan Gohman · 14 years ago
- 5ee568a Extend StringRef's edit-distance algorithm to permit an upper bound on the allowed edit distance by Douglas Gregor · 14 years ago
- 8155ea4 Update comments to remove obsolete references. by Jim Grosbach · 14 years ago
- 1db839e Revert r116831 and r116839, which are breaking selfhost builds. by Dan Gohman · 14 years ago
- 2594746 Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts. by Jakob Stoklund Olesen · 14 years ago
- 205942a Passes do not need to recursively initialize passes that they preserve, if by Owen Anderson · 14 years ago
- 575cd14 Enable using vdup for vector constants which are splat of by Dale Johannesen · 14 years ago
- 879b65b Remove extraneous slash. by Owen Anderson · 14 years ago
- bd70118 Small cleanups and fixes in preparation for fixing _GLOBAL_OFFSET_TABLE_. by Rafael Espindola · 14 years ago
- 2312842 Re-enable register pressure aware machine licm with fixes. Hoist() may have by Evan Cheng · 14 years ago
- 9cb4c7f Oops, check in all the files for converting AliasAnalysis to use uint64_t. by Dan Gohman · 14 years ago
- 8a806ae unittests: Use the correct defines and global variables when building on CMake. by Michael J. Spencer · 14 years ago
- 01734b1 Fix VC2010 build. by Michael J. Spencer · 14 years ago
- 62d4ced Factor out the call-once implementation into its own macro. by Owen Anderson · 14 years ago
- 4cccb87 Change AliasAnalysis and its clients to use uint64_t instead of unsigned by Dan Gohman · 14 years ago
- f7d5278 Fixing r116753 r116756 r116777 by Jason W Kim · 14 years ago
- 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 14 years ago
- 9869413 Revert r116781 "- Add a hook for target to determine whether an instruction def by Daniel Dunbar · 14 years ago
- f3a925d Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. by Dan Gohman · 14 years ago
- 99fca5d GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. by Mikhail Glushenkov · 14 years ago
- d3b0053 Trailing whitespace. by Mikhail Glushenkov · 14 years ago
- 4d17454 Add svn:ignore by Che-Liang Chiou · 14 years ago
- 6005ae9 Add svn:ignore to lib/Target/PTX/ by Che-Liang Chiou · 14 years ago
- 21239d6 Add test case mov.ll for PTX device function by Che-Liang Chiou · 14 years ago
- b48f2c2 Add lower argument and return of device function by Che-Liang Chiou · 14 years ago
- cf2561d Fix spelling. by Bill Wendling · 14 years ago
- 6b24116 First step to allowing the resource directory of Clang to be adjusted for by Chandler Carruth · 14 years ago
- 94f7eeb X86: Add MS-CRT libcalls. by Michael J. Spencer · 14 years ago
- 87b8665 Fix Whitespace. by Michael J. Spencer · 14 years ago
- 3b3b0eb lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak to emit ".{section}${name}" instead of ".{section}$linkonce_{name}" for linkonce sections. by NAKAMURA Takumi · 14 years ago
- dc986d2 Fix for machine licm assert: RCCost <= RegPressure[RCId] by Andrew Trick · 14 years ago
- 1978599 Fix PR8300 by remembering to keep the bitcast in all cases. by Rafael Espindola · 14 years ago
- 5c0db76 lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts. by NAKAMURA Takumi · 14 years ago
- 1b5de0e lib/Support/raw_ostream.cpp: Fix Cygwin's build. by NAKAMURA Takumi · 14 years ago
- 11e8b74 - Add a hook for target to determine whether an instruction def is by Evan Cheng · 14 years ago
- b5a2d3f Move the definition of this to the source file to anchor the vtable. by Chandler Carruth · 14 years ago
- 1dcb1ea Speculatively revert 116753 and 116756 to attempt to fix the bots. by Eric Christopher · 14 years ago
- 3454ed9 Support alignment for NEON vld-lane and vst-lane instructions. by Bob Wilson · 14 years ago
- 87f4a1a Added a few tweaks to the Intel Descriptor-table support instructions to allow by Kevin Enderby · 14 years ago
- 70987fb ARM encoding information for [SU]SAT* instructions. by Jim Grosbach · 14 years ago
- eee5400 Make the representation of AliasSets explicitly differentiate by Dan Gohman · 14 years ago
- 1be4ab6 Add a virtual destructor to silence a GCC warning. by Chandler Carruth · 14 years ago
- 6e5367d Revert r116220 - thus turning arm fast isel back on by default. by Eric Christopher · 14 years ago
- 4a23a37 Get rid of unneeded FormatOutput global variable by Jason W Kim · 14 years ago
- d49e2aa CrashRecoveryContext: Add missing return, so that the signal fires after we our by Daniel Dunbar · 14 years ago
- e7d4a4c Changed elf-dump to output hex format by default. Also updated tests. by Jason W Kim · 14 years ago
- fb8096d Don't pass the raw invalid pointer used to represent conflicting by Dan Gohman · 14 years ago
- b41ee96 Don't recompute MachineRegisterInfo in the Optimize* method. by Bill Wendling · 14 years ago
- 9d28fdd Trailing whitespace. by Mikhail Glushenkov · 14 years ago
- 992ac3e Add a basic testcase for TBAA-aware LICM. by Dan Gohman · 14 years ago
- eada304 Implement R_386_GOT32. by Rafael Espindola · 14 years ago
- a8702ea Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. by Dan Gohman · 14 years ago
- ce2d3c5 Relocate with .bss instead of using the symbol. Matches gas behavior. by Rafael Espindola · 14 years ago
- 24dc9ec Reenable assert. by Rafael Espindola · 14 years ago
- 3bcb3a6 Transfer debug loc to lowered call. Patch by Alexander Herz! by Devang Patel · 14 years ago
- 4021fcc Add TypeBasedAliasAnalysis to the standard pass lists. Note that it by Dan Gohman · 14 years ago
- bdcbf61 Run tbaa before basicaa, since that's how it's expected to be used. by Dan Gohman · 14 years ago
- 6cc7c9b Fix BasicAA to pass TBAAInfo through to the chained analysis. by Dan Gohman · 14 years ago