summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Update VarInfo's comments to reflect the current code. LiveVarDan Gohman2008-11-12
* Correct a function name in a comment.Dan Gohman2008-11-12
* Add ptr annotation intrinsic.Tanya Lattner2008-11-12
* Undo previous check-in.Devang Patel2008-11-11
* Add utility pass to remove dbg info.Devang Patel2008-11-11
* Change the scheduler accessor methods to accept an explicit TargetMachineDan Gohman2008-11-11
* Cleaned up and fix bugs in convert_rndsat nodeMon P Wang2008-11-11
* Add utility routines to remove dead debug info.Devang Patel2008-11-11
* Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode toMon P Wang2008-11-10
* Small cleanups. No functionality change intended!Duncan Sands2008-11-10
* Work around PR1000.Duncan Sands2008-11-10
* split out the functionality of utohexstr into a new utohex_bufferChris Lattner2008-11-10
* Move getCastToEmpty out of DIDescriptor into DIFactory. It is anChris Lattner2008-11-10
* Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.Chris Lattner2008-11-10
* move some cases around to silence these sorts of warnings in Chris Lattner2008-11-10
* Add a new set of helper classes for creating and reading debug Chris Lattner2008-11-10
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-10
* Temporary revert my last commit: it seems it's triggering some subtle bug in ...Anton Korobeynikov2008-11-08
* Factor out offset printing code into generic AsmPrinter.Anton Korobeynikov2008-11-08
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-08
* Rename isString -> isExternalSymbol; getString -> getExternalSymbol since the...Evan Cheng2008-11-08
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-08
* Indentation.Evan Cheng2008-11-08
* Sign-extend rather than zero-extend when promotingDuncan Sands2008-11-07
* Jump tables may be emitted by target.Evan Cheng2008-11-07
* Jump table relocation addresses may be resolved by target.Evan Cheng2008-11-07
* - Modify the stack protector algorithm so that the stack slot is allocated inBill Wendling2008-11-07
* - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling2008-11-06
* Implement the stack protector stack accesses via intrinsics:Bill Wendling2008-11-06
* Make ISel ignore dead nodes. The DAGCombiner normally eliminatesDan Gohman2008-11-05
* opt was not exporting the Mangler symbolsAndrew Lenharth2008-11-05
* The HadDelete field is no longer used.Dan Gohman2008-11-05
* Update some comments to reflect the new code.Dan Gohman2008-11-05
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-05
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-05
* Do now allow InlineAlways pass to remove dead functions.Devang Patel2008-11-05
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-04
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-04
* Update in response to feedback from Chris:Bill Wendling2008-11-04
* For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng2008-11-04
* Initial checkin for stack protectors. Here's what it does:Bill Wendling2008-11-04
* Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!Dan Gohman2008-11-03
* Overload AddInteger on int/long/long long instead of on int/int64_t,Dan Gohman2008-11-03
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-03
* Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman2008-11-03
* Remove redundant inline keywords from functions defined withinDan Gohman2008-11-03
* TypoNick Lewycky2008-11-03
* Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky2008-11-02
* Added interface to allow clients to create a MemIntrinsicNode forMon P Wang2008-11-01
* Symbol visibility is unsupported on cygwin too.Anton Korobeynikov2008-10-31