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
*
Remove extra space.
Chad Rosier
2012-05-30
1
-1
/
+1
*
Reinstate -O3 for LTO.
David Blaikie
2012-05-30
1
-3
/
+3
*
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
3
-2
/
+64
*
it's pointed out that R11 can be used for magic things, and doing things just...
Chris Lattner
2012-05-30
3
-18
/
+17
*
Extend the (abi-irrelevant) return convention to be able to return more than ...
Chris Lattner
2012-05-30
2
-4
/
+24
*
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-30
2
-0
/
+136
*
Add MCRegisterInfo::RegListIterator.
Jakob Stoklund Olesen
2012-05-30
2
-6
/
+58
*
Mark insertq/extrq intrinsic readnone.
Benjamin Kramer
2012-05-30
1
-4
/
+5
*
Port support for SSE4a extrq/insertq to the old jit code emitter.
Benjamin Kramer
2012-05-30
1
-1
/
+1
*
Remove little semicolon that caused a lot of warnings.
Benjamin Kramer
2012-05-30
1
-1
/
+1
*
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-30
2
-8
/
+52
*
SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
Andrew Trick
2012-05-30
2
-1
/
+49
*
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
2
-0
/
+165
*
If-converter models predicated defs as read + write. The read should be marke...
Evan Cheng
2012-05-30
1
-1
/
+2
*
typo fix
Chris Lattner
2012-05-30
1
-1
/
+1
*
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-30
7
-6
/
+70
*
Make DiffListIterator public to unbreak the gcc buildbots.
Jakob Stoklund Olesen
2012-05-30
1
-1
/
+1
*
Use MCRegUnitIterator to compute regsOverlap().
Jakob Stoklund Olesen
2012-05-29
1
-3
/
+9
*
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-29
4
-5
/
+196
*
bounds checking:
Nuno Lopes
2012-05-29
1
-13
/
+51
*
DenseMap's move assignment operator needs to return *this
Douglas Gregor
2012-05-29
1
-0
/
+1
*
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
8
-6
/
+145
*
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
13
-109
/
+95
*
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
3
-0
/
+27
*
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
2
-1
/
+40
*
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
4
-26
/
+211
*
Random BitcodeReader cleanups.
Benjamin Kramer
2012-05-28
1
-49
/
+25
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
11
-154
/
+262
*
SwitchInst: Due to bad readability case iterators definition was moved to the...
Stepan Dyatkovskiy
2012-05-28
1
-131
/
+139
*
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
9
-57
/
+43
*
simplify code.
Chris Lattner
2012-05-28
1
-3
/
+2
*
add some helper methods to make the type more uniform.
Chris Lattner
2012-05-28
1
-0
/
+17
*
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
6
-8
/
+43
*
DenseMap: Use an early exit when there is nothing to do in DestroyAll().
Benjamin Kramer
2012-05-27
1
-4
/
+5
*
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
2
-1
/
+62
*
IntrusiveRefCntPtr: Use the same pattern as the other operator= overloads whe...
Benjamin Kramer
2012-05-27
1
-4
/
+3
*
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
3
-403
/
+107
*
These tests used intrinsics with the wrong prototype. They weren't caught be...
Chris Lattner
2012-05-27
4
-26
/
+28
*
remove two (useless) tests that use incorrect intrinsic prototypes, detected ...
Chris Lattner
2012-05-27
2
-55
/
+0
*
generalize this to allow any argument.
Chris Lattner
2012-05-27
1
-2
/
+4
[next]