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
Age
Commit message (
Expand
)
Author
2011-09-08
Make sure to handle the case where emitPredicateMatch returns false. Noticed...
Eli Friedman
2011-09-08
Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom
Kevin Enderby
2011-09-08
Add support for relocations to ObjectFile.
Benjamin Kramer
2011-09-08
* Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE flag into a
Bruno Cardoso Lopes
2011-09-08
Remove this crashing test, until I figure out what's going wrong here
Bruno Cardoso Lopes
2011-09-08
Add AVX versions of blend vector operations and fix some issues noticed
Bruno Cardoso Lopes
2011-09-08
Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.
Bruno Cardoso Lopes
2011-09-08
Added LateParsed property to TableGen attributes.
Caitlin Sadowski
2011-09-08
Add tests for Thumb2 LDRB indexed addressing w/ writeback.
Jim Grosbach
2011-09-08
This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.ll
Nadav Rotem
2011-09-08
add a testcase for the previous patch
Nadav Rotem
2011-09-08
Fix warning on windows; use of comparison with bool argument.
James Molloy
2011-09-08
Add X86-SSE4 codegen support for vector-select.
Nadav Rotem
2011-09-08
lto/addAsmGlobalSymbols: fast path when no module level asm is present.
Ivan Krasin
2011-09-08
lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...
Ivan Krasin
2011-09-08
Adding myself to test my new commit powers.
David Blaikie
2011-09-08
Fix a use of freed string contents.
Andrew Trick
2011-09-08
whitespace
Andrew Trick
2011-09-08
A couple minor corrections to r139276.
Eli Friedman
2011-09-08
Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...
Eli Friedman
2011-09-08
Thumb2 assembly parsing and encoding for LDR post-indexed.
Jim Grosbach
2011-09-08
Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.
Jim Grosbach
2011-09-08
Remove the "common" set of instructions shared between ARM and Thumb2 modes. ...
Owen Anderson
2011-09-07
Thumb2 assembly parsing and encoding for LDRBT.
Jim Grosbach
2011-09-07
Thumb2 assembly parsing and encoding for LDRB(register).
Jim Grosbach
2011-09-07
Thumb2 assembly parsing and encoding for LDR(register).
Jim Grosbach
2011-09-07
Add two notes for correlated-expression optimizations.
Benjamin Kramer
2011-09-07
Revert r139247 "Cache intermediate results during traceSiblingValue."
Jakob Stoklund Olesen
2011-09-07
Thumb2 assembly parsing and encoding for LDRB(immediate).
Jim Grosbach
2011-09-07
Thumb2 assembly parsing and encoding for LDR(literal).
Jim Grosbach
2011-09-07
Create Thumb2 versions of STC/LDC, and reenable the relevant tests.
Owen Anderson
2011-09-07
Add tests for Thumb2 LDR(immediate) from r139254.
Jim Grosbach
2011-09-07
Thumb2 parsing and encoding for LDR(immediate).
Jim Grosbach
2011-09-07
Thumb2 parsing and encoding for LDMDB.
Jim Grosbach
2011-09-07
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...
James Molloy
2011-09-07
Cache intermediate results during traceSiblingValue.
Jakob Stoklund Olesen
2011-09-07
Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...
Eli Friedman
2011-09-07
Update test for 139243
Jim Grosbach
2011-09-07
Thumb2 ldm/stm 'db' mnemonics don't have a '.w' suffix.
Jim Grosbach
2011-09-07
Thumb2 parsing and encoding for LDMIA.
Jim Grosbach
2011-09-07
Port more assembler tests over to disassembler tests, and fix a minor logic e...
Owen Anderson
2011-09-07
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...
James Molloy
2011-09-07
When inlining exception handling code into another function, ensure that
Duncan Sands
2011-09-07
Thumb2 use 'ldm' as default mnemonic.
Jim Grosbach
2011-09-07
Detect attempt to use segmented stacks on non ELF systems and error
Rafael Espindola
2011-09-07
Better diagnostic location information for mnemonic suffices.
Jim Grosbach
2011-09-07
Another forgotten trampoline testcase.
Duncan Sands
2011-09-07
Forgot to add this trampoline testcase.
Duncan Sands
2011-09-07
Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...
Eli Friedman
2011-09-07
Dependency should be on the output file name, not the dependency file
Joerg Sonnenberger
[next]