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
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-29
Handle lshr for i128 correctly on SPU also when
Kalle Raiskila
2010-11-29
Enable PostRA scheduling for SPU.
Kalle Raiskila
2010-11-29
Allow machine LICM to do its job on SPU.
Kalle Raiskila
2010-11-29
Add missing i128 case.
Kalle Raiskila
2010-11-29
Add some dead stores to pacify my least favorite GCC warning: may be
Chandler Carruth
2010-11-29
Add more Thumb encodings.
Bill Wendling
2010-11-29
More Thumb encodings.
Bill Wendling
2010-11-29
Add Thumb encodings for REV instructions.
Bill Wendling
2010-11-29
Add more Thumb encodings.
Bill Wendling
2010-11-28
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-28
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
Move EmitValue to MCObjectStreamer.
Rafael Espindola
2010-11-28
Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower.
Rafael Espindola
2010-11-28
PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be
Jay Foad
2010-11-28
fix PR8686, accepting a 'b' suffix at the end of all the setcc
Chris Lattner
2010-11-28
add a function to the C api to get the context out of a module, patch
Chris Lattner
2010-11-28
When emitting a single function with cppgen=function, you don't want to emit
Nicolas Geoffray
2010-11-28
Fixed verson of r120245.
Rafael Espindola
2010-11-28
Revert previous patch while I debug the darwin bootstrap failure.
Rafael Espindola
2010-11-28
Factor some duplicated code into MCObjectStreamer::EmitLabel.
Rafael Espindola
2010-11-28
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
Move the PTXMCAsmStreamer class to the .cpp file.
Rafael Espindola
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-28
Add support for NEON VLD2-dup instructions.
Bob Wilson
2010-11-28
Fix a comment typo.
Bob Wilson
2010-11-28
Another minor refactoring for VLD1DUP instructions.
Bob Wilson
2010-11-28
Add entry in getTargetNodeName() for ARMISD::VBICIMM.
Bob Wilson
2010-11-27
Move more PEI-related hooks to TFI
Anton Korobeynikov
2010-11-27
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
Lower TLS_addr32 and TLS_addr64.
Rafael Espindola
2010-11-27
Implement the data16 prefix.
Rafael Espindola
2010-11-27
Remove PIC16 remnants.
Benjamin Kramer
2010-11-27
macho-dump: Add support for --dump-section-data and tweak a few format strings.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping symbol table entries.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping string table data.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping relocation entries.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping sections.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping dysymtab indirect symbol table.
Daniel Dunbar
2010-11-27
Unbreak build for newer GCCs.
Benjamin Kramer
2010-11-27
macho-dump: Add support for dumping symtab and dysymtab commands.
Daniel Dunbar
2010-11-27
macho-dump: Add support for dumping segment load commands.
Daniel Dunbar
2010-11-27
Second attempt at fixing the performance regressions introduced
Owen Anderson
2010-11-27
raw_ostream::write_escaped: Add a UseHexEscapes argument.
Daniel Dunbar
2010-11-27
Fix a comment.
Daniel Dunbar
2010-11-27
Object/Mach-O: Add header and load command information.
Daniel Dunbar
2010-11-27
Refactor. Set alignment bit in VLD1-dup instruction classes.
Bob Wilson
2010-11-27
Object/Mach-O: Validate Mach-O magic and initialize format info.
Daniel Dunbar
2010-11-27
Add NEON VLD1-dup instructions (load 1 element to all lanes).
Bob Wilson
2010-11-27
Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions.
Bob Wilson
[next]