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
*
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
*
Fix invalid asserts, use llvm_unreachable instead.
Jakub Staszak
2012-11-14
1
-3
/
+3
*
[NVPTX] Implement custom lowering of loads/stores for i1
Justin Holewinski
2012-11-14
2
-2
/
+61
*
Remove unused field.
Eric Christopher
2012-11-12
1
-1
/
+0
*
[NVPTX] Add more precise PTX/SM target attributes
Justin Holewinski
2012-11-12
4
-11
/
+57
*
[NVPTX] Use ABI alignment for parameters when alignment is not specified.
Justin Holewinski
2012-11-09
1
-0
/
+3
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-5
/
+3
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-4
/
+5
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
1
-4
/
+3
*
Implement a basic VectorTargetTransformInfo interface to be used by the loop ...
Nadav Rotem
2012-10-24
1
-1
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
2
-1
/
+12
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
2
-12
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-3
/
+5
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-4
/
+3
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-3
/
+4
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
2
-1
/
+12
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
2
-2
/
+3
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
7
-28
/
+28
*
Use new accessor methods to query for attributes.
Bill Wendling
2012-10-04
2
-2
/
+2
*
Extend TargetPassConfig to allow running only a subset of the normal passes.
Bob Wilson
2012-07-02
1
-6
/
+0
*
Add all codegen passes to the PassManager via TargetPassConfig.
Bob Wilson
2012-07-02
1
-5
/
+5
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-6
/
+6
*
Remove layering violation #include.
Bill Wendling
2012-06-28
1
-1
/
+0
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-8
/
+6
*
There are a number of generic inline asm operand modifiers that
Jack Carter
2012-06-26
1
-1
/
+3
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+1
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
2
-8
/
+2
*
Fix header file include order in NVPTX backend NV_CONTRIB
Yuan Lin
2012-06-05
1
-2
/
+2
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Fix typos
Joel Jones
2012-05-31
1
-2
/
+2
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
2
-36
/
+24
*
Shrink.
Jakob Stoklund Olesen
2012-05-24
1
-7145
/
+18
*
Convert assert(0) to llvm_unreachable.
Craig Topper
2012-05-24
5
-31
/
+20
[next]