2010-10-20 |
Dan Gohman | Memdep says that an instruction clobbers itself |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Owen Anderson | Attempt to fix valgrind complaining about (benign)... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Dan Gohman | Factor out the main aliasing check into a separate... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Dan Gohman | Add some comments. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Evan Cheng | More accurate estimate / tracking of register pressure. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Dale Johannesen | Fix crash introduced in 116852. 8573915. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Dan Gohman | Fix comments; the type graph is currently a tree, not... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Jason W Kim | Cut unneeded global variable. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Jakob Stoklund... | Move some of the InlineSpiller rematerialization code... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Dale Johannesen | Remove Synthesizable from the Type system; as MMX vector |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Jakob Stoklund... | When SimpleRegisterCoalescing is trimming kill flags... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Rafael Espindola | Handle _GLOBAL_OFFSET_TABLE_ correctly. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Michael J.... | Use C++03... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Michael J.... | System-Win32/Path: Fix incorrect assumption in isValid. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Chandler Carruth | Add a comment about ATTRIBUTE_UNUSED to avoid further... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Chandler Carruth | Remove remaining uses of ATTRIBUTE_UNUSED on variables... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Eric Christopher | Fix a TODO by removing some unnecesary copies. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Rafael Espindola | Record sysbols created by aliases. Fixes PR8414. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
NAKAMURA Takumi | Add ATTRIBUTE_UNUSED for -Asserts. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Tobias Grosser | Add RegionPass support. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Douglas Gregor | Fix CMake build |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Anders Carlsson | Add a way to emit StringSwitch of clang attribute spell... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Jim Grosbach | Fix backwards conditional. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Dan Gohman | Make CodeGen TBAA-aware. |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Jim Grosbach | Add dynamic realignment when rematerializing the base... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jim Grosbach | Nuke a commented out bit that got missed a while back. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jim Grosbach | Spelling typo fix. s/incput/input/. Thanks, Bob! |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jim Grosbach | Add a pre-dispatch SjLj EH hook on the unwind edge... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Dan Gohman | Move NoAA out of BasicAliasAnalysis.cpp into its own... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Dan Gohman | Reapply r116831 and r116839, converting AliasAnalysis... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Douglas Gregor | Extend StringRef's edit-distance algorithm to permit... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jim Grosbach | Update comments to remove obsolete references. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Dan Gohman | Revert r116831 and r116839, which are breaking selfhost... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jakob Stoklund... | Shrink MachineOperand from 40 to 32 bytes on 64-bit... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Owen Anderson | Passes do not need to recursively initialize passes... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Dale Johannesen | Enable using vdup for vector constants which are splat of |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Owen Anderson | Remove extraneous slash. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Rafael Espindola | Small cleanups and fixes in preparation for fixing... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Evan Cheng | Re-enable register pressure aware machine licm with... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Dan Gohman | Oops, check in all the files for converting AliasAnalys... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Michael J.... | unittests: Use the correct defines and global variables... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Michael J.... | Fix VC2010 build. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Owen Anderson | Factor out the call-once implementation into its own... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Dan Gohman | Change AliasAnalysis and its clients to use uint64_t... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jason W Kim | Fixing r116753 r116756 r116777 |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Daniel Dunbar | Revert r116781 "- Add a hook for target to determine... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Dan Gohman | Consistently use AliasAnalysis::UnknownSize instead... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Mikhail Glushenkov | GlobalOpt: EvaluateFunction() must not evaluate stores... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Che-Liang Chiou | Add svn:ignore |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Che-Liang Chiou | Add svn:ignore to lib/Target/PTX/ |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Che-Liang Chiou | Add test case mov.ll for PTX device function |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Che-Liang Chiou | Add lower argument and return of device function |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bill Wendling | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Chandler Carruth | First step to allowing the resource directory of Clang... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Michael J.... | X86: Add MS-CRT libcalls. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Michael J.... | Fix Whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
NAKAMURA Takumi | lib/CodeGen/TargetLoweringObjectFileImpl.cpp: Tweak... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Andrew Trick | Fix for machine licm assert: RCCost <= RegPressure... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Rafael Espindola | Fix PR8300 by remembering to keep the bitcast in all... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
NAKAMURA Takumi | lib/System/Win32/ThreadLocal.inc: Suppress "unused... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
NAKAMURA Takumi | lib/Support/raw_ostream.cpp: Fix Cygwin's build. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Evan Cheng | - Add a hook for target to determine whether an instruc... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Chandler Carruth | Move the definition of this to the source file to ancho... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Eric Christopher | Speculatively revert 116753 and 116756 to attempt to... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Bob Wilson | Support alignment for NEON vld-lane and vst-lane instru... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Kevin Enderby | Added a few tweaks to the Intel Descriptor-table suppor... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | ARM encoding information for [SU]SAT* instructions. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Make the representation of AliasSets explicitly differe... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Chandler Carruth | Add a virtual destructor to silence a GCC warning. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Eric Christopher | Revert r116220 - thus turning arm fast isel back on... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jason W Kim | Get rid of unneeded FormatOutput global variable |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Daniel Dunbar | CrashRecoveryContext: Add missing return, so that the... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jason W Kim | Changed elf-dump to output hex format by default. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Don't pass the raw invalid pointer used to represent... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Bill Wendling | Don't recompute MachineRegisterInfo in the Optimize... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Add a basic testcase for TBAA-aware LICM. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Implement R_386_GOT32. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Relocate with .bss instead of using the symbol. Matches... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Reenable assert. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Devang Patel | Transfer debug loc to lowered call. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Add TypeBasedAliasAnalysis to the standard pass lists... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Run tbaa before basicaa, since that's how it's expected... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Fix BasicAA to pass TBAAInfo through to the chained... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | For Thumb2, try to use frame pointer references for... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Produce ELF::R_386_GOTPC relocations. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Make TypeBasedAliasAnalysis default to doing nothing... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Use chaining in TypeBasedAliasAnalysis::pointsToConstan... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Dan Gohman | Make BasicAliasAnalysis a normal AliasAnalysis implemen... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Make the bots happy. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Kevin Enderby | Added a handful of x86-32 instructions that were missin... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Produce a R_386_PLT32 when needed. Moved the default... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | ARM addrmode4 instructions (ldm, stm and friends) can... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | Grammar tweak. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Rafael Espindola | Handle GOTOFF correctly on i386. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Jim Grosbach | Trivial grammar tweak. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Kalle Raiskila | Improve lowering of sext to i128 on SPU. |
commit | commitdiff | tree | snapshot |
next |