index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a different scheme to chose 16/32 variants. This scheme is more
Reed Kotler
2013-02-16
2
-11
/
+7
*
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-16
4
-73
/
+89
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
2
-15
/
+18
*
Derive ELF section type from the name in some cases where GNU as does
Joerg Sonnenberger
2013-02-16
1
-1
/
+10
*
[mips] Remove SDNPWantParent from the list of SDNodeProperties.
Akira Hatanaka
2013-02-16
2
-17
/
+14
*
Temporary revert of 175320.
Bill Wendling
2013-02-15
4
-90
/
+74
*
Reinitialize the ivars in the subtarget.
Bill Wendling
2013-02-15
4
-74
/
+90
*
Suppress a GCC -Wunused-variable warning in -Asserts builds
Matt Beaumont-Gay
2013-02-15
1
-0
/
+2
*
c[ms-inline asm] It's possible to have a SizeDirective rewrite and an
Chad Rosier
2013-02-15
1
-1
/
+16
*
If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
2013-02-15
2
-4
/
+7
*
Support changing the subtarget features in ARM.
Bill Wendling
2013-02-15
2
-4
/
+29
*
Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...
Bill Wendling
2013-02-15
3
-41
/
+71
*
[ms-inline asm] Adjust the EndLoc to account for the ']'.
Chad Rosier
2013-02-15
1
-1
/
+2
*
[mips] Clean up class MipsCCInfo.
Akira Hatanaka
2013-02-15
2
-58
/
+74
*
[mips] Split SelectAddr, which was used to match address patterns, into two
Akira Hatanaka
2013-02-15
3
-18
/
+71
*
Remove a final dependency on the form field in tablegen; which is a remnant
Reed Kotler
2013-02-15
2
-6
/
+10
*
AsmParser: Reformat the MS asm parser to reduce nesting.
Benjamin Kramer
2013-02-15
1
-85
/
+86
*
enable SDISel sincos optimization for GNU environments
Paul Redmond
2013-02-15
2
-9
/
+33
*
Hexagon: Set appropriate TSFlags to the loads/stores with global address to
Jyotsna Verma
2013-02-15
1
-33
/
+25
*
BBVectorize: Call a DAG and DAG instead of a tree
Hal Finkel
2013-02-15
1
-84
/
+84
*
Fix refactoring mistake in "Teach InstCombine to work with smaller legal type...
Arnaud A. de Grandmaison
2013-02-15
1
-1
/
+1
*
Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
2013-02-15
1
-0
/
+19
*
AArch64: add branch fixup pass.
Tim Northover
2013-02-15
6
-0
/
+652
*
Give these callbacks hidden visibility. It is better to not export them more
Rafael Espindola
2013-02-15
2
-4
/
+6
*
Don't make assumptions about the mangling of static functions in extern "C"
Rafael Espindola
2013-02-15
2
-27
/
+17
*
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-15
1
-1
/
+1
*
Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...
Benjamin Kramer
2013-02-15
7
-11
/
+11
*
AArch64: remove ConstantIsland pass & put literals in separate section.
Tim Northover
2013-02-15
12
-1610
/
+83
*
AArch64: refactor frame handling to use movz/movk for overlarge offsets.
Tim Northover
2013-02-15
1
-12
/
+29
*
Simplify the 'operator<' for the attribute object.
Bill Wendling
2013-02-15
1
-15
/
+13
*
BBVectorize: Cap the number of candidate pairs in each instruction group
Hal Finkel
2013-02-15
1
-1
/
+9
*
Revert "Simplify the attributes '<' comparison function."
Anna Zaks
2013-02-15
1
-13
/
+15
*
Fix minor mips16 issues in directives for function prologue. Probably this does
Reed Kotler
2013-02-15
1
-7
/
+10
*
Simplify the attributes '<' comparison function.
Bill Wendling
2013-02-15
1
-15
/
+13
*
[mips] Disallow moving load/store instructions past volatile instructions.
Akira Hatanaka
2013-02-14
1
-1
/
+1
*
[mips] Replace usage of SmallSet with BitVector, which is used to keep track of
Akira Hatanaka
2013-02-14
1
-86
/
+83
*
[mips] Fix comments and coding style violations. Declare functions to be const.
Akira Hatanaka
2013-02-14
1
-64
/
+47
*
The ARM NEON vector compare instructions take three arguments. However, the
Joel Jones
2013-02-14
1
-0
/
+5
*
The operand listing is very much outdated.
Eli Bendersky
2013-02-14
1
-5
/
+2
*
[mips] Simplify code in function Filler::findDelayInstr.
Akira Hatanaka
2013-02-14
1
-38
/
+29
*
BBVectorize: Remove the remaining instances of std::multimap
Hal Finkel
2013-02-14
1
-231
/
+256
*
BBVectorize: Don't store candidate pairs in a std::multimap
Hal Finkel
2013-02-14
1
-60
/
+92
*
Simplify code. Remove "else after return".
Jakub Staszak
2013-02-14
1
-5
/
+4
*
Update comment.
Chad Rosier
2013-02-14
1
-1
/
+2
*
Hexagon: Change insn class to support instruction encoding.
Jyotsna Verma
2013-02-14
5
-259
/
+252
*
s/bool/LLVMBool/
Bill Wendling
2013-02-14
1
-1
/
+1
*
Add two new functions to the C API:
Bill Wendling
2013-02-14
1
-0
/
+23
*
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-02-14
5
-0
/
+54
*
R600/SI: Fix int_SI_fs_interp_constant
Michel Danzer
2013-02-14
5
-37
/
+34
*
Dont merge consecutive loads/stores into vectors when noimplicitfloat is used.
Nadav Rotem
2013-02-14
1
-6
/
+6
[next]