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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2008-10-24
Don't try to create a mask when we don't need one. Fixes a crash.
Nick Lewycky
2008-10-24
Fix a end() dereference; remove an abort() that wasn't meant to be left in.
Evan Cheng
2008-10-24
Add value range analyzing of Add and Sub.
Nick Lewycky
2008-10-24
Avoid splitting an interval multiple times; avoid splitting re-materializable...
Evan Cheng
2008-10-24
Fix constant-offset emission for x86-64 absolute addresses. This
Dan Gohman
2008-10-24
Initialize uninitialized variable.
Dale Johannesen
2008-10-23
Added raw_fd_ostream::close().
Ted Kremenek
2008-10-23
Committing a good chunk of the pre-register allocation live interval splittin...
Evan Cheng
2008-10-23
Mark defs and uses of CTR and LR correctly.
Dale Johannesen
2008-10-23
Make sure to set stdout to binary when writing bitcode files via
Daniel Dunbar
2008-10-23
Fix thinko - the operand number has nothing to do
Duncan Sands
2008-10-22
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
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
LegalizeTypes soft-float support for fpow.
Duncan Sands
2008-10-22
Get this working with LegalizeTypes: (1) don't
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: Turned some libraries into partially linked objects. Corrected
Oscar Fuentes
2008-10-22
Adjust comments for pedantic satisfaction.
Dale Johannesen
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
Implement the optimized FCMP_OEQ/FCMP_UNE code for x86 fast-isel.
Dan Gohman
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
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
2008-10-20
Update the stub and callback code to handle lazy compilation. The stub
Jim Grosbach
2008-10-20
Fast-isel no longer an experiment.
Dan Gohman
2008-10-20
Add a register class -> virtual registers map.
Evan Cheng
2008-10-20
Support operations like fp_to_uint with a vector
Duncan Sands
2008-10-20
LegalizeTypes support for atomic operation promotion.
Duncan Sands
[prev]
[next]