2012-03-31 |
Chandler Carruth | Give the always-inliner its own custom filter. It shoul... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Chandler Carruth | Remove a bunch of empty, dead, and no-op methods from... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Chandler Carruth | Initial commit for the rewrite of the inline cost analy... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Chandler Carruth | Add support to the InstVisitor for visiting a generic... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Bill Wendling | Move trivial functions into the class definition. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Bill Wendling | Trim headers. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Bill Wendling | Indent according to LLVM's style guide. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Bill Wendling | Cleanup whitespace and trim some of the #includes. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Benjamin Kramer | Internalize: Remove reference of @llvm.noinline, it... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Bill Wendling | These strings aren't 'const char *' but 'char *'. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Bill Wendling | Cleanup whitespace. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Bill Wendling | Free the codegen options when deleting LTO code generat... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Bill Wendling | Cleanup whitespace and remove unneeded 'extern' keyword... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Chandler Carruth | Clean up the naming in this test. Someone pointed this... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Chandler Carruth | FileCheck-ize this test, and generally tidy it up prior... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Duncan Sands | I noticed in passing that the Metadata getIfExists... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Hal Finkel | Correctly vectorize powi. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Andrew Trick | comment typo |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Akira Hatanaka | Select static relocation model if it is jitting. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Andrew Trick | Introduce Register Units: Give each leaf register a... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Jakob Stoklund... | Add a 2 byte safety margin in offset computations. |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Jakob Stoklund... | Add more debugging output to ARMConstantIslandPass. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Bill Wendling | * Set the scope attributes for the ASM symbol we added... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Benjamin Kramer | Rip out emission of the regIsInRegClass function for... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jim Grosbach | ARM fix encoding fixup resolution for ldrd and friends. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jakob Stoklund... | Use SequenceToOffsetTable in emitRegisterNameString. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jakob Stoklund... | Reapply 153764 and 153761 with a fix. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Rafael Espindola | Revert 153764 and 153761. They broke a --enable-optimiz... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jim Grosbach | ARM assembler should prefer non-aliases encoding of... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jim Grosbach | ARM encoding for VSWP got the second operand incorrect. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jim Grosbach | ARM can only use narrow encoding for low regs. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jakob Stoklund... | Compress SimpleValueType lists by sharing. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jakob Stoklund... | Compress register lists by sharing suffixes. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jakob Stoklund... | Add a SequenceToOffsetTable to TableGen. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jim Grosbach | ARM integrated assembler should encoding choice for... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Rafael Espindola | Handle unreachable code in the dominates functions... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Danil Malyshev | Re-factored RuntimeDyLd: |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Jim Grosbach | ARM assembly parsing needs to be paranoid about negativ... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Rafael Espindola | Add computeMaskedBitsLoad back, as it was the change... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Benjamin Kramer | Add a note about a missed cmov -> sbb opportunity. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Bill Wendling | Cleanup whitespace. Doxygenize comments. And indent... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
James Molloy | Ensure conditional BL instructions for ARM are given... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Evan Cheng | ARM target should allow codegenprep to duplicate ret... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Bill Wendling | Testcase for r153710. |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Bill Wendling | Add testcase for r153705 |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Bill Wendling | If we have a VLA that has a "use" in a metadata node... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Lang Hames | Change the constant in this testcase so that it results... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Bill Wendling | Revert r153694. It was causing failures in the buildbots. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Jakob Stoklund... | Invalidate liveness in ARMConstantIslandPass. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Jakob Stoklund... | Prefer even-odd D-register pairs. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Chandler Carruth | Filecheck-ize this test so that it actually tests somet... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Lang Hames | Try using vmov.i32 to materialize FP32 constants that... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Danil Malyshev | Re-factored RuntimeDyld. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Eric Christopher | Lowercase the tag name to match the rest of dwarf. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Jim Grosbach | ARM assembly 'cmp lr, #0' should not encode using ... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Lang Hames | The shuffle scheduler is only available in asserts... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Jakob Stoklund... | Handle register copies for the new ARM register classes. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Benjamin Kramer | Drop O4 from the llc manpage, it was removed in r70445. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Lang Hames | Make x86 REP_MOV* and REP_STO instructions use the... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Danil Malyshev | Fix missed files in JIT unittests Makefile |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Akira Hatanaka | Expand FREM. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Jakob Stoklund... | Add more constness to CodeGenRegisters. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Jakob Stoklund... | Don't PRE compares. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Benjamin Kramer | Replace assert(0) with llvm_unreachable to avoid warnin... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Eric Christopher | Add support for objc property decls according to the... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Bill Wendling | Make some headway towards compiling all of LLVM. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Craig Topper | Only allow symbolic names for (v)cmpss/sd/ps/pd encodin... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Joel Jones | For X86, change load/dec-or-inc/store into dec-or-inc... |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Bill Wendling | Cleanup whitespace. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Bill Wendling | Cache the end() iterator. |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Joel Jones | Reverted to revision 153616 to unblock build |
commit | commitdiff | tree | snapshot |
2012-03-29 |
Joel Jones | For X86, change load/dec-or-inc/store into dec-or-inc... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Enable machine code verification in the entire code... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Enable machine code verification after PreSched2 passes. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Bill Wendling | Cleanup some whitespaces. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Don't kill the base register when expanding strd. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Preserve implicit defs in ARMLoadStoreOptimizer. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jim Grosbach | Tidy up. Whitespace. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Danil Malyshev | Move getPointerToNamedFunction() from JIT/MCJIT to... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Rafael Espindola | Handle intrinsics in GlobalsModRef. Fixes pr12351. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Spill DPair registers, not just QPR. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Also verify after ExpandPostRAPseudos. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Bill Wendling | Inline function into its one caller. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Enable machine code verification after the late machine... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Skip liveness verification when MRI->tracksLiveness... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Bill Wendling | Reformat the LTOModule code to be more inline with... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Revert r153516: "Invalidate liveness in Thumb2ITBlockPass." |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Jakob Stoklund... | Allow removeLiveIn to be called with a register that... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Chad Rosier | Revert r153521 as it's causing large regressions on... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Pete Cooper | Fixed commuteInstructions bug where if its called pre... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Benjamin Kramer | GlobalOpt: If we have an inbounds GEP from a ConstantAg... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Benjamin Kramer | Add another note about a missed compare with nsw arithm... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Richard Barton | Fixup VST1.32 with writeback instruction. Also re-facto... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Chandler Carruth | Switch to WeakVHs in the value mapper, and aggressively... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Eric Christopher | More debug output. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Eric Christopher | Fix the output of the DW_TAG_friend tag to include... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Bill Wendling | Some whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Bill Wendling | Use the correct filename for the error message. |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Bill Wendling | Use Nakamura's suggestion of bypassing using 'filename... |
commit | commitdiff | tree | snapshot |
2012-03-28 |
Akira Hatanaka | Turn off post-RA scheduler by default. |
commit | commitdiff | tree | snapshot |
next |