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-11-10
Use utohex_buffer instead of utohexstr to avoid creating a temporary
Chris Lattner
2008-11-10
split out the functionality of utohexstr into a new utohex_buffer
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
Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.
Chris Lattner
2008-11-10
move some cases around to silence these sorts of warnings in
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
CMake: Builds a native tblgen when cross-compiling and the user didn't
Oscar Fuentes
2008-11-10
Forgot these.
Evan Cheng
2008-11-10
CMake: Implement magic word `all' for selecting all targets. Check
Oscar Fuentes
2008-11-10
CMake: Non-working code for auto-building the native tblgen util when
Oscar Fuentes
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
suppress build products
Gabor Greif
2008-11-09
CMake: Corrected detection of `nm'.
Oscar Fuentes
2008-11-09
CMake: Support for cross-compiling. For now, requires a previously
Oscar Fuentes
2008-11-09
fix validation problem.
Chris Lattner
2008-11-09
XFAIL this while waiting for a fix.
Duncan Sands
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-09
CellSPU: Update expected counts on expected patterns
Scott Michel
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
Allow $CALL and $ENV in command names. Fixes #3025.
Mikhail Glushenkov
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
Properly escape dashes in TableGen's LLVMC2 emitter.
Anton Korobeynikov
2008-11-08
Fix syntax of iterate_complex example. Noticed by Martin!
Eric Christopher
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
Add LLVMC2 tool definitions for Objective-C and Objective-C++.
Daniel Dunbar
2008-11-08
Add svn:ignore properties for Clang llvmc2 plugin.
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
[next]