aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix commentSean Hunt2010-06-011-1/+1
* DwarfWrite is now smart enough to drop debug value pointing to undefined regi...Devang Patel2010-06-011-40/+35
* Properly compose subregister indices when coalescing.Jakob Stoklund Olesen2010-06-012-14/+3
* Remove unused codeJim Grosbach2010-06-011-64/+0
* Ignore line number of debug value in undefined register.Devang Patel2010-06-011-0/+1
* fix think-oJim Grosbach2010-06-011-6/+2
* Fix the allocation of shadow space for the Win64 calling conventionDan Gohman2010-06-011-0/+6
* Simplify things a bit more. Fix prototype to use SmallVectorImpl andJim Grosbach2010-06-011-17/+17
* Fix the noalias checking so that it doesn't worry aboutDan Gohman2010-06-011-12/+12
* Keep track of incoming debug value of unused argument.Devang Patel2010-06-013-1/+72
* Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends.Dan Gohman2010-06-014-4/+55
* Add a FIXMEJim Grosbach2010-06-011-0/+2
* mirror of r105280 changes for LowerInvoke, which uses the same basic logic hereJim Grosbach2010-06-011-10/+27
* When processing function arguments when splitting live ranges across invokes,Jim Grosbach2010-06-011-10/+27
* Use SmallVector instead of std::vector.Jim Grosbach2010-06-011-12/+13
* Delete unused variables (that weren't even getting expanded).Dan Gohman2010-06-011-6/+0
* Freebsd's sed doesn't support \< in regexps, and GNU sed doesn'tDan Gohman2010-06-011-2/+2
* Refactor some SSE 2 unpack instructionsBruno Cardoso Lopes2010-06-011-66/+26
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-013-3/+1
* Fix a spello affecting platforms where the configure check fails.Dan Gohman2010-06-012-2/+2
* Fix a typo in a comment.Dan Gohman2010-06-011-1/+1
* -retain-symbols-file is not what it seems. Update the makefilesDan Gohman2010-06-015-31/+50
* Fix extra fread after EOF, non-wires-crossed version.Dan Gohman2010-06-011-2/+4
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-012-8/+15
* Debreak test for non-Darwin.Bill Wendling2010-05-311-1/+1
* Fix PR7272: when inlining through a callsite with byval arguments,Duncan Sands2010-05-312-0/+28
* Add a test for the llvm-gcc commit in r90200.Eric Christopher2010-05-311-0/+24
* fix PR6623: when optimizing for size, don't inline memcpy/memsetsChris Lattner2010-05-312-0/+39
* upgrade and filecheckize this test.Chris Lattner2010-05-311-6/+16
* the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t.Chris Lattner2010-05-311-6/+3
* revert r105223 which broke all my testing.Chris Lattner2010-05-311-1/+1
* Fix count so that it doesn't make an extra fread call afterDan Gohman2010-05-311-1/+1
* Avoid swap when a copy suffices.Benjamin Kramer2010-05-311-1/+1
* The memcpy intrinsic only takes i8* for %src and %dst, so cast them to thatNick Lewycky2010-05-312-2/+22
* Use `llvm::next' instead of `next' to make VC++ 2010 happy.Oscar Fuentes2010-05-302-2/+2
* Allow for creation of clang DeclNodes tables.Sean Hunt2010-05-303-52/+131
* Some A9 load/store cleanupsAnton Korobeynikov2010-05-291-41/+23
* Some rough approximations for load/stores on A9Anton Korobeynikov2010-05-291-0/+59
* NEON/VFP stuff can be issued only via Pipe1 on A9Anton Korobeynikov2010-05-291-87/+87
* Add some integer instruction itineraries for A9Anton Korobeynikov2010-05-291-0/+55
* Reorder some code in SelectionDAGBuilder.Dan Gohman2010-05-291-313/+311
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-296-54/+50
* Remove unused function.Benjamin Kramer2010-05-291-69/+0
* Document aggregate operation constant expressions.Nick Lewycky2010-05-291-0/+12
* Fix typo.Nick Lewycky2010-05-291-1/+1
* Remove schedule-livein-copies. It's not being used.Evan Cheng2010-05-292-31/+12
* Fix PR7193: if sibling call address can take a register, make sure there are ...Evan Cheng2010-05-292-0/+34
* Handle composed subreg indices when processing REQ_SEQUENCE instructions.Jakob Stoklund Olesen2010-05-291-5/+4
* Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna...Evan Cheng2010-05-291-2/+7
* Emit TargetRegisterInfo::composeSubRegIndices().Jakob Stoklund Olesen2010-05-281-18/+114