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
Age
Commit message (
Expand
)
Author
2012-05-12
Teach Function::hasAddressTaken that BlockAddress doesn't really take
Jay Foad
2012-05-12
Make sure new value jump is enabled for Hexagon V5 as well.
Sirish Pande
2012-05-12
Support for Hexagon feature, New Value Jump.
Sirish Pande
2012-05-12
Fix test cases.
Akira Hatanaka
2012-05-12
Remove MipsEmitGPRestore.cpp.
Akira Hatanaka
2012-05-12
Delete all functions that are no longer needed in MipsFunctionInfo, including
Akira Hatanaka
2012-05-12
Stop reserving register $gp. Do not call isGPFI to check whether a frame object
Akira Hatanaka
2012-05-12
Do not add the pass which restores $gp after every function call.
Akira Hatanaka
2012-05-12
Make the following changes in MipsISelLowering.cpp:
Akira Hatanaka
2012-05-12
Make the following changes in MipsFrameLowering.cpp:
Akira Hatanaka
2012-05-12
Speed up computeComposites() by using the new SubReg -> SubIdx map.
Jakob Stoklund Olesen
2012-05-12
Make the following changes in MipsAsmPrinter.cpp:
Akira Hatanaka
2012-05-12
Hoist simpler checks above llvm::PointerMayBeCaptured. No functional change i...
Chad Rosier
2012-05-12
Don't look for empty live ranges in the unions.
Jakob Stoklund Olesen
2012-05-12
Insert instructions to the entry basic block which initializes the global
Akira Hatanaka
2012-05-11
Add doxygen comments.
Michael J. Spencer
2012-05-11
Do not replace operands of pseudo instructions with register $zero.
Akira Hatanaka
2012-05-11
Revert 156658.
Chad Rosier
2012-05-11
[fast-isel] Fast-isel doesn't use the expect intrinsic.
Chad Rosier
2012-05-11
Use regular expression to match register names.
Akira Hatanaka
2012-05-11
Make the URL a link instead.
Bill Wendling
2012-05-11
[Support/StringRef] Add find_last_not_of and {r,l,}trim.
Michael J. Spencer
2012-05-11
Remove extraneous ; and the resulting warning.
Bill Wendling
2012-05-11
Add mention of Glasgow Haskell Compiler.
Bill Wendling
2012-05-11
[fast-isel] Add support for selecting @llvm.trap().
Chad Rosier
2012-05-11
Updated instruction table due to addded intrinsics.
Brendon Cahoon
2012-05-11
Remove warnings from HexagonVLIWPacketizer.
Sirish Pande
2012-05-11
Some release notes for dragonegg.
Duncan Sands
2012-05-11
Hexagon constant extender support.
Brendon Cahoon
2012-05-11
Typo.
Chad Rosier
2012-05-11
[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...
Chad Rosier
2012-05-11
Hexagon V5 intrinsics support.
Sirish Pande
2012-05-11
Defer computation of SuperRegs.
Jakob Stoklund Olesen
2012-05-11
[fast-isel] Cleaner fix for when we're unable to handle a non-double multi-reg
Chad Rosier
2012-05-11
objectsize: add a few more tests and fix a bug
Nuno Lopes
2012-05-11
[fast-isel] Rather then assert (or segfault in a non-asserts build), fall back
Chad Rosier
2012-05-11
The return type is an unsigned, not a bool.
Chad Rosier
2012-05-11
Add space before an open parenthesis in control flow statements.
Manman Ren
2012-05-11
Added X86 Atom latencies to X86InstrMMX.td.
Preston Gurd
2012-05-11
PR1255: ConstantRangesSet and CRSBuilder classes moved from include/llvm to i...
Stepan Dyatkovskiy
2012-05-11
Fix test/CodeGen/X86/tls-pie.ll.
Hans Wennborg
2012-05-11
Implement initial-exec TLS model for 32-bit PIC x86
Hans Wennborg
2012-05-11
Added the missing bit definition for the 4th bit of the STR (post reg) instru...
Silviu Baranga
2012-05-11
Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...
Silviu Baranga
2012-05-11
Fix a use after free when the streamer is destroyed. Fixes pr12622.
Rafael Espindola
2012-05-11
Fix a misleading comment.
Akira Hatanaka
2012-05-11
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
Tidy up. Trailing whitespace.
Jim Grosbach
2012-05-11
Fix a minor logic mistake transforming compares in instcombine. PR12514.
Eli Friedman
2012-05-11
ARM: peephole optimization to remove cmp instruction
Manman Ren
[next]