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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-31
6
-49
/
+409
*
Enhance the sinking code to handle diamond patterns. Patch by
Duncan Sands
2012-05-31
1
-75
/
+69
*
Add intrinsic for pclmulqdq instruction.
Craig Topper
2012-05-31
1
-15
/
+13
*
Cleanup and factoring of mips16 tablegen classes. Make register classes
Akira Hatanaka
2012-05-31
3
-61
/
+89
*
Fix typo in assembly directive. Noticed by inspection.
Eric Christopher
2012-05-31
1
-1
/
+1
*
Avoid depending on list orders and register numbering.
Jakob Stoklund Olesen
2012-05-30
1
-6
/
+9
*
Extract some pointer hacking to a function.
Jakob Stoklund Olesen
2012-05-30
1
-22
/
+22
*
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+7
*
Add support for the mips inline asm 'm' output modifier.
Eric Christopher
2012-05-30
1
-0
/
+5
*
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
1
-1
/
+1
*
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-30
1
-0
/
+4
*
Remove extra space.
Chad Rosier
2012-05-30
1
-1
/
+1
*
Make sure that we're dealing with a binary SCEVExpr when simplifying.
Benjamin Kramer
2012-05-30
1
-1
/
+2
*
Fix some uses of getSubRegisters() to use getSubReg() instead.
Jakob Stoklund Olesen
2012-05-30
3
-10
/
+13
*
Remove some redundant tests.
Jakob Stoklund Olesen
2012-05-30
1
-3
/
+1
*
Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.
Benjamin Kramer
2012-05-30
1
-1
/
+20
*
it's pointed out that R11 can be used for magic things, and doing things just...
Chris Lattner
2012-05-30
1
-1
/
+1
*
Extend the (abi-irrelevant) return convention to be able to return more than ...
Chris Lattner
2012-05-30
1
-4
/
+7
*
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-30
1
-0
/
+36
*
Port support for SSE4a extrq/insertq to the old jit code emitter.
Benjamin Kramer
2012-05-30
1
-1
/
+1
*
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-30
1
-8
/
+30
*
SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
Andrew Trick
2012-05-30
1
-1
/
+4
*
Reformat the loop that does AddRecExpr * AddRecExpr reduction.
Andrew Trick
2012-05-30
1
-55
/
+56
*
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-30
1
-0
/
+25
*
If-converter models predicated defs as read + write. The read should be marke...
Evan Cheng
2012-05-30
1
-1
/
+2
*
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-30
3
-0
/
+49
*
bounds checking:
Nuno Lopes
2012-05-29
1
-13
/
+51
*
Optional def can be either a def or a use (of reg0).
Evan Cheng
2012-05-29
1
-1
/
+1
*
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-29
2
-2
/
+28
*
Clear the entering, exiting and internal ranges of a bundle before collecting
Lang Hames
2012-05-29
1
-0
/
+3
*
Update CPPBackend to new API for AttrListPtr::get.
Nicolas Geoffray
2012-05-29
1
-1
/
+1
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
9
-33
/
+33
*
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
1
-0
/
+5
*
Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).
Benjamin Kramer
2012-05-28
1
-1
/
+1
*
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
Benjamin Kramer
2012-05-28
1
-1
/
+1
*
Remove unused variable.
David Blaikie
2012-05-28
1
-2
/
+0
*
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
Meador Inge
2012-05-28
2
-26
/
+3
*
Random BitcodeReader cleanups.
Benjamin Kramer
2012-05-28
1
-49
/
+25
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
8
-15
/
+34
*
Implement the indirect counter increment code in a better way. Instead of
Bill Wendling
2012-05-28
1
-53
/
+72
*
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
7
-46
/
+38
*
simplify code.
Chris Lattner
2012-05-28
1
-3
/
+2
*
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
2
-266
/
+107
*
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-27
1
-5
/
+5
*
move some code around so that Verifier.cpp can get access to the intrinsic in...
Chris Lattner
2012-05-27
1
-46
/
+182
*
enhance the intrinsic info table to encode what *kind* of Any argument
Chris Lattner
2012-05-27
1
-1
/
+1
*
Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...
NAKAMURA Takumi
2012-05-27
1
-1
/
+3
*
Missed parens.
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
r157525 didn't work, just disable iterator checking.
Benjamin Kramer
2012-05-27
1
-1
/
+1
[next]