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
2009-10-08
Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-08
In instcombine's debug output, avoid printing ADD for instructions that are
Jeffrey Yasskin
2009-10-07
Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.
Bob Wilson
2009-10-07
reverting thumb1 scavenging default due to test failure while I figure out wh...
Jim Grosbach
2009-10-07
second half of lazy liveness removal.
Chris Lattner
2009-10-07
Fix handling of x86 'R' constraint.
Dale Johannesen
2009-10-07
Enable thumb1 register scavenging by default.
Jim Grosbach
2009-10-07
Enable thumb1 register scavenging by default.
Jim Grosbach
2009-10-07
Extract subprogram and compile unit information from the debug info attached ...
Devang Patel
2009-10-07
Add some instruction encoding bits for NEON load/store instructions.
Bob Wilson
2009-10-07
80-column and whitespace fixes.
Eric Christopher
2009-10-07
Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so
Kevin Enderby
2009-10-07
Add codegen support for NEON vst4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add codegen support for NEON vst3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
grammar
Jim Grosbach
2009-10-07
Add codegen support for NEON vst2 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
add initializers for clarity. Add missing assignment of PrevLastUseOp.
Jim Grosbach
2009-10-07
Remove LazyLiveness from the tree. It doesn't work right now, and I'm not go...
Owen Anderson
2009-10-07
Add codegen support for NEON vld4 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Add another bit of the ARM target assembler to llvm-mc to parse registers
Kevin Enderby
2009-10-07
Replace some code for aggressive-remat with MachineInstr::isInvariantLoad, and
Dan Gohman
2009-10-07
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
Add a few simple MachineVerifier checks for MachineMemOperands.
Dan Gohman
2009-10-07
Add codegen support for NEON vld3 intrinsics with 128-bit vectors.
Bob Wilson
2009-10-07
Rearrange code for selecting vld2 intrinsics. No functionality change.
Bob Wilson
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
Do not assume that the module is set.
Devang Patel
2009-10-07
Add PR to this FIXME, looks like I didn't commit this change after all.
Torok Edwin
2009-10-07
Make getPointerTo return a const PointerType* rather than
Duncan Sands
2009-10-07
Add FreeInst to the "is a call" check for Insts that are calls, but
Eric Christopher
2009-10-07
Fix this comment. The loop header is the loop entry point.
Dan Gohman
2009-10-07
Add PseudoSourceValues for constpool stuff on ELF (Darwin should use somethin...
Anton Korobeynikov
2009-10-07
While we still have a MallocInst treat it as a call like any other
Eric Christopher
2009-10-06
Added bits of the ARM target assembler to llvm-mc to parse some load instruction
Kevin Enderby
2009-10-06
Add codegen support for NEON vld2 operations on quad registers.
Bob Wilson
2009-10-06
Use copyRegToReg hook to copy registers.
Bob Wilson
2009-10-06
r83391 was completely broken since Twines keep references to their inputs, and
Jeffrey Yasskin
2009-10-06
Fix a comment typo.
Bob Wilson
2009-10-06
Bugfix for the CommaSeparated option. The original code was adding the whole
Nicolas Geoffray
2009-10-06
Update CMake file.
Ted Kremenek
2009-10-06
Add support to handle debug info attached to an instruction.
Devang Patel
2009-10-06
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-10-06
Fix PR5112, a miscompilation on gcc-4.0.3. Patch by Collin Winter!
Jeffrey Yasskin
2009-10-06
remove predicate simplifier, it never got the last bugs beaten
Chris Lattner
2009-10-06
Remove xs1b predicate since it is no longer needed to differentiate betweem
Richard Osborne
2009-10-06
Remove xs1a subtarget. xs1a is a preproduction device used in
Richard Osborne
2009-10-06
Default to the xs1b subtarget
Richard Osborne
2009-10-06
Introduce and use convenience methods for getting pointer types
Duncan Sands
[next]