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 "localize global" optimization
Alexey Samsonov
2013-10-02
2
-82
/
+3
*
Tidy up this line of the Makefile before I start hacking on it.
Chandler Carruth
2013-10-02
1
-9
/
+5
*
Add test I forgot to git add in r191824.
Rafael Espindola
2013-10-02
1
-0
/
+17
*
Disable this test on Win32 for now.
Rafael Espindola
2013-10-02
1
-0
/
+3
*
Fix option parsing in the gold plugin.
Rafael Espindola
2013-10-02
3
-5
/
+27
*
Don't layout items in a list in columns. That requires changing every
Chandler Carruth
2013-10-02
1
-19
/
+34
*
Add a -exported-symbol option to llvm-lto.
Rafael Espindola
2013-10-02
2
-0
/
+17
*
Add Support For .bss Named Section Directive For Darwin Targets.
Rafael Espindola
2013-10-02
1
-0
/
+5
*
Enable building LTO on WIN32.
Rafael Espindola
2013-10-02
4
-6
/
+19
*
AVX-512: fixed a bug in getLoadStoreRegOpcode() for AVX-512 target
Elena Demikhovsky
2013-10-02
3
-8
/
+14
*
Program.h: Fix \Note into \note. [-Wdocumentation]
NAKAMURA Takumi
2013-10-02
1
-2
/
+2
*
[DebugInfo] Further simplify DWARFDebugAranges public interface
Alexey Samsonov
2013-10-02
3
-42
/
+33
*
AVX-512: Added TB prefix to all instructions without prefixes,
Elena Demikhovsky
2013-10-02
2
-20
/
+18
*
Disable libc++ building by default with CMake with MSVC -- some bots
Chandler Carruth
2013-10-02
1
-1
/
+5
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
16
-70
/
+97
*
Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_type
Manman Ren
2013-10-01
10
-96
/
+273
*
[llvm-c][Disassembler] Add an option to reproduce in disassembled output the
Quentin Colombet
2013-10-01
2
-8
/
+47
*
Remove triple from type unique testing cases.
Manman Ren
2013-10-01
3
-6
/
+0
*
Try to fix native-arm bot
Manman Ren
2013-10-01
1
-2
/
+0
*
Debug Info: remove duplication of DIEs when a DIE is part of the type system
Manman Ren
2013-10-01
6
-18
/
+129
*
R600: add a pass that merges clauses.
Vincent Lejeune
2013-10-01
10
-7
/
+238
*
R600: Put PRED_X instruction in its own clause
Vincent Lejeune
2013-10-01
5
-6
/
+1190
*
R600: Enable -verify-machineinstrs in some tests.
Vincent Lejeune
2013-10-01
10
-14
/
+24
*
[MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensure
Quentin Colombet
2013-10-01
1
-2
/
+6
*
Don't merge tiny functions.
Matt Arsenault
2013-10-01
3
-2
/
+37
*
Reverts commit r190808 and r190556.
Rafael Espindola
2013-10-01
1
-37
/
+17
*
Add test case for PR16785.
Preston Gurd
2013-10-01
1
-0
/
+19
*
[DebugInfo] Simplify and speedup .debug_aranges parsing
Alexey Samsonov
2013-10-01
1
-58
/
+25
*
Fixing MCJIT multiple module linking for OSX
Andrew Kaylor
2013-10-01
1
-0
/
+4
*
[DebugInfo] Further simplify DWARFDebugAranges. No functionality change.
Alexey Samsonov
2013-10-01
2
-56
/
+43
*
[DebugInfo] Remove unused functions from DWARFDebugAranges and fix code style.
Alexey Samsonov
2013-10-01
2
-93
/
+44
*
[SystemZ] Add comparisons of high words and memory
Richard Sandiford
2013-10-01
8
-2
/
+200
*
[SystemZ] Add comparisons of large immediates using high words
Richard Sandiford
2013-10-01
7
-2
/
+134
*
[SystemZ] Add immediate addition involving high words
Richard Sandiford
2013-10-01
9
-2
/
+236
*
[SystemZ] Extend test-under-mask support to high GR32s
Richard Sandiford
2013-10-01
5
-8
/
+56
*
[SystemZ] Extend 32-bit RISBG optimizations to high words
Richard Sandiford
2013-10-01
2
-8
/
+41
*
[SystemZ] Extend pseudo conditional 8- and 16-bit stores to high words
Richard Sandiford
2013-10-01
3
-6
/
+54
*
ARM: support interrupt attribute
Tim Northover
2013-10-01
9
-21
/
+278
*
[SystemZ] Add test missing from r191764.
Richard Sandiford
2013-10-01
1
-0
/
+30
*
[SystemZ] Optimize 32-bit FPR<->GPR moves for z196 and above
Richard Sandiford
2013-10-01
1
-7
/
+18
*
Add non-blocking Wait() for launched processes
Tareq A. Siraj
2013-10-01
5
-135
/
+303
*
[SystemZ] Allow integer AND involving high words
Richard Sandiford
2013-10-01
6
-63
/
+170
*
[SystemZ] Allow integer XOR involving high words
Richard Sandiford
2013-10-01
5
-5
/
+57
*
Remove several unused variables.
Rafael Espindola
2013-10-01
25
-49
/
+6
*
[SystemZ] Allow integer OR involving high words
Richard Sandiford
2013-10-01
5
-13
/
+83
*
[SystemZ] Allow integer insertions with a high-word destination
Richard Sandiford
2013-10-01
5
-2
/
+81
*
Fix a typo in the documentation. Thanks to Diana Vasile for the patch
Sylvestre Ledru
2013-10-01
1
-1
/
+1
*
[SystemZ] Allow selects with a high-word destination
Richard Sandiford
2013-10-01
3
-2
/
+32
*
[SystemZ] Add patterns to load a constant into a high word (IIHF)
Richard Sandiford
2013-10-01
8
-5
/
+116
*
[ARM] Remove an unused function from the disassembler.
Joey Gouly
2013-10-01
1
-11
/
+0
[next]