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
*
Part one of switching to using a more sane heuristic for determining if-conve...
Owen Anderson
2010-09-28
1
-2
/
+1
*
Add target triple info to these tests to make the results comparable when
Jim Grosbach
2010-09-28
2
-2
/
+4
*
On elf, undefined symbols can start with .L.
Rafael Espindola
2010-09-28
1
-0
/
+15
*
Add a command line option "-arm-strict-align" to disallow unaligned memory
Bob Wilson
2010-09-28
1
-0
/
+1
*
Write relocations in the end of the file. This matches what gas does and
Rafael Espindola
2010-09-27
3
-50
/
+50
*
Make sure .text doesn't produce extra alignment.
Rafael Espindola
2010-09-27
1
-0
/
+19
*
Don't try to constant fold libm functions with non-finite arguments.
Jakob Stoklund Olesen
2010-09-27
1
-5
/
+0
*
MC/AsmParser: Handle exponents in floating point literals.
Daniel Dunbar
2010-09-27
1
-0
/
+17
*
Revert "Disable codegen prepare critical edge splitting. Machine instruction ...
Jakob Stoklund Olesen
2010-09-27
9
-20
/
+23
*
Explicitly disable CGP critical edge splitting for this test so it won't break
Jakob Stoklund Olesen
2010-09-27
1
-1
/
+1
*
Don't depend on basic block numbering.
Jakob Stoklund Olesen
2010-09-27
1
-7
/
+8
*
MC-COFF: Drop empty sections, and label symbols. Convert relocations
Michael J. Spencer
2010-09-27
2
-61
/
+33
*
yet more aliases.
Chris Lattner
2010-09-27
1
-0
/
+4
*
add a couple more aliases, rdar://8456378
Chris Lattner
2010-09-27
1
-0
/
+5
*
fix rdar://8470918 - llvm-mc can't assemble smovl
Chris Lattner
2010-09-27
1
-0
/
+7
*
Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands.
Chris Lattner
2010-09-27
1
-0
/
+16
*
the latest assembler that runs on powerpc 10.4 machines doesn't
Chris Lattner
2010-09-27
1
-0
/
+4
*
implement support for 'clr' alias. This is part of rdar://8416805,
Chris Lattner
2010-09-27
1
-0
/
+14
*
Add test case for PTX ret instruction
Che-Liang Chiou
2010-09-25
1
-0
/
+6
*
Add ret instruction to PTX backend
Che-Liang Chiou
2010-09-25
1
-1
/
+1
*
Move ELF to HasReliableSymbolDifference=true. Also take the opportunity to put
Rafael Espindola
2010-09-25
2
-1
/
+27
*
LoadPRE was not properly checking that the load it was PRE'ing post-dominated...
Owen Anderson
2010-09-25
1
-1
/
+13
*
Reapply 114678 and 114667. Reverting them did not fix the bot:
Rafael Espindola
2010-09-24
1
-0
/
+32
*
Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8...
Jakob Stoklund Olesen
2010-09-24
1
-3
/
+4
*
Enable code placement optimization pass for ARM.
Evan Cheng
2010-09-24
2
-3
/
+52
*
Revert 114678 and 114667 to see if
Rafael Espindola
2010-09-24
1
-32
/
+0
*
MC/AsmParser: Handle a missed case of floating literals in the lexer.
Daniel Dunbar
2010-09-24
1
-0
/
+3
*
CMake: Build unittests.
Michael J. Spencer
2010-09-24
1
-1
/
+9
*
Fix whitespace.
Michael J. Spencer
2010-09-24
1
-1
/
+1
*
MC/AsmParser: Support .single and .double for embedding floating point literals.
Daniel Dunbar
2010-09-24
1
-0
/
+12
*
Set alignment operand for NEON VST instructions.
Bob Wilson
2010-09-23
5
-42
/
+64
*
Set alignment operand for NEON VLD instructions.
Bob Wilson
2010-09-23
4
-36
/
+53
*
Correctly handle weak undefined symbols. Before we would get a invalid binding
Rafael Espindola
2010-09-23
1
-0
/
+14
*
Represent relocations against local symbols as relocations against the section
Rafael Espindola
2010-09-23
1
-0
/
+32
*
Fix llvm-extract so that it changes the linkage of all GlobalValues to
Bob Wilson
2010-09-23
1
-1
/
+6
*
Disable codegen prepare critical edge splitting. Machine instruction passes now
Evan Cheng
2010-09-23
10
-24
/
+23
*
Fix llvm-extract -delete's lazy loading to materialize the functions that
Dan Gohman
2010-09-23
1
-0
/
+22
*
A select between a constant and zero, when fed by a bit test, can be efficiently
Owen Anderson
2010-09-22
1
-0
/
+13
*
Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.
Cameron Esfahani
2010-09-22
1
-2
/
+2
*
Avoid some Mach-O specific alignment being done on ELF.
Rafael Espindola
2010-09-22
1
-0
/
+32
*
Correctly align bss.
Rafael Espindola
2010-09-22
1
-0
/
+17
*
llvmc: Support '-emit-llvm -S' with -opt.
Mikhail Glushenkov
2010-09-22
2
-0
/
+8
*
fix rdar://8456371 - Handle commutable instructions written backward.
Chris Lattner
2010-09-22
1
-0
/
+8
*
Fix an inconsistency in the x86 backend that led it to reject "calll foo" on
Chris Lattner
2010-09-22
19
-353
/
+355
*
fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"
Chris Lattner
2010-09-22
1
-1
/
+13
*
fix rdar://8456417 - llvm-mc can't do basic math
Chris Lattner
2010-09-22
1
-0
/
+5
*
add the missing aliases for fp stack cmovs, rdar://8456391
Chris Lattner
2010-09-22
1
-0
/
+17
*
reimplement elf TLS support in terms of addressing modes, eliminating Segment...
Chris Lattner
2010-09-22
1
-1
/
+1
*
Fix rdar://8456364 - llvm-mc rejects '%CS'
Chris Lattner
2010-09-22
1
-0
/
+3
*
fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp'
Chris Lattner
2010-09-22
1
-0
/
+6
[next]