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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead code.
Benjamin Kramer
2011-09-09
1
-8
/
+0
*
Fix release build:
Nick Lewycky
2011-09-09
1
-3
/
+1
*
gold plugin: report errors occured in lto_module_create_from_*
Ivan Krasin
2011-09-09
1
-1
/
+6
*
80 columns.
Akira Hatanaka
2011-09-09
3
-3
/
+3
*
Directly point debug info to the stack slot of the arugment, instead of tryin...
Devang Patel
2011-09-08
5
-32
/
+94
*
All conditional branches are disallowed in IT blocks, not just CBZ/CBNZ.
Owen Anderson
2011-09-08
1
-2
/
+3
*
Soft fail CBZ/CBNZ in the disassembler if they appear inside an IT block.
Owen Anderson
2011-09-08
2
-12
/
+26
*
Formatting and typo.
Eric Christopher
2011-09-08
1
-2
/
+3
*
Dix the 80-columns and remove unsupported v8i16 type from the list of legal v...
Nadav Rotem
2011-09-08
1
-9
/
+12
*
Thumb2 assembly parsing and encoding for LDRD(immediate).
Jim Grosbach
2011-09-08
8
-26
/
+244
*
Add a AVX version of a simple i64 -> f64 bitcast. This could be
Bruno Cardoso Lopes
2011-09-08
2
-7
/
+31
*
Reapply testcase from r139309!
Bruno Cardoso Lopes
2011-09-08
1
-0
/
+47
*
Make sure to handle the case where emitPredicateMatch returns false. Noticed...
Eli Friedman
2011-09-08
1
-1
/
+2
*
Fix a Darwin x86_64 special case of a jmp to a temporary symbol from an atom
Kevin Enderby
2011-09-08
2
-0
/
+68
*
Add support for relocations to ObjectFile.
Benjamin Kramer
2011-09-08
5
-34
/
+606
*
* Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE flag into a
Bruno Cardoso Lopes
2011-09-08
2
-643
/
+653
*
Remove this crashing test, until I figure out what's going wrong here
Bruno Cardoso Lopes
2011-09-08
1
-47
/
+0
*
Add AVX versions of blend vector operations and fix some issues noticed
Bruno Cardoso Lopes
2011-09-08
5
-15
/
+69
*
Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.
Bruno Cardoso Lopes
2011-09-08
2
-4
/
+39
*
Added LateParsed property to TableGen attributes.
Caitlin Sadowski
2011-09-08
3
-0
/
+43
*
Add tests for Thumb2 LDRB indexed addressing w/ writeback.
Jim Grosbach
2011-09-08
1
-0
/
+12
*
This test is already covered by llvm/trunk/test/CodeGen/X86/vsel.ll
Nadav Rotem
2011-09-08
1
-15
/
+0
*
add a testcase for the previous patch
Nadav Rotem
2011-09-08
1
-0
/
+47
*
Fix warning on windows; use of comparison with bool argument.
James Molloy
2011-09-08
1
-1
/
+1
*
Add X86-SSE4 codegen support for vector-select.
Nadav Rotem
2011-09-08
5
-5
/
+52
*
lto/addAsmGlobalSymbols: fast path when no module level asm is present.
Ivan Krasin
2011-09-08
1
-0
/
+2
*
lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...
Ivan Krasin
2011-09-08
2
-6
/
+13
*
Adding myself to test my new commit powers.
David Blaikie
2011-09-08
1
-0
/
+4
*
Fix a use of freed string contents.
Andrew Trick
2011-09-08
1
-4
/
+4
*
whitespace
Andrew Trick
2011-09-08
1
-2
/
+2
*
A couple minor corrections to r139276.
Eli Friedman
2011-09-08
1
-14
/
+14
*
Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...
Eli Friedman
2011-09-08
2
-33
/
+65
*
Thumb2 assembly parsing and encoding for LDR post-indexed.
Jim Grosbach
2011-09-08
3
-27
/
+33
*
Thumb2 assembly parsing and encoding for LDR pre-indexed w/ writeback.
Jim Grosbach
2011-09-08
4
-59
/
+118
*
Remove the "common" set of instructions shared between ARM and Thumb2 modes. ...
Owen Anderson
2011-09-08
2
-20
/
+0
*
Thumb2 assembly parsing and encoding for LDRBT.
Jim Grosbach
2011-09-07
4
-13
/
+45
*
Thumb2 assembly parsing and encoding for LDRB(register).
Jim Grosbach
2011-09-07
1
-0
/
+18
*
Thumb2 assembly parsing and encoding for LDR(register).
Jim Grosbach
2011-09-07
3
-1
/
+43
*
Add two notes for correlated-expression optimizations.
Benjamin Kramer
2011-09-07
1
-0
/
+10
*
Revert r139247 "Cache intermediate results during traceSiblingValue."
Jakob Stoklund Olesen
2011-09-07
1
-221
/
+82
*
Thumb2 assembly parsing and encoding for LDRB(immediate).
Jim Grosbach
2011-09-07
2
-3
/
+23
*
Thumb2 assembly parsing and encoding for LDR(literal).
Jim Grosbach
2011-09-07
1
-0
/
+9
*
Create Thumb2 versions of STC/LDC, and reenable the relevant tests.
Owen Anderson
2011-09-07
3
-5
/
+134
*
Add tests for Thumb2 LDR(immediate) from r139254.
Jim Grosbach
2011-09-07
1
-0
/
+16
*
Thumb2 parsing and encoding for LDR(immediate).
Jim Grosbach
2011-09-07
3
-42
/
+97
*
Thumb2 parsing and encoding for LDMDB.
Jim Grosbach
2011-09-07
2
-0
/
+15
*
Second of a three-patch series aiming to fix MSR/MRS on Cortex-M. This adds p...
James Molloy
2011-09-07
17
-37
/
+99
*
Cache intermediate results during traceSiblingValue.
Jakob Stoklund Olesen
2011-09-07
1
-82
/
+221
*
Fix atomic load and store on x86 to pass -verify-machineinstrs (and possibly ...
Eli Friedman
2011-09-07
3
-15
/
+39
*
Update test for 139243
Jim Grosbach
2011-09-07
1
-1
/
+1
[next]