projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2008-11-11
Bill Wendling
Fix for PR3040:
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Andrew Lenharth
fix another libgcc blocker
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Mon P Wang
Cleaned up and fix bugs in convert_rndsat node
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Bill Wendling
Un-XFAIL tests now that they're fixed.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Scott Michel
Unbreak the buildbot and back out (inadvertant) casting...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Evan Cheng
Encode VFP arithmetic instructions.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Devang Patel
Cleanup debug info. assocated with deleted instructions.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Devang Patel
Add utility routines to remove dead debug info.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Bill Wendling
r59009 broke these tests. XFAIL for now.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Scott Michel
CellSPU: Fix bug 3606, as well as some ongoing work.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Bill Wendling
Small simplification. Use the iterator already present...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Evan Cheng
Comments and indentation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Evan Cheng
Correct PIC function stub codegen.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Oscar Fuentes
CMake: Fixed cross-compiling.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Dan Gohman
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Bill Wendling
Temporarily revert r58979 and related patch. It's causi...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Bill Wendling
- Make sure that we don't over-increment the iterator...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Mon P Wang
Added CONVERT_RNDSAT (conversion with rounding and...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Steve Naroff
Update VC++ project file.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Devang Patel
If the sign of exit condition and split condition does...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Duncan Sands
Fix PR2667: add soft float support for sint_to_fp/uint_...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Duncan Sands
Tweak some comments.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Duncan Sands
Small cleanups. No functionality change intended!
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Duncan Sands
When promoting the result of fp_to_uint/fp_to_sint,
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Duncan Sands
Work around PR1000.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Anton Korobeynikov
Proper way of doing llvm canadian-cross compilation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Dale Johannesen
Reenable test.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Dale Johannesen
Really fix testb optimization on big-endian.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Bill Wendling
Third time's a charm.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
final edits
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Mon P Wang
Added support for the following definition of shufflevector
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
eliminate a couple more uses of utohexstr.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
Use utohex_buffer instead of utohexstr to avoid creatin...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
split out the functionality of utohexstr into a new...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
Move getCastToEmpty out of DIDescriptor into DIFactory...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
Fix an over aggressive assumption that struct decls...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
Fix a bug with default arguments that apple gcc doesn...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
move some cases around to silence these sorts of warnin...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
add new file
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Chris Lattner
Add a new set of helper classes for creating and readin...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Oscar Fuentes
CMake: Builds a native tblgen when cross-compiling...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Evan Cheng
Forgot these.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Oscar Fuentes
CMake: Implement magic word `all' for selecting all...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Oscar Fuentes
CMake: Non-working code for auto-building the native...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Evan Cheng
Rename isGVNonLazyPtr to isIndirectSym to reflect how...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Bill Wendling
Correction for the last patch. Should match the conditi...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Bill Wendling
The method of doing the matching with a 'select' instru...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Gabor Greif
suppress build products
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Oscar Fuentes
CMake: Corrected detection of `nm'.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Oscar Fuentes
CMake: Support for cross-compiling. For now, requires...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Chris Lattner
fix validation problem.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Duncan Sands
XFAIL this while waiting for a fix.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Nuno Lopes
fix leakage of ValueNumbering
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Dale Johannesen
Temporarily revert 58825, which breaks PPC bootstrap.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Bill Wendling
If the LHS of the FCMP is coming from a UIToFP instruct...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Anton Korobeynikov
Typo fix
commit
|
commitdiff
|
tree
|
snapshot
2008-11-09
Scott Michel
CellSPU: Update expected counts on expected patterns
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Anton Korobeynikov
Temporary revert my last commit: it seems it's triggeri...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Oscar Fuentes
CMake: corrected library target name for dependency...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Oscar Fuentes
CMake: Reflected changes on the CellSPU target build...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Oscar Fuentes
Fixed a pasto.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Mikhail Glushenkov
Allow $CALL and $ENV in command names. Fixes #3025.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Scott Michel
CellSPU: Bring SPU's assembly printer more in-line...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Duncan Sands
Try to produce better code when scalarizing VSETCC.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Anton Korobeynikov
Factor out offset printing code into generic AsmPrinter.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Nicolas Geoffray
The Index field of an AttributeWithIndex is of type...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Anton Korobeynikov
StoreInst does not produce any result thus it's useless...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Anton Korobeynikov
Properly escape dashes in TableGen's LLVMC2 emitter.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Eric Christopher
Fix syntax of iterate_complex example. Noticed by Martin!
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Moved InvalidateInstructionCache to ARMJITInfo::emitFun...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Remove a InvalidateInstructionCache call with incorrect...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Rename startFunctionStub to startGVStub since it's...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Tell ARMJITInfo if codegen relocation is PIC. It change...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Rename isString -> isExternalSymbol; getString -> getEx...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
More debug output.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Fix relocation for calls to external symbols.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Scott Michel
CellSPU: Fix prologue/epilogue emission when function...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Daniel Dunbar
Rework r58829, allowing removal of dbg info intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Daniel Dunbar
Add LLVMC2 tool definitions for Objective-C and Objecti...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Daniel Dunbar
Add svn:ignore properties for Clang llvmc2 plugin.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Skip over two-address use operands.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Handle ARM machine constantpool entry with non-lazy...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Indentation.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Ted Kremenek
remove unavailable clang project
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Evan Cheng
Use ARMFunctionInfo to track number of constpool entrie...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Dale Johannesen
Generated code for generic expansion of SETUGT etc.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Dale Johannesen
Xfail an incorrect test.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-08
Dale Johannesen
Make testb optimization work on big-endian targets.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Evan Cheng
More code clean up.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Dale Johannesen
Make FP tests requiring two compares work on PPC (PR...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Evan Cheng
Get PIC jump table working.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Evan Cheng
More debug output.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Dan Gohman
Make tablegen print out a nice error message for a...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Dan Gohman
Document the acronym RAUW. Patch by Jonathan Brandmeyer!
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Duncan Sands
Sign-extend rather than zero-extend when promoting
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Dan Gohman
Flush the raw_ostream after emitting the assembly for...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Dale Johannesen
Fix unsigned->ppcf128 conversion.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Nick Lewycky
Update to add newer bitcodes.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Richard Osborne
Keep CREDITS.TXT sorted by name.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-07
Richard Osborne
Add contributer information for XCore backend to CREDIT...
commit
|
commitdiff
|
tree
|
snapshot
next