2012-05-01 |
Bill Wendling | Change the PassManager from a reference to a pointer. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Eli Bendersky | RuntimeDyld code cleanup: |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Make XOP and FMA4 require SSE4A to match GCC behavior... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Attempt to handle MRMInitReg in emitVEXOpcodePrefix... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Eli Bendersky | Removed examples of stack frame inspection which no... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Make XOP imply AVX as its needed to legalize the regist... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Remove HasSSE2 from AES and CLMUL predicates. It's... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Make CLMUL and AES imply SSE2 since its needed to legal... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Enable AVX and FMA4 for AMD Bulldozer processors. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Nick Lewycky | An instruction in a loop is not guaranteed to be execut... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Lang Hames | Add support for llvm.arm.neon.vmull* intrinsics to... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Jakub Staszak | Add some constantness. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Manman Ren | X86: optimization for -(x != 0) |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Jim Grosbach | ARM: Diagnostics for out of range fixups. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Jakob Stoklund... | Fix address calculation error from r155744. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Sebastian Pop | fix typo |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Manman Ren | test/CodeGen/X86/select.ll: remove spaces |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Chad Rosier | Tidy up. No functional change intended. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Derek Schuff | Fix fastcc structure return with fast-isel on x86-32 |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Bob Wilson | Don't introduce illegal types when creating vmull opera... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Eli Bendersky | It doesn't make sense to move symbol relocations to... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Duncan Sands | Just mark the sign bit as known zero, rather than any... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Bill Wendling | Second attempt at PR12573: |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Bill Wendling | Use an ArrayRef instead of explicit vector type. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Eli Bendersky | Code cleanup in RuntimeDyld: |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Bill Wendling | Remove hack from r154987. The problem persists even... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Craig Topper | No need to normalize index before calling Extract128Bit... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Pete Cooper | Copied all the VEX prefix encoding code from X86MCCodeE... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Rafael Espindola | Make sure HoistInsertPosition finds a position that... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Jakub Staszak | Remove unneeded casts. No functionality change. |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Craig Topper | Remove superfluous 'inline' |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Craig Topper | Simplify code a bit. No functional change intended. |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Kalle Raiskila | Update the documentation of CellSPU, in case it gets... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Benjamin Kramer | RegisterPressure: ArrayRefize some functions for better... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Eli Bendersky | Fix some formatting, grammar and style issues and add... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Eli Bendersky | Remove redundant line (the memory manager is set above... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Benjamin Kramer | SmallVector: Don't rely on having an assignment operato... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Eli Bendersky | Fix comments from copy-paste to a more relevant meaning |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Craig Topper | Add constants for first and last integer vector types... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Craig Topper | Remove tab characters |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Craig Topper | Mark the default cases of MVT::getVectorElementType... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Jakob Stoklund... | Don't update spill weights when joining intervals. |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Jakob Stoklund... | Spring cleaning - Delete dead code. |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | If the __is_trivially_copyable type trait is available... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | Use the most basic superclass of SmallVector in ArrayRef. |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Jakob Stoklund... | Fix a problem with blocks that need to be split twice. |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Andrew Trick | Reapply 155668: Fix the SD scheduler to avoid gluing... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Jim Grosbach | ARM: Thumb add(sp plus register) asm constraints. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Jim Grosbach | ARM: Tweak tADDrSP definition for consistent operand... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Derek Schuff | Revert r155745 |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Derek Schuff | Fix fastcc structure return with fast-isel on x86-32 |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Jakob Stoklund... | Track worst case alignment padding more accurately. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Andrew Trick | Temporarily revert r155668: Fix the SD scheduler to... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Craig Topper | Use 'unsigned' instead of 'int' in several places when... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Add x86-specific DAG combine to simplify: |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Michael J.... | [Support/YAMLParser] Fix ASan found bugs. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Craig Topper | Tidy up spacing. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Evan Cheng | Make test less fragile. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Hal Finkel | Don't vectorize target-specific types (ppc_fp128, x86_f... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
David Blaikie | Change recurse depth limit to uint32 to fix warning. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
David Blaikie | Switch to c-style comments in a C file. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Dan Gohman | Miscellaneous accumulated cleanups. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Lang Hames | Fix the order of the operands in the llvm.fma intrinsic... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Mon P Wang | Add an early bailout to IsValueFullyAvailableInBlock... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Dan Gohman | Reapply r155682, making constant folding more consisten... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Richard Barton | Fix ARM assembly parsing for upper case condition codes... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Jim Grosbach | Remove a docs reference to the CBackend. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Benjamin Kramer | Missed some register numbers. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Benjamin Kramer | Update edis test for r155704. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Benjamin Kramer | X86: Don't emit conditional floating point moves on... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Evgeniy Stepanov | Update config.sub in the sample project. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Kostya Serebryany | [asan] small optimization: do not emit "x+0" instructions |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Richard Barton | Refactor IT handling not to store the bottom bit of... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
NAKAMURA Takumi | Revert r155682, "Use ConstantExpr::getExtractElement... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Kostya Serebryany | [tsan] Atomic support for ThreadSanitizer, patch by... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Craig Topper | Add mcpu to tests to prevent them from using AVX instru... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Evan Cheng | Implement a bastardized ABI. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Evan Cheng | - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Dan Gohman | Use ConstantExpr::getExtractElement when constant-foldi... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Jakob Stoklund... | Break up getProfitableChainIncrement(). |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Jakob Stoklund... | Turn IVChain into a struct. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Chad Rosier | Add instcombine patterns for the following transformations: |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Evan Cheng | DumpSegment64Command() wasn't returning correct result... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Andrew Trick | Fix the SD scheduler to avoid gluing the same node... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Ted Kremenek | Defensively guard against calling malloc() with a size... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Jim Grosbach | ARM: Thumb ldr(literal) base address alignment is 32... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Joerg Sonnenberger | Add note about returns_twice magic removal from LLVM... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Preston Gurd | Trivial change to set UseLeaForSP flag in addition... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Michael J.... | [CMake] Restructure how Clang, Polly and other external... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Michael J.... | [Support/YAML] Properly fix unitialized variable warnin... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Stepan Dyatkovskiy | Fixed SmallMap test. The order of items is undefined... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Tim Northover | Use VLD1 in NEON extenting-load patterns instead of... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Tim Northover | Test commit. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Craig Topper | Enable detection of AVX and AVX2 support through CPUID... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Chandler Carruth | Teach the reassociate pass to fold chains of multiplies... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Evan Cheng | Specify cpu to unbreak tests. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Evan Cheng | If triple is armv7 / thumbv7 and a CPU is specified... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Bill Wendling | Don't forget to reset 'first operand' flag when we... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Jakob Stoklund... | Try to fix llvm-arm-linux builder with -mcpu. |
commit | commitdiff | tree | snapshot |
next |