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-11-10
Use utohex_buffer instead of utohexstr to avoid creating a temporary
Chris Lattner
2008-11-10
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
Chris Lattner
2008-11-10
Fix an over aggressive assumption that struct decls will have a pointer to
Chris Lattner
2008-11-10
add new file
Chris Lattner
2008-11-10
Add a new set of helper classes for creating and reading debug
Chris Lattner
2008-11-10
Forgot these.
Evan Cheng
2008-11-10
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-09
Correction for the last patch. Should match the conditional in the first part
Bill Wendling
2008-11-09
The method of doing the matching with a 'select' instruction was wrong. The
Bill Wendling
2008-11-09
fix leakage of ValueNumbering
Nuno Lopes
2008-11-09
Temporarily revert 58825, which breaks PPC bootstrap.
Dale Johannesen
2008-11-09
If the LHS of the FCMP is coming from a UIToFP instruction, then we don't want
Bill Wendling
2008-11-09
Typo fix
Anton Korobeynikov
2008-11-08
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
CMake: corrected library target name for dependency: LLVMCellSPU ->
Oscar Fuentes
2008-11-08
CMake: Reflected changes on the CellSPU target build. May require a
Oscar Fuentes
2008-11-08
Fixed a pasto.
Oscar Fuentes
2008-11-08
CellSPU: Bring SPU's assembly printer more in-line with current LLVM code
Scott Michel
2008-11-08
Try to produce better code when scalarizing VSETCC.
Duncan Sands
2008-11-08
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-11-08
The Index field of an AttributeWithIndex is of type unsigned, not uint16_t.
Nicolas Geoffray
2008-11-08
StoreInst does not produce any result thus it's useless to create new
Anton Korobeynikov
2008-11-08
Moved InvalidateInstructionCache to ARMJITInfo::emitFunctionStub which knows ...
Evan Cheng
2008-11-08
Remove a InvalidateInstructionCache call with incorrect size.
Evan Cheng
2008-11-08
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs a...
Evan Cheng
2008-11-08
Rename isString -> isExternalSymbol; getString -> getExternalSymbol since the...
Evan Cheng
2008-11-08
More debug output.
Evan Cheng
2008-11-08
Fix relocation for calls to external symbols.
Evan Cheng
2008-11-08
CellSPU: Fix prologue/epilogue emission when function contains calls but
Scott Michel
2008-11-08
Rework r58829, allowing removal of dbg info intrinsics during alloca
Daniel Dunbar
2008-11-08
Skip over two-address use operands.
Evan Cheng
2008-11-08
Handle ARM machine constantpool entry with non-lazy ptr.
Evan Cheng
2008-11-08
Use ARMFunctionInfo to track number of constpool entries and jumptables.
Evan Cheng
2008-11-08
Make testb optimization work on big-endian targets.
Dale Johannesen
2008-11-07
More code clean up.
Evan Cheng
2008-11-07
Make FP tests requiring two compares work on PPC (PR 642).
Dale Johannesen
2008-11-07
Get PIC jump table working.
Evan Cheng
2008-11-07
More debug output.
Evan Cheng
2008-11-07
Sign-extend rather than zero-extend when promoting
Duncan Sands
2008-11-07
Flush the raw_ostream after emitting the assembly for a function.
Dan Gohman
2008-11-07
Fix unsigned->ppcf128 conversion.
Dale Johannesen
2008-11-07
Fix compile warnings.
Richard Osborne
2008-11-07
CellSPU: Ensure that C strings are always put in the .rodata section
Scott Michel
2008-11-07
Add XCore backend.
Richard Osborne
2008-11-07
Jump table JIT support. Work in progress.
Evan Cheng
2008-11-07
Jump tables may be emitted by target.
Evan Cheng
2008-11-07
Teach CellSPU about ELF sections and new section emitter classes.
Scott Michel
2008-11-07
BCUI + 1 doesn't work. Use next instead.
Bill Wendling
2008-11-07
Refactor code that adjusts the offsets of stack objects.
Bill Wendling
[next]