projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2009-10-09
Bob Wilson
Convert some ARM tests with lots of greps to use FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Dan Gohman
Revert r83606 and add comments explaining why it isn...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Nicolas Geoffray
As it turns out, the bug fixes in GC codegen did not...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Nicolas Geoffray
80-columns!
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Nicolas Geoffray
Add initial information on VMKit.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Chris Lattner
more random updates.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Evan Cheng
Give Dan and my recent changes, machine LICM is now...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Chris Lattner
checkpoint.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Evan Cheng
Fix a logic error that caused non-rematable loop invari...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Chris Lattner
checkpoint.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Mikhail Glushenkov
Slight rewording.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Mikhail Glushenkov
Omit the 'out_file_index != -1' check when possible.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Mikhail Glushenkov
Use llvm-as only for compiling .ll -> .bc.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Bob Wilson
Commit one last NEON test to use FileCheck. That's...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Bob Wilson
Convert more NEON tests to use FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Chris Lattner
update clang section.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Mikhail Glushenkov
Raise the limit on built-in plugins in llvmc to 10.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Mikhail Glushenkov
Reconfigure automatically when Base.td.in is changed.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Evan Cheng
Reset kill markers after live interval is reconstructed.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Evan Cheng
Indentation.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Dan Gohman
Preserve HasNSW and HasNUW when constructing SCEVs...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Dale Johannesen
When considering whether to inline Callee into Caller,
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Dan Gohman
Add the ability to track HasNSW and HasNUW on more...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-09
Bob Wilson
Add codegen support for NEON vst4lane intrinsics with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add codegen support for NEON vst3lane intrinsics with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add codegen support for NEON vst2lane intrinsics with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Convert more NEON tests to use FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add codegen support for NEON vld4lane intrinsics with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Evan Cheng
Remove code that makes no sense.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Convert more NEON tests to use FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add codegen support for NEON vld3lane intrinsics with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Douglas Gregor
Update CMake build yet again after a source file was...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bill Wendling
It's possible for a global variable to be optimized...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Anton Korobeynikov
Use lower16 / upper16 imm modifiers to asmprint 32...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Devang Patel
Clear variable debug info map at the end of the function.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add codegen support for NEON vld2lane intrinsics with...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Clean up some unnecessary initializations.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Clean up a comment (indentation was wrong).
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add a SelectionDAG getTargetInsertSubreg convenience...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Devang Patel
Do not record line number to implicitly mark start...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Richard Osborne
Add missing names for the XCore specific LADD and LSUB...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Dan Gohman
Add a form of addPreserved which takes a string argumen...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Chris Lattner
some updates from users of llvm
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Richard Osborne
Add some peepholes for signed comparisons using ashr...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Chris Lattner
all content split into sections, still much work to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Chris Lattner
remove LoopVR pass. According to Nick:
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Chris Lattner
checkpoint, this is still not comprehendible.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Mikhail Glushenkov
Unbreak the build.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Convert more NEON tests to use FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add codegen support for NEON vst4 intrinsics with ...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Mikhail Glushenkov
Make the Base plugin understand -MF and -MT.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Mikhail Glushenkov
Input files should go before all other options.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Jim Grosbach
Cleanup up unused R3LiveIn tracking.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Jim Grosbach
Re-enable register scavenging in Thumb1 by default.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Jim Grosbach
bugfix. The target may use virtual registers that aren...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add codegen support for NEON vst3 intrinsics with ...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Bob Wilson
Add codegen support for NEON vst2 intrinsics with ...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-08
Jeffrey Yasskin
In instcombine's debug output, avoid printing ADD for...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add codegen support for NEON vld4 intrinsics with ...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Convert more NEON tests to use FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add codegen support for NEON vld3 intrinsics with ...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Jeffrey Yasskin
Fix the OProfile part of PR5018. This fixes --without...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add codegen support for NEON vld2 intrinsics with ...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Jim Grosbach
reverting thumb1 scavenging default due to test failure...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Chris Lattner
second half of lazy liveness removal.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Dale Johannesen
Fix handling of x86 'R' constraint.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Convert more NEON tests to use FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Jim Grosbach
Enable thumb1 register scavenging by default.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Jim Grosbach
Enable thumb1 register scavenging by default.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Devang Patel
Extract subprogram and compile unit information from...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add some instruction encoding bits for NEON load/store...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Eric Christopher
80-column and whitespace fixes.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Kevin Enderby
Fixed MCSectionMachO::ParseSectionSpecifier to allow...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Convert test to FileCheck.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add codegen support for NEON vst4 intrinsics with 128...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add codegen support for NEON vst3 intrinsics with 128...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Jim Grosbach
grammar
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add codegen support for NEON vst2 intrinsics with 128...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Jim Grosbach
add initializers for clarity. Add missing assignment...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Owen Anderson
Remove LazyLiveness from the tree. It doesn't work...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add codegen support for NEON vld4 intrinsics with 128...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Kevin Enderby
Add another bit of the ARM target assembler to llvm...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Dan Gohman
Replace some code for aggressive-remat with MachineInst...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Dan Gohman
Replace TargetInstrInfo::isInvariantLoad and its target...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Dan Gohman
Add a few simple MachineVerifier checks for MachineMemO...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add codegen support for NEON vld3 intrinsics with 128...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Rearrange code for selecting vld2 intrinsics. No funct...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Bob Wilson
Add tests for vld2 of 128-bit vectors.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Jim Grosbach
Add register-reuse to frame-index register scavenging...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Devang Patel
Do not assume that the module is set.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Torok Edwin
Add a comment explaining how DenseMap::insert works...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Torok Edwin
Add PR to this FIXME, looks like I didn't commit this...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Duncan Sands
Make getPointerTo return a const PointerType* rather...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Dan Gohman
INTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNo...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Eric Christopher
Add FreeInst to the "is a call" check for Insts that...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Dan Gohman
Fix this comment. The loop header is the loop entry...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Anton Korobeynikov
Add PseudoSourceValues for constpool stuff on ELF ...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Eric Christopher
While we still have a MallocInst treat it as a call...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Kevin Enderby
Added bits of the ARM target assembler to llvm-mc to...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-06
Bob Wilson
Add codegen support for NEON vld2 operations on quad...
commit
|
commitdiff
|
tree
|
snapshot
next