index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant -enable-iv-rewrite=false flags from test cases.
Andrew Trick
2012-03-22
11
-14
/
+8
*
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
4
-3
/
+102
*
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
3
-5
/
+57
*
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
2
-5
/
+23
*
[python] Add negative MemoryBuffer testcase
Anders Waldenborg
2012-03-22
1
-0
/
+5
*
Remove some unnecessary forward declarations.
Craig Topper
2012-03-22
7
-12
/
+0
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
67
-2048
/
+1395
*
PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...
Hal Finkel
2012-03-22
1
-1
/
+2
*
add load/store volatility control to the C API, patch by Yiannis Tsiouris!
Chris Lattner
2012-03-22
2
-0
/
+16
*
don't use "signed", just something I noticed in patches flying by.
Chris Lattner
2012-03-22
1
-2
/
+2
*
In erroneous inline assembly we could mistakenly try to access the
Eric Christopher
2012-03-22
1
-1
/
+5
*
[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%
Chad Rosier
2012-03-22
2
-0
/
+16
*
[PathV2]: Fix bug in create_directories which caused infinite recursion on
Michael J. Spencer
2012-03-21
1
-5
/
+6
*
Add a release note for r145714.
Nick Lewycky
2012-03-21
1
-0
/
+31
*
misched: tag a few XFAILs that I plan to fix
Andrew Trick
2012-03-21
4
-2
/
+10
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
56
-1071
/
+1823
*
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-21
3
-0
/
+387
*
Fix windows compilation warning. Patch by Micah.
Jan Sjödin
2012-03-21
1
-1
/
+1
*
Add a ${pathsep} variable to lit that expands to : (or ; on win32).
Nico Weber
2012-03-21
1
-0
/
+1
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2012-03-21
2
-0
/
+11
*
Missed getPointerToNamedFunction() declaration.
Danil Malyshev
2012-03-21
1
-0
/
+4
*
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
11
-329
/
+215
*
Checking a build_vector for an all-ones value.
Jim Grosbach
2012-03-21
1
-5
/
+14
*
[asan] fix one more bug related to long double
Kostya Serebryany
2012-03-21
1
-1
/
+1
*
Put Is64BitMemOperand into !defined(NDEBUG) for now.
Joerg Sonnenberger
2012-03-21
1
-0
/
+2
*
Use a signed value for this enum to avoid spuriuos warnings from gcc.
Benjamin Kramer
2012-03-21
2
-2
/
+2
*
Teach instsimplify to gracefully degrade in the presence of instructions
Chandler Carruth
2012-03-21
1
-0
/
+6
*
[python] Add some paths where to find test binary
Anders Waldenborg
2012-03-21
1
-0
/
+2
*
[python] Mark get_test_binary as not being a test
Anders Waldenborg
2012-03-21
1
-0
/
+1
*
lit/TestRunner.py: [Win32] Rework WinWaitReleased() again! "win32file" from P...
NAKAMURA Takumi
2012-03-21
1
-28
/
+41
*
Finish organizing C API docs.
Gregory Szorc
2012-03-21
1
-67
/
+194
*
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2012-03-21
2
-5
/
+64
*
I meant to disable this test, not XFAIL it
Andrew Trick
2012-03-21
1
-2
/
+2
*
misched: beginning to add unit tests
Andrew Trick
2012-03-21
1
-0
/
+20
*
misched: fix LiveInterval update for bottom-up scheduling
Andrew Trick
2012-03-21
1
-3
/
+13
*
misched: trace LiveIntervals after scheduling.
Andrew Trick
2012-03-21
1
-0
/
+1
*
misched: obvious iterator update fixes for bottom-up.
Andrew Trick
2012-03-21
1
-0
/
+6
*
misched: cleanup main loop
Andrew Trick
2012-03-21
1
-10
/
+14
*
misched: fix LI update for bottom-up.
Andrew Trick
2012-03-21
1
-1
/
+7
*
Organize LLVM C API docs into doxygen modules; add docs
Gregory Szorc
2012-03-21
16
-109
/
+1622
*
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
1
-1
/
+1
*
Spacing fixes and using 'unsigned' instead of 'int' to index to select shuffl...
Craig Topper
2012-03-21
1
-28
/
+29
*
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-21
3
-13
/
+75
*
Zap some dead code pointed out by Chandler.
Eric Christopher
2012-03-20
1
-4
/
+0
*
Make sure ImmutableSet never inserts Tombstone/Entry into DenseMap.
Anna Zaks
2012-03-20
1
-2
/
+7
*
RuntimeDyldMachO has the ability to keep track of
Sean Callanan
2012-03-20
2
-0
/
+49
*
Fix test case from r153135.
Chad Rosier
2012-03-20
1
-1
/
+1
*
[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to
Chad Rosier
2012-03-20
2
-0
/
+106
*
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
3
-2
/
+3
*
Tidy up.
Jim Grosbach
2012-03-20
1
-3
/
+2
[next]