2014-06-13 |
Tim Northover | X86: lower ATOMIC_CMP_SWAP_WITH_SUCCESS directly |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Matt Arsenault | R600: Cleanup some old AMDIL stuff. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Finishing touch for the std::error_code transition. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tim Northover | Atomics: make use of the "cmpxchg weak" instruction. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tim Northover | Atomics: switch direction of cmpxchg comparison |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tom Stellard | R600: Remove AMDIL instruction and register definitions |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tobias Grosser | opt: Initialize asm printers |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Remove unused and odd code. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Remove broken include. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Fix KillTheDoctor after r210725. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tim Northover | SCCP: update for cmpxchg returning { iN, i1 } now. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Zoran Jovanovic | [mips][mips64r6] Relocation R_MIPS_PC18_S3 |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tim Northover | Docs: remove extra {} around result types. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tim Northover | Docs: fix grammar error in description |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tim Northover | IR: add "cmpxchg weak" variant to support permitted... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Cameron McInally | Fix bad copy-and-paste from r210652. AVX512 masked... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Daniel Sanders | [mips] Add cache and pref instructions |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Daniel Sanders | [mips][mips64r6] bc1any[24] are not available on MIPS32... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Daniel Sanders | [mips][mips64r6] b(ge|lt)zal are not available on MIPS3... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Daniel Sanders | [mips][mips64r6] daddi is not available on MIPS64r6 |
commit | commitdiff | tree | snapshot |
2014-06-13 |
NAKAMURA Takumi | [Win32] Let utils/not aware of abort(), aka llvm_unreac... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Cameron McInally | Add HasCDI predicate to AVX512 VPBROADCASTM*. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tim Northover | CPP backend: set volatile property on atomic instructions. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Oliver Stannard | ARM: Fix fastcc calling convention for Thumb1 |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Matt Arsenault | R600: Don't call setOperationAction with things that... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Matt Arsenault | R600/SI: Fix selection error on i64 rotl / rotr. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Remove the last uses of 'using std::error_code' |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Remove 'using std::error_code' from tools. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Fix build on windows. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Remove 'using std::errro_code' from lib. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Juergen Ributzka | [FastISel][X86] Add support for cvttss2si/cvttsd2si... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tom Stellard | R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tom Stellard | R600: Drop use of cached TargetMachine in R600InstrInfo.cpp |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Rafael Espindola | Remove all uses of 'using std::error_code' from headers. |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Tom Stellard | R600: Drop use of cached TargetMachine in AMDGPUInstrIn... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Juergen Ributzka | [FastISel][X86] - Add branch weights |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Eric Christopher | Move ARMSelectionDAGInfo from the TargetMachine to... |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Eric Christopher | Move to a private function to initialize subtarget... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Alexey Samsonov | [DWARF parser] Fix broken address ranges construction. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Have ARMSelectionDAGInfo take a DataLayout as it's... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Juergen Ributzka | [FastISel][X86] Add MachineMemOperand to load/store... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Move the PPCSelectionDAGInfo off the TargetMachine... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Make PPCSelectionDAGInfo take a DataLayout instead... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Move PPCTargetLowering off of the TargetMachine and... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Remove an extraneous this-> to access the subtarget. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Rename PPCSubTarget to Subtarget in PPCTargetLowering... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Andrew Trick | Fix the scheduler's MaxObservedStall computation. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Move PPCJITInfo off of the TargetMachine and onto the... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Remove the use of TargetMachine from PPCJITInfo and... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rafael Espindola | Fix the build of KillTheDoctor. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Richard Smith | [modules] The LLVM C API does not require C++! |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Move PPCInstrInfo off of the target machine and onto... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rafael Espindola | Try to fix the windows build. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Remove TargetMachine from PPCInstrInfo and all dependen... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rafael Espindola | Don't use 'using std::error_code' in include/llvm. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Bob Wilson | Move test for r210734 to Feature/aliases.ll. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Matt Arsenault | Delete trailing whitespace. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Juergen Ributzka | Update test case to use "not" instead of "XFAIL". |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Duncan P. N... | GVN: Enable value forwarding for calloc |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Matt Arsenault | R600: Mostly remove remaining AMDIL intrinsics. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Move DataLayout from the PPCTargetMachine to the subtarget. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eric Christopher | Move PPCFrameLowering into PPCSubtarget from PPCTargetM... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Bob Wilson | LangRef: clarify that global declarations can have... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Juergen Ributzka | [FastISel][X86] Argument lowering test case |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Juergen Ributzka | [FastIsel][X86] Add support for lowering the first... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Saleem Abdulrasool | CodeGen: enable mov.w/mov.t pairs with minsize for WoA |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Juergen Ributzka | Revert "[FastIsel][X86] Add support for lowering the... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Alexey Samsonov | [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Bob Wilson | Add missing "InitializerConstant" to global variable... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Eli Bendersky | Revert r210721 as it causes breakage in internal builds... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Saleem Abdulrasool | X86: stifle GCC warning |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rafael Espindola | Trying to fix the windows build. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rafael Espindola | Remove system_error.h. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Artyom Skrobov | adding re-include guards into lib/Support/reg*.h |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Zachary Turner | Remove pimpl class from PassRegistry. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Tom Stellard | Revert "SelectionDAG: Enable (and (setcc x), (setcc... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
James Molloy | Disable the load/store optimization pass for Thumb-1. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] bc1[tf] are not available on MIPS32r6... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] bc2[ft] are not available on MIPS32r6... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] [sl][duw]xc1 are not available on... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rafael Espindola | Replace llvm::error_code with std::error_code. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Dinesh Dwivedi | This removes TODO added in reviews.llvm.org/D3658 |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] prefx is not available on MIPS32r6... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] 80 col corrections that should have... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] jalx is not available on MIPS32r6... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Zoran Jovanovic | [mips][mips64r6] Add R_MIPS_PC19_S2 |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Rafael Espindola | Don't import make_error_code into the llvm namespace. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips] Use MTHC1 when it is available (MIPS32r2 and... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Zoran Jovanovic | [mips][mips64r6] Add bgec and bgeuc instructions |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Andrea Di Biagio | [X86] Teach how to dump the name of target node RDTSCP_DAG. |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Alp Toker | CMake: don't install the internal config.h header |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds],... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] madd/maddu/msub/msubu are not availabl... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Andrea Di Biagio | [X86] Teach how to combine AVX and AVX2 horizontal... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Daniel Sanders | [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Matheus Almeida | [mips] Move CHECK lines to the same line as the instruc... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Matt Arsenault | R600/SI: Use a register set to -1 for data0 on ds_inc... |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Alp Toker | Avoid in-class initializer from r210747 |
commit | commitdiff | tree | snapshot |
next |