index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-26
Simplify demanded bits of select sources where the condition is a constant ve...
Pete Cooper
3
-0
/
+53
2012-07-26
Remove the X86 sub_ss and sub_sd sub-register indexes completely.
Jakob Stoklund Olesen
1
-6
/
+1
2012-07-26
Remove the last mentions of sub_ss and sub_sd from patterns.
Jakob Stoklund Olesen
1
-4
/
+4
2012-07-26
Eliminate sub_ss, sub_sd from broadcast patterns.
Jakob Stoklund Olesen
1
-42
/
+16
2012-07-26
Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...
Pete Cooper
2
-0
/
+34
2012-07-26
Eliminate more sub_ss / sub_sd patterns.
Jakob Stoklund Olesen
1
-32
/
+24
2012-07-26
Eliminate some SUBREG_TO_REG patterns with sub_ss and sub_sd.
Jakob Stoklund Olesen
1
-12
/
+10
2012-07-26
Eliminate a batch of uses of sub_ss and sub_sd in the X86 target.
Jakob Stoklund Olesen
2
-83
/
+67
2012-07-26
Add support for v16i32/v16i64 into the code generator. This is required for b...
Micah Villmow
4
-36
/
+66
2012-07-26
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2
-9
/
+9
2012-07-26
Use an otherwise unused variable.
Jakob Stoklund Olesen
1
-1
/
+1
2012-07-26
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
6
-1
/
+731
2012-07-26
Add a floor intrinsic.
Dan Gohman
3
-0
/
+41
2012-07-26
do null checks for a few more Emit*() functions.
Nuno Lopes
1
-17
/
+15
2012-07-26
Stop reassociate from looking through expressions of arbitrary complexity. This
Duncan Sands
3
-0
/
+39
2012-07-26
Take people straight to the contents of the file.
Duncan Sands
1
-1
/
+1
2012-07-26
Add the list of code owners to the top level of the LLVM source tree to
Duncan Sands
2
-27
/
+55
2012-07-26
Make l/q suffixes on AVX forms of scalar convert instructions consistent with...
Craig Topper
6
-50
/
+52
2012-07-26
Fix call setup for PIC.
Akira Hatanaka
6
-57
/
+72
2012-07-25
Fix two typos in the doc
Sylvestre Ledru
2
-2
/
+2
2012-07-25
Differentially encode all MC register lists.
Jakob Stoklund Olesen
2
-78
/
+50
2012-07-25
It's not safe to blindly remove invoke instructions. This happens when we
Nick Lewycky
1
-1
/
+2
2012-07-25
Update testing case for Atom when disabling rematerialization in
Manman Ren
1
-1
/
+97
2012-07-25
You cannot call removeModule on a JIT with no modules. Patch by Verena
Chad Rosier
1
-1
/
+1
2012-07-25
revert r160742: it's breaking CMake build
Nuno Lopes
4
-56
/
+9
2012-07-25
Disable rematerialization in TwoAddressInstructionPass.
Manman Ren
4
-83
/
+12
2012-07-25
Don't add null characters to the end of the APFloat string buffer.
David Blaikie
1
-10
/
+2
2012-07-25
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
4
-9
/
+56
2012-07-25
add EmitStrNLen()
Nuno Lopes
2
-0
/
+33
2012-07-25
Preserve 2-addr constraints in ConnectedVNInfoEqClasses.
Jakob Stoklund Olesen
1
-7
/
+4
2012-07-25
ARM: Don't assume an SDNode is a constant.
Jim Grosbach
1
-0
/
+4
2012-07-25
Verify two-address constraints more carefully.
Jakob Stoklund Olesen
1
-14
/
+7
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
7
-81
/
+154
2012-07-25
Fix typos. Thanks to Matt Beaumont-Gay for noticing it.
Rafael Espindola
1
-3
/
+3
2012-07-25
Twine: fix link to source, add link to class doc and container section.
Axel Naumann
1
-11
/
+12
2012-07-25
When a return struct pointer is passed in registers, the called has nothing
Rafael Espindola
3
-25
/
+71
2012-07-25
Factor a long list of conditions into a predicate function. No functionality
Rafael Espindola
1
-6
/
+15
2012-07-25
Don't perform an overaligned load in this test, since that's undefined
Duncan Sands
1
-1
/
+1
2012-07-25
When folding a load from a global constant, if the load started in the middle
Duncan Sands
2
-5
/
+20
2012-07-25
Eliminate the stack slot used to save the global base register.
Akira Hatanaka
8
-120
/
+76
2012-07-24
Add a cpu to the test. Should fix the atom bot.
Rafael Espindola
1
-1
/
+1
2012-07-24
Add a triple to the test.
Rafael Espindola
1
-1
/
+1
2012-07-24
In order to correctly compile
Rafael Espindola
2
-2
/
+22
2012-07-24
Fix a bug in the x86 disassembler's symbolic disassembly support for Jcc-Jump
Kevin Enderby
1
-1
/
+1
2012-07-24
Don't delete one more instruction than we're allowed to. This should fix the
Nick Lewycky
1
-1
/
+3
2012-07-24
[Object] Remove unneeded const_cast.
Michael J. Spencer
1
-2
/
+1
2012-07-24
add a few more functions to TargetLibraryInfo:
Nuno Lopes
2
-0
/
+21
2012-07-24
ELF does not imply GNU/Linux. Do not assume GNU conventions just because we
David Chisnall
2
-1
/
+21
2012-07-24
Add new interfaces to support ldd's ReaderElf.cpp.
Anshuman Dasgupta
1
-3
/
+42
2012-07-24
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
Nuno Lopes
2
-0
/
+18
[prev]
[next]