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
*
Migrate external/llvm to LLVM-153224-20120321.
Shih-wei Liao
2012-03-24
7
-25
/
+6
*
Merge branch 'upstream' into sliao_d
Shih-wei Liao
2012-03-24
577
-7544
/
+17911
|
\
|
*
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
|
*
Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...
Evan Cheng
2012-03-20
2
-96
/
+56
|
*
LoopSimplify bug fix. Handle indirect loop back edges.
Andrew Trick
2012-03-20
2
-5
/
+49
|
*
whitespace
Andrew Trick
2012-03-20
1
-2
/
+2
|
*
LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
Andrew Trick
2012-03-20
2
-1
/
+40
|
*
LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walk
Andrew Trick
2012-03-20
2
-19
/
+96
|
*
Reserve number of MI operands to accom,odate complex patterns.
Evan Cheng
2012-03-20
1
-1
/
+4
|
*
remove unused variable
Matt Beaumont-Gay
2012-03-20
1
-1
/
+0
|
*
[avx] Add the AddedComplexity to the VINSERTI128 avx2 patterns to give
Chad Rosier
2012-03-20
1
-1
/
+1
|
*
Require a base pointer for stack realignment when SP may vary dynamically.
Bob Wilson
2012-03-20
1
-2
/
+3
|
*
Remove some redundant checks.
Bob Wilson
2012-03-20
2
-3
/
+2
|
*
Whitespace.
Chad Rosier
2012-03-20
1
-1
/
+1
[next]