aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add some aborts to #if 0's.Chris Lattner2009-12-091-0/+2
* Switch GVN and memdep to use PHITransAddr, which correctly handlesChris Lattner2009-12-092-320/+56
* Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...Evan Cheng2009-12-092-11/+7
* Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng2009-12-094-45/+45
* fix a nasty variable that was shadowing the real CurBB but with the wrong value.Chris Lattner2009-12-091-1/+0
* Infer alignment for non-fixed stack object.Evan Cheng2009-12-091-3/+4
* Add const qualifier.Evan Cheng2009-12-091-1/+1
* Refactor InferAlignment out of DAGCombine.Evan Cheng2009-12-092-45/+46
* fix many input tracking bugs.Chris Lattner2009-12-091-33/+30
* Fix a typo in a comment, and adjust SmallSet and SmallVector sizes,Dan Gohman2009-12-091-7/+7
* fix PHI translation to take the PHI out of the instinputs set and addChris Lattner2009-12-091-9/+7
* instructions defined in CurBB may be intermediate nodes of the computation.Chris Lattner2009-12-091-14/+14
* add dumping and sanity checking support.Chris Lattner2009-12-091-0/+69
* Put a threshold on the number of users PointerMayBeCapturedDan Gohman2009-12-081-0/+16
* make sure that PHITransAddr keeps its 'InstInputs' list up toChris Lattner2009-12-081-3/+42
* Revert 90858 90875 and 90805 for now.Devang Patel2009-12-083-181/+173
* - Support inline asm 'w' constraint for 128-bit vector types.Evan Cheng2009-12-082-0/+6
* Some superficial cleanups.Bob Wilson2009-12-081-4/+3
* Clean up dead operands left around after SROA replaces a mem intrinsic.Bob Wilson2009-12-081-0/+6
* Cleanup.Devang Patel2009-12-082-167/+82
* Do not try to push dead variable's debug info into namespace info.Devang Patel2009-12-081-3/+5
* Remove useless calls to c_str().Benjamin Kramer2009-12-081-4/+3
* Teach GlobalOpt to delete aliases with internal linkage (afterDuncan Sands2009-12-081-21/+20
* fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not Chris Lattner2009-12-081-3/+6
* Remove unnecessary #include "llvm/LLVMContext.h".Nick Lewycky2009-12-083-3/+0
* whitespace cleanupChris Lattner2009-12-081-1/+1
* Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...Anton Korobeynikov2009-12-081-1/+65
* Watch out for duplicated PHI instructions.Evan Cheng2009-12-071-3/+37
* Follow up to 90488. Turn a check into an assertion.Evan Cheng2009-12-071-2/+2
* Fix the OProfileJITEventListener for StringRef being returned from debug info.Jeffrey Yasskin2009-12-071-12/+6
* Rename DIFactory::InsertValue() as DIFactory::InsertDbgValueIntrinsic()Victor Hernandez2009-12-071-6/+8
* Add support to emit debug info for c++ style namespaces.Devang Patel2009-12-073-8/+99
* Delete code accidentally left behind.Evan Cheng2009-12-071-10/+0
* fix typoChris Lattner2009-12-071-1/+1
* add accessor, improve comment.Chris Lattner2009-12-071-1/+1
* Introduce the "@llvm.dbg.value" debug intrinsic.Victor Hernandez2009-12-071-0/+29
* add support for phi translation and incorpation of new expression.Chris Lattner2009-12-071-121/+144
* Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman2009-12-071-1/+1
* checkpoint of the new PHITransAddr code, still not done and not used byChris Lattner2009-12-071-29/+257
* Pre-regalloc tale duplication. Work in progress.Evan Cheng2009-12-072-91/+231
* Fixes the Atomic implementation if compiled by MSVC compiler.Oscar Fuentes2009-12-071-1/+1
* If BB is empty, insert PHI before end() instead of front().Evan Cheng2009-12-071-3/+6
* Some pretty-printingAnton Korobeynikov2009-12-071-0/+1
* Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f...Anton Korobeynikov2009-12-072-1/+13
* Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ...Anton Korobeynikov2009-12-073-1/+65
* Initial codegen support for MSP430 ISRsAnton Korobeynikov2009-12-074-8/+54
* Add MSP430 interrupt calling conv. No functionality change yet.Anton Korobeynikov2009-12-074-0/+7
* Add ability to select hw multiplier mode and select appropriate libcalls.Anton Korobeynikov2009-12-071-0/+29
* Dynamic stack realignment use of sp register as source/dest registerAnton Korobeynikov2009-12-061-4/+27
* fix PR5698Chris Lattner2009-12-061-0/+5