2010-08-02 |
Devang Patel | Free DbgScope created for dead functions. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Kalle Raiskila | More SPU v2f32 stuff added: insertelement and shuffle. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Kalle Raiskila | Add preliminary v2f32 support for SPU. Like with v2i32... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Owen Anderson | Re-apply the infamous r108614, with a fix pointed out... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Kalle Raiskila | Add preliminary v2i32 support for SPU backend. As there... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Oscar Fuentes | Prefix `next' iterator operation with `llvm::'. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Fix a -Wreorder warning. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Nick Lewycky | Work in progress. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Eli Friedman | PR7586: Make sure we don't claim that unknown bits... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Nick Lewycky | Fix this condition; it has an else clause attached... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | docs/TestingGuide: Minimal update to describe 'lit... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | docs/TestingGuide: Rip out description of old nightly... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | tests: Kill off custom targets which were just there... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | tests: Deprecate TestRunner.sh, and have it just invoke... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | build: Fix a dependency. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | tests: Add an 'llvm-lit' tool (script), which gets... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | lit: Allow clients to define predefined parameters. |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Eli Friedman | PR7781: Fix incorrect shifting in PPCTargetLowering... |
commit | commitdiff | tree | snapshot |
2010-08-02 |
Daniel Dunbar | tests: Make 'lit' the default test tool. You can still... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Daniel Dunbar | Targets: Add InitializeNativeTargetAsmPrinter(), patch... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Nick Lewycky | Fix word choice. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Eli Friedman | PR7774: Fix undefined shifts in Alpha backend. As... |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Benjamin Kramer | Preallocate vector, avoid unnecessary vector growth. |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Bill Wendling | Reference the personalities. Don't copy them into a... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Bob Wilson | Revert new AVX intrinsic tests. They are breaking... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Daniel Dunbar | build: Don't pass -avoid-version or -no-undefined on... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Daniel Dunbar | Silence some -Asserts uninitialized variable warnings. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Michael J.... | llc: Add -mc-relax-all. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Daniel Dunbar | Speculatively revert r108614, "Another attempt at getti... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Rafael Espindola | Add const to some methods and change TestMergedProgram... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Gabor Greif | doxygenize argument accessors |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Michael J.... | MC: Remove HasAbsolutizedSet from WindowsX86AsmBackend. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Bob Wilson | Move newlines before inline jumptables from the asm... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Michael J.... | Add relax all support to the COFF object streamer. |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Bob Wilson | Add support for disassembling VMVN (immediate) instruct... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Rafael Espindola | The BlockExtractorPass() constructor was not reading... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Owen Anderson | Add an initial implementation of PHI translation for... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Evan Cheng | Add -disable-shifter-op to disable isel of shifter... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Bob Wilson | Add a check in the ARM disassembler for NEON instructio... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Bill Wendling | Add a "Compare" flag to the target instruction descript... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Dale Johannesen | PPC doesn't supported VLA with large alignment. This was |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Dan Gohman | Move MaximumAlignment to be a member of the Value class. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Owen Anderson | Revert my last two patches to LVI, which recent changes... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Nick Lewycky | Add missing newline to debug statement. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Nick Lewycky | LibCallAliasAnalysis uses multiple inheritance, so... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Bruno Cardoso... | A *bunch* of tests for AVX intrinsics |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Bob Wilson | Add the __TEXT,__StaticInit section to the list of... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Bruno Cardoso... | Support all 128-bit AVX vector intrinsics. Most part... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Bruno Cardoso... | Fix typo! |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Bob Wilson | Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Daniel Dunbar | MC: Initialize MCFragment::Offset, noticed by Cameron... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Daniel Dunbar | Fix -Wmissing-field-initializers warnings. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
John Criswell | Grammar cop pullover: Corrected and improved some gramm... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Rafael Espindola | Add a Program argument to diffProgram to avoid a use... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Benjamin Kramer | Tweak suppressions. |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Eli Friedman | Fix for bug reported by Evzen Muller on llvm-commits... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Duncan Sands | Do not pass a copy of the value map, pass a reference... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Duncan Sands | Fix the ValueMap copy constructor. The issue is that... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Jim Grosbach | Many Thumb2 instructions can reference the full ARM... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Gabor Greif | remove a layer of cruft |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Eric Christopher | Fix this up per llvm-gcc r109819. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | Supress valgrind errors from python. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Bob Wilson | Remove the temporary hack, now that the llvm-i686-linux... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Nate Begeman | Add builtins for ssat/usat, similar to RealView's __ssa... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Bob Wilson | Fix the temporary hack. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | Temporary hack to ensure stale Analysis dir is cleaned... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | Remove XFAIL, test doesn't leak anymore. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Bob Wilson | Refactor ARM-specific DAG combining in preparation... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Dale Johannesen | Implement vector constants which are splat of |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Bob Wilson | Don't assert on an unrecognized BrMiscFrm instruction. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Transcribe IRC to svn. Also don't print basic block... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Eric Christopher | Grammar. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Make the header self-contained and follow #include... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Eli Friedman | PR7750: !CExpr->isNullValue() only properly computes... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Owen Anderson | Make un-named values legible in certain vim configurations. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Nate Begeman | Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Switch to using the LLVM CommandLine library so that... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | Plug the remaining MC leaks by giving MCObjectStreamer... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Dale Johannesen | Comment typo. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Jakob Stoklund... | Revert r109652, and remove the offending assert in... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | CrashRecovery: Use ThreadLocal::erase() instead of... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Rafael Espindola | Make the test while reducing blocks functional. This... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | Stop leaking std::strings in GetDwarfFile. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Benjamin Kramer | COFFObjectWriter: Don't leak COFFSymbols and COFFSections. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Centralize the logic to permanently unify two instructi... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Diagnose non-structural differences in the case where... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | When unifying instructions during a block diff, actuall... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Somehow I was getting reasonable results for the test... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Cache the result of errs() and implement formatted... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
John McCall | Add the llvm-diff tool, which performs a relatively... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | Make sure to include config.h, to pickup LLVM_ON_WIN32. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | MC: Destroy Macro instances. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Eric Christopher | Speculatively revert r109705 since it seems to be causi... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Daniel Dunbar | CrashRecoveryContext: Add a simple POSIX implementation. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Jakob Stoklund... | Fix a bug in the -regalloc=fast handling of exotic... |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Jakob Stoklund... | Use the right gcc tool args for IsARMArchitecture. |
commit | commitdiff | tree | snapshot |
2010-07-29 |
Dan Gohman | Factor out some of the code for updating old SCEVUnknow... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Owen Anderson | Pass the queried value by argument rather than in a... |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Jim Grosbach | ARM mode version of r109693. Remove incorrect substitut... |
commit | commitdiff | tree | snapshot |
next |