projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Adding example source to support MCJIT/Kaleidoscope blog posts.
2013-07-22
Justin Holewinski
[NVPTX] Remove unused prototypes
commit
|
commitdiff
|
tree
2013-07-22
Justin Holewinski
[NVPTX] Use approximate FP ops when unsafe-fp-math...
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] Add support for module-scope inline asm
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] We dont use NVBuiltin anymore
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] Cut down on physical register defs
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] 64-bit ADDC/ADDE are not legal
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] Fix vector loads from parameters that span...
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] Handle signext/zeroext attributes properly
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] Add support for native SIGN_EXTEND_INREG where...
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] Add isel patterns for [reg+offset] form of...
commit
|
commitdiff
|
tree
2013-07-01
Justin Holewinski
[NVPTX] Make sure we zero out high-order 24 bits for...
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Select -1 instead of 1 when anyextend'ing i1...
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation...
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Calling conventions fix
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Add support for cttz/ctlz/ctpop
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Clean up comparison/select/convert patterns...
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Remove i8 register class. PTX support for...
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Add support for vectorized function return...
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Clean up handling of formal arguments and enable...
commit
|
commitdiff
|
tree
2013-06-28
Justin Holewinski
[NVPTX] Add infrastructure for vector loads/stores...
commit
|
commitdiff
|
tree
2013-06-25
Justin Holewinski
[NVPTX] Default pointer type doesn't make sense for...
commit
|
commitdiff
|
tree
2013-06-21
Justin Holewinski
[NVPTX] Add support for selecting CUDA vs OCL mode...
commit
|
commitdiff
|
tree
2013-06-10
Justin Holewinski
[NVPTX] Remove old CONST_NOT_GEN address space that...
commit
|
commitdiff
|
tree
2013-05-31
Justin Holewinski
[NVPTX] Re-enable support for virtual registers in...
commit
|
commitdiff
|
tree
2013-05-30
Justin Holewinski
[NVPTX] Fix case where a sext load of an i1 type may...
commit
|
commitdiff
|
tree
2013-05-21
Justin Holewinski
[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
commit
|
commitdiff
|
tree
2013-05-21
Justin Holewinski
Drop @llvm.annotation and @llvm.ptr.annotation intrinsics...
commit
|
commitdiff
|
tree
2013-05-20
Justin Holewinski
[NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter...
commit
|
commitdiff
|
tree
2013-05-20
Justin Holewinski
[NVPTX] Add programmatic interface to NVVMReflect pass
commit
|
commitdiff
|
tree
2013-05-20
Justin Holewinski
[NVPTX] Add GenericToNVVM IR converter to better handle...
commit
|
commitdiff
|
tree
2013-05-20
Justin Holewinski
[NVPTX] Fix i1 kernel parameters and global variables...
commit
|
commitdiff
|
tree
2013-04-02
Justin Holewinski
[NVPTX] Fix a few style issues in NVVMReflect
commit
|
commitdiff
|
tree
2013-03-30
Justin Holewinski
Add start of user documentation for NVPTX
commit
|
commitdiff
|
tree
2013-03-30
Justin Holewinski
[NVPTX] Remove support for SM < 2.0. This was never...
commit
|
commitdiff
|
tree
2013-03-30
Justin Holewinski
[NVPTX] Add NVVMReflect pass to allow compile-time...
commit
|
commitdiff
|
tree
2013-03-30
Justin Holewinski
[NVPTX] Run clang-format on all NVPTX sources.
commit
|
commitdiff
|
tree
2013-03-24
Justin Holewinski
[NVPTX] Fix handling of vector arguments
commit
|
commitdiff
|
tree
2013-03-20
Justin Holewinski
Make variable name more explicit and eliminate redundant...
commit
|
commitdiff
|
tree
2013-03-20
Justin Holewinski
Move SDNode order propagation to SDNodeOrdering, which...
commit
|
commitdiff
|
tree
2013-03-20
Justin Holewinski
Propagate DAG node ordering during type legalization...
commit
|
commitdiff
|
tree
2013-02-12
Justin Holewinski
[NVPTX] Disable vector registers
commit
|
commitdiff
|
tree
2013-02-11
Justin Holewinski
[NVPTX] Remove NoCapture from address space conversion...
commit
|
commitdiff
|
tree
2013-02-09
Justin Holewinski
[NVPTX] Make address space errors more explicit (llvm_unreac...
commit
|
commitdiff
|
tree
2013-01-11
Justin Holewinski
Remove PTX->NVPTX in CodeGenerator document and update...
commit
|
commitdiff
|
tree
2013-01-11
Justin Holewinski
Update CodeGenerator document to add a "Not Applicable...
commit
|
commitdiff
|
tree
2013-01-11
Justin Holewinski
Remove lib/Target/PTX directory. It was empty and...
commit
|
commitdiff
|
tree
2012-12-05
Justin Holewinski
[NVPTX] Fix crash with unnamed struct arguments
commit
|
commitdiff
|
tree
2012-12-04
Justin Holewinski
Update release notes for NVPTX
commit
|
commitdiff
|
tree
2012-12-02
Justin Holewinski
Unbreak Sphinx build
commit
|
commitdiff
|
tree
2012-11-29
Justin Holewinski
Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECT
commit
|
commitdiff
|
tree
2012-11-29
Justin Holewinski
Teach the legalizer how to handle operands for VSELECT...
commit
|
commitdiff
|
tree
2012-11-29
Justin Holewinski
Allow targets to prefer TypeSplitVector over TypePromoteInte...
commit
|
commitdiff
|
tree
2012-11-16
Justin Holewinski
[NVPTX] Order global variables in def-use order before...
commit
|
commitdiff
|
tree
2012-11-16
Justin Holewinski
Preserve address space of forward-referenced global...
commit
|
commitdiff
|
tree
2012-11-14
Justin Holewinski
Add myself as code owner for NVPTX target
commit
|
commitdiff
|
tree
2012-11-14
Justin Holewinski
[NVPTX] Implement custom lowering of loads/stores for i1
commit
|
commitdiff
|
tree
2012-11-12
Justin Holewinski
[NVPTX] Add more precise PTX/SM target attributes
commit
|
commitdiff
|
tree
2012-11-09
Justin Holewinski
[NVPTX] Use ABI alignment for parameters when alignment...
commit
|
commitdiff
|
tree
2012-06-06
Justin Holewinski
Fix gtest build issue on Visual Studio 2012 RC
commit
|
commitdiff
|
tree
2012-05-25
Justin Holewinski
[NVPTX] Add a new test case for the newly-enabled call...
commit
|
commitdiff
|
tree
2012-05-25
Justin Holewinski
Change interface for TargetLowering::LowerCallTo and...
commit
|
commitdiff
|
tree
2012-05-24
Justin Holewinski
Remove the PTX back-end and all of its artifacts (triple...
commit
|
commitdiff
|
tree
2012-05-13
Justin Holewinski
ReleaseNotes: Add info on PTX back-end
commit
|
commitdiff
|
tree
2012-05-04
Justin Holewinski
This patch adds a new NVPTX back-end to LLVM which...
commit
|
commitdiff
|
tree
2012-03-24
Justin Holewinski
PTX: Fix predicate logic bug
commit
|
commitdiff
|
tree
2011-12-06
Justin Holewinski
PTX: Continue to fix up the register mess.
commit
|
commitdiff
|
tree
2011-12-06
Justin Holewinski
PTX: Encode registers as unsigned values in the MC...
commit
|
commitdiff
|
tree
2011-11-14
Justin Holewinski
PTX: Let LLVM use loads/stores for all mem* intrinsics...
commit
|
commitdiff
|
tree
2011-10-18
Justin Holewinski
PTX: Fix disabling of MAD instruction selection
commit
|
commitdiff
|
tree
2011-10-09
Justin Holewinski
PTX: Print .ptr kernel attributes if PTX version >...
commit
|
commitdiff
|
tree
2011-10-06
Justin Holewinski
PTX: Implement signed division
commit
|
commitdiff
|
tree
2011-10-05
Justin Holewinski
PTX: Fixup a case where getRegClassFor() should be...
commit
|
commitdiff
|
tree
2011-09-30
Justin Holewinski
PTX: Various stylistic and code readability changes...
commit
|
commitdiff
|
tree
2011-09-30
Justin Holewinski
PTX: Add programmable rounding mode specifier for int...
commit
|
commitdiff
|
tree
2011-09-30
Justin Holewinski
PTX: Attempt to cleanup/unify the handling of FP rounding...
commit
|
commitdiff
|
tree
2011-09-29
Justin Holewinski
PTX: Fix broken shared library build
commit
|
commitdiff
|
tree
2011-09-29
Justin Holewinski
PTX: Add new patterns for bitconvert and any_extend
commit
|
commitdiff
|
tree
2011-09-28
Justin Holewinski
PTX: Fix alignment logic
commit
|
commitdiff
|
tree
2011-09-28
Justin Holewinski
PTX: MC-ize the PTX backend (patch 2 of N)
commit
|
commitdiff
|
tree
2011-09-28
Justin Holewinski
PTX: MC-ize the PTX back-end (patch 1 of N)
commit
|
commitdiff
|
tree
2011-09-27
Justin Holewinski
PTX: Fix case where printed alignment could be 0
commit
|
commitdiff
|
tree
2011-09-27
Justin Holewinski
PTX: Use external symbols to keep track of params and...
commit
|
commitdiff
|
tree
2011-09-27
Justin Holewinski
PTX: Add support for sitofp in backend
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Fix memcpy intrinsic to handle 64-bit pointers
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Implement PTXSelectionDAGInfo
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Implement ISD::ANY_EXTEND
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Fix detection of stack load/store vs. global load...
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Add .align tests to stack object test file
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: SM > 2.0 implies +double
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Fix some lingering issues with stack allocation
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Split up the TableGen instruction definitions...
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Unify handling of loads/stores
commit
|
commitdiff
|
tree
2011-09-26
Justin Holewinski
PTX: Handle FrameIndex nodes
commit
|
commitdiff
|
tree
2011-09-23
Justin Holewinski
PTX: Fix parameter order bug
commit
|
commitdiff
|
tree
2011-09-23
Justin Holewinski
PTX: Cleanup unused code in PTXMachineFunctionInfo
commit
|
commitdiff
|
tree
2011-09-23
Justin Holewinski
PTX: Fix another 80-column violation
commit
|
commitdiff
|
tree
2011-09-23
Justin Holewinski
PTX: Handle function call return values
commit
|
commitdiff
|
tree
2011-09-23
Justin Holewinski
PTX: Start fixing function calls
commit
|
commitdiff
|
tree
2011-09-23
Justin Holewinski
PTX: Remove PTX calling convention files
commit
|
commitdiff
|
tree
2011-09-23
Justin Holewinski
[PATCH 2/2] PTXInstrInfo.td PTXIntrinsicInstrInfo.td...
commit
|
commitdiff
|
tree
next