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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
macho-dump: Fix CMake build, following up to r121466.
NAKAMURA Takumi
2010-12-10
1
-1
/
+1
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
2
-1
/
+42
*
macho-dump: Switch to C++ macho-dump tool.
Daniel Dunbar
2010-12-10
2
-0
/
+0
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
2
-42
/
+1
*
Add dependency to "make check".
NAKAMURA Takumi
2010-12-10
1
-1
/
+9
*
Formalize the notion that AVX and SSE are non-overlapping extensions from the...
Nate Begeman
2010-12-10
1
-1
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
2
-1
/
+42
*
Add support for parsing ARM arithmetic instructions that update or don't update
Kevin Enderby
2010-12-09
1
-0
/
+9
*
ARM stm/ldm instructions require more than one register in the register list.
Jim Grosbach
2010-12-09
2
-3
/
+3
*
Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka
Bruno Cardoso Lopes
2010-12-09
1
-0
/
+40
*
enhance memcpyopt to zap memcpy's that have the same src/dst.
Chris Lattner
2010-12-09
1
-0
/
+9
*
fix PR8753, eliminating a case where we'd infinitely make a
Chris Lattner
2010-12-09
1
-3
/
+16
*
Rewrite the darwin tlv support to use a chain and return to copying
Eric Christopher
2010-12-09
1
-0
/
+16
*
Really check that the bits that will become zero are actually already zero
Dan Gohman
2010-12-09
1
-1
/
+25
*
Remove extraneous copy from DAG conversion for darwin tls. This was
Eric Christopher
2010-12-09
1
-0
/
+32
*
Allow a slash, '/', as a prefix separator for X86. rdar://8741045
Kevin Enderby
2010-12-08
1
-0
/
+5
*
Move this test to tlv* to make it easier to notice versus linux tls
Eric Christopher
2010-12-08
1
-0
/
+0
*
ARM/MC/ELF TPsoft is now a proper pseudo inst.
Jason W Kim
2010-12-08
1
-0
/
+52
*
Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal
Evan Cheng
2010-12-07
1
-0
/
+40
*
Match a pattern generated by a dag combiner opt where:
Bruno Cardoso Lopes
2010-12-07
1
-0
/
+15
*
Fix absolute recording of differences of symbols in two sections. Reduced fro...
Rafael Espindola
2010-12-07
1
-0
/
+64
*
Fix relocations with weak definitions.
Rafael Espindola
2010-12-07
1
-0
/
+141
*
Revert test/Archive/check_binary_output.ll". It fails on a buildbot.
NAKAMURA Takumi
2010-12-07
1
-4
/
+0
*
reapply r121100 with a tweak to constant fold ConstExprs with TargetData
Chris Lattner
2010-12-07
1
-0
/
+23
*
Fix pcrel relocations that cross sections.
Rafael Espindola
2010-12-07
1
-0
/
+107
*
test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-...
NAKAMURA Takumi
2010-12-07
1
-0
/
+4
*
test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable...
NAKAMURA Takumi
2010-12-07
1
-0
/
+1
*
test: Add the feature 'shell' on LLVM_ON_UNIX.
NAKAMURA Takumi
2010-12-07
1
-0
/
+4
*
Temporarily revert r121100 as it's causing clang to fail
Eric Christopher
2010-12-07
1
-23
/
+0
*
fix PR8710 - teach global opt that some constantexprs are too complex to
Chris Lattner
2010-12-07
1
-0
/
+23
*
Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath def...
Michael J. Spencer
2010-12-07
2
-0
/
+14
*
Fix a crash reduced from gcc produced assembly.
Rafael Espindola
2010-12-07
1
-0
/
+122
*
Second attempt at converting Thumb2's LDRpci, including updating the gazillio...
Owen Anderson
2010-12-07
1
-1
/
+1
*
Implement jump threading of 'indirectbr' by keeping track of whether we're lo...
Frits van Bommel
2010-12-06
1
-0
/
+61
*
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-12-06
12
-288
/
+227
*
Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.
Wesley Peck
2010-12-06
2
-4
/
+4
*
Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.
Wesley Peck
2010-12-06
1
-1
/
+1
*
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
1
-2
/
+2
*
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
1
-1
/
+1
*
Update test for the extra =.
Rafael Espindola
2010-12-06
1
-1
/
+1
*
ptx: add shift instructions
Che-Liang Chiou
2010-12-06
2
-0
/
+65
*
Don't use PadSectionToAlignment on windows.
Rafael Espindola
2010-12-06
2
-3
/
+3
*
Fix PR8728, a miscompilation I recently introduced. When optimizing
Chris Lattner
2010-12-06
1
-1
/
+15
*
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-05
1
-1
/
+2
*
Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds...
Frits van Bommel
2010-12-05
2
-0
/
+15
*
Teach SimplifyCFG to turn
Frits van Bommel
2010-12-05
1
-0
/
+118
*
Teach X86ISelLowering that the second result of X86ISD::UMUL is a flags
Chris Lattner
2010-12-05
1
-0
/
+22
*
it turns out that when ".with.overflow" intrinsics were added to the X86
Chris Lattner
2010-12-05
1
-1
/
+7
*
fix the rest of the linux miscompares :)
Chris Lattner
2010-12-05
1
-1
/
+1
*
generalize the previous check to handle -1 on either side of the
Chris Lattner
2010-12-05
1
-0
/
+24
[next]