aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Indentation.Evan Cheng2008-11-081-4/+4
* Sign-extend rather than zero-extend when promotingDuncan Sands2008-11-071-4/+5
* Jump tables may be emitted by target.Evan Cheng2008-11-071-0/+4
* Jump table relocation addresses may be resolved by target.Evan Cheng2008-11-071-2/+3
* - Modify the stack protector algorithm so that the stack slot is allocated inBill Wendling2008-11-071-3/+4
* - Rename stackprotector_{prologue,epilogue} to stackprotector_{create,check}.Bill Wendling2008-11-062-12/+6
* Implement the stack protector stack accesses via intrinsics:Bill Wendling2008-11-062-0/+24
* Make ISel ignore dead nodes. The DAGCombiner normally eliminatesDan Gohman2008-11-051-0/+5
* opt was not exporting the Mangler symbolsAndrew Lenharth2008-11-051-1/+2
* The HadDelete field is no longer used.Dan Gohman2008-11-051-1/+0
* Update some comments to reflect the new code.Dan Gohman2008-11-051-3/+8
* Eliminate the ISel priority queue, which used the topological order for aDan Gohman2008-11-052-113/+39
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-052-16/+17
* Do now allow InlineAlways pass to remove dead functions.Devang Patel2008-11-051-0/+4
* Add a new pass to simplify specific half_powr function calls. This isDan Gohman2008-11-042-0/+7
* - Add a "getOrInsertGlobal" method to the Module class. This acts similarly toBill Wendling2008-11-041-0/+9
* Update in response to feedback from Chris:Bill Wendling2008-11-041-1/+13
* For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng2008-11-041-0/+5
* Initial checkin for stack protectors. Here's what it does:Bill Wendling2008-11-041-1/+4
* Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!Dan Gohman2008-11-031-0/+10
* Overload AddInteger on int/long/long long instead of on int/int64_t,Dan Gohman2008-11-031-2/+4
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-033-6/+4
* Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman2008-11-031-82/+68
* Remove redundant inline keywords from functions defined withinDan Gohman2008-11-031-27/+27
* TypoNick Lewycky2008-11-031-1/+1
* Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky2008-11-022-3/+10
* Added interface to allow clients to create a MemIntrinsicNode forMon P Wang2008-11-011-1/+22
* Symbol visibility is unsupported on cygwin too.Anton Korobeynikov2008-10-311-1/+1
* Add an assert to catch user errors like:Torok Edwin2008-10-311-2/+6
* Totally disable the setSubgraphColor calls temporarily, as they'reDan Gohman2008-10-311-2/+2
* Revert errant deletion. The target needs to be able to specify that it doesn'...Jim Grosbach2008-10-301-0/+3
* Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman2008-10-301-0/+46
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-302-3/+40
* Add initial support for vector widening. Logic is set to widen for X86.Mon P Wang2008-10-301-2/+12
* Revert r58411. The user needs to #define this when using the JITMemoryManager...Bill Wendling2008-10-301-0/+5
* Revert part of r58048. It was breaking on SnowLeopard claiming thatBill Wendling2008-10-301-5/+0
* This is not needed anymore.Evan Cheng2008-10-291-9/+0
* Add a bit to MachineRelocation that tells JIT that target is responsible for ...Evan Cheng2008-10-291-4/+18
* Add sanity checking for BUILD_PAIR (I noticed theDuncan Sands2008-10-291-0/+18
* - More pre-split fixes: spill slot live interval computation bug; restore poi...Evan Cheng2008-10-291-0/+2
* - Rewrite code that update register live interval that's split.Evan Cheng2008-10-292-1/+22
* Factor shouldInline method out of Inliner.Daniel Dunbar2008-10-291-1/+5
* Don't force things to be Value * when they're not.David Greene2008-10-291-1/+1
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-281-3/+3
* Add some more information to the top-level comment for this file.Dan Gohman2008-10-281-1/+5
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-281-0/+9
* Avoid calls to setSubgraphColor in release mode. They generate lots of error ...Evan Cheng2008-10-281-1/+4
* Do not allow a user to set the operand for a constant.Tanya Lattner2008-10-281-0/+3
* fit in 80 colsChris Lattner2008-10-281-1/+2
* more comment cleanups.Chris Lattner2008-10-281-3/+3