projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2007-12-05
Dale Johannesen
Handle 0 correctly in string->APFloat conversion.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-05
Ted Kremenek
Added "Emitter" functor to allow easy emitting of eleme...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-04
Evan Cheng
Remove a unsafe optimization. This fixes 401.bzip2.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-04
Devang Patel
Add --with-llvmgcc= and --with-llvmgxx= configure options.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-04
Scott Michel
More files in the CellSPU drop...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-04
Scott Michel
More of the Cell SPU code drop from "Team Aerospace".
commit
|
commitdiff
|
tree
|
snapshot
2007-12-04
Evan Cheng
Spiller unfold optimization bug: do not clobber a reusa...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-04
Chris Lattner
Implement framework for scalarizing node results. ...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-04
Chris Lattner
start providing framework for scalarizing vectors.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-04
Evan Cheng
Discard split intervals made empty due to folding.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Scott Michel
More CellSPU files... more to follow.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Scott Michel
Makefile fragment for CellSPU.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Scott Michel
First commit to CellSPU. More to follow
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Evan Cheng
Bug fixes.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Gordon Henriksen
Track dependencies when creating symlinks to LLVM libra...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Anton Korobeynikov
Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Anton Korobeynikov
Fix fallout from my last patch: don't reject varargs...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Duncan Sands
Rather than having special rules like "intrinsics cannot
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Chris Lattner
update file comment.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
John Criswell
Fixed typo.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Anton Korobeynikov
Regenerate
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Devang Patel
If ExitValue operand is also defined in Loop header...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Anton Korobeynikov
More sanity checks for function types.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Chris Lattner
Describe the notion of 'owners' of the code.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Gordon Henriksen
Applying Anton's binmode fix to the other ofstream...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Anton Korobeynikov
Sorry, typo :)
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Anton Korobeynikov
Open output file correctly. This is extremely important for
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Evan Cheng
Typo
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Evan Cheng
Update kill info for uses of split intervals.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Anton Korobeynikov
Provide hook for _alloca to make JITing on Cygwin sligh...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Nick Lewycky
lli -trace was removed back in 2003.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Nick Lewycky
Type::IntTy hasn't existed for a while. Just sub in...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-03
Chris Lattner
explain what I need to grant commit access.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Chris Lattner
fix typo noticed by Joshua Pennington
commit
|
commitdiff
|
tree
|
snapshot
2007-12-02
Evan Cheng
Remove redundant foldMemoryOperand variants and other...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Gordon Henriksen
Adding ocamldoc-style comments for the Ocaml bindings.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Gordon Henriksen
Fix a typo noticed by Alain Frisch.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Duncan Sands
Integrate the readonly/readnone logic more deeply
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Evan Cheng
Fix a bug where splitting cause some unnecessary spilling.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Owen Anderson
Fixes for MachineLoopInfo, mostly from Evan. With...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Evan Cheng
Allow some reloads to be folded in multi-use cases...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Eric Christopher
Add target triple to include/llvm/Config/config.h.in...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-01
Devang Patel
Change LinkTimeOptimizer.h install location.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Devang Patel
Change lib lto install location.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Ted Kremenek
Fixed subtle bug in Deserializer::JumpTo when jumping...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Ted Kremenek
Fixed potential bug where CurWord is not zeroed out...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Evan Cheng
Do not fold reload into an instruction with multiple...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Chris Lattner
chain update requests properly.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Duncan Sands
Small optimization of parameter attribute lookup.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Duncan Sands
Add a convenience method for modifying parameter
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Duncan Sands
Check that there are not more attributes than
commit
|
commitdiff
|
tree
|
snapshot
2007-11-30
Devang Patel
Provide a way to update DescGlobals cache directly.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Evan Cheng
Do not lose rematerialization info when spilling alread...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Owen Anderson
Fix a miscompilation in spiff on PPC.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Evan Cheng
Fix a major performance issue with splitting. If there...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Evan Cheng
Update tests.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Evan Cheng
Replace the odd kill# hack with something less fragile.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Duncan Sands
Small parameter attributes cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Chris Lattner
Pass the whole StringMapEntry into StringMapEntryInitia...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Chris Lattner
provide an optional API to allow datatypes in a stringm...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Evan Cheng
Fixed various live interval splitting bugs / compile...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-29
Evan Cheng
Kill info update bug.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
New testcase for PR1744
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
Work around a GCC bug, producing this code:
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
Add a note
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
Implement ExpandOperationResult for ppc i64 fp->int...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
for consistency, allow a fallthrough if the final check...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
upgrade this test
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
make this test have a deterministic result.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Duncan Sands
Add some convenience methods for querying attributes...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Duncan Sands
Revert previous "fix" - the breakage was due to some
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Duncan Sands
This test somehow got an extra "not" during the
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Duncan Sands
My compiler complains that "x always evaluates to true"
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Duncan Sands
Add missing newlines at EOF.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
xfail a test
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Chris Lattner
update this test after the fmrrd fix
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Tanya Lattner
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Tanya Lattner
Modified instructions to configure llvm-test by configu...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Tanya Lattner
Fix bug in regression tests that ignored stderr output...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-28
Evan Cheng
Recover compile time regression.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Owen Anderson
Add MachineLoopInfo. This is not yet tested.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
commit testcase I forgot to svn add.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
several entries got significantly better, though they...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
implement a trivial readme entry.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
Fix a crash on invalid code due to memcpy lowering.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
Make this actually work on systems that support ppc...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
Unbreak all of the darwin/ppc32 JIT failures having...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Ted Kremenek
Updated GenLibDeps.pl to employ "use strict" to help...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Nate Begeman
Support returning non-power-of-2 vectors to unblock...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Andrew Lenharth
something wrong with this opt
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Anton Korobeynikov
Add testcase for last llvm-gcc tweaks
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Ted Kremenek
Added quotes around $(NM_PATH) argument to GenLibDeps...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
Unbreak backwards compatibility with bytecode format...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Duncan Sands
Fix PR1146: parameter attributes are longer part of
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Zhou Sheng
Make this pass for CYGWIN.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Zhou Sheng
Make this testcase compatible with CYGWIN.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
err, no really.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Chris Lattner
don't depend on ADL.
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Owen Anderson
Make LoopInfoBase more generic, in preparation for...
commit
|
commitdiff
|
tree
|
snapshot
2007-11-27
Owen Anderson
Add accessor for getting the underlying templated type...
commit
|
commitdiff
|
tree
|
snapshot
next