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
*
Clear split info.
Devang Patel
2007-08-08
1
-0
/
+11
*
Handle multiple split conditions.
Devang Patel
2007-08-08
1
-60
/
+93
*
Make getSTDIN return null if the standard input is empty, as the header file
Reid Spencer
2007-08-08
1
-2
/
+4
*
Allow the filename "-" to be a place holder for stdin. This allows directing
Reid Spencer
2007-08-08
1
-0
/
+16
*
Global values also don't undead-ify pointers in our dead alloca's set.
Owen Anderson
2007-08-08
1
-0
/
+3
*
Make handleEndBlock significantly faster with one trivial improvement,
Owen Anderson
2007-08-08
1
-4
/
+30
*
Small improvement: if a function doesn't access memory, we don't need to scan
Owen Anderson
2007-08-08
1
-2
/
+8
*
Add some comments, remove a dead argument, and simplify some control flow.
Owen Anderson
2007-08-08
1
-19
/
+28
*
eliminate redundant conditions from the signless types conversion.
Chris Lattner
2007-08-08
1
-7
/
+4
*
Handle functions with no name better.
Chris Lattner
2007-08-08
1
-1
/
+2
*
Adding kill info to val#.
Evan Cheng
2007-08-08
1
-3
/
+10
*
significantly speed up constant folding of calls (and thus all clients that use
Chris Lattner
2007-08-08
1
-94
/
+131
*
Speed up updateDFSNumbers with two observations:
Chris Lattner
2007-08-08
1
-22
/
+17
*
A few more small cleanups.
Owen Anderson
2007-08-08
1
-9
/
+7
*
Clean up and bug fix.
Evan Cheng
2007-08-08
1
-1
/
+1
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
2
-49
/
+36
*
First round of cleanups from Chris' feedback.
Owen Anderson
2007-08-08
1
-51
/
+58
*
- Each val# can have multiple kills.
Evan Cheng
2007-08-08
3
-12
/
+10
*
Embrace patch review feedback.
Devang Patel
2007-08-08
1
-23
/
+23
*
Remove a dead assertion.
Evan Cheng
2007-08-08
1
-1
/
+0
*
- LiveInterval value#'s now have 3 components: def instruction #,
Evan Cheng
2007-08-07
3
-26
/
+30
*
Fix new compare instruction's signness. Caught by Chris during review.
Devang Patel
2007-08-07
1
-5
/
+7
*
Don't insert nearly as many redundant phi nodes.
Owen Anderson
2007-08-07
1
-2
/
+25
*
Fix spelling of mtvscr and mfvscr.
Dale Johannesen
2007-08-07
1
-2
/
+2
*
Long double patch 8 of N: make it partially work in
Dale Johannesen
2007-08-07
3
-100
/
+100
*
Use eraseFromParent().
Devang Patel
2007-08-07
1
-4
/
+2
*
Fix comment typo
David Greene
2007-08-07
1
-1
/
+1
*
Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator.
David Greene
2007-08-07
1
-4
/
+4
*
Add a missing forward declaration.
David Greene
2007-08-07
1
-0
/
+1
*
Initial JIT support for ARM by Raul Fernandes Herbster.
Evan Cheng
2007-08-07
9
-275
/
+889
*
Long double patch 7 of N, unless I lost count:).
Dale Johannesen
2007-08-07
3
-1
/
+37
*
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-07
1
-25
/
+38
*
Begin loop index split pass.
Devang Patel
2007-08-07
1
-0
/
+384
*
Improve the accuracy of memdep for determining the dependencies of loads.
Owen Anderson
2007-08-06
1
-2
/
+13
*
Replace 4-line function with 10-line version per review comment.
Dale Johannesen
2007-08-06
1
-4
/
+10
*
Move lengthy conditional down 1 level per review comment.
Dale Johannesen
2007-08-06
2
-5
/
+6
*
Get X86 long double calling convention to work
Dale Johannesen
2007-08-06
4
-3
/
+34
*
regenerate
Chris Lattner
2007-08-06
3
-4748
/
+3438
*
Fix PR1577, a crash on invalid bug.
Chris Lattner
2007-08-06
1
-0
/
+1
*
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-06
1
-4
/
+23
*
It's safe to fold not of fcmp.
Nick Lewycky
2007-08-06
1
-3
/
+8
*
Make 80-bit store maintain simulated FP stack correctly.
Dale Johannesen
2007-08-06
1
-1
/
+2
*
Let scalar-evolution analyze loops with an unsigned comparison for the exit
Nick Lewycky
2007-08-06
1
-17
/
+35
*
Don't assume it's safe to transform a loop just because it's dominated by any
Nick Lewycky
2007-08-06
1
-1
/
+1
*
Fix a regression compiling 2005-05-11-Popcount-ffs-fls with the CBE,
Chris Lattner
2007-08-06
1
-1
/
+1
*
Implement review feedback. No functionality change.
Christopher Lamb
2007-08-06
1
-137
/
+152
*
Make this code more efficient.
David Greene
2007-08-06
1
-5
/
+5
*
remove some dead lines
Chris Lattner
2007-08-06
1
-2
/
+0
*
1. Random tidiness cleanups
Chris Lattner
2007-08-06
1
-47
/
+44
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
3
-6
/
+16
[next]