projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2014-06-15
Matt Arsenault
R600: Move / cleanup more leftover AMDIL stuff.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
Matt Arsenault
R600: Move division custom lowering out of AMDILISelLow...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
Eric Christopher
Temporarily revert r210953 in an attempt to bring the...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
Matt Arsenault
R600: Report that integer division is expensive.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
Matt Arsenault
R600: Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
David Blaikie
PR20038: DebugInfo missing DIEs for some concrete varia...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
Manuel Klimek
Add specialization of FoldingSetTrait for std::pair.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
Tim Northover
LegalizeDAG: make sure cast is unsigned before using...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
Tim Northover
AArch64: improve handling & modelling of FP_TO_XINT...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
Tim Northover
AArch64: improve vector [su]itofp handling.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-15
NAKAMURA Takumi
Don't expect tests always crashing. Add "REQUIRES:asserts".
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Artyom Skrobov
Replacing the private implementations of SwapValue...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Artyom Skrobov
Using llvm::sys::swapByteOrder() for the common case...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Artyom Skrobov
Adding llvm::sys::swapByteOrder() for the common use...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Artyom Skrobov
Renaming SwapByteOrder() to getSwappedBytes()
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Matt Arsenault
R600: Add failing testcases.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Matt Arsenault
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Matt Arsenault
R600: Fix asserts related to constant initializers
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Matt Arsenault
R600: Use address space enum instead of value
commit
|
commitdiff
|
tree
|
snapshot
2014-06-14
Nick Lewycky
Remove extra whitespace in function declaration. No...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
David Blaikie
DebugInfo: Remove some extra handling of abstract varia...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Eric Christopher
Remove InstrItineraryData off of the TargetMachine...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Eric Christopher
Move ARMJITInfo off of the TargetMachine and down onto...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Jiangning Liu
Complete remove test/Transforms/GlobalMerge.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Jiangning Liu
Move GlobalMerge from Transform to CodeGen.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Eric Christopher
The hazard recognizer only needs a subtarget, not a...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Eric Christopher
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
David Blaikie
DebugInfo: Reference abstract definitions from variable...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Alexey Samsonov
[DWARF parser] Use distinction between DW_AT_ranges_bas...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
David Blaikie
DwarfDebug::getExistingAbstractVariable: constify an...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
David Blaikie
DebugInfo: Following up to r209677, refactor local...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
David Blaikie
DebugInfo: Refactor some tests to allow DW_AT_name...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
David Blaikie
test/DebugInfo/X86/dbg-value-isel.s: correct lexical...
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Zachary Turner
Make the error-handling functions thread-safe.
commit
|
commitdiff
|
tree
|
snapshot
2014-06-13
Alexey Samsonov
Remove top-level Clang -fsanitize= flags for optional...
commit
|
commitdiff
|
tree
|
snapshot
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
next