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
/
Target
Age
Commit message (
Expand
)
Author
2009-05-17
Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...
Anton Korobeynikov
2009-05-17
Typo
Anton Korobeynikov
2009-05-16
Fix a missing def-flag on a Mips epilogue load.
Jakob Stoklund Olesen
2009-05-16
Remember to set def-flag on register loaded from stack slot in CellSPU.
Jakob Stoklund Olesen
2009-05-14
Reflow to fit 80-col.
Mike Stump
2009-05-14
Reflow to fit 80-col.
Mike Stump
2009-05-14
Update the names of the exception handling sjlj instrinsics to
Jim Grosbach
2009-05-13
Spelling correction s/builting/builtin/ and remove trailing whitespace in a f...
Jim Grosbach
2009-05-13
Run code placement optimization for targets that want it (arm and x86 for now).
Evan Cheng
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
Run through the list of globals once and sectionize all types of globlas incl...
Sanjiv Gupta
2009-05-13
Add an int64_t variant of abs, for host environments
Dale Johannesen
2009-05-12
Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is
Jim Grosbach
2009-05-12
correct register class for tADDspi to GPR since the register will always be SP
Jim Grosbach
2009-05-12
More MSVC fixes -- class/struct conflicts.
Bill Wendling
2009-05-12
80 col violations.
Evan Cheng
2009-05-12
Fix up a few minor typos in comments.
Bob Wilson
2009-05-12
Fix 80-col violations and remove trailing whitespace. No functional changes.
Bob Wilson
2009-05-12
Iterate over globals once and sectionize them into appropriate sections.
Sanjiv Gupta
2009-05-12
We do not need to create a label for external defs and decls,
Sanjiv Gupta
2009-05-12
Mark mayLoad, mayStore for insns correctly and use them
Sanjiv Gupta
2009-05-12
Factor the code for collecting IV users out of LSR into an IVUsers class,
Dan Gohman
2009-05-12
Avoid unneeded SIB byte encoding. Patch by Zoltan Varga.
Evan Cheng
2009-05-11
Don't #include DerivedTypes.h from TargetData.h.
Jay Foad
2009-05-11
Fix two wording errors that Duncan spotted.
Dan Gohman
2009-05-11
LLVM has unaligned loads and stores now.
Dan Gohman
2009-05-11
Upgrade this example to new-style syntax.
Dan Gohman
2009-05-11
Convert a subtract into a negate and an add when it helps x86
Dan Gohman
2009-05-11
remove some done things: we have nocapture and SROA is smarter.
Chris Lattner
2009-05-11
add a note
Chris Lattner
2009-05-11
Change TargetData::getIntPtrType() to return an IntegerType instead of
Jay Foad
2009-05-11
Fix more naming issues.
Sanjiv Gupta
2009-05-11
Detect calls to compiler intrinsics and emit an extern declarations
Sanjiv Gupta
2009-05-10
Module iterator contains list of filescope functions as well, we don't need t...
Sanjiv Gupta
2009-05-10
Add imm-reg and imm-mem patters for cmp on msp430
Anton Korobeynikov
2009-05-10
Changed lowering and asmprinter to use ABI Names class called PAN.
Sanjiv Gupta
2009-05-09
Remove a completed optimization. Add a potential optimization I ran
Eli Friedman
2009-05-09
Rename PaddedSize to AllocSize, in the hope that this
Duncan Sands
2009-05-09
Use 16 bit arithmetic while retrieving the address of callee's frame during i...
Sanjiv Gupta
2009-05-08
PPC::B and PPC::BCC's target operand may be an immediate.
Evan Cheng
2009-05-08
Factor out cycle-finder code and make it generic.
Anton Korobeynikov
2009-05-08
Allow 8 bit select in custom inserter
Anton Korobeynikov
2009-05-08
Expand UREM / SREM into libcalls
Anton Korobeynikov
2009-05-08
Add 8 bit select
Anton Korobeynikov
2009-05-08
Fix PR4152: asm constraint validation happens before dag combine, so we
Chris Lattner
2009-05-08
Optimize code placement in loop to eliminate unconditional branches or move u...
Evan Cheng
2009-05-08
Add missing #include for "strlen" which is used inline in this header. Fixes
Nick Lewycky
2009-05-08
Moved pic16 naming functions to correct place.
Sanjiv Gupta
2009-05-07
Eliminate compiler warnings.
Evan Cheng
2009-05-06
CMake: Updated lib/Target/PIC16/CMakeLists.txt.
Oscar Fuentes
[next]