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
2009-04-08
Implement support for using modeling implicit-zero-extension on x86-64
Dan Gohman
2009-04-07
Revert prev. patch for now.
Devang Patel
2009-04-07
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.regio...
Devang Patel
2009-04-07
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-04-07
Don't attempt to handle aggregate argument values in FastISel; let
Dan Gohman
2009-04-07
PR2985 / <rdar://problem/6584986>
Jim Grosbach
2009-04-07
fix style.
Torok Edwin
2009-04-07
Another attempt at fixing PR2975.
Torok Edwin
2009-04-07
fix rdar://6762290, a crash compiling cxx filt with clang.
Chris Lattner
2009-04-07
remove empty section
Chris Lattner
2009-04-06
Handle 'a' modifier in ARM inline assembly.
Bob Wilson
2009-04-06
revert r68457, its crashing in make check.
Torok Edwin
2009-04-06
Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.
Chris Lattner
2009-04-06
fix (part of) memory leak on shutdown. See PR2975.
Torok Edwin
2009-04-06
Let the strcat optimizer return the pointer to the start of the buffer,
Ed Schouten
2009-04-06
Map stack based frameindices for spills to zero based indices that can be acc...
Sanjiv Gupta
2009-04-04
Remove bogus include.
Nick Lewycky
2009-04-04
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-04-03
Wrap some lines to fix indentation problems.
Bob Wilson
2009-04-03
Fix some comments.
Bob Wilson
2009-04-03
Fix a TargetLowering optimization so that it doesn't duplicate
Dan Gohman
2009-04-03
CMake: removed IA64AsmPrinter.cpp from lib/Target/IA64/CMakeLists.txt
Oscar Fuentes
2009-04-03
Separate MIPS asmprinter
Anton Korobeynikov
2009-04-03
Fix target library name
Anton Korobeynikov
2009-04-03
Fix comment
Anton Korobeynikov
2009-04-03
Move IA64 asmprinter to separate library
Anton Korobeynikov
2009-04-03
Added a x86 dag combine to increase the chances to use a
Mon P Wang
2009-04-03
Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.
Dan Gohman
2009-04-03
use higher level APIs.
Chris Lattner
2009-04-02
Fixed build warnings.
Sanjiv Gupta
2009-04-02
To convert the StopPoint insn into an assembler directive by ISel, we need to...
Sanjiv Gupta
2009-04-02
Params are not being generated as static globals now. The caller passes them ...
Sanjiv Gupta
2009-04-02
Fix build on Linux.
Mikhail Glushenkov
2009-04-01
Reapply r68211, with the miscompilations it caused fixed.
Owen Anderson
2009-04-01
Clean up pass manager cache after each run.
Devang Patel
2009-04-01
silence warning in release-asserts build.
Chris Lattner
2009-04-01
Add llvm::Triple class for abstracting access to target triples.
Daniel Dunbar
2009-04-01
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
Use LLVM type names instead of C type names in comments, to be
Dan Gohman
2009-04-01
Fix PR3862: Recognize some ARM-specific constraints for immediates in inline
Bob Wilson
2009-04-01
Revert r68172. It caused regressions in
Dan Gohman
2009-04-01
hopefully fix an apparent build error on windows.
Chris Lattner
2009-04-01
fix a serious regression I introduced in my previous patch.
Chris Lattner
2009-04-01
Enhance GVN to propagate simple conditionals. This fixes PR3921.
Owen Anderson
2009-04-01
* Fixed spelling of `invertible'
Misha Brukman
2009-03-31
reimplement BitcodeReaderValueList in terms of WeakVH instead of making
Chris Lattner
2009-03-31
Make the key of ValueRankMap an AssertingVH, so that we die violently
Chris Lattner
2009-03-31
Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles",
Chris Lattner
2009-03-31
Throttle back "fold select into operand" transformation. InstCombine should n...
Evan Cheng
[next]