index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2012-03-10
Move llc + target triple tests into X86
Andrew Trick
2012-03-10
Don't try to filecheck bitcode.
Benjamin Kramer
2012-03-10
Make this transformation slightly less agressive and more correct.
Bill Wendling
2012-03-10
Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.
Bill Wendling
2012-03-09
Add the missing call to Error when a bad X86 scale expression is parsed.
Kevin Enderby
2012-03-09
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-09
When identifying exit nodes for the reverse-CFG reverse-post-order
Dan Gohman
2012-03-09
Fix the x86 disassembler to at least print the lock prefix if it is the first
Kevin Enderby
2012-03-09
test/MC/X86/lit.local.cfg: Fix up to detect 'X86' in targets.
NAKAMURA Takumi
2012-03-09
Eliminate switch cases that can never match, for example removes all
Duncan Sands
2012-03-09
Undo a previous restriction on the inline cost calculation which Nick
Chandler Carruth
2012-03-09
Fix a regression from r147481.
Chad Rosier
2012-03-08
Remove the no longer existent psp triple from a test.
Benjamin Kramer
2012-03-08
Test case for r152280, r152285 and r152290.
Akira Hatanaka
2012-03-07
Use llvm-mc instead of llc. Patch by Jack Carter.
Rafael Espindola
2012-03-07
Fix infinite loop in nested multiclasses.
Jakob Stoklund Olesen
2012-03-07
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-03-06
Extend r148086 to check for [r +/- reg] address mode. This fixes queens perfo...
Evan Cheng
2012-03-06
Fix the operand ordering on aliases for shld and shrd. PR12173, part 2.
Eli Friedman
2012-03-06
Fix a bug in the ARM disassembly of the neon VLD2 all lanes instruction.
Kevin Enderby
2012-03-06
Add <imp-def> operands when reloading into physregs.
Jakob Stoklund Olesen
2012-03-06
Split fpscr into two registers: FPSCR and FPSCR_NZCV.
Lang Hames
2012-03-05
ARM vpush/vpop assembler mnemonics accept an optional size suffix.
Jim Grosbach
2012-03-05
Make sure we don't return bits outside the mask in ComputeMaskedBits. PR12189.
Eli Friedman
2012-03-05
Remove a test case that no longer makes sense.
Jakob Stoklund Olesen
2012-03-05
updated patch for the ARM fused multiply add/sub
Sebastian Pop
2012-03-05
Make aliases for shld and shrd match gas. PR12173.
Eli Friedman
2012-03-04
Use <def,undef> operands when spilling NEON bundles.
Jakob Stoklund Olesen
2012-03-04
Nick pointed out on IRC that GVN's propagateEquality wasn't propagating
Duncan Sands
2012-03-04
Do trivial CSE of dead BBs during codegen preparation.
Bill Wendling
2012-03-03
Fix RA-dependent test.
Jakob Stoklund Olesen
2012-03-02
LVI: Recognize the form instcombine canonicalizes range checks into when form...
Benjamin Kramer
2012-03-02
Prevent obscure and incorrect tail-call optimization.
Chad Rosier
2012-03-02
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-01
Neuter the optimization I implemented with r107852 and r108258 which turn some
Evan Cheng
2012-03-01
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
[Object]
David Meyer
2012-03-01
Change ARMInstPrinter::printPredicateOperand() so it will not abort if it
Kevin Enderby
2012-03-01
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-03-01
Trivial change to make the test use Use –mcpu=generic,
Preston Gurd
2012-03-01
Revert r151816 as Jim has the appropriate fix.
Chad Rosier
2012-03-01
Fix testcases from r151807.
Chad Rosier
2012-03-01
Add missing triple for tests.
Jim Grosbach
2012-03-01
Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...
James Molloy
2012-03-01
llvm/test/CMakeLists.txt: Update dependencies to add llvm-readobj to "check".
NAKAMURA Takumi
2012-03-01
[Object]
David Meyer
2012-03-01
Don't redundantly copy implicit operands when rematerializing.
Lang Hames
2012-03-01
Fix flags for test in MC/MachO/ARM/empty-function-nop.ll
Richard Trieu
2012-02-29
LegalizeIntegerTypes: Reorder operations in the "big shift by small amount" o...
Benjamin Kramer
2012-02-29
Have GVN also do condition propagation when the right-hand side is not
Duncan Sands
[next]