index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
NVPTX
Age
Commit message (
Expand
)
Author
2013-05-29
Merging r182394:
Bill Wendling
2013-05-29
Merging r182298:
Bill Wendling
2013-05-29
Merging r182297:
Bill Wendling
2013-05-29
Merging r182254:
Bill Wendling
2013-05-29
Merging r182253:
Bill Wendling
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-02
[NVPTX] Fix a few style issues in NVVMReflect
Justin Holewinski
2013-03-30
[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.
Justin Holewinski
2013-03-30
[NVPTX] Add NVVMReflect pass to allow compile-time selection of
Justin Holewinski
2013-03-30
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-24
[NVPTX] Fix handling of vector arguments
Justin Holewinski
2013-03-08
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-01
Fix PR10475
Michael Liao
2013-02-21
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-12
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-09
[NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...
Justin Holewinski
2013-01-31
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-23
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...
Benjamin Kramer
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-20
MachineInstrBuilderize NVPTX.
Jakob Stoklund Olesen
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-13
Add a way of printing out an arbitrary label name for a section
Eric Christopher
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-05
[NVPTX] Fix crash with unnamed struct arguments
Justin Holewinski
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-29
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-16
[NVPTX] Order global variables in def-use order before emiting them in the fi...
Justin Holewinski
2012-11-14
NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
NAKAMURA Takumi
2012-11-14
Fix invalid asserts, use llvm_unreachable instead.
Jakub Staszak
2012-11-14
[NVPTX] Implement custom lowering of loads/stores for i1
Justin Holewinski
2012-11-12
Remove unused field.
Eric Christopher
2012-11-12
[NVPTX] Add more precise PTX/SM target attributes
Justin Holewinski
2012-11-09
[NVPTX] Use ABI alignment for parameters when alignment is not specified.
Justin Holewinski
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
[next]