summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Build FileCheck from with CMakeDouglas Gregor2009-07-20
* Put new enum at end of list to avoid changing ABI.Bill Wendling2009-07-20
* remove TargetAsmInfo::ExpandInlineAsmChris Lattner2009-07-20
* use ExpandInlineAsm on TargetLowering instead of TargetAsmInfo.Chris Lattner2009-07-20
* Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo.Chris Lattner2009-07-20
* Drop UDivOperator and introduce SDivOperator. Thanks to ChrisDan Gohman2009-07-20
* add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore even...Chris Lattner2009-07-20
* Update this comment.Dan Gohman2009-07-20
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-20
* remove dead forward declChris Lattner2009-07-20
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-20
* rename TargetAsmInfo::getASDirective -> getDataASDirectiveChris Lattner2009-07-20
* Fix comment.Daniel Dunbar2009-07-20
* Hide the DOUT static variable behind a function interface.David Greene2009-07-20
* Use t2LDRri12 for frame index loads.David Goodwin2009-07-20
* xfail for now.Evan Cheng2009-07-20
* PR4591: Make sure to initialize the pass manager before using it.Eli Friedman2009-07-20
* For PC relative relocations where symbols are defined in the same section theyBruno Cardoso Lopes2009-07-20
* Add -std-{compile,link}-opts to bugpoint.Daniel Dunbar2009-07-20
* Fix PR4567. Thumb1 target was using the wrong instruction to handle sp = sub ...Evan Cheng2009-07-20
* implement a new magic global "llvm.compiler.used" which is like llvm.used, butChris Lattner2009-07-20
* Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb.Evan Cheng2009-07-20
* use stripPointerCasts to simplify some code.Chris Lattner2009-07-20
* document llvm.used and llvm.metadata. Stub out llvm.global_[cd]torsChris Lattner2009-07-20
* Rename the index to linkage types.Bill Wendling2009-07-20
* More reformatting.Bill Wendling2009-07-20
* Fix HTML violations.Bill Wendling2009-07-20
* Obsessivly reformat.Bill Wendling2009-07-20
* Model fpscr to prevent fcmped / fcmpezs etc from being deleted.Evan Cheng2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* CMake support for SystemZ.Daniel Dunbar2009-07-20
* Tweak svn:ignoreDaniel Dunbar2009-07-19
* This test should be run with -m32.Daniel Dunbar2009-07-19
* fix testChris Lattner2009-07-19
* DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner2009-07-19
* Don't override LowerArguments in the SPARC backend. In addition to Eli Friedman2009-07-19
* Fix a regression from 76124. Thumb1 instructions default to S bit being true.Evan Cheng2009-07-19
* Fix http://llvm.org/bugs/show_bug.cgi?id=4583Jakob Stoklund Olesen2009-07-19
* Fix buildDaniel Dunbar2009-07-19
* Fix: Kaleidoscope link in JIT and Interpreter by including JIT.h and Interpre...Xerxes Ranby2009-07-19
* Fix ConstantRange::unionWith. Also make it work a little hard in some cases toNick Lewycky2009-07-19
* Remove redundant qualifiers.Daniel Dunbar2009-07-19
* Fix some minor MSVC compiler warnings.Daniel Dunbar2009-07-19
* MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompilingDaniel Dunbar2009-07-19
* Unbreak buildDaniel Dunbar2009-07-19
* Switch Alpha over to the new call lowering style. New code mostly Eli Friedman2009-07-19
* SystemZ *does* have a CodeGen/AsmPrinter split.Daniel Dunbar2009-07-19
* Tweak cmake files for the four targets that don't split CodeGen out.Daniel Dunbar2009-07-19
* Add dependencies from TargetInfo onto .td generation.Daniel Dunbar2009-07-19
* Use R_X86_64_32S to handle Jump Table Index relocation entries. Hide TAI usag...Bruno Cardoso Lopes2009-07-18