2010-08-12 |
Bob Wilson | Add a test for llvm-gcc svn 110632. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Jakob Stoklund... | Implement single block splitting. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Dan Gohman | Optimize ScalarEvolution::getAddExpr's operand factorin... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Dan Gohman | Hoist some loop-invariant code out of a hot loop. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Dan Gohman | Optimize ScalarEvolution::getAddExpr's duplicate operan... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Duncan Sands | Add a 'normalize' method to the Triple class, which... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Eric Christopher | Temporarily revert 110737 and 110734, they were causing... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Bruno Cardoso... | Fix comment order |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Bruno Cardoso... | Begin to support some vector operations for AVX 256... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Johnny Chen | The autogened decoder was confusing the ARM STRBT for... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | MC/X86/AsmParser: Give an explicit error message when... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | MC/AsmParser: Push the burdon of emitting diagnostics... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | tblgen/AsmMatcher: Always emit the match function as... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Devang Patel | This is x86 only test. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | configure: Add detection of the linker version string. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Johnny Chen | Changed the format of DMBsy, DSBsy, and friends from... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Devang Patel | Even if a variable has constant value all the time... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bob Wilson | Move the ARM SSAT and USAT optional shift amount operan... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Jakob Stoklund... | Fix <rdar://problem/8282498> even if it doesn't reprodu... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Owen Anderson | Fix a subtle use-after-free issue. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Nick Lewycky | Clean up ConstantRange a bit: |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Add testcases for all AVX 256-bit intrinsics added... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | Make LoopPass::getContainedPass return a LoopPass*... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | Remove BasicBlockPass::runOnFunction, which was unused. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove rsqrt/sqrt_nr intrinsics since there are no... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | Delete FunctionPass::run, which is unused. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | Delete FunctionPass::runOnModule, which is unused. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | Don't use unsigned char for alignments in TargetData... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | Use ISD::ADD instead of ISD::SUB with a negated constan... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Reapply r109881 using a more strict command line for... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Jim Grosbach | fix silly typo |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Jim Grosbach | Add a target triple, as the runtime library invocation... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Evan Cheng | Fix test and re-enable it. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Jakob Stoklund... | Fix a FIXME. The SlotIndex::Slot enum should be private. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | Temporarily disable some failing tests, until they... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Jim Grosbach | cortex m4 has floating point support, but only single... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | Temporarily disable some failing tests, until they... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bill Wendling | Consider this code snippet: |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Evan Cheng | Report error if codegen tries to instantiate a ARM... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Evan Cheng | ArchV7M implies HW division instructions. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Evan Cheng | ArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Evan Cheng | Add ARM Archv6M and let it implies FeatureDB (having... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | MC/ARM: Add basic support for handling predication... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | MC/ARM: Split mnemonic on '.' characters. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | MC/ARM: Fill in ARMOperand::dump a bit. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | llvm-mc: Add -show-inst-operands, for dumping the parse... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | MCAsmParser: Add dump() hook to MCParsedAsmOperand. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | tblgen/AsmMatcher: Treat '.' in assembly strings as... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | MC/ARM: Add an ARMOperand class for condition codes. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Evan Cheng | Really control isel of barrier instructions with cpu... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Evan Cheng | Add Cortex-M0 support. It's a ARMv6m device (no ARM... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Evan Cheng | - Add subtarget feature -mattr=+db which determine... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | MC/ARM: Switch to using the generated match functions... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | MC/ARM: Enable generation of the ARM asm matcher, not... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | ARM: Mark some disassembler only instructions as not... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | ARM: Quote $p in an asm string. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | tblgen/AsmMatcher: Downgrade instructions with tied... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Owen Anderson | Improve indentation. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove AVX 256-bit cast intrinsics now that clang is... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove AVX 256-bit unpack and interleave intrinsics... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove AVX 256-bit shuffle intrinsics now that clang... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bill Wendling | Update test to match output of optimize compares for... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Oscar Fuentes | CMake: corrections on LLVM.cmake external services. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bill Wendling | Handle ARM compares as well as converting for ARM adds... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bill Wendling | Mark ARM compare instructions as isCompare. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Rafael Espindola | Make it possible to set the cpu used for codegen. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Dan Gohman | When analyzing loop exit conditions combined with and... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | lto: Fix an inverted conditional which prevented the... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | lto: Fix gratuitous memory leaks. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bob Wilson | Add a separate ARM instruction format for Saturate... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Oscar Fuentes | Avoid multiple definition warnings when both config... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | lto: Reduce nesting. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | LTOModule.cpp: Fix numerous style issues. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Dan Gohman | Rename and reorder the arguments to isImpliedCond,... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Eric Christopher | We already have this as OperandNode. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Evan Cheng | CBZ and CBNZ are implemented. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Add AVX matching patterns to Packed Bit Test intrinsics. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Owen Anderson | Now that we're using ConstantRange to represent potenti... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bill Wendling | The optimize comparisons pass removes the "cmp" instruc... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Nate Begeman | Add test for recent instcombine vector shuffle enhancement |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Chris Lattner | upgrade to use new intrinsics, patch by Dan Hipschman! |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Nate Begeman | Add the minimal amount of smarts necessary to instcombi... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bill Wendling | Turn optimize compares back on with fix. We needed... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Give up on register class recalculation when the regist... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Dan Gohman | Revert r110718; it broke clang-i386-darwin9. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Avoid editing the current live interval during remat. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | More debug spew |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bill Wendling | Turn optimize cmps on by default so that we can get... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Add missing argument. CreateCompositeTypeEx() users... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Owen Anderson | Switch over to using ConstantRange to track integral... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Do not forget debug info for enums. Use named mdnode... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | tests: Don't error out if HOME isn't present in t the... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Evan Cheng | Delete some unused instructions. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Evan Cheng | Re-apply r110655 with fixes. Epilogue must restore... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Rafael Espindola | Make it possible to set the flags passed to the assembler. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Implement register class inflation. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | Revert r110655, "Fix ARM hasFP() semantics. It should... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | MC/AsmParser: Fix a bug in macro argument parsing,... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bob Wilson | Install llvmCore_Sim to the simulator SDK directory... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Jakob Stoklund... | Recalculate the spill weight and allocation hint for... |
commit | commitdiff | tree | snapshot |
next |