summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat...Devang Patel2011-03-10
* Re-commit 127368 and 127371. They are exonerated.Evan Cheng2011-03-10
* Revert 127368 and 127371 for now.Evan Cheng2011-03-09
* Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be moreEvan Cheng2011-03-09
* Fix a pasto that broke all x86_64-elf targets.Benjamin Kramer2011-03-09
* Preserve line number information while simplifying libcalls.Devang Patel2011-03-09
* X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings2011-03-09
* LLVM combines the offset mode of A8.6.199 A1 & A2 into STRBT.Johnny Chen2011-03-09
* Make these options hidden to reduce the amount of text -help puts on theEric Christopher2011-03-09
* These llvm.dbg.* constants are not used anymore.Devang Patel2011-03-09
* Make physreg coalescing independent on the number of uses of the virtual regi...Jakob Stoklund Olesen2011-03-09
* Improve varags handling, with testcases. Patch by Sasa StankovicBruno Cardoso Lopes2011-03-09
* Improve pre-RA-sched register pressure tracking for duplicate operands.Andrew Trick2011-03-09
* Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin2011-03-09
* Add constructors to MCElfStreamer and MCObjectStreamer to take an extra MCAss...Jan Sjödin2011-03-09
* When SCEV can determine the loop test is X < X, set ExactBECount=0.Andrew Trick2011-03-09
* whitespaceAndrew Trick2011-03-09
* Fix typo, make helper static.Benjamin Kramer2011-03-09
* Remove unused virtual dtor.Benjamin Kramer2011-03-09
* Target/X86: Tweak va_arg for Win64 not to miss taking va_start when number of...NAKAMURA Takumi2011-03-09
* Fix two cases I forgot to update when doing a mental "getSwappedPredicate".Nick Lewycky2011-03-09
* Fix a crasher introduced by r127317 that is seen on the bots when using anCameron Zwarich2011-03-09
* Add another micro-optimization. Apologies for the lack of refactoring, but INick Lewycky2011-03-09
* Add support to scalar replacement for partial vector accesses of an alloca, e.g.Cameron Zwarich2011-03-09
* Move vector type merging to a separate function in preparation for it gettingCameron Zwarich2011-03-09
* Add a virtual dtor to Delegate to silence -Wnon-virtual-dtorMatt Beaumont-Gay2011-03-09
* PR9346: Prevent SimplifyDemandedBits from incorrectly introducingEli Friedman2011-03-09
* Add a LiveRangeEdit::Delegate protocol.Jakob Stoklund Olesen2011-03-09
* PR9420; an instruction before an unreachable is guaranteed not to have anyEli Friedman2011-03-09
* * Correct encoding for VSRI.Bill Wendling2011-03-09
* Delete dead code.Jakob Stoklund Olesen2011-03-09
* Correct the encoding for VRSRA and VSRA instructions.Bill Wendling2011-03-09
* * Fix VRSHR and VSHR to have the correct encoding for the immediate.Bill Wendling2011-03-08
* Delete dead code after rematerializing.Jakob Stoklund Olesen2011-03-08
* llvm.dbg.declare intrinsic does not use any llvm::Values. It's magic!Devang Patel2011-03-08
* Fix the build for MSVC 9 whose upper_bound() wants to compare elements in the...Jakob Stoklund Olesen2011-03-08
* Fix some latent bugs if the nodes are unschedulable. We'd gotten awayEric Christopher2011-03-08
* Revert "Make a comparator's argument `const'. This fixes the build forOscar Fuentes2011-03-08
* Darwin 'as' silently ignores the '.ident' directive.Jim Grosbach2011-03-08
* Reduce vector reallocations.Benjamin Kramer2011-03-08
* X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper...Benjamin Kramer2011-03-08
* PTX: Add intrinsic support for ntid, ctaid, and nctaid registersJustin Holewinski2011-03-08
* Make a comparator's argument `const'. This fixes the build for MSVC 9.Oscar Fuentes2011-03-08
* Fix PR9331. Simplified version of a patch by Jakub Staszak.Duncan Sands2011-03-08
* lib/Support/regcomp.c: Fix cygwin warning.NAKAMURA Takumi2011-03-08
* Reorder comments to put them the right way around.Nick Lewycky2011-03-08
* While sinking an instruction, do not lose llvm.dbg.value intrinsic.Devang Patel2011-03-08
* Turn on list-ilp scheduling by default on x86 and x86-64, fix upEric Christopher2011-03-08
* Further improvements to pre-RA-sched=list-ilp.Andrew Trick2011-03-08
* Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson2011-03-08