2013-10-16 |
Yunzhong Gao | Enabling 3DNow! prefetch instruction for a few AMD... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Create an atom with just the data that failed to disass... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Remove an outdated statement. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Andrew Trick | After PostRA scheduling, don't set kill flags on undef... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Fix MCDataAtom never calling remap when adding data. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Anders Waldenborg | [llvm-c] Add LLVMPrintModuleToString. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Arnold Schwaighofer | SLPVectorizer: Don't vectorize volatile memory operations |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Arnold Schwaighofer | Revert "SLPVectorizer: Don't vectorize volatile memory... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Tom Stellard | R600: Fix a crash in the AMDILCFGStructurizer |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Tom Stellard | R600: Remove some dead code from the AMDILCFGStructurizer |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Port to FileCheck. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Andrew Kaylor | Adding oprofile support for MCJIT. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Chad Rosier | Update comment. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Chad Rosier | Fix comment. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Assert on duplicate registration. Don't depend on funct... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Chad Rosier | [AArch64] Add support for NEON scalar signed saturating... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Arnold Schwaighofer | SLPVectorizer: Don't vectorize volatile memory operations |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Add more documentation about the TargetStreamer interface. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Benjamin Kramer | DAGCombiner: Don't fold xor into not if getNOT would... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Kostya Serebryany | [asan] Optimize accesses to global arrays with constant... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Richard Sandiford | [SystemZ] Handle extensions in RxSBG optimizations |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | [pr17595] Fix a use after free. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Richard Sandiford | [SystemZ] Improve handling of SETCC |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Richard Sandiford | Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Alexey Samsonov | llvm-symbolizer: don't always run demangler on global... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Bill Wendling | Add a 'deleteModule' method to the Linker class. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
NAKAMURA Takumi | Revert r192758 (and r192759), "MC: Better handling... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Craig Topper | Really fix build warning/error that I think r192756... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Will Dietz | TypeFinder: prefer iterative algorithm to keep stack... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rui Ueyama | Fix a bug in Windows resource file detection. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Add a triple to this test. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Add support for metadata representing .ident directives. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Eric Christopher | Fix a pair of bugs in the emission of pubname tables: |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Add a MCAsmInfoELF class and factor some code into it. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Hans Wennborg | dos2unix on quoted-names.ll |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Hans Wennborg | MC: Better handling of tricky symbol and section names |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Rafael Espindola | Move .ident handling to MCStreamer. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Andrew Kaylor | Fixing build warning/error |
commit | commitdiff | tree | snapshot |
2013-10-16 |
David Blaikie | Simplify zero initialization of DIEAttrs variable. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Andrew Kaylor | Adding padding to the .eh_frame section in RuntimeDyld |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Andrew Kaylor | Adding support for deregistering EH frames with MCJIT. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Matt Arsenault | Fix typo |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Matt Arsenault | Fix missing C++ mode thing in header |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Andrew Trick | Enable MI Sched for x86. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Eric Christopher | Make sure we're not attempting to construct a subprogra... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Eric Christopher | Add an assert that we have a scope that matters for... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Eric Christopher | Clean up, formatting, comments. No functional change. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
NAKAMURA Takumi | Support/FileSystem.h: Remove a trailing comma in enum... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
David Blaikie | Use ASSERT_EQ rather than ASSERT_TRUE for better unit... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Vincent Lejeune | R600/SI: Remove some leftover MI dump call |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Rui Ueyama | Path: Recognize Windows compiled resource file. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Andrew Kaylor | Separating ELF and MachO stub info functions for Runtim... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Eric Christopher | Reformat. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Chad Rosier | [AArch64] Add support for NEON scalar signed saturating... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Andrew Kaylor | Fixing some host==target assumptions in RuntimeDyld |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Adrian Prantl | Remove some dead code. (DarwinGDBCompat was retired... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Manman Ren | Struct byval: fix a copy-paste error for thumb2. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Michael Liao | Fix PR17546 |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Michael Liao | Fix PR16807 |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Benjamin Kramer | LoopVectorize: Properly reflect PODness in comments. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Pekka Jaaskelainen | Guard the debug temp variable with NDEBUG to avoid... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Pekka Jaaskelainen | Do not assert when trying to add a meta data operand... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Daniel Sanders | [mips][msa] Added support for build_vector for v4f32... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Anders Waldenborg | Revert "Add AllTargetsBindings sublibrary" as it breaks... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Anders Waldenborg | Add AllTargetsBindings sublibrary instead of having... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Richard Sandiford | [SystemZ] Use A(G)SI when spilling the target of a... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
David Majnemer | docs: Remove incompatibility with Solaris shell |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Job Noorman | Fix MSP430 calling convention to match MSPGCC |
commit | commitdiff | tree | snapshot |
2013-10-15 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/break-avx-dep.ll: Relax an expres... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Craig Topper | Remove x86_sse42_crc32_64_8 intrinsic. It has no functi... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Andrew Trick | Improve on r192635, ExeDepsFix for avx, and add a test... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Chandler Carruth | Simplify formatting and sort these. No functionality... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Akira Hatanaka | [mips] Define a pseudo instruction which writes to... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Akira Hatanaka | [mips] Use predicates to guard instructions using accum... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Akira Hatanaka | [mips] Rename isel nodes. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Akira Hatanaka | [mips] Transfer kill flag to the newly created operand. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Akira Hatanaka | [mips] Set HI/LO registers' HWEncoding field. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Akira Hatanaka | [mips] Delete unnecessary code. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Michael Gottesman | Update comment list of GLOBALVAR modifiers in BitcodeWr... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Quentin Colombet | [X86][FastISel] During X86 fastisel, the address of... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Andrew Trick | Fix the ExecutionDepsFix pass to handle AVX instructions. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Andrew Trick | LiveRegUnits: Use *MBB for consistency and convenience. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Andrew Trick | whitespace |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Nick Lewycky | Fix a typo, in a comment, in a test. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Eric Christopher | Revert part of a fix from 2010, changes since then: |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Eric Christopher | Reformat this routine slightly. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Eric Christopher | Remove some extraneous whitespace. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Andrew Trick | LiveRegUnits::removeRegsInMask safety. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Andrew Trick | Use a SparseSet in LiveRegUnits. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Andrew Trick | Move LiveRegUnits implementation into .cpp. Comment... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Andrew Trick | Remove extra indentation in LiveRegUnits. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Andrew Trick | Convert LiveRegUnits methods to the current convention... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Manman Ren | Debug Info: static member DIE creation. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
David Blaikie | Fix indenting. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Hans Wennborg | vs2013 msbuild integration: add missing .target files... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Will Dietz | MachineSink: Fix and tweak critical-edge breaking heuri... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Rafael Espindola | Remove utils/profile.pl. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Rafael Espindola | Remove lib/Transforms/Instrumentation/ProfilingUtils.* |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Rafael Espindola | Remove the now unused strong phi elimination pass. |
commit | commitdiff | tree | snapshot |
next |