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
*
If an executable is run through a symlink, dladdr will return the
Chris Lattner
2009-02-19
1
-3
/
+8
*
Fix the logic in this assertion to properly validate the number
Dan Gohman
2009-02-19
1
-2
/
+3
*
Reapply r57340. VMKit does not presently rely on materializeFunction
Dan Gohman
2009-02-19
1
-2
/
+2
*
Put code that generates debug labels into TableGen so that it can be used by
Bill Wendling
2009-02-18
7
-20
/
+10
*
add proper asmwriter and asmparser support for anonymous functions.
Chris Lattner
2009-02-18
2
-11
/
+15
*
In theory the aliasee may have dead constant users
Duncan Sands
2009-02-18
1
-0
/
+1
*
The subprogram die may not exist while creating "default" scope.
Devang Patel
2009-02-18
1
-1
/
+4
*
Use a sign-extend instead of a zero-extend when promoting a
Dan Gohman
2009-02-18
2
-15
/
+54
*
Simplify by using dyn_cast instead of isa and cast.
Dan Gohman
2009-02-18
1
-6
/
+5
*
Add explicit keywords.
Dan Gohman
2009-02-18
2
-3
/
+3
*
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
9
-40
/
+255
*
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-18
8
-159
/
+38
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
5
-9
/
+9
*
GV with null value initializer shouldn't go to BSS if it's meant for a mergea...
Evan Cheng
2009-02-18
3
-3
/
+8
*
Fix a corner case in the new indvars promotion logic: if there
Dan Gohman
2009-02-18
1
-19
/
+25
*
Fix a typo in a comment.
Dan Gohman
2009-02-18
1
-1
/
+1
*
If an alias is dead and so is its aliasee, then globaldce would
Duncan Sands
2009-02-17
1
-8
/
+16
*
The debugger sometimes lookup dynamically in the runtime to find ivar info of...
Devang Patel
2009-02-17
3
-4
/
+16
*
Remove trailing whitespace to reduce later commit patch noise.
Scott Michel
2009-02-17
8
-1609
/
+1609
*
Emit debug info for bitfields.
Devang Patel
2009-02-17
2
-4
/
+30
*
LoopIndexSplit doesn't actually use ScalarEvolution.
Dan Gohman
2009-02-17
1
-4
/
+1
*
Add a method to ScalarEvolution for telling it when a loop has been
Dan Gohman
2009-02-17
3
-12
/
+32
*
commit a tweaked version of Daniel's patch for PR3599. We now
Chris Lattner
2009-02-17
1
-26
/
+29
*
Move dumpPassStructure out of line.
Dan Gohman
2009-02-17
1
-0
/
+10
*
Delete trailing whitespace.
Dan Gohman
2009-02-17
1
-34
/
+34
*
This transform also applies to private linkage.
Duncan Sands
2009-02-17
1
-2
/
+2
*
Fix 80-column violation.
Dan Gohman
2009-02-17
1
-1
/
+2
*
A couple of places where reused use operands should be marked kill. This is e...
Evan Cheng
2009-02-17
1
-0
/
+11
*
add a horrible note
Chris Lattner
2009-02-17
1
-0
/
+41
*
--- Merging (from foreign repository) r64714 into '.':
Bill Wendling
2009-02-17
3
-31
/
+59
*
Strengthen the "non-constant stride must dominate loop preheader" check.
Evan Cheng
2009-02-17
2
-9
/
+44
*
Simplify; fix some 80-column violations.
Dan Gohman
2009-02-17
1
-6
/
+7
*
Delete trailing whitespace.
Dan Gohman
2009-02-16
1
-5
/
+5
*
Fix EnforceKnownAlignment so that it doesn't ever reduce the alignment
Dan Gohman
2009-02-16
1
-4
/
+12
*
Fix typo caused by too much surfing, dudes...
Nick Lewycky
2009-02-16
1
-1
/
+1
*
Delete this long-commented-out code. The situation it seems to have
Dan Gohman
2009-02-16
1
-26
/
+0
*
Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.
Dan Gohman
2009-02-16
1
-3
/
+5
*
Don't assume that a left-shift of a value with one bit set will have
Dan Gohman
2009-02-15
1
-6
/
+23
*
MachineLICM now handles these cases.
Dan Gohman
2009-02-15
1
-85
/
+0
*
Update the list of function annotations for nocapture. All of these came up
Nick Lewycky
2009-02-15
1
-47
/
+186
*
On 64bit we may have a personality function which requires 64 bits to
Nicolas Geoffray
2009-02-15
1
-7
/
+13
*
Make this more useful for cleaning up after the
Duncan Sands
2009-02-15
1
-15
/
+5
*
If the target of an alias has internal linkage, then the
Duncan Sands
2009-02-15
1
-7
/
+55
*
Fix PR3522. It's not safe to sink into landing pad BB's.
Evan Cheng
2009-02-15
1
-0
/
+5
*
Fix pr3571: If stride is a value defined by an instruction, make sure it domi...
Evan Cheng
2009-02-15
1
-5
/
+15
*
ifdef out unneeded if statement.
Evan Cheng
2009-02-15
1
-0
/
+2
*
Fix warning on gcc 4.3.
Mikhail Glushenkov
2009-02-15
1
-1
/
+4
*
Whitespace fixes.
Mikhail Glushenkov
2009-02-15
1
-58
/
+58
*
Unbreak the build on win32.
Cedric Venet
2009-02-14
3
-3
/
+4
*
Generalize some alias analysis logic from atomic
Duncan Sands
2009-02-14
2
-52
/
+6
[next]