2012-09-25 |
Chandler Carruth | Fix a case where SROA did not correctly detect dead... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Duncan Sands | Change the way the lint sanity checking pass detects... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Evan Cheng | Fix an illegal tailcall opt where the callee returns... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nico Weber | Fix a -Wparentheses warning in the mingw build |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Chandler Carruth | Fix a crash in SROA. This was reported independently... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Don't forget that strcpy and friends return a pointer... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Michael Ilseman | Unit tests for IntegerDivision. Currently, just a basic... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Jim Grosbach | ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Nick Lewycky | Remove unused name of variable to quiet a warning.... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Jim Grosbach | Mark jump tables in code sections with DataRegion direc... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chad Rosier | Rather then have a wrapper function, have tblgen instan... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Bob Wilson | Clear UNIVERSAL_SDK_PATH setting when building host... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Nick Lewycky | Teach DSE that strcpy, strncpy, strcat and strncat... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Nick Lewycky | Move all the calls to AA.getTargetLibraryInfo() to... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Roman Divacky | Specify MachinePointerInfo as refering to the argument... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chad Rosier | Rather then have a wrapper function, have tblgen instan... |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Richard Osborne | Add missing : in CHECK line. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Richard Osborne | Add missing check for presence of target data. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chandler Carruth | Enable the new SROA pass by default. |
commit | commitdiff | tree | snapshot |
2012-09-24 |
Chandler Carruth | Address one of the original FIXMEs for the new SROA... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Anton Korobeynikov | Emit dtors into proper section while compiling in vcpp... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Chandler Carruth | Switch to a signed representation for the dynamic offse... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Nick Lewycky | Don't do actual work inside an assert statement. Fixes... |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Michael Liao | Revise test to avoid using of 'grep' |
commit | commitdiff | tree | snapshot |
2012-09-23 |
Craig Topper | Add LLVM_OVERRIDE to methods that override their base... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Michael Liao | Enhance test case of atomic16 to verify inst encoding... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
NAKAMURA Takumi | ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunuse... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
NAKAMURA Takumi | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Tim Northover | Fix edge cases of ARM shift operands in arith instructions. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Tim Northover | Fix the handling of edge cases in ARM shifted operands. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Michael Liao | Fix 16-bit atomic inst encoding and keep pseudo-inst... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Michael Liao | Fix typo in r164357 |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Andrew Trick | Machine Model (-schedmodel only). Added SchedAliases. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | Add llvm::getOrdinalSuffix to get the appropriate ... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | Casting: assert that pointer arguments to isa<> are... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Jordan Rose | DenseMap: assert that we have found a bucket before... |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Akira Hatanaka | MIPS DSP: Add immediate leaves. |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Akira Hatanaka | MIPS DSP: Add predicates and instruction template. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Akira Hatanaka | Add MIPS DSP register classes. Set actions of DSP vecto... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Akira Hatanaka | SelectionDAG node enums for MIPS DSP nodes. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Akira Hatanaka | Add MIPS accumulator and DSP control registers. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Akira Hatanaka | Add flags and feature bits for mips dsp. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chandler Carruth | Fix a case where the new SROA pass failed to zap dead... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Eric Christopher | Add an --enable-backtraces option to configure to determine |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Dan Gohman | Add an MDBuilder utility for creating !tbaa.struct... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michael J.... | [CMake] Respect LLVM_BUILD_RUNTIME. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chad Rosier | [ms-inline asm] Expose the mnemonicIsValid() function... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Eric Christopher | Have the DbgVariable "isArtificial" and "isObjectPointe... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chad Rosier | Add comment. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chad Rosier | Add comment. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Evan Cheng | Fix a significant recent(?) regression. StackSlotColori... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Sean Silva | docs: Fix long-standing typo in yaml2obj.rst. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Dan Gohman | Say "bytes" instead of "address units", since that... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Dan Gohman | Document the new !tbaa.struct metadata. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
David Blaikie | Add missing 'to' and rephrase an explanation of GCC... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
David Blaikie | Document "do not use defaults in covered switch-over... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Benjamin Kramer | LoopIdiom: Give up when the loop is not in canonical... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chad Rosier | [fast-isel] Fallback to SelectionDAG isel if we require... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Benjamin Kramer | InstCombine: Make sure we use the pre-zext type when... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Bill Wendling | Encapsulate the "construct*AlignmentFromInt" functions. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michael Liao | Fix a typo in r164357 |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Dmitri Gribenko | Clarify comment. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Bill Wendling | Make the 'get*AlignmentFromAttr' functions into member... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Benjamin Kramer | BitcodeReader: Correctly insert blockaddress constant... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Alexey Samsonov | Fix SymbolRef::getAddress implementation for ELF. The... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Andrew Trick | Cortex-A9 latency fixes (w/ -schedmodel only). |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michael Liao | Add missing i8 max/min/umax/umin support |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Michael Liao | Revise td of X86 atomic instructions |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Sean Silva | docs: Fix Sphinx warning over Atomics.rst. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Sean Silva | docs: Fix Sphinx warning over yaml2obj.rst. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
NAKAMURA Takumi | Mips16FrameLowering.cpp: Remove unused TII introduced... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
NAKAMURA Takumi | llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Akira Hatanaka | Properly save and restore RA and Mips16 callee save... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chad Rosier | Testcase does not need to be this strict. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chad Rosier | Add newline. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Chad Rosier | [fast-isel] Fallback to SelectionDAG isel if we require... |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Jim Grosbach | Tidy up. Whitespace. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Jim Grosbach | Tidy up. Formatting. |
commit | commitdiff | tree | snapshot |
2012-09-21 |
Jim Grosbach | ARM: Use a dedicated intrinsic for vector bitwise select. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Jakob Stoklund... | Ignore PHI-defs for -new-coalescer interference checks. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Jakob Stoklund... | Extend -new-coalescer SSA update to handle mapped value... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Eric Christopher | Only emit DW_AT_object_pointer if this is a definition. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Manman Ren | SimplifyCFG: sink common codes from IF, ELSE blocks... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Evan Cheng | Try to make these tests more portable. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Benjamin Kramer | Fix broken check lines. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Andrew Trick | Fix function names in coding style examples |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Bill Wendling | Revert r164308 to fix buildbots. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Bill Wendling | Make the 'get*AlignmentFromAttr' functions into member... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Bill Wendling | Remove more bare uses of the different Attribute enums. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Roman Divacky | Specify cpu to get the correct instruction ordering... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Bill Wendling | Make the 'getAsString' function a method of the Attribu... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Nadav Rotem | Fix 80-col violations. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Tim Northover | Make sure lli compiles all code before invalidating... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Craig Topper | Change enum type in a static table to uint8_t instead... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Michael Liao | Specify CPu to prevent failure on ATOM due to different... |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Sean Silva | Fix Sphinx warnings. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Michael Liao | Re-work X86 code generation of atomic ops with spin... |
commit | commitdiff | tree | snapshot |
next |