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
*
Prune some includes
Craig Topper
2012-03-27
30
-33
/
+6
*
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-27
18
-261
/
+261
*
Pass the llvm IR pointer value and offset to the constructor of
Akira Hatanaka
2012-03-27
1
-9
/
+13
*
Fix bug in LowerConstantPool.
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Add T9 to the list of live-in registers of the entry basic block.
Akira Hatanaka
2012-03-27
1
-0
/
+2
*
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
2
-67
/
+67
*
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
1
-0
/
+30
*
Post-ra LICM should take care not to hoist an instruction that would clobber a
Evan Cheng
2012-03-27
1
-4
/
+28
*
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
During MachineCopyPropagation a register may be the source operand of multiple
Lang Hames
2012-03-27
1
-17
/
+26
*
Reserve hardware registers.
Akira Hatanaka
2012-03-27
1
-0
/
+4
*
ARM has a peephole optimization which looks for a def / use pair. The def
Evan Cheng
2012-03-26
1
-0
/
+19
*
Add a debug option to dump PBQP graphs during register allocation.
Lang Hames
2012-03-26
1
-0
/
+29
*
SCEV fix: Handle loop invariant loads.
Andrew Trick
2012-03-26
1
-1
/
+5
*
Use the file in the inlined die rather than the compile unit for
Eric Christopher
2012-03-26
1
-1
/
+2
*
153465 was incorrect. In this code we wanted to check that the pointer operan...
Nadav Rotem
2012-03-26
1
-4
/
+3
*
Made RuntimeDyldMachO support vanilla i386
Sean Callanan
2012-03-26
2
-0
/
+44
*
PR12357: The pointer was used before it was checked.
Nadav Rotem
2012-03-26
1
-1
/
+3
*
LSR ivchain bug fix: corner case with ConstantExpr.
Andrew Trick
2012-03-26
1
-2
/
+3
*
comment typo
Andrew Trick
2012-03-26
1
-1
/
+1
*
eliminate an unneeded branch, part of PR12357
Chris Lattner
2012-03-26
1
-7
/
+2
*
Tidy.
Eric Christopher
2012-03-26
1
-1
/
+1
*
Tidy.
Eric Christopher
2012-03-26
1
-6
/
+9
*
Revert r153423 as this is causing failures on our internal nightly testers.
Chad Rosier
2012-03-26
2
-41
/
+0
*
LSR cleanup: potential bug caught by PVS-Studio.
Andrew Trick
2012-03-26
1
-2
/
+3
*
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...
Kostya Serebryany
2012-03-26
1
-0
/
+25
*
No need to do an expensive stable sort for a bunch of integers.
Benjamin Kramer
2012-03-26
1
-3
/
+3
*
Add missing include of <new>
Douglas Gregor
2012-03-26
1
-0
/
+1
*
Fix GetMainExecutable on kFreeBSD.
Anton Korobeynikov
2012-03-26
1
-3
/
+3
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
13
-25
/
+23
*
Add a debug statement.
Eric Christopher
2012-03-26
1
-1
/
+3
*
Use the new range metadata in computeMaskedBits and add a new optimization to
Rafael Espindola
2012-03-26
2
-0
/
+41
*
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-26
7
-10
/
+2
*
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
8
-18
/
+12
*
Teach instsimplify how to simplify comparisons of pointers which are
Chandler Carruth
2012-03-25
1
-1
/
+45
*
Switch the pointer-difference simplification logic to only work with
Chandler Carruth
2012-03-25
1
-1
/
+1
*
Prune some includes and forward declarations.
Craig Topper
2012-03-25
3
-0
/
+3
*
Teach the function cloner (and thus the inliner) to simplify PHINodes
Chandler Carruth
2012-03-25
1
-12
/
+18
*
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-25
2
-89
/
+34
*
Add an asserting ValueHandle to the block simplification code which will
Chandler Carruth
2012-03-25
1
-0
/
+9
*
Don't form a WeakVH around the sentinel node in the instructions BB
Chandler Carruth
2012-03-24
1
-4
/
+2
*
Try to harden the recursive simplification still further. This is again
Chandler Carruth
2012-03-24
1
-7
/
+8
*
Don't add the instruction about to be RAUW'ed and erased to the
Chandler Carruth
2012-03-24
1
-2
/
+4
*
Fix null to integer conversion warnings.
Jean-Daniel Dupas
2012-03-24
1
-2
/
+2
*
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-24
3
-63
/
+79
*
Remove always true variable.
Rafael Espindola
2012-03-24
1
-19
/
+10
*
Fix small-integer VAARG on SVR4 ABI PPC64.
Hal Finkel
2012-03-24
1
-5
/
+17
*
Add the ability to promote legal integer VAARGs. This is required for the PPC...
Hal Finkel
2012-03-24
1
-1
/
+33
*
Fix the MSVC build.
Francois Pichet
2012-03-24
1
-2
/
+2
*
PTX: Fix predicate logic bug
Justin Holewinski
2012-03-24
2
-21
/
+36
[next]