summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Soft float support for FREM.Duncan Sands2009-04-08
* Soft float support for undef. Reported by Xerxes RĂ„nby.Duncan Sands2009-04-08
* Avoid a hard coded constant.Rafael Espindola2009-04-08
* Emit .line debug directives for stoppoints. The debug location is retrieved b...Sanjiv Gupta2009-04-08
* Instcombine should not promote whole computation trees to "strange"Chris Lattner2009-04-08
* Handle indirect function calls.Sanjiv Gupta2009-04-08
* disable this code for now, re-breaking PR2975, but fixingChris Lattner2009-04-08
* Remove AllowInverse: it leaks memory and is not the rightChris Lattner2009-04-08
* change printStringChar to emit characters as unsigned char instead of char,Chris Lattner2009-04-08
* Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman2009-04-08
* Revert prev. patch for now.Devang Patel2009-04-07
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-07
* Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.regio...Devang Patel2009-04-07
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-07
* Don't attempt to handle aggregate argument values in FastISel; letDan Gohman2009-04-07
* PR2985 / <rdar://problem/6584986>Jim Grosbach2009-04-07
* fix style.Torok Edwin2009-04-07
* Another attempt at fixing PR2975.Torok Edwin2009-04-07
* fix rdar://6762290, a crash compiling cxx filt with clang.Chris Lattner2009-04-07
* remove empty sectionChris Lattner2009-04-07
* Handle 'a' modifier in ARM inline assembly.Bob Wilson2009-04-06
* revert r68457, its crashing in make check.Torok Edwin2009-04-06
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-06
* fix (part of) memory leak on shutdown. See PR2975.Torok Edwin2009-04-06
* Let the strcat optimizer return the pointer to the start of the buffer,Ed Schouten2009-04-06
* Map stack based frameindices for spills to zero based indices that can be acc...Sanjiv Gupta2009-04-06
* Remove bogus include.Nick Lewycky2009-04-04
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Wrap some lines to fix indentation problems.Bob Wilson2009-04-03
* Fix some comments.Bob Wilson2009-04-03
* Fix a TargetLowering optimization so that it doesn't duplicateDan Gohman2009-04-03
* CMake: removed IA64AsmPrinter.cpp from lib/Target/IA64/CMakeLists.txtOscar Fuentes2009-04-03
* Separate MIPS asmprinterAnton Korobeynikov2009-04-03
* Fix target library nameAnton Korobeynikov2009-04-03
* Fix commentAnton Korobeynikov2009-04-03
* Move IA64 asmprinter to separate libraryAnton Korobeynikov2009-04-03
* Added a x86 dag combine to increase the chances to use aMon P Wang2009-04-03
* Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused.Dan Gohman2009-04-03
* use higher level APIs.Chris Lattner2009-04-03
* Fixed build warnings.Sanjiv Gupta2009-04-02
* To convert the StopPoint insn into an assembler directive by ISel, we need to...Sanjiv Gupta2009-04-02
* Params are not being generated as static globals now. The caller passes them ...Sanjiv Gupta2009-04-02
* Fix build on Linux.Mikhail Glushenkov2009-04-02
* Reapply r68211, with the miscompilations it caused fixed.Owen Anderson2009-04-01
* Clean up pass manager cache after each run.Devang Patel2009-04-01
* silence warning in release-asserts build.Chris Lattner2009-04-01
* Add llvm::Triple class for abstracting access to target triples.Daniel Dunbar2009-04-01
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* Use LLVM type names instead of C type names in comments, to beDan Gohman2009-04-01
* Fix PR3862: Recognize some ARM-specific constraints for immediates in inlineBob Wilson2009-04-01