summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is...Evan Cheng2010-04-15
* tidy interface to isOnlyCopiedFromConstantGlobalChris Lattner2010-04-15
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* Fix PR6847. RegScavenger should ignore DebugValues.Jakob Stoklund Olesen2010-04-15
* Make sure the initialization of a GC root is after its definition.Nicolas Geoffray2010-04-15
* Revert r100896 and around - this breaks the only mingw32 buildbot we have.Anton Korobeynikov2010-04-15
* prune includesGabor Greif2010-04-15
* ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir...Evan Cheng2010-04-15
* DEBUG() print out "Unknown format" msg.Johnny Chen2010-04-15
* ReuseFrameIndexVals is used in multiple files, so it can't be static.Dan Gohman2010-04-15
* EnablePPC64RS and EnablePPC32RS are used in multiple files, so theyDan Gohman2010-04-15
* Fix a bunch of namespace polution.Dan Gohman2010-04-15
* Fix namespace polution.Dan Gohman2010-04-15
* Make getPredecessorWithUniqueSuccessorForBB return the unique successorDan Gohman2010-04-15
* typosGabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* enhance the load/store narrowing optimization to handle aChris Lattner2010-04-15
* teach codegen to turn trunc(zextload) into load when possible.Chris Lattner2010-04-15
* add a simple dag combine to replace trivial shl+lshr withChris Lattner2010-04-15
* Implement rdar://7860110 (also in target/readme.txt) narrowingChris Lattner2010-04-15
* Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman2010-04-15
* Fix build.Anders Carlsson2010-04-15
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Allow lowering for palignr instructions for mmx sized vectors. AddEric Christopher2010-04-15
* More 80 violations.Evan Cheng2010-04-15
* Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.Johnny Chen2010-04-15
* 80 col violations.Evan Cheng2010-04-15
* Add comment.Devang Patel2010-04-15
* There is no need to track compile unit offsets if there is only one compile u...Devang Patel2010-04-14
* Remove dead code.Devang Patel2010-04-14
* IPO needs ScalarOpts and InstCombine in its libsTobias Grosser2010-04-14
* Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm()Johnny Chen2010-04-14
* Add -arm-long-calls option to force calls to be indirect. This makes theJim Grosbach2010-04-14
* Constify GetConstantStringInfo.Dan Gohman2010-04-14
* Don't use DILocation when processing a DebugLoc.Nicolas Geoffray2010-04-14
* For t2BFI disassembly, apply the same error checking as in r101205.Johnny Chen2010-04-14
* Move a bunch of methods from CallSite to CallSiteBase, so that they canDan Gohman2010-04-14
* Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()Johnny Chen2010-04-14
* - Code clean up to reduce indentation.Evan Cheng2010-04-14
* Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operandBob Wilson2010-04-14
* Delete unneeeded arguments.Dan Gohman2010-04-14
* Delete unused arguments.Dan Gohman2010-04-14
* Factor out EH landing pad code into a separate function, and constifyDan Gohman2010-04-14
* Reset the debug location even if the instruction was a terminator.Dan Gohman2010-04-14
* Refine #includes.Dan Gohman2010-04-14
* Pull utility routines with no SelectionDAG dependence out ofDan Gohman2010-04-14
* Fix typos in comments.Dan Gohman2010-04-14
* performance: cache the dereferenced use_iteratorGabor Greif2010-04-14
* Delete an obsolete comment.Dan Gohman2010-04-14