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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove GetSystemLibraryPaths.
Rafael Espindola
2013-06-11
3
-64
/
+0
*
[mips] Use function TargetInstrInfo::getRegClass.
Akira Hatanaka
2013-06-11
2
-6
/
+9
*
Remove Path::GetBitcodeLibraryPaths.
Rafael Espindola
2013-06-11
2
-34
/
+0
*
Remove unused FindLibrary function.
Rafael Espindola
2013-06-11
1
-17
/
+0
*
Remove sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-117
/
+0
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-26
/
+28
*
Change how globalopt handles aliases in llvm.used.
Rafael Espindola
2013-06-11
1
-100
/
+156
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-8
/
+6
*
Port r183666 to identify_magic.
Rafael Espindola
2013-06-11
1
-2
/
+3
*
Fix variable name.
Rafael Espindola
2013-06-11
1
-29
/
+29
*
Fix variable name style. Don't cast to and from int.
Rafael Espindola
2013-06-11
1
-0
/
+2
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-25
/
+26
*
Convert another use of sys::identifyFileType.
Rafael Espindola
2013-06-11
1
-8
/
+6
*
Convert a use of sys::identifyFileType to sys::fs::identify_magic.
Rafael Espindola
2013-06-11
1
-16
/
+18
*
R600: Make helper functions static.
Benjamin Kramer
2013-06-11
1
-4
/
+5
*
Require members of llvm.used to be named.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...
NAKAMURA Takumi
2013-06-11
1
-1
/
+4
*
It adds support for negative zero offsets for loads and stores.
Mihai Popa
2013-06-11
1
-1
/
+1
*
This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...
Mihai Popa
2013-06-11
2
-4
/
+15
*
ARM: Enforce decoding rules for VLDn instructions
Amaury de la Vieuville
2013-06-11
2
-68
/
+76
*
ARM: Fix STREX/LDREX reecoding
Amaury de la Vieuville
2013-06-11
1
-10
/
+28
*
Tweak a couple of tests on win32 hosts with +Asserts.
NAKAMURA Takumi
2013-06-11
1
-1
/
+1
*
ARMAsmBackend.cpp: Use Triple::isOSBinFormatCOFF() instead of isOSWindows().
NAKAMURA Takumi
2013-06-11
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2013-06-11
1
-5
/
+5
*
Fix dubious type name similar to member name.
Sean Silva
2013-06-11
1
-7
/
+7
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
2
-0
/
+229
*
ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.
Tim Northover
2013-06-10
3
-1
/
+23
*
Fix xemacs mode line, don't put them in .cpp files (just header files). No
Nick Lewycky
2013-06-10
1
-1
/
+1
*
Remove a few fixmes, the only work we're doing is getting the string
Eric Christopher
2013-06-10
1
-4
/
+0
*
Fix up comment.
Eric Christopher
2013-06-10
1
-1
/
+1
*
Remove unused function.
Eric Christopher
2013-06-10
1
-6
/
+0
*
IndentCount is only used within NDEBUG code.
Eric Christopher
2013-06-10
1
-0
/
+2
*
X86: Stop LEA64_32r doing unspeakable things to its arguments.
Tim Northover
2013-06-10
5
-70
/
+221
*
Add a missing 'e'.
Rafael Espindola
2013-06-10
1
-1
/
+1
*
[PowerPC] Support extended sc mnemonic
Ulrich Weigand
2013-06-10
1
-0
/
+2
*
[PowerPC] Support branch mnemonics with implied CR0
Ulrich Weigand
2013-06-10
1
-0
/
+11
*
[PowerPC] Use multiclass to generate extended branch mnemonics
Ulrich Weigand
2013-06-10
1
-51
/
+22
*
Silencing an MSVC warning about comparing signed and unsigned values.
Aaron Ballman
2013-06-10
1
-1
/
+1
*
Pass a StringRef to sys::identifyFileType.
Rafael Espindola
2013-06-10
6
-15
/
+11
*
Fix an out of bounds array access.
Rafael Espindola
2013-06-10
1
-2
/
+3
*
Update for current naming conventions.
Rafael Espindola
2013-06-10
1
-30
/
+31
*
Fix misleading comments in ARMAsmParser
Amaury de la Vieuville
2013-06-10
1
-6
/
+6
*
ARM: ISB cannot be passed the same options as DMB
Amaury de la Vieuville
2013-06-10
7
-2
/
+157
*
[NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...
Justin Holewinski
2013-06-10
3
-39
/
+11
*
Fix a regression I introduced when I expanded the complex pseudos in
Reed Kotler
2013-06-09
2
-9
/
+10
*
Fix ARM unwind opcode assembler in several cases.
Logan Chien
2013-06-09
3
-169
/
+185
*
Removed PackedDouble domain from scalar instructions. Added more formats for ...
Elena Demikhovsky
2013-06-09
2
-43
/
+60
*
Make DeadArgumentElimination more conservative on variadic functions
Tim Northover
2013-06-09
1
-5
/
+17
*
ARM FastISel fix load register classes
JF Bastien
2013-06-09
1
-4
/
+4
*
TargetLowering: Clean up method description comments
David Majnemer
2013-06-08
1
-3
/
+3
[next]