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
*
Supporting inline memmove isn't going to be worthwhile. The only way to avoid
Chad Rosier
2011-11-14
1
-16
/
+9
*
ARM VLDR/VSTR instructions don't need a size suffix.
Jim Grosbach
2011-11-14
24
-112
/
+105
*
Refactor capture tracking (which already had a couple flags for whether returns
Nick Lewycky
2011-11-14
5
-119
/
+272
*
Add newline to end of file. Thanks, Eli.
Chad Rosier
2011-11-14
1
-1
/
+1
*
Add support for inlining small memcpys.
Chad Rosier
2011-11-14
2
-5
/
+94
*
Fix a performance regression from r144565. Positive offsets were being lowered
Chad Rosier
2011-11-14
2
-3
/
+58
*
ARM assembly parsing type suffix options for VLDR/VSTR.
Jim Grosbach
2011-11-14
2
-0
/
+28
*
Fix Windows build, don't try to #include <pthread.h> when we know it's not
Nick Lewycky
2011-11-14
1
-0
/
+5
*
Avoid dereferencing off the beginning of lists.
Evan Cheng
2011-11-14
1
-7
/
+4
*
At -O0, multiple uses of a virtual registers in the same BB are being marked
Evan Cheng
2011-11-14
1
-1
/
+2
*
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
Nick Lewycky
2011-11-14
5
-1
/
+107
*
Add a missing pattern for X86ISD::MOVLPD. rdar://10436044
Evan Cheng
2011-11-14
2
-0
/
+23
*
Add support for Thumb load/stores with negative offsets.
Chad Rosier
2011-11-14
2
-16
/
+228
*
Unbreak Release builds.
Benjamin Kramer
2011-11-14
1
-1
/
+1
*
Teach two-address pass to re-schedule two-address instructions (or the kill
Evan Cheng
2011-11-14
4
-37
/
+371
*
Changed SSE4/AVX <2 x i64> extract and insert ops to be Custom lowered
Pete Cooper
2011-11-14
2
-5
/
+34
*
Fold ConstantVector::isAllOnesValue into Constant::isAllOnesValue and simplif...
Benjamin Kramer
2011-11-14
2
-28
/
+4
*
32-to-64-bit extended load.
Akira Hatanaka
2011-11-14
1
-5
/
+10
*
AnalyzeCallOperands function for N32/64.
Akira Hatanaka
2011-11-14
2
-0
/
+45
*
Modify LowerFormalArguments to correctly handle vaarg arguments for Mips64.
Akira Hatanaka
2011-11-14
1
-14
/
+30
*
PTX: Let LLVM use loads/stores for all mem* intrinsics, instead of relying on...
Justin Holewinski
2011-11-14
1
-0
/
+5
*
Add release notes for the MicroBlaze backend.
Wesley Peck
2011-11-14
1
-0
/
+5
*
Remove variable that keeps the size of area used to save byval or variable
Akira Hatanaka
2011-11-14
3
-12
/
+1
*
Fix early-clobber handling in shrinkToUses.
Jakob Stoklund Olesen
2011-11-14
2
-12
/
+70
*
Disable generation of compact unwind encodings. <rdar://problem/10441578>
Bob Wilson
2011-11-14
1
-1
/
+2
*
Delete stale comment.
Jakob Stoklund Olesen
2011-11-14
1
-1
/
+0
*
Tidy up. 80 column.
Jim Grosbach
2011-11-14
1
-5
/
+8
*
Make headers standalone.
Benjamin Kramer
2011-11-14
6
-8
/
+14
*
Make headers standalone, move a virtual method out of line.
Benjamin Kramer
2011-11-14
4
-16
/
+29
*
build/Make: Switch over to using llvm-config-2 for dependencies one more (hop...
Daniel Dunbar
2011-11-14
1
-1
/
+5
*
It helps to deallocate memory as well as allocate it. =] This actually
Chandler Carruth
2011-11-14
1
-0
/
+1
*
Remove an over-eager assert that was firing on one of the ARM regression
Chandler Carruth
2011-11-14
1
-3
/
+6
*
Begin chipping away at one of the biggest quadratic-ish behaviors in
Chandler Carruth
2011-11-14
1
-2
/
+26
*
Under the hood, MBPI is doing a linear scan of every successor every
Chandler Carruth
2011-11-14
2
-9
/
+18
*
Add clang_complete to release notes
Tobias Grosser
2011-11-14
1
-0
/
+12
*
Add Polly to release notes
Tobias Grosser
2011-11-14
1
-0
/
+16
*
Reuse the logic in getEdgeProbability within getHotSucc in order to
Chandler Carruth
2011-11-14
2
-11
/
+4
*
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
3
-12
/
+81
*
Add AVX2 version of instructions to load folding tables. Also add a bunch of ...
Craig Topper
2011-11-14
1
-2
/
+139
*
Add a cautionary note to this API. It was not at all obvious to me how
Chandler Carruth
2011-11-14
1
-0
/
+3
*
Add neverHasSideEffects, mayLoad, and mayStore to many patternless SSE/AVX in...
Craig Topper
2011-11-14
2
-19
/
+37
*
Add support for ARM halfword load/stores and signed byte loads with negative
Chad Rosier
2011-11-14
2
-30
/
+48
*
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-14
4
-8
/
+7
*
Teach machine block placement to cope with unnatural loops. These don't
Chandler Carruth
2011-11-14
2
-21
/
+97
*
Use kill slots instead of the previous slot in shrinkToUses.
Jakob Stoklund Olesen
2011-11-13
1
-13
/
+14
*
Cleanup some 80-columns violations and poor formatting. These snuck by
Chandler Carruth
2011-11-13
1
-5
/
+9
*
Terminate all dead defs at the dead slot instead of the 'next' slot.
Jakob Stoklund Olesen
2011-11-13
3
-8
/
+8
*
Fix comment for LegalizeTypeAction enum.
Craig Topper
2011-11-13
1
-1
/
+1
*
Simplify early clobber slots a bit.
Jakob Stoklund Olesen
2011-11-13
1
-12
/
+3
*
Enhance the assertion mechanisms in place to make it easier to catch
Chandler Carruth
2011-11-13
1
-5
/
+28
[next]