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
*
[AVX] Recorganize X86ShuffleDecode into its own library
David Greene
2011-02-17
7
-33
/
+116
*
Split local live ranges.
Jakob Stoklund Olesen
2011-02-17
2
-2
/
+280
*
The labyrinthine X86 backend no longer appears to require
Dan Gohman
2011-02-17
1
-37
/
+0
*
Fix wrong logic in promotion of signed mul-with-overflow (I pointed this out at
Duncan Sands
2011-02-17
1
-18
/
+12
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
9
-15
/
+5
*
Fix whitespace.
NAKAMURA Takumi
2011-02-17
2
-9
/
+9
*
This has been implemented.
Duncan Sands
2011-02-17
1
-10
/
+0
*
Transform "A + B >= A + C" into "B >= C" if the adds do not wrap. Likewise f...
Duncan Sands
2011-02-17
2
-93
/
+125
*
Switch to SmallVector in SimpleRegisterCoalescing for a 3.5% speedup on 403.gcc.
Cameron Zwarich
2011-02-17
1
-3
/
+3
*
Adjust indenting of arguments.
Cameron Zwarich
2011-02-17
1
-3
/
+3
*
Return Changed from SplitPHIEdges rather than always returning true.
Cameron Zwarich
2011-02-17
1
-1
/
+1
*
lit/TestingConfig.py: Add the environment variable PRINTF_EXPONENT_DIGITS as ...
NAKAMURA Takumi
2011-02-17
1
-0
/
+1
*
Add serialization for Expr* arguments for attributes to clang tablegen files.
Sean Hunt
2011-02-17
1
-0
/
+2
*
preserve NUW/NSW when transforming add x,x
Chris Lattner
2011-02-17
2
-2
/
+15
*
filecheckize
Chris Lattner
2011-02-17
1
-3
/
+14
*
Fix thinko, basic blocks are SESE. The exits may have many edges though.
Nick Lewycky
2011-02-17
1
-1
/
+1
*
add some notes on compares + binops. Remove redundant entries.
Chris Lattner
2011-02-17
1
-20
/
+47
*
fix PR9215, preventing -reassociate from clearing nsw/nuw when
Chris Lattner
2011-02-17
2
-3
/
+11
*
Add a few missed xforms from GCC PR14753
Chris Lattner
2011-02-16
1
-0
/
+29
*
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
13
-63
/
+62
*
Add a debug obj-path option to make it easy to keep the .o produce by LTO.
Rafael Espindola
2011-02-16
1
-14
/
+24
*
Remove outdated README entry.
Eli Friedman
2011-02-16
1
-12
/
+0
*
Remove outdated README entry.
Eli Friedman
2011-02-16
1
-16
/
+0
*
Update README entry.
Eli Friedman
2011-02-16
1
-13
/
+6
*
Refactor zero folding slightly. Clean up todo.
Eric Christopher
2011-02-16
1
-22
/
+20
*
Gas is very inconsistent about when a relaxation/relocation is needed. Do
Rafael Espindola
2011-02-16
6
-65
/
+20
*
The change for PR9190 wasn't quite right. We need to avoid making the
Eric Christopher
2011-02-16
2
-2
/
+53
*
Add testcase for PR9190.
Eric Christopher
2011-02-16
1
-0
/
+35
*
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2011-02-16
13
-66
/
+226
*
Remove a duplicated check.
Evan Cheng
2011-02-16
1
-1
/
+1
*
Some single precision VFP instructions may be executed on NEON pipeline, but ...
Evan Cheng
2011-02-16
2
-28
/
+160
*
Teach PatternMatch that splat vectors could be floating point as well as
Nick Lewycky
2011-02-15
2
-3
/
+32
*
Add support for parsing [expr].
Roman Divacky
2011-02-15
3
-0
/
+28
*
Teach ARMLoadStoreOptimizer to remove kill flags from merged instructions as ...
Jakob Stoklund Olesen
2011-02-15
1
-21
/
+15
*
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
2
-2
/
+6
*
Implement a function from PathV2 whose definition is missing.
Argyrios Kyrtzidis
2011-02-15
1
-0
/
+6
*
Move DbgInfoPrinter specific utlities inside DbgInfoPrinter.cpp
Devang Patel
2011-02-15
3
-115
/
+112
*
Print function info. Patch by Minjang Kim.
Devang Patel
2011-02-15
2
-2
/
+34
*
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-15
9
-9
/
+9
*
When tablegen'ing the clang analyzer checkers:
Argyrios Kyrtzidis
2011-02-15
1
-27
/
+62
*
Fix 9216 - Endless loop in InstCombine pass.
Nadav Rotem
2011-02-15
2
-1
/
+24
*
Fix thinko. Cmp can be the first instruction in a MBB.
Evan Cheng
2011-02-15
1
-2
/
+5
*
Do not forget DebugLoc!
Devang Patel
2011-02-15
1
-0
/
+1
*
tidy up a bit.
Chris Lattner
2011-02-15
1
-7
/
+9
*
Minor fixes to tutorial, patch by Benjamin Meyer!
Chris Lattner
2011-02-15
1
-2
/
+2
*
fix comments
Chris Lattner
2011-02-15
1
-2
/
+2
*
convert ConstantVector::get to use ArrayRef.
Chris Lattner
2011-02-15
12
-178
/
+97
*
fix some typos.
Chris Lattner
2011-02-15
1
-5
/
+5
*
Remove unused bitvectors that record ARM callee-saved registers.
Bob Wilson
2011-02-14
2
-23
/
+0
*
Move more fragments of spill weight calculation into CalcSpillWeights.h
Jakob Stoklund Olesen
2011-02-14
4
-16
/
+25
[next]