2012-09-26 |
Chandler Carruth | Analogous fix to memset and memcpy rewriting. Don't... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | When rewriting the pointer operand to a load or store... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | Teach all of the loads, stores, memsets and memcpys... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | Add some convenience methods to IRBuilder for construct... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
NAKAMURA Takumi | ARM/atomicrmw_minmax.ll: Fix RUN line. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Benjamin Kramer | Fix tests that didn't test anything. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
James Molloy | Fix ordering of operands on lowering of atomicrmw min... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Hans Wennborg | SimplifyCFG: Make the switch-to-lookup table transforma... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Hans Wennborg | SimplifyCFG: Refactor the switch-to-lookup table transf... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/mulx*.ll: Fix copypasto. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Sylvestre Ledru | The assumption that /proc/self/exe always exists is... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Liao | Add SARX/SHRX/SHLX code generation support |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Liao | Add RORX code generation support |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Liao | Add MULX code generation support |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Duncan Sands | Teach the 'lint' sanity checking pass to detect simple... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Revert r164663 due to buildbot failure. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Chandler Carruth | Revert the business end of r164636 and try again. I... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Add is16BitVector and is32BitVector to MVT and call... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Replace calls to getSizeInBits with getExtendedSizeInBi... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Rename virtual table anchors from Anchor() to anchor... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Remove hasNoAVX method. Can just invert hasAVX instead. |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Craig Topper | Mark extended type querying methods as 'readonly' to... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Generate an error message instead of asserting or segfa... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Liao | Add 'lock' prefix output support in assembly printer |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Bill Wendling | Generate an error message instead of asserting or segfa... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Michael Ilseman | Expansions for u/srem, using the udiv expansion. More... |
commit | commitdiff | tree | snapshot |
2012-09-26 |
Jordan Rose | Revert "Add --program-prefix support to build" |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Akira Hatanaka | Initialize boolean variables in MipsSubtarget's constru... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Don't drop the alignment on a memcpy intrinsic when... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Reed Kotler | blank line for test commit |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Revert the business end of r164634, and replace it... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Don't try to promote the same alloca twice. Fixes PR13916! |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Sebastian Pop | Add --program-prefix support to build |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Bill Wendling | Move remaining methods inside the Attributes class... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Sean Silva | docs: Sphinxify HowToSubmitABug |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Bill Wendling | Move Attribute::typeIncompatible inside of the Attribut... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Sebastian Pop | TargetLowering interface to set/get minimum block entri... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Chad Rosier | Revert r164614 to appease the buildbots. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Nick Lewycky | Make this test check the transforms it's actually doing... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Michael Liao | Add missing i64 max/min/umax/umin on 32-bit target |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Jim Grosbach | ARM: Darwin BL/BLX relocations to out-of-range symbols. |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Michael Ilseman | Expansions for u/srem, using the udiv expansion. More... |
commit | commitdiff | tree | snapshot |
2012-09-25 |
Bob Wilson | Consistently specify the assembly variant to MatchInstr... |
commit | commitdiff | tree | snapshot |
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 |
next |