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
2008-04-03
Re-enable SSE4.
Evan Cheng
2008-04-03
Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For examp...
Evan Cheng
2008-04-03
Cosmetic
Evan Cheng
2008-04-03
Temporarily disabling SSE4 until we fix the encoding issues.
Evan Cheng
2008-04-03
Backing out 48222 temporarily.
Evan Cheng
2008-04-02
Suppress the 128-bit integer typedef on 32-bit targets, because
Dan Gohman
2008-04-02
Partial CBackend support for 128-bit integers. This is needed
Dan Gohman
2008-04-02
Cosmetic changes per EH patch review feedback.
Dale Johannesen
2008-04-02
Add new CC lowering rule: provide a list of registers, which can be 'shadowed',
Anton Korobeynikov
2008-04-02
Recommitting EH patch; this should answer most of the
Dale Johannesen
2008-04-01
ReMat of load from stub in pic mode extends the life of pic base. Currently s...
Evan Cheng
2008-04-01
Remove unnecessary and non-deterministic checking code. Re-enable remat of lo...
Evan Cheng
2008-04-01
Don't use __bzero for memset if the second argument isn't zero.
Dan Gohman
2008-04-01
Speculatively micro-optimize memory-zeroing calls on Darwin 10.
Dan Gohman
2008-04-01
Revert 49006 for the moment.
Dale Johannesen
2008-04-01
Disabling remat of load from gv stub (temporarily) again to fix llvmgcc boots...
Evan Cheng
2008-04-01
Unbreak ARM / Thumb soft FP support.
Evan Cheng
2008-04-01
Accept 'y' constraint (MMX) in inline asm.
Dale Johannesen
2008-03-31
Emit exception handling info for functions which are
Dale Johannesen
2008-03-31
It's not safe to fold a load from GV stub or constantpool into a two-address ...
Evan Cheng
2008-03-31
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-03-31
Re-apply 48911.
Evan Cheng
2008-03-30
Moved from PR1570.
Nick Lewycky
2008-03-30
Fix "Control reaches the end of non-void function" warnings,
Chris Lattner
2008-03-28
Fix a tokenfactor node to use the load chain rather than the
Dan Gohman
2008-03-28
Backing out 48911 for now. It's breaking stuff.
Evan Cheng
2008-03-28
New entry.
Evan Cheng
2008-03-28
Load from stub is already re-materializable.
Evan Cheng
2008-03-27
Code clean up.
Evan Cheng
2008-03-27
Allow certain lea instructions to be rematerialized.
Evan Cheng
2008-03-27
Remove an unused command line option.
Evan Cheng
2008-03-26
Use a linked data structure for the uses lists of an SDNode, just like
Roman Levenstein
2008-03-26
Fix some SSE4.1 instruction encoding bugs.
Evan Cheng
2008-03-25
Use ## for comment delimiter on darwin x86-32, so
Dale Johannesen
2008-03-25
Smaller function alignment when optimizing for size.
Evan Cheng
2008-03-25
Rename option -optimizefor-size to -optimize-size.
Evan Cheng
2008-03-25
Add explicit keywords.
Dan Gohman
2008-03-25
A quick nm audit turned up several fixed tables and objects that were
Dan Gohman
2008-03-25
Add optimize-for-size knob.
Devang Patel
2008-03-25
Add CMP32mr and friends to the load-unfolding table. Among
Dan Gohman
2008-03-24
Add \t after .set. Fix by Jay Freeman.
Evan Cheng
2008-03-24
Use the bit size of the operand instead of the hard-coded 32 to generate the
Bill Wendling
2008-03-24
- SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...
Evan Cheng
2008-03-23
Remove duplicated entries.
Evan Cheng
2008-03-23
Minor typo fixes. Also add another FIXME.
Anton Korobeynikov
2008-03-23
Add license header
Anton Korobeynikov
2008-03-23
Add Win64 compilation callback. This allows easy examples to be JITed on Win64!
Anton Korobeynikov
2008-03-23
Provide a JIT selector on win64
Anton Korobeynikov
2008-03-23
Hack out the PIC mode on Win64 targets. This needs to be investigated later.
Anton Korobeynikov
2008-03-23
Code cleanup. Provide generic way of selecting JIT pointer bitwidth regardless
Anton Korobeynikov
[next]