projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
CXX_FAST_TLS calling convention: performance improvement for AArch64.
[oota-llvm.git]
/
lib
/
Target
/
NVPTX
/
2015-12-11
Matt Arsenault
Start replacing vector_extract/vector_insert with extra...
tree
|
commitdiff
2015-11-18
Rafael Espindola
Stop producing .data.rel sections.
tree
|
commitdiff
2015-10-26
Benjamin Kramer
Drop code after unreachable. No functionality change.
tree
|
commitdiff
2015-10-25
Benjamin Kramer
Convert assert(false) into llvm_unreachable where it...
tree
|
commitdiff
2015-10-20
Duncan P. N. Exon...
NVPTX: Remove implicit ilist iterator conversions, NFC
tree
|
commitdiff
2015-10-17
Craig Topper
Use std::find instead of manual loop.
tree
|
commitdiff
2015-10-15
Benjamin Kramer
[NVPTX] Remove dead code.
tree
|
commitdiff
2015-10-07
Rafael Espindola
git-clang-format r249548.
tree
|
commitdiff
2015-10-07
Rafael Espindola
Use non virtual destructors for sections.
tree
|
commitdiff
2015-10-07
Rafael Espindola
Don't repeat names in comments and don't indent in...
tree
|
commitdiff
2015-10-05
Rafael Espindola
Fix pr24486.
tree
|
commitdiff
2015-09-25
Matthias Braun
MachineBasicBlock: Factor out common code into isReturn...
tree
|
commitdiff
2015-09-16
Eric Christopher
constify the Function parameter to the TTI creation...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Revert r247692: Replace Triple with a new TargetTuple...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Re-commit r247683: Replace Triple with a new TargetTupl...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Revert r247684 - Replace Triple with a new TargetTuple ...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Replace Triple with a new TargetTuple in MCTargetDesc...
tree
|
commitdiff
2015-09-15
Daniel Sanders
Fix namespace indentation and missing blank lines befor...
tree
|
commitdiff
2015-09-12
Bruce Mitchener
Fix typos.
tree
|
commitdiff
2015-09-10
Chandler Carruth
[ADT] Switch a bunch of places in LLVM that were doing...
tree
|
commitdiff
2015-09-08
Artem Belevich
[NVPTX] Added run NVVMReflect pass to NVPTX back-end.
tree
|
commitdiff
2015-08-26
Bjarke Hammersholt...
[NVPTX] Let NVPTX backend detect integer min and max...
tree
|
commitdiff
2015-08-22
Jingyue Wu
[NVPTX] Allow undef value as global initializer
tree
|
commitdiff
2015-08-20
Jingyue Wu
[NVPTX] truncating 64-bit to 32-bit is free
tree
|
commitdiff
2015-08-11
Mark Heffernan
Use 32-bit divides instead of 64-bit divides where...
tree
|
commitdiff
2015-08-08
Benjamin Kramer
Fix some comment typos.
tree
|
commitdiff
2015-08-05
Bjarke Hammersholt...
[NVPTX] Use LDG for pointer induction variables.
tree
|
commitdiff
2015-08-05
Chandler Carruth
[TTI] Make the cost APIs in TargetTransformInfo consist...
tree
|
commitdiff
2015-08-01
Craig Topper
De-constify pointers to Type since they can't be modifi...
tree
|
commitdiff
2015-08-01
Jingyue Wu
[NVPTX] allow register copy between float and int
tree
|
commitdiff
2015-07-31
Jingyue Wu
[NVPTX] convert pointers in byval kernel arguments...
tree
|
commitdiff
2015-07-31
Jingyue Wu
Refactor: Simplify boolean conditional return statement...
tree
|
commitdiff
2015-07-29
Jingyue Wu
Roll forward r242871
tree
|
commitdiff
2015-07-29
Jingyue Wu
Temporarily revert r242871
tree
|
commitdiff
2015-07-23
Jingyue Wu
[NVPTX] run LSR before straight-line optimizations
tree
|
commitdiff
2015-07-22
Jingyue Wu
[BranchFolding] do not iterate the aliases of virtual...
tree
|
commitdiff
2015-07-20
Jingyue Wu
[NVPTX] make load on global readonly memory to use ldg
tree
|
commitdiff
2015-07-17
Eli Bendersky
Use inbounds GEPs for memcpy and memset lowering
tree
|
commitdiff
2015-07-16
Eli Bendersky
Streamline the coding style in NVPTXLowerAggrCopies
tree
|
commitdiff
2015-07-16
Jingyue Wu
[NVPTX] enable SpeculativeExecution in NVPTX
tree
|
commitdiff
2015-07-16
Benjamin Kramer
[NVPTX] Don't leak dead instructions after unlinking...
tree
|
commitdiff
2015-07-16
Eli Bendersky
Correct lowering of memmove in NVPTX
tree
|
commitdiff
2015-07-16
Mehdi Amini
Move most user of TargetMachine::getDataLayout to the...
tree
|
commitdiff
2015-07-16
Mehdi Amini
Remove DataLayout from TargetLoweringObjectFile, redire...
tree
|
commitdiff
2015-07-13
Mark Heffernan
Enable partial and runtime loop unrolling for NVPTX.
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Remove MCSubtargetInfo() default constructor
tree
|
commitdiff
2015-07-10
Jingyue Wu
[TTI] BasicTTIImpl assumes no vector registers
tree
|
commitdiff
2015-07-10
Eli Bendersky
Actually support volatile memcpys in NVPTX lowering
tree
|
commitdiff
2015-07-10
Jingyue Wu
[NVPTX] declare no vector registers
tree
|
commitdiff
2015-07-09
Eli Bendersky
Replace index-loops by range-based loops
tree
|
commitdiff
2015-07-09
Mehdi Amini
Re-instate the EVT parameter to getScalarShiftAmountTy...
tree
|
commitdiff
2015-07-09
Mehdi Amini
Remove getDataLayout() from TargetSelectionDAGInfo...
tree
|
commitdiff
2015-07-09
Mehdi Amini
Remove getDataLayout() from TargetLowering
tree
|
commitdiff
2015-07-09
Mehdi Amini
Make isLegalAddressingMode() taking DataLayout as an...
tree
|
commitdiff
2015-07-09
Mehdi Amini
Make TargetLowering::getShiftAmountTy() taking DataLayo...
tree
|
commitdiff
2015-07-09
Mehdi Amini
Make TargetLowering::getPointerTy() taking DataLayout...
tree
|
commitdiff
2015-07-09
Mehdi Amini
Make TargetTransformInfo keeping a reference to the...
tree
|
commitdiff
2015-07-09
Mehdi Amini
Redirect DataLayout from TargetMachine to Module in...
tree
|
commitdiff
2015-07-08
Eli Bendersky
Cosmetic cleanups - NFC
tree
|
commitdiff
2015-07-06
Daniel Sanders
Change the last few internal StringRef triples into...
tree
|
commitdiff
2015-07-05
Benjamin Kramer
[TargetLowering] StringRefize asm constraint getters.
tree
|
commitdiff
2015-07-01
Jingyue Wu
[NVPTX] expand extload/truncstore for vectors of floats
tree
|
commitdiff
2015-07-01
Jingyue Wu
[NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
tree
|
commitdiff
2015-06-30
Jingyue Wu
[NVPTX] cleanups and refacotring in NVPTXFrameLowering.cpp
tree
|
commitdiff
2015-06-30
Jingyue Wu
[NVPTX] Fix issue introduced in D10321
tree
|
commitdiff
2015-06-30
Samuel Antao
Force relocation mode to be default, regardless of...
tree
|
commitdiff
2015-06-26
Jingyue Wu
[NVPTX] noop when kernel pointers are already global
tree
|
commitdiff
2015-06-24
Jingyue Wu
Add NVPTXPeephole pass to reduce unnecessary address...
tree
|
commitdiff
2015-06-23
Rafael Espindola
Simplify the Mangler interface now that DataLayout...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-17
Jingyue Wu
Add NVPTXLowerAlloca pass to convert alloca'ed memory...
tree
|
commitdiff
2015-06-16
Daniel Sanders
Clean up redundant copies of Triple objects. NFC
tree
|
commitdiff
2015-06-11
Daniel Sanders
Replace string GNU Triples with llvm::Triple in TargetM...
tree
|
commitdiff
2015-06-11
Ahmed Bougacha
[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
tree
|
commitdiff
2015-06-11
Pete Cooper
Remove MachineModuleInfo::UsedFunctions as it has no...
tree
|
commitdiff
2015-06-10
Daniel Sanders
Replace string GNU Triples with llvm::Triple in MCSubta...
tree
|
commitdiff
2015-06-09
Jingyue Wu
[NVPTX] fix a crash bug in NVPTXFavorNonGenericAddrSpaces
tree
|
commitdiff
2015-06-09
Samuel Antao
The constant initialization for globals in NVPTX is...
tree
|
commitdiff
2015-06-09
Daniel Sanders
[nvptx] Only support the 'm' inline assembly memory...
tree
|
commitdiff
2015-06-09
Matt Arsenault
MC: Add target hook to control symbol quoting
tree
|
commitdiff
2015-06-09
Jingyue Wu
[NVPTX] run SROA after NVPTXFavorNonGenericAddrSpaces
tree
|
commitdiff
2015-06-04
Jingyue Wu
[NVPTX] roll forward r239082
tree
|
commitdiff
2015-06-04
Jingyue Wu
Revert r239082
tree
|
commitdiff
2015-06-04
Jingyue Wu
[NVPTX] kernel pointer arguments point to the global...
tree
|
commitdiff
2015-06-04
Daniel Sanders
Replace string GNU Triples with llvm::Triple in MCAsmIn...
tree
|
commitdiff
2015-06-02
Benjamin Kramer
Push constness through LoopInfo::isLoopHeader and clean...
tree
|
commitdiff
2015-06-01
Matt Arsenault
Add address space argument to isLegalAddressingMode
tree
|
commitdiff
2015-05-30
Jim Grosbach
MC: Clean up MCExpr naming. NFC.
tree
|
commitdiff
2015-05-29
Jingyue Wu
[NVPTXFavorNonGenericAddrSpaces] recursively trace...
tree
|
commitdiff
2015-05-28
Benjamin Kramer
Don't call utostr in Twine/raw_ostream contexts.
tree
|
commitdiff
2015-05-28
Jingyue Wu
[NaryReassociate] Run EarlyCSE after NaryReassociate
tree
|
commitdiff
2015-05-21
Rafael Espindola
Move alignment from MCSectionData to MCSection.
tree
|
commitdiff
2015-05-18
Jim Grosbach
MC: Clean up method names in MCContext.
tree
|
commitdiff
2015-05-15
Pete Cooper
Remove MCAssembler.h include from MCStreamer.h and...
tree
|
commitdiff
2015-05-15
Pete Cooper
Remove 3 includes from MCInstrDesc.h and explicitly...
tree
|
commitdiff
2015-05-15
Jim Grosbach
MC: MCCodeGenInfo naming update. NFC.
tree
|
commitdiff
2015-05-13
Jim Grosbach
MC: Modernize MCOperand API naming. NFC.
tree
|
commitdiff
2015-05-07
Matthias Braun
Change getTargetNodeName() to produce compiler warnings...
tree
|
commitdiff
2015-05-05
Quentin Colombet
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
tree
|
commitdiff
next