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
path:
root
/
include
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add convenience methods to MDBuilder for attaching metadata to instructions,
Duncan Sands
2012-04-16
1
-5
/
+27
*
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
2
-0
/
+9
*
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
2
-9
/
+0
*
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-04-16
2
-0
/
+9
*
add configure flag --with-default-sysroot
Sebastian Pop
2012-04-16
2
-3
/
+3
*
Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...
Craig Topper
2012-04-15
1
-6
/
+0
*
Make member variables of AsmToken private. Remove unnecessary forward declara...
Craig Topper
2012-04-15
2
-5
/
+1
*
Add the MDBuilder helper class for conveniently creating metadata.
Duncan Sands
2012-04-15
1
-0
/
+101
*
There is no need for setIsExact to be public. Make it private.
Duncan Sands
2012-04-14
1
-2
/
+3
*
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
1
-1
/
+1
*
Make StringMap's copy ctor non-explicit.
Benjamin Kramer
2012-04-14
1
-1
/
+1
*
Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
Hal Finkel
2012-04-14
1
-0
/
+6
*
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
1
-0
/
+7
*
Add support to BBVectorize for vectorizing selects.
Hal Finkel
2012-04-13
1
-0
/
+3
*
Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...
Craig Topper
2012-04-13
1
-9
/
+0
*
Add forms of dominates and isReachableFromEntry that accept a Use
Dan Gohman
2012-04-12
1
-0
/
+3
*
HexagonPacketizer patch.
Sirish Pande
2012-04-12
1
-12
/
+32
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
4
-0
/
+86
*
Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...
Craig Topper
2012-04-12
1
-3
/
+3
*
Fix pasto.
Benjamin Kramer
2012-04-11
1
-1
/
+1
*
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
1
-1
/
+9
*
Cache the hash value of the operands in the MDNode.
Benjamin Kramer
2012-04-11
1
-0
/
+4
*
FoldingSet: Push the hash through FoldingSetTraits::Equals, so clients can us...
Benjamin Kramer
2012-04-11
2
-15
/
+15
*
Comment typo fix.
Duncan Sands
2012-04-11
1
-1
/
+1
*
The MDString class stored a StringRef to the string which was already in a
Bill Wendling
2012-04-10
2
-11
/
+8
*
Use the correct section types on Solaris for unwind data on both x86 and x86-64.
David Chisnall
2012-04-10
1
-0
/
+1
*
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
1
-0
/
+1
*
Fix 12513: Loop unrolling breaks with indirect branches.
Andrew Trick
2012-04-10
1
-0
/
+3
*
Added a TargetRegisterInfo interface for accessing register pressure sets.
Andrew Trick
2012-04-10
1
-0
/
+18
*
Add a constructor for DataRefImpl and remove excess initialization.
Danil Malyshev
2012-04-10
2
-25
/
+8
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
2
-3
/
+6
*
Typo.
Eric Christopher
2012-04-09
1
-1
/
+1
*
Fix accidentally constant conditions found by uncommitted improvements to -Wc...
David Blaikie
2012-04-09
1
-1
/
+2
*
Teach LLVM about a PIE option which, when enabled on top of PIC, makes
Chandler Carruth
2012-04-08
1
-2
/
+8
*
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
3
-11
/
+15
*
Allow subclasses of the ValueHandleBase to store information as part of the
Bill Wendling
2012-04-08
1
-17
/
+26
*
Perform partial SROA on the helper hashing structure. I really wish the
Chandler Carruth
2012-04-07
1
-42
/
+48
*
Refactor: Use positive field names in VectorizeConfig.
Hongbin Zheng
2012-04-07
1
-12
/
+12
*
Output UTF-8-encoded characters as identifier characters into assembly
Sean Hunt
2012-04-07
1
-0
/
+7
*
Reintroduce InlineCostAnalyzer::getInlineCost() variant with explicit callee
David Chisnall
2012-04-06
1
-0
/
+9
*
DenseMap: Perform the pod-like object optimization when the value type is POD...
Benjamin Kramer
2012-04-06
4
-30
/
+26
*
Fix the build breakage introduced by r154131.
Kaelyn Uhrain
2012-04-05
1
-19
/
+3
*
Really fix -Wnon-virtual-dtor warnings; gcc needs the dtors to be
Kaelyn Uhrain
2012-04-05
1
-7
/
+7
*
Introduce the VectorizeConfig class, with which we can control the behavior
Hongbin Zheng
2012-04-05
1
-2
/
+66
*
Add the function "vectorizeBasicBlock" which allow users vectorize a
Hongbin Zheng
2012-04-05
1
-1
/
+13
*
Fix -Wnon-virtual-dtor warnings.
Michael J. Spencer
2012-04-04
1
-0
/
+20
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
3
-8
/
+5
*
Move yaml::Stream's dtor out of line so it can see Scanner's dtor.
Benjamin Kramer
2012-04-04
1
-0
/
+1
*
Implement DwarfLLVMRegPair::operator< without violating asymmetry.
Benjamin Kramer
2012-04-04
1
-4
/
+5
*
Sorry about that. MSVC seems to accept just about any random string you give ...
Michael J. Spencer
2012-04-03
1
-20
/
+0
[next]