index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
NVPTX
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...
Justin Holewinski
2013-06-10
3
-39
/
+11
*
NVPTX: Don't even create a regalloc if we're not going to use it.
Benjamin Kramer
2013-05-31
1
-2
/
+7
*
[NVPTX] Re-enable support for virtual registers in the final output
Justin Holewinski
2013-05-31
8
-66
/
+307
*
[NVPTX] Fix case where a sext load of an i1 type may produce an
Justin Holewinski
2013-05-30
1
-2
/
+4
*
Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
2013-05-29
1
-3
/
+4
*
Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
2013-05-29
1
-1
/
+1
*
Track IR ordering of SelectionDAG nodes 3/4.
Andrew Trick
2013-05-25
1
-3
/
+3
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
3
-17
/
+17
*
Move passes from namespace llvm into anonymous namespaces. Sort includes whil...
Benjamin Kramer
2013-05-23
1
-2
/
+2
*
More symbols that should be static.
Benjamin Kramer
2013-05-23
1
-5
/
+3
*
[NVPTX] Add @llvm.nvvm.sqrt.f() intrinsic
Justin Holewinski
2013-05-21
4
-0
/
+24
*
[NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...
Justin Holewinski
2013-05-20
1
-9
/
+7
*
[NVPTX] Add programmatic interface to NVVMReflect pass
Justin Holewinski
2013-05-20
2
-3
/
+24
*
[NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputs
Justin Holewinski
2013-05-20
7
-80
/
+525
*
[NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...
Justin Holewinski
2013-05-20
1
-2
/
+12
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-1
/
+1
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-1
/
+3
*
Remove unused argument.
Rafael Espindola
2013-05-10
2
-2
/
+2
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
1
-14
/
+14
*
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
1
-1
/
+2
*
[NVPTX] Fix a few style issues in NVVMReflect
Justin Holewinski
2013-04-02
1
-72
/
+56
*
[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.
Justin Holewinski
2013-03-30
2
-14
/
+2
*
[NVPTX] Add NVVMReflect pass to allow compile-time selection of
Justin Holewinski
2013-03-30
3
-0
/
+201
*
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-30
31
-1956
/
+2298
*
[NVPTX] Fix handling of vector arguments
Justin Holewinski
2013-03-24
2
-7
/
+56
*
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-08
1
-1
/
+7
*
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
1
-18
/
+16
*
Fix PR10475
Michael Liao
2013-03-01
1
-1
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
4
-13
/
+15
*
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
1
-3
/
+3
*
[NVPTX] Disable vector registers
Justin Holewinski
2013-02-12
17
-1997
/
+1274
*
[NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...
Justin Holewinski
2013-02-09
1
-1
/
+2
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
2
-14
/
+6
*
Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...
Eli Bendersky
2013-01-23
1
-2
/
+3
*
NVPTX: Stop leaking memory by using a managed constant instead of a new Argum...
Benjamin Kramer
2013-01-23
1
-3
/
+5
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
2
-12
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
19
-53
/
+53
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-10
/
+5
*
Use the predicate methods off of AttributeSet instead of Attribute.
Bill Wendling
2012-12-30
2
-3
/
+2
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
MachineInstrBuilderize NVPTX.
Jakob Stoklund Olesen
2012-12-20
1
-39
/
+30
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
2
-2
/
+2
*
Add a way of printing out an arbitrary label name for a section
Eric Christopher
2012-12-13
1
-0
/
+2
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
2
-2
/
+2
*
[NVPTX] Fix crash with unnamed struct arguments
Justin Holewinski
2012-12-05
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
9
-18
/
+18
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
12
-67
/
+67
*
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...
Justin Holewinski
2012-11-29
2
-0
/
+7
*
[NVPTX] Order global variables in def-use order before emiting them in the fi...
Justin Holewinski
2012-11-16
1
-3
/
+67
*
NVPTXISelLowering.cpp: Fix warnings. [-Wunused-variable]
NAKAMURA Takumi
2012-11-14
1
-6
/
+4
[next]