summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Roll back r96959 again.Jeffrey Yasskin2010-02-23
* Added for disassembly VLD1 (multiple single elements) which loads memory intoJohnny Chen2010-02-23
* Use the module's context instead of the global context.Nicolas Geoffray2010-02-23
* new test case for r96974.Devang Patel2010-02-23
* no need to override IsLegalToFold, the base implementationChris Lattner2010-02-23
* fix a bug in findNonImmUse (used by IsLegalToFold) where nodes withChris Lattner2010-02-23
* Print node ID's in dumps and views if set.Chris Lattner2010-02-23
* Adding the MicroBlaze backend.Wesley Peck2010-02-23
* use OutStreamer.EmitCodeAlignment for alignment in the textChris Lattner2010-02-23
* genericize MCAsmStreamer::EmitCodeAlignment to support other targetsChris Lattner2010-02-23
* Oops. Pass -lgcc _only_ on ARM, not on everything except ARM.Jeffrey Yasskin2010-02-23
* ECALLF, ECALLT shouldn't be marked as barriers.Richard Osborne2010-02-23
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-23
* Mark unconditional branches as barriers. Found using -verify-machineinstrsRichard Osborne2010-02-23
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-23
* Speed up cycle checking significantly by caching results.David Greene2010-02-23
* Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn'tDan Gohman2010-02-23
* Spelling. s/suppor /support /Jim Grosbach2010-02-23
* Remove the code which constant-folded ptrtoint(inttoptr(x)+c) toDan Gohman2010-02-23
* Modified examples Makefile to only build the ExceptionDemo example for Garrison Venn2010-02-23
* Testing subversion commit accessWesley Peck2010-02-23
* Fix -mtune forwarding.Mikhail Glushenkov2010-02-23
* Remove unused lowering function LowerJumpTableRichard Osborne2010-02-23
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-23
* tests: Don't make a missing llvm-gcc dir a fatal error.Daniel Dunbar2010-02-23
* Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX}Daniel Dunbar2010-02-23
* Add LLVM{CC,CXX} make variables, which specify the configured path the LLVMDaniel Dunbar2010-02-23
* Initial configure support for using Clang as the LLVM capable compiler.Daniel Dunbar2010-02-23
* Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' cha...Mikhail Glushenkov2010-02-23
* Eliminate CFERuntimeLibDir make variable, this shouldn't be needed.Daniel Dunbar2010-02-23
* Fix a thinko in the lit.cfg.Daniel Dunbar2010-02-23
* Input files with empty suffixes must be passed to linker.Mikhail Glushenkov2010-02-23
* Support -Xlinker et al.Mikhail Glushenkov2010-02-23
* Temporary disable response files.Mikhail Glushenkov2010-02-23
* Typo.Mikhail Glushenkov2010-02-23
* Trailing whitespace.Mikhail Glushenkov2010-02-23
* Implement order-preserving option forwarding.Mikhail Glushenkov2010-02-23
* Update the test suite.Mikhail Glushenkov2010-02-23
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-23
* Precompiled headers: initial support.Mikhail Glushenkov2010-02-23
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-23
* Support '-install_name'.Mikhail Glushenkov2010-02-23
* Add a way to enable '-opt=foo' forwarding.Mikhail Glushenkov2010-02-23
* Inline and eliminate LLVMG{CC,XX}WITHPATH.Daniel Dunbar2010-02-23
* Remove ancient Xcode project, replaced by CMake project.Daniel Dunbar2010-02-23
* Remove dead LUPGRADE make variable.Daniel Dunbar2010-02-23
* Kill off unused LLVMGCCLIBEXEC make variable.Daniel Dunbar2010-02-23
* Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar2010-02-23
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-23
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-23