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
*
[asan] ASan Linux MIPS32 support (llvm part), patch by Jyun-Yan Y
Kostya Serebryany
2013-06-03
1
-1
/
+10
*
X86: sub_xmm registers are 128 bits wide.
Ahmed Bougacha
2013-06-03
1
-1
/
+1
*
Correct handling invalid filename in llvm-symbolizer
Alexey Samsonov
2013-06-03
2
-2
/
+5
*
Introduce needsCleanup() for APFloat and APInt.
Manuel Klimek
2013-06-03
3
-2
/
+8
*
Sparc: Add support for indirect branch and blockaddress in Sparc backend.
Venkatraman Govindaraju
2013-06-03
5
-0
/
+114
*
[Object/COFF] Fix Windows .lib name handling.
Rui Ueyama
2013-06-03
4
-4
/
+36
*
Sparc: When storing 0, use %g0 directly in the store instruction instead of
Venkatraman Govindaraju
2013-06-03
4
-0
/
+35
*
Sparc: Combine add/or/sethi instruction with restore if possible.
Venkatraman Govindaraju
2013-06-02
5
-30
/
+302
*
[Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.
Rui Ueyama
2013-06-02
1
-1
/
+101
*
Whitespace.
Jim Grosbach
2013-06-02
1
-1
/
+1
*
Sparc: Perform leaf procedure optimization by default
Venkatraman Govindaraju
2013-06-02
10
-35
/
+37
*
Try to avoid "integer literal too big" warnings from older GCCs.
Benjamin Kramer
2013-06-01
1
-7
/
+7
*
When determining the new index for an insertelement, we may not assume that an
Nick Lewycky
2013-06-01
2
-7
/
+20
*
Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...
Venkatraman Govindaraju
2013-06-01
3
-0
/
+30
*
SimplifyCFG: Fix typo in comment for ComputeSpeculationCost
David Majnemer
2013-06-01
1
-1
/
+1
*
Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
2013-06-01
5
-65
/
+34
*
Move object construction into [] so the temporary can be moved.
Benjamin Kramer
2013-06-01
1
-5
/
+3
*
DenseMap: Move the key into place when we use the move version of operator[].
Benjamin Kramer
2013-06-01
1
-2
/
+2
*
APInt: Simplify code. No functionality change.
Benjamin Kramer
2013-06-01
1
-36
/
+2
*
APFloat: Use isDenormal instead of hand-rolled code to check for denormals.
Benjamin Kramer
2013-06-01
1
-1
/
+1
*
Disable new legacy JIT test on ARM.
Tim Northover
2013-06-01
1
-0
/
+1
*
Revert r183069: "TMP: LEA64_32r fixing"
Tim Northover
2013-06-01
5
-159
/
+57
*
TMP: LEA64_32r fixing
Tim Northover
2013-06-01
5
-57
/
+159
*
X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
2013-06-01
6
-42
/
+72
*
[Sparc] Generate correct code for leaf functions with stack objects
Venkatraman Govindaraju
2013-06-01
5
-30
/
+102
*
Removed a comment above an include which is unnecessary and added a missing c...
Michael Gottesman
2013-06-01
1
-1
/
+2
*
Added method comments for getZero,getInf.
Michael Gottesman
2013-06-01
1
-0
/
+7
*
Updated APFloat's comments to fit the LLVM style guide.
Michael Gottesman
2013-06-01
1
-159
/
+202
*
Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
2013-05-31
14
-54
/
+74
*
Prevent loop-unroll from making assumptions about undefined behavior.
Andrew Trick
2013-05-31
3
-27
/
+76
*
Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it
Eric Christopher
2013-05-31
5
-55
/
+42
*
Const-ify some printing and dumping code for DIEValues.
Eric Christopher
2013-05-31
2
-13
/
+13
*
Add support for adding the contents of a StringRef to the MD5 hash.
Eric Christopher
2013-05-31
3
-7
/
+27
*
Convert more unsigned char -> uint8_t.
Eric Christopher
2013-05-31
2
-10
/
+10
*
Fix comment.
Eric Christopher
2013-05-31
1
-1
/
+1
*
Move "unsigned char" -> "uint8_t".
Eric Christopher
2013-05-31
2
-12
/
+12
*
LoopVectorize: Change API call to get the backedge taken count
Arnold Schwaighofer
2013-05-31
1
-3
/
+3
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
5
-3
/
+96
*
Use just a ArrayRef<uint8_t> to store both hex string and binary data.
Rafael Espindola
2013-05-31
1
-7
/
+7
*
Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
2013-05-31
4
-3
/
+3
*
Remove union to fix build in c++03.
Rafael Espindola
2013-05-31
1
-4
/
+2
*
Don't allocate temporary string for section data.
Rafael Espindola
2013-05-31
4
-27
/
+61
*
LoopVectorize: PHIs with only outside users should prevent vectorization
Arnold Schwaighofer
2013-05-31
2
-13
/
+71
*
NVPTX: Don't even create a regalloc if we're not going to use it.
Benjamin Kramer
2013-05-31
1
-2
/
+7
*
[APFloat] Added a unittest for APFloat::getZero.
Michael Gottesman
2013-05-31
1
-0
/
+37
*
Modify how the formulae are rated in Loop Strength Reduce.
Quentin Colombet
2013-05-31
4
-15
/
+109
*
Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
2013-05-31
9
-36
/
+113
*
Unit test for SCEV fix r182989, PR16130.
Andrew Trick
2013-05-31
1
-3
/
+28
*
Remove useless code from transitioning to new EH scheme
Kai Nacke
2013-05-31
1
-4
/
+1
*
ARM: permit upper-case BE/LE on setend instruction
Tim Northover
2013-05-31
2
-1
/
+5
[next]