index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-10-22
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-10-22
Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T...
Ted Kremenek
2008-10-22
remove extraneous #ifdef's
Jim Grosbach
2008-10-22
Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.
Daniel Dunbar
2008-10-22
Remove allocation of unused stack slot.
Dale Johannesen
2008-10-22
Fix for PR2881: fix a small leak exposed by valgrind, using a ManagedStatic.
Julien Lerouge
2008-10-22
[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on s...
Gordon Henriksen
2008-10-22
Regenerate.
Gordon Henriksen
2008-10-22
[PR2886] Don't look for ocaml's .opt executables; something in the autoconf/t...
Gordon Henriksen
2008-10-22
LegalizeTypes soft-float support for fpow.
Duncan Sands
2008-10-22
Get this working with LegalizeTypes: (1) don't
Duncan Sands
2008-10-22
Regenerate configure
Torok Edwin
2008-10-22
Unbreak LLVM on the MSVC compiler:
Argyrios Kyrtzidis
2008-10-22
Use spaces rather than tab.
Duncan Sands
2008-10-22
Be nice to CellSPU: for this target getSetCCResultType
Duncan Sands
2008-10-22
Port from LegalizeDAG the logic to only generate
Duncan Sands
2008-10-22
Add some comments explaining the meaning of a boolean
Duncan Sands
2008-10-22
Temporarily allow the operands of a BUILD_VECTOR
Duncan Sands
2008-10-22
Fix PR2907 by digging through constant expressions to find FP constants that
Chris Lattner
2008-10-22
Move Print*Pass to use raw_ostream.
Daniel Dunbar
2008-10-22
CMake: `make install' for libraries, executables and header files.
Oscar Fuentes
2008-10-22
CMake: use add_llvm_example for HowToUseJIT.
Oscar Fuentes
2008-10-22
CMake: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-22
Adjust comments for pedantic satisfaction.
Dale Johannesen
2008-10-21
Fix comment to name "TokenFactor" instead of "Token factor".
Bill Wendling
2008-10-21
CMake: updated lib/VMCore/CMakeLists.txt
Oscar Fuentes
2008-10-21
Privatize PrintModulePass and PrintFunctionPass and add
Daniel Dunbar
2008-10-21
Add comments to explain uint64->f64 algorithm,
Dale Johannesen
2008-10-21
Add an SSE2 algorithm for uint64->f64 conversion.
Dale Johannesen
2008-10-21
Fix SelectionDAGBuild lowering of Select instructions to
Dan Gohman
2008-10-21
Clear raw_fd_ostream error string on success and explain behavior in
Daniel Dunbar
2008-10-21
Updated email address.
Dan Gohman
2008-10-21
Implement the optimized FCMP_OEQ/FCMP_UNE code for x86 fast-isel.
Dan Gohman
2008-10-21
Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.
Torok Edwin
2008-10-21
use pre-UAL mnemonics for push/pop for compilaton callback function
Jim Grosbach
2008-10-21
fix a tricky bug in the JIT global variable emitter, that was triggered when ...
Nuno Lopes
2008-10-21
constify some methods and variables in ImmutableList.
Ted Kremenek
2008-10-21
really fix run line
Chris Lattner
2008-10-21
fix run line
Chris Lattner
2008-10-21
remove some unneeded eh generation
Chris Lattner
2008-10-21
Disable constant-offset folding for PowerPC, as the PowerPC target
Dan Gohman
2008-10-21
Don't create TargetGlobalAddress nodes with offsets that don't fit
Dan Gohman
2008-10-21
Optimized FCMP_OEQ and FCMP_UNE for x86.
Dan Gohman
2008-10-21
When the coalescer is doing rematerializing, have it remove
Dan Gohman
2008-10-21
Make the NaN test come second, heuristically assuming
Dan Gohman
2008-10-21
Use Function::getEntryBlock() instead of Function::front(), for clarity.
Dan Gohman
2008-10-21
CMake: updated lib/CodeGen/CMakeLists.txt
Oscar Fuentes
2008-10-21
Fix a bug that prevented llvm-extract -delete from working.
Dan Gohman
2008-10-21
Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts
Chris Lattner
2008-10-20
Add skeleton for the pre-register allocation live interval splitting pass.
Evan Cheng
[next]