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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
some more PRE/GVN/DSE related notes.
Chris Lattner
2008-12-06
1
-0
/
+51
*
add a note
Chris Lattner
2008-12-06
1
-0
/
+15
*
some random notes.
Chris Lattner
2008-12-06
1
-0
/
+97
*
Minor cleanup. Use dyn_cast, not isa/cast pairs. No functionality change.
Nick Lewycky
2008-12-06
1
-5
/
+5
*
Clean up some ARM GV asm printing out; minor fixes to match what gcc does.
Evan Cheng
2008-12-06
6
-21
/
+74
*
Reimplement the inner loop of DSE. It now uniformly uses getDependence(),
Chris Lattner
2008-12-06
2
-84
/
+51
*
Don't use plain %x to print pointer values. I had changed it from %p
Dan Gohman
2008-12-05
1
-1
/
+2
*
Fix test to pass on Linux.
Dale Johannesen
2008-12-05
1
-1
/
+1
*
Forgot a file.
Dale Johannesen
2008-12-05
1
-0
/
+6
*
Make LoopStrengthReduce smarter about hoisting things out of
Dale Johannesen
2008-12-05
6
-61
/
+212
*
Make a few major changes to memdep and its clients:
Chris Lattner
2008-12-05
5
-183
/
+175
*
Demangle and pretty-print symbols in internal backtraces. Patch by
Dan Gohman
2008-12-05
1
-0
/
+44
*
Revert invalid r60393. It causes llvm-gcc bootstrap fails in release builds.
Anton Korobeynikov
2008-12-05
1
-7
/
+2
*
This test also requires -mattr=+sse41.
Evan Cheng
2008-12-05
1
-1
/
+1
*
Make it illegal to call getDependency* on non-memory instructions
Chris Lattner
2008-12-05
2
-4
/
+6
*
Reason #3 from 60595 doesn't hold true. If we can fold a PIC load from constp...
Evan Cheng
2008-12-05
2
-11
/
+11
*
Effectively undo 60461 in PIC mode which simply transform V_SET0 / V_SETALLON...
Evan Cheng
2008-12-05
2
-1
/
+244
*
Fix test/Transforms/GVN/pre-load.ll
Chris Lattner
2008-12-05
2
-2
/
+2
*
Fix comment.
Evan Cheng
2008-12-05
1
-1
/
+1
*
The use of the construct:
Cédric Venet
2008-12-05
1
-12
/
+12
*
Make IsValueFullyAvailableInBlock safe.
Chris Lattner
2008-12-05
1
-14
/
+60
*
add a new pop_back_val method which returns the value popped. This is
Chris Lattner
2008-12-05
1
-0
/
+6
*
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
Dan Gohman
2008-12-05
5
-8
/
+9
*
Update comments. There is no getArgumentAccesses.
Dan Gohman
2008-12-05
1
-4
/
+4
*
Teach StackSlotColoring to update MachineMemOperands when
Dan Gohman
2008-12-05
1
-3
/
+20
*
Ignore IMPLICIT_DEF instructions when computing physreg liveness.
Dan Gohman
2008-12-05
1
-0
/
+7
*
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-05
12
-55
/
+203
*
CellSPU: Add new directory under tests/CodeGen/CellSPU to retain tests that
Scott Michel
2008-12-05
2
-0
/
+184
*
Have raw_fd_ostream keep track of the position in the file to make tell() go ...
Ted Kremenek
2008-12-04
2
-11
/
+8
*
Enable LoopIndexSplit pass.
Devang Patel
2008-12-04
1
-2
/
+2
*
Rewrite code that 1) filters loops and 2) calculates new loop bounds.
Devang Patel
2008-12-04
6
-1315
/
+775
*
Factor out some common code.
Owen Anderson
2008-12-04
1
-76
/
+39
*
CellSPU: Fix bug 3055
Scott Michel
2008-12-04
3
-23
/
+59
*
When allocating a stack temporary, use the correct
Duncan Sands
2008-12-04
1
-1
/
+1
*
Missing closing brace and reverse conditional condition on NDEBUG
Scott Michel
2008-12-04
1
-5
/
+5
*
Start simplifying a switch that has a successor that is a switch.
Chris Lattner
2008-12-04
1
-0
/
+74
*
This code is apparently quite confused. In the meantime,
Chris Lattner
2008-12-04
1
-1
/
+2
*
Temporarily revert r60519. It was causing a bootstrap failure:
Bill Wendling
2008-12-04
6
-12
/
+5
*
CellSPU:
Scott Michel
2008-12-04
5
-133
/
+56
*
Use register names instead of numbers in debug output.
Dan Gohman
2008-12-04
1
-2
/
+3
*
Make debug output more informative.
Dan Gohman
2008-12-04
1
-1
/
+1
*
Visibility hidden GVs do not require extra load of symbol address from the GO...
Evan Cheng
2008-12-04
6
-4
/
+22
*
Add minimal support for disambiguating memory references. Currently
Dan Gohman
2008-12-04
1
-13
/
+123
*
add a debugging option to help track down j-t problems.
Chris Lattner
2008-12-04
1
-1
/
+14
*
Rewrite the liveness bookkeeping code to fix a bunch of
Dan Gohman
2008-12-03
1
-34
/
+42
*
Make the debugging dump be a full line.
Dale Johannesen
2008-12-03
1
-0
/
+1
*
Remove an unused field.
Dale Johannesen
2008-12-03
1
-8
/
+1
*
Have PseudoSourceValue override Value::dump, so that it works
Dan Gohman
2008-12-03
3
-2
/
+11
*
Fix a misspelled function name.
Dale Johannesen
2008-12-03
1
-4
/
+4
*
Factor some code into a new FoldSingleEntryPHINodes method.
Chris Lattner
2008-12-03
6
-24
/
+37
[prev]
[next]