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
*
Add r159136 back now that pr13124 has been fixed.
Rafael Espindola
2013-09-03
3
-0
/
+31
*
[lit] Allow config files to pass arbitrary values to child configs.
Daniel Dunbar
2013-09-03
4
-12
/
+8
*
X86: Mark non-crashing report_fatal_errors() as such.
Jim Grosbach
2013-09-03
1
-13
/
+19
*
[objc-arc] Remove dead code from previous commit.
Michael Gottesman
2013-09-03
1
-140
/
+0
*
[objc-arc] Turn off the objc_retainBlock -> objc_retain optimization.
Michael Gottesman
2013-09-03
6
-677
/
+0
*
[objc-arc] Move some block tests from basic.ll -> retain-block.ll and add som...
Michael Gottesman
2013-09-03
3
-55
/
+55
*
Add comments to the CFI instructions and reformat with clang-format. No funct...
Bill Wendling
2013-09-03
1
-360
/
+398
*
Fix copy and pasto with CMake files for unittest.
Eric Christopher
2013-09-03
1
-3
/
+3
*
Add a hashing routine that handles hashing types. Add a test for
Eric Christopher
2013-09-03
7
-2
/
+84
*
Sentences end with periods.
Eric Christopher
2013-09-03
1
-2
/
+2
*
Enable late-vectorization by default.
Nadav Rotem
2013-09-03
1
-1
/
+1
*
Fix grammar
Matt Arsenault
2013-09-03
1
-3
/
+3
*
Teach InstCombineLoadCast about address spaces.
Matt Arsenault
2013-09-03
2
-3
/
+24
*
Use type form of getIntPtrType in alloca visitor.
Matt Arsenault
2013-09-03
1
-2
/
+2
*
WIP: Refactor some code so that it can be called by more than just one method...
Bill Wendling
2013-09-03
1
-60
/
+71
*
Alphabetize.
Eric Christopher
2013-09-03
1
-4
/
+4
*
Add a Python-like join function to merge a list of strings with a
Joerg Sonnenberger
2013-09-03
2
-0
/
+70
*
Revert "Revert "ARM: Improve pattern for isel mul of vector by scalar.""
Jim Grosbach
2013-09-03
2
-0
/
+29
*
Add the rest of the stock attributes to the attribute table.
Eric Christopher
2013-09-03
3
-8
/
+242
*
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2013-09-03
2
-1
/
+14
*
In this patch we are trying to do two things:
Yi Jiang
2013-09-03
4
-24
/
+177
*
Print string value for DT_RPATH and DT_RUNPATH.
Joerg Sonnenberger
2013-09-03
3
-0
/
+8
*
[MC] Revert part of my previous change, I was a bit overzealous.
Joey Gouly
2013-09-03
1
-3
/
+3
*
Migrate the DWARF_VERSION constant to 4. It largely needs to go away.
Eric Christopher
2013-09-03
1
-1
/
+1
*
[SystemZ] Add support for TMHH, TMHL, TMLH and TMLL
Richard Sandiford
2013-09-03
3
-8
/
+459
*
[MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...
Joey Gouly
2013-09-03
2
-6
/
+6
*
[msan] Fix handling of select with struct arguments.
Evgeniy Stepanov
2013-09-03
2
-3
/
+27
*
[msan] Fix select instrumentation.
Evgeniy Stepanov
2013-09-03
2
-3
/
+15
*
[mips][msa] Added IntrNoMem and removed Commutative from sub intrinsics.
Daniel Sanders
2013-09-03
1
-28
/
+28
*
[mips][msa] Added IntrNoMem to the floating-point intrinsics.
Daniel Sanders
2013-09-03
1
-96
/
+100
*
[Sparc] Add support for soft long double (fp128).
Venkatraman Govindaraju
2013-09-03
4
-37
/
+477
*
Add hadSideEffects=0 to some instructions.
Craig Topper
2013-09-03
1
-1
/
+4
*
[Sparc] Implement spill and load for long double(f128) registers.
Venkatraman Govindaraju
2013-09-02
3
-36
/
+138
*
ARM: Default to the Swift CPU when targeting armv7s/thumbv7s.
Tilmann Scheller
2013-09-02
2
-3
/
+8
*
Revert 189756 for now, it doesn't match what rdar://14871821 really wants.
Tilmann Scheller
2013-09-02
3
-10
/
+5
*
ARM: Default to Swift when compiling for iOS 6 or later.
Tilmann Scheller
2013-09-02
3
-5
/
+10
*
FileCheck-ize three tests of llvm/test/CodeGen/X86/h-register(s).
NAKAMURA Takumi
2013-09-02
3
-5
/
+56
*
llvm/test/CodeGen/X86: Update tests with -mattr=-bmi not to take BMI, corresp...
NAKAMURA Takumi
2013-09-02
5
-7
/
+7
*
[CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER
Alexey Samsonov
2013-09-02
1
-0
/
+4
*
Create BEXTR instructions for (and ((sra or srl) x, imm), (2**size - 1)). Fix...
Craig Topper
2013-09-02
4
-0
/
+54
*
AVX-512: updated the list of high-latency instructions.
Elena Demikhovsky
2013-09-02
1
-1
/
+23
*
Add a clang-format file so that the tool can automatically detect the
Chandler Carruth
2013-09-02
1
-0
/
+1
*
AVX-512: gather-scatter tests; added foldable instructions;
Elena Demikhovsky
2013-09-02
2
-15
/
+61
*
llvm interpreter: select, shuffle and insertelement instructions.
Elena Demikhovsky
2013-09-02
6
-8
/
+396
*
Fix some rather confusing indentation and control flow in the errno
Chandler Carruth
2013-09-02
1
-15
/
+14
*
Added std:: qualifier to find() invocation
Dmitri Gribenko
2013-09-02
1
-4
/
+4
*
Nuke the hilariously out of date suggestion to unpack llvm-gcc 4.2 as
Chandler Carruth
2013-09-01
1
-9
/
+0
*
Revert r189704, which removed the guidance about not duplicating doc comments.
Chris Lattner
2013-09-01
1
-0
/
+7
*
AVX-512: Added GATHER and SCATTER instructions.
Elena Demikhovsky
2013-09-01
3
-3
/
+508
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
20
-1363
/
+917
[next]