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
...
*
Print symbol names in relocations when dumping COFF as YAML.
Rafael Espindola
2013-06-06
7
-23
/
+42
*
Cast to the correct type. Pointer, not reference.
Bill Wendling
2013-06-06
1
-1
/
+1
*
R600OptimizeVectorRegisters.cpp: Tweak a warning. [-Wsometimes-uninitialized]
NAKAMURA Takumi
2013-06-06
1
-1
/
+1
*
R600OptimizeVectorRegisters.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2013-06-06
1
-0
/
+1
*
Trailing linefeed.
NAKAMURA Takumi
2013-06-06
1
-1
/
+0
*
Cast to the proper type.
Bill Wendling
2013-06-06
1
-1
/
+1
*
Remove unneeded cast<>.
Jakub Staszak
2013-06-06
1
-2
/
+2
*
Add some class documentation to BinaryRef.
Sean Silva
2013-06-06
1
-2
/
+40
*
Cache the TargetLowering info object as a pointer.
Bill Wendling
2013-06-06
17
-81
/
+80
*
Use IRBuilder instead of ConstantInt methods.
Jakub Staszak
2013-06-06
1
-27
/
+17
*
Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.
Bill Wendling
2013-06-06
3
-20
/
+22
*
Rename operator== parameter to `RHS`.
Sean Silva
2013-06-05
1
-3
/
+3
*
Remove error-prone methods of BinaryRef.
Sean Silva
2013-06-05
1
-8
/
+0
*
Add writeAsHex(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
2
-7
/
+19
*
R600: Replace predicate loop with predicate function
Tom Stellard
2013-06-05
1
-11
/
+13
*
Rename BinaryRef::isBinary to more descriptive DataIsHexString.
Sean Silva
2013-06-05
2
-9
/
+10
*
Add BinaryRef binary_size() method.
Sean Silva
2013-06-05
2
-4
/
+10
*
Comment BinaryRef::Data.
Sean Silva
2013-06-05
1
-0
/
+2
*
Add space to assert message.
Bill Wendling
2013-06-05
1
-1
/
+1
*
Add writeAsBinary(raw_ostream &) method to BinaryRef.
Sean Silva
2013-06-05
3
-29
/
+34
*
R600: Add a pass that merge Vector Register
Vincent Lejeune
2013-06-05
5
-0
/
+400
*
[docs] Add link to C++ ABI document.
Sean Silva
2013-06-05
1
-0
/
+1
*
[docs] Add link to SysV ABI document.
Sean Silva
2013-06-05
1
-0
/
+2
*
[ELF] Add ELFOSABI_GNU.
Sean Silva
2013-06-05
1
-1
/
+2
*
Don't hide the first ELF symbol.
Rafael Espindola
2013-06-05
5
-3
/
+39
*
R600: Schedule copy from phys register at beginning of block
Vincent Lejeune
2013-06-05
12
-11
/
+42
*
yaml2obj: split out COFF logic into separate file
Sean Silva
2013-06-05
4
-287
/
+330
*
[mips] brcond + setgt/setugt instruction selection patterns.
Akira Hatanaka
2013-06-05
2
-0
/
+138
*
yaml2obj: add -format=<fmt> to choose input YAML interpretation
Sean Silva
2013-06-05
1
-11
/
+39
*
Use IRBuilder instead of ConstantInt methods. It simplifies code a little bit.
Jakub Staszak
2013-06-05
1
-70
/
+56
*
[PATCH] Fix VGATHER* operand constraints
Michael Liao
2013-06-05
3
-1
/
+23
*
Represent symbols with a SymbolIndex,SectionIndex pair.
Rafael Espindola
2013-06-05
1
-66
/
+51
*
ARM sched model: Add more ALU and CMP instructions
Arnold Schwaighofer
2013-06-05
1
-37
/
+49
*
ARM sched model: Add divsion, loads, branches, vfp cvt
Arnold Schwaighofer
2013-06-05
4
-7
/
+89
*
ARMInstrInfo: Improve isSwiftFastImmShift
Arnold Schwaighofer
2013-06-05
1
-0
/
+2
*
SubtargetEmitter fix
Arnold Schwaighofer
2013-06-05
1
-1
/
+1
*
This is a simple patch that changes RRX and RRXS to accept all registers as o...
Mihai Popa
2013-06-05
3
-1
/
+48
*
The GNU/HURD is also using the libc. Therefor, endian.h should be included, n...
Sylvestre Ledru
2013-06-05
1
-1
/
+1
*
Fix a tblgen subtargetemitter bug, for future Swift support.
Andrew Trick
2013-06-05
1
-4
/
+23
*
PR15662: Optimized debug info produces out of order function parameters
David Blaikie
2013-06-05
2
-3
/
+104
*
R600: Make sure to schedule AR register uses and defs in the same clause
Tom Stellard
2013-06-05
4
-4
/
+72
*
Don't print default values for NumberOfAuxSymbols and AuxiliaryData.
Rafael Espindola
2013-06-05
3
-2
/
+11
*
Handle (at least don't crash on) relocations with no symbols.
Rafael Espindola
2013-06-05
1
-6
/
+11
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
6
-51
/
+99
*
Revert "R600: Add a pass that merge Vector Register"
Rafael Espindola
2013-06-05
5
-400
/
+0
*
Handle relocations that don't point to symbols.
Rafael Espindola
2013-06-05
19
-73
/
+62
*
[docs] Replace non-existent LLVM_YAML_UNIQUE_TYPE() macro
Sean Silva
2013-06-04
1
-1
/
+1
*
R600: Add a pass that merge Vector Register
Vincent Lejeune
2013-06-04
5
-0
/
+400
*
R600: Const/Neg/Abs can be folded to dot4
Vincent Lejeune
2013-06-04
6
-47
/
+213
*
Cortex-R5 can issue Thumb2 integer division instructions.
Evan Cheng
2013-06-04
3
-21
/
+25
[prev]
[next]