index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix PR12075, a regression in a recent transform I added. In unreachable code...
Chris Lattner
2012-02-24
1
-4
/
+18
*
Fix typo.
Rafael Espindola
2012-02-23
1
-1
/
+1
*
Remove extra semi-colons.
Chad Rosier
2012-02-22
1
-1
/
+1
*
Improve comment. Thanks for Andrew for the suggestion.
Rafael Espindola
2012-02-22
1
-2
/
+3
*
Semantically revert 151015. Add a comment on why we should be able to assert
Rafael Espindola
2012-02-22
1
-7
/
+17
*
s/the the/the/
Rafael Espindola
2012-02-21
1
-1
/
+1
*
Use more idiomatic assert.
Rafael Espindola
2012-02-21
1
-2
/
+2
*
Avoid warning on non assert builds.
Rafael Espindola
2012-02-21
1
-2
/
+3
*
It turns out that with the current scev organization ReuseOrCreateCast cannot
Rafael Espindola
2012-02-21
1
-9
/
+9
*
Make this a bit prettier and more obvious when a derived type isn't
Eric Christopher
2012-02-20
1
-1
/
+3
*
If a derived type is also a composite type, print that information
Eric Christopher
2012-02-20
1
-2
/
+7
*
Add support for runtime languages on our forward declarations.
Eric Christopher
2012-02-20
1
-2
/
+5
*
fold comparisons of gep'd alloca points with null to false,
Chris Lattner
2012-02-20
1
-4
/
+21
*
Temporarily disable this assert. Looks like it found a similar issue when
Rafael Espindola
2012-02-18
1
-1
/
+3
*
Don't skip debug instructions when looking for the insertion point of
Rafael Espindola
2012-02-18
1
-5
/
+8
*
Fix a rather nasty regression from r150690: LHS != RHS does not imply LHS->st...
Eli Friedman
2012-02-18
1
-1
/
+2
*
Remove a comment about an alternative approach that wouldn't
Dan Gohman
2012-02-17
1
-4
/
+1
*
Typo in variable name.
Eric Christopher
2012-02-17
1
-2
/
+2
*
Revert "InstSimplify: Strip pointer casts early."
Benjamin Kramer
2012-02-16
1
-6
/
+5
*
InstSimplify: Strip pointer casts early.
Benjamin Kramer
2012-02-16
1
-5
/
+6
*
InstSimplify: Ignore pointer casts when constant folding compares between poi...
Benjamin Kramer
2012-02-16
1
-2
/
+5
*
Have AliasSet::aliasesUnknownInst use pointer TBAA info when available
Hal Finkel
2012-02-10
1
-1
/
+3
*
Fix PR11948: the result type of an icmp may be a vector of boolean -
Duncan Sands
2012-02-10
1
-0
/
+5
*
Add support for a temporary forward decl type. We want this so we
Eric Christopher
2012-02-08
1
-0
/
+22
*
Remove tabs.
Devang Patel
2012-02-08
2
-19
/
+19
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-07
3
-12
/
+7
*
The patch resolves the conflict between AddressSanitizer and load widening (G...
Kostya Serebryany
2012-02-06
1
-0
/
+8
*
Remove some dead code and tidy things up now that vectors use ConstantDataVector
Chris Lattner
2012-02-06
2
-31
/
+16
*
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
1
-1
/
+0
*
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
1
-2
/
+2
*
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
2
-0
/
+31
*
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-05
1
-2
/
+2
*
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-05
2
-139
/
+47
*
remove the blank line from previous ci.
Qirun Zhang
2012-02-04
1
-1
/
+0
*
test commit.
Qirun Zhang
2012-02-04
1
-0
/
+1
*
Introduce DIObjCProperty. This will be used to encode objective-c property.
Devang Patel
2012-02-04
2
-0
/
+20
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
2
-3
/
+4
*
Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...
Argyrios Kyrtzidis
2012-02-01
2
-45
/
+140
*
remove the last vestiges of llvm::GetConstantStringInfo, in CodeGen.
Chris Lattner
2012-01-31
1
-10
/
+0
*
Change ConstantArray::get to form a ConstantDataArray when possible,
Chris Lattner
2012-01-31
2
-139
/
+54
*
Add r149110 back with a fix for when the vector and the int have the same
Rafael Espindola
2012-01-27
1
-0
/
+38
*
Revert r149110 and add a testcase that was crashing since that revision.
Rafael Espindola
2012-01-27
1
-38
/
+0
*
enhance constant folding to be able to constant fold bitcast of
Chris Lattner
2012-01-27
1
-0
/
+38
*
progress making the world safe to ConstantDataVector. While
Chris Lattner
2012-01-26
2
-55
/
+60
*
Use precomputed BB size instead of BB->size().
Nick Lewycky
2012-01-25
1
-1
/
+1
*
Support pointer comparisons against constants, when looking at the inline-cost
Nick Lewycky
2012-01-25
1
-1
/
+55
*
use Constant::getAggregateElement to simplify a bunch of code.
Chris Lattner
2012-01-25
2
-86
/
+30
*
Use the right method to get the # elements in a CDS.
Chris Lattner
2012-01-25
2
-3
/
+3
*
teach valuetracking about ConstantDataSequential
Chris Lattner
2012-01-24
1
-31
/
+47
*
switch SCEV to use the new ConstantFoldLoadThroughGEPIndices function
Chris Lattner
2012-01-24
1
-35
/
+3
[next]