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
2006-09-13
Initialize DontInternalize.
Devang Patel
2006-09-12
Reflects MachineConstantPoolEntry changes.
Evan Cheng
2006-09-12
Added support for machine specific constantpool values. These are useful for
Evan Cheng
2006-09-12
Reflect MachineConstantPoolEntry changes.
Evan Cheng
2006-09-12
An sinkable instruction may exist with uses, if those uses are in dead blocks.
Chris Lattner
2006-09-12
add a note
Chris Lattner
2006-09-11
Testcase noticed from PR906
Chris Lattner
2006-09-11
add compilable testcase
Chris Lattner
2006-09-11
Fix PR905 and InstCombine/2006-09-11-EmptyStructCrash.ll
Chris Lattner
2006-09-11
implement SRL and MUL
Rafael Espindola
2006-09-11
add the correct fallback for ARMDAGToDAGISel::SelectAddrMode1
Rafael Espindola
2006-09-11
partial implementation of the ARM Addressing Mode 1
Rafael Espindola
2006-09-11
Skip the linear search if the answer is already known.
Nick Lewycky
2006-09-11
call AsmPrinter::doInitialization in ARMAsmPrinter::doInitialization
Rafael Espindola
2006-09-11
Updates.
Evan Cheng
2006-09-11
Update README file.
Evan Cheng
2006-09-11
X86ISD::CMP now produces a chain as well as a flag. Make that the chain
Evan Cheng
2006-09-10
Behold, more work on relocations. Things are looking pretty good now.
Nate Begeman
2006-09-10
Removed unnecessary Mangler creation.
Anton Korobeynikov
2006-09-10
Allow tail duplication in more cases, relaxing the previous restriction a
Chris Lattner
2006-09-10
This code was trying too hard. By eliminating redundant edges in the CFG
Chris Lattner
2006-09-10
Replace EquivalenceClasses with a custom-built data structure. Many common
Nick Lewycky
2006-09-09
Implement Transforms/InstCombine/hoist_instr.ll
Chris Lattner
2006-09-09
Make inlining costs more accurate.
Chris Lattner
2006-09-09
Turn div X, (Cond ? Y : 0) -> div X, Y
Chris Lattner
2006-09-09
Add cbe support for powi
Chris Lattner
2006-09-09
Implement the fpowi now by lowering to a libcall
Chris Lattner
2006-09-09
Allow targets to custom lower expanded BIT_CONVERT's
Chris Lattner
2006-09-08
First pass at supporting relocations. Relocations are written correctly to
Nate Begeman
2006-09-08
Fixed a FuseTwoAddrInst() bug: consider GlobalAddress and JumpTableIndex
Evan Cheng
2006-09-08
Non-allocatable physregs can be killed and dead, but don't treat them as
Chris Lattner
2006-09-08
This fixes Benchmarks/Prolangs-C/unix-smail
Chris Lattner
2006-09-08
Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selection
Chris Lattner
2006-09-08
implement shl and sra
Rafael Espindola
2006-09-08
Use __USER_LABEL_PREFIX__ to get the prefix added by the current host.
Chris Lattner
2006-09-08
add the eor (xor) instruction
Rafael Espindola
2006-09-08
Missing tab
Jim Laskey
2006-09-08
implement unconditional branches
Rafael Espindola
2006-09-08
Remove TEST64mr. It's same as TEST64rm since and is commutative.
Evan Cheng
2006-09-08
Committing X86-64 support.
Evan Cheng
2006-09-08
We actually do support object file writing, so don't return true (error)
Nate Begeman
2006-09-08
- Identify a vector_shuffle that can be turned into an undef, e.g.
Evan Cheng
2006-09-07
1. Remove condition on delete.
Jim Laskey
2006-09-07
Untabify.
Devang Patel
2006-09-07
Use iterative do-while loop instead of recursive DFSPass calls to
Devang Patel
2006-09-07
add a new value for the command line optn
Chris Lattner
2006-09-07
Fix a cross-build issue. The asmsyntax shouldn't be affected by the build
Chris Lattner
2006-09-07
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
Break out target asm info into separate files.
Jim Laskey
2006-09-07
Throttle back tail duplication to avoid creating really ugly sequences of code.
Chris Lattner
[prev]
[next]