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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
1
-3
/
+5
*
Minor debug output tweak.
Evan Cheng
2009-01-09
1
-2
/
+2
*
Request DwarfWriter. This will be used to handle dbg_* intrinsics.
Devang Patel
2009-01-09
2
-2
/
+7
*
fix typo Duncan noticed.
Chris Lattner
2009-01-09
1
-1
/
+1
*
Fix PR3304
Chris Lattner
2009-01-09
1
-2
/
+12
*
Removed trailing whitespace from Makefiles.
Misha Brukman
2009-01-09
43
-92
/
+92
*
Implement rdar://6480391, extending of equality icmp's to avoid a truncation.
Chris Lattner
2009-01-09
1
-0
/
+22
*
Remove some old code that looks like a remanant from signed-types days.
Chris Lattner
2009-01-09
1
-23
/
+0
*
Fix PR3298, a crash in Jump Threading. Apparently even
Chris Lattner
2009-01-09
1
-0
/
+4
*
Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible.
Chris Lattner
2009-01-09
1
-81
/
+116
*
move some code, check to see if the input to the GEP is a bitcast
Chris Lattner
2009-01-09
1
-23
/
+22
*
Add load-folding table entries for MOVDQA.
Dan Gohman
2009-01-09
1
-0
/
+6
*
Whitespace and other minor adjustments to make SSE instructions have
Dan Gohman
2009-01-09
1
-26
/
+32
*
Adjustments to last patch based on review.
Dale Johannesen
2009-01-09
4
-11
/
+24
*
61949 accidentally introduced an escaped newline. Fix this by making
Dan Gohman
2009-01-08
1
-1
/
+1
*
Convert DwarfWriter into a pass.
Devang Patel
2009-01-08
7
-69
/
+75
*
Delete unnecessary parens around return values.
Dan Gohman
2009-01-08
2
-2
/
+2
*
Fix the comment for lltok::backslash.
Dan Gohman
2009-01-08
1
-1
/
+1
*
Fix the path to llvm/Assembly/Parser.h in a comment.
Dan Gohman
2009-01-08
1
-1
/
+1
*
Do not inline functions with (dynamic) alloca into
Dale Johannesen
2009-01-08
1
-2
/
+20
*
Use mayBeOverridden here, in anticipation of the
Duncan Sands
2009-01-08
1
-2
/
+2
*
ValueTracker can't assume that an alloca with no specified alignment
Chris Lattner
2009-01-08
1
-1
/
+1
*
one more crash from PR3281, we now diagnose:
Chris Lattner
2009-01-08
1
-2
/
+9
*
Add DebugInfo based APIs to record source line info.
Devang Patel
2009-01-08
1
-4
/
+43
*
* Moved author attribution to CREDITS.TXT
Misha Brukman
2009-01-08
1
-4
/
+1
*
* Alphabetized #includes
Misha Brukman
2009-01-08
1
-56
/
+56
*
add some more crazy strlen and memcpy stuff I noticed in spec.
Chris Lattner
2009-01-08
1
-0
/
+99
*
add some notes about strlen craziness in eon.
Chris Lattner
2009-01-08
1
-0
/
+57
*
This implements the second half of the fix for PR3290, handling
Chris Lattner
2009-01-08
1
-2
/
+99
*
Add APIs to record regions and variables.
Devang Patel
2009-01-08
1
-0
/
+27
*
Add APIs to manage scope using DebugInfo interface.
Devang Patel
2009-01-08
1
-0
/
+297
*
Fix failure messages in Verifier::PerformTypeCheck. The argument numbers
Bob Wilson
2009-01-08
1
-47
/
+42
*
CMake: removed lib/VMCore/DebugInfoBuilder.cpp.
Oscar Fuentes
2009-01-08
1
-1
/
+0
*
Assert that VectorType::getTruncatedElementVectorType is not used with
Bob Wilson
2009-01-07
1
-4
/
+10
*
remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h
Chris Lattner
2009-01-07
1
-274
/
+0
*
Fix off-by-one error in traversing an array; this fixes a test.
Misha Brukman
2009-01-07
1
-1
/
+1
*
revert to functionally equivalent formulation
Gabor Greif
2009-01-07
1
-1
/
+1
*
use the obvious getters
Gabor Greif
2009-01-07
1
-3
/
+3
*
Remove redundant 'else's. No functionality change.
Dan Gohman
2009-01-07
1
-7
/
+6
*
Whitespace - correct formatting.
Duncan Sands
2009-01-07
1
-2
/
+2
*
Remove alloca tracking from nocapture analysis. Not only
Duncan Sands
2009-01-07
1
-69
/
+16
*
Reorder these.
Duncan Sands
2009-01-07
1
-24
/
+24
*
Use a switch rather than a sequence of "isa" tests.
Duncan Sands
2009-01-07
1
-16
/
+32
*
The verifier checks that the aliasee is not null.
Duncan Sands
2009-01-07
1
-2
/
+1
*
Implement the first half of PR3290: if there is a store of an
Chris Lattner
2009-01-07
1
-5
/
+133
*
Factor a bunch of code out into a helper method.
Chris Lattner
2009-01-07
1
-148
/
+156
*
use continue to simplify code and reduce nesting, no functionality
Chris Lattner
2009-01-07
1
-38
/
+58
*
Get TargetData once up front and cache as an ivar instead of
Chris Lattner
2009-01-07
1
-45
/
+38
*
Use the hasAllZeroIndices predicate to simplify some
Chris Lattner
2009-01-07
1
-28
/
+6
*
The coalescer does not coalesce a virtual register to a physical register if ...
Evan Cheng
2009-01-07
2
-20
/
+84
[next]