summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment ldopen() -> dlopen().Kevin Enderby2012-02-171-1/+1
* Handle regmask operands in ARMInstrInfo.Jakob Stoklund Olesen2012-02-172-7/+9
* Put back the initializing the targets in the disassembler API with a comment asKevin Enderby2012-02-171-0/+13
* Fix ARMBaseInstrInfo::getInstrLatency for calls.Jakob Stoklund Olesen2012-02-171-1/+1
* Transfer regmasks to MRI.Jakob Stoklund Olesen2012-02-174-21/+29
* Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman2012-02-173-6/+175
* Refactor 'handleMove' code in live intervals. Clients of LiveIntervals won't seeLang Hames2012-02-172-211/+247
* Remove a comment about an alternative approach that wouldn'tDan Gohman2012-02-171-4/+1
* Tidy up.Jim Grosbach2012-02-173-5/+6
* Generate the correct EH frame section types on Solaris, this time without bre...David Chisnall2012-02-172-1/+10
* Revert r150814. It turns out that there is a good reason for this after all...David Chisnall2012-02-172-26/+27
* Revert r150288, "Allow Post-RA LICM to hoist reserved register reads."Jakob Stoklund Olesen2012-02-171-11/+0
* Fix typo in comment.Richard Osborne2012-02-171-1/+1
* Don't lazily allocate eh_frame. We're not lazily allocating things like the ...David Chisnall2012-02-172-27/+26
* ... and it's probably best to use the correct alignment, rather than just gue...David Chisnall2012-02-171-1/+1
* It turns out that putting an 8-byte symbol in a 4-byte section makes Solaris ...David Chisnall2012-02-172-3/+31
* Remove question.Nick Lewycky2012-02-171-1/+0
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-1727-27/+27
* Typo in variable name.Eric Christopher2012-02-171-2/+2
* Remove the last of the old vector_shuffle patterns from X86 isel.Craig Topper2012-02-172-118/+7
* Add support for invariant.start inside the static constructor evaluator. This isNick Lewycky2012-02-172-12/+81
* Do not promote i32 arguments to i64. This was causing unnecessary sign extensionAkira Hatanaka2012-02-172-14/+16
* Remove redundant comment. Use a more efficient datatype.Bill Wendling2012-02-171-13/+4
* Fix some grammar-os and formatting.Bill Wendling2012-02-171-21/+17
* Reverse iterator - should be incrementing rather than decrementing.Lang Hames2012-02-171-2/+2
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-1729-28/+41
* [fast-isel] Add support for returning non-legal types with no sign- or zero-Chad Rosier2012-02-172-6/+15
* MachineScheduler shouldn't use/preserve LiveDebugVariables.Lang Hames2012-02-171-4/+0
* Oops - isRegLiveIntoSuccessor is used in non-assert builds now. Remove NDEBUG...Lang Hames2012-02-171-2/+0
* Re-enable 150652 and 150654 - Make FPSCR non-reserved, and make MachineCSE ba...Lang Hames2012-02-172-4/+9
* Turn off assertion, conservatively compute liveness for live-in un-allocatabl...Lang Hames2012-02-171-8/+10
* Remove comment.Akira Hatanaka2012-02-161-2/+0
* Remove unnecessary assignment to temporary, ResultReg.Chad Rosier2012-02-161-13/+8
* Use –mcpu=generic, so that the test will not fail when run on an Intel AtomBill Wendling2012-02-161-1/+1
* Update credits.Chad Rosier2012-02-161-0/+5
* Note x86 regmask operands in release notes.Jakob Stoklund Olesen2012-02-161-1/+3
* Remove the YMM_HI_6_15 hack.Jakob Stoklund Olesen2012-02-161-7/+0
* Use the same CALL instructions for Windows as for everything else.Jakob Stoklund Olesen2012-02-169-87/+32
* Remove trailing whitespace. Add newline.Akira Hatanaka2012-02-161-2/+2
* Disable machine copy propagation for now. It's known to be buggy (PR11940) an...Benjamin Kramer2012-02-162-2/+2
* Revert "InstSimplify: Strip pointer casts early."Benjamin Kramer2012-02-161-6/+5
* InstSimplify: Strip pointer casts early.Benjamin Kramer2012-02-161-5/+6
* InstSimplify: Ignore pointer casts when constant folding compares between poi...Benjamin Kramer2012-02-162-2/+25
* s/ModAttrBehavior/ModFlagBehavior/g to be consistent with how module flags ar...Bill Wendling2012-02-162-8/+8
* Add 'exception handling' to my description.Bill Wendling2012-02-161-0/+1
* Add blurb about module flags and reformat a bit.Bill Wendling2012-02-161-21/+24
* Remove extraneous #include and spelling mistake introduced in r150669.James Molloy2012-02-161-2/+1
* Modify the algorithm when traversing the DAGCombiner's worklist to be O(log N...James Molloy2012-02-161-13/+36
* VMCore/AsmWriter.cpp: Tweak to check #INF and #NAN earlier.NAKAMURA Takumi2012-02-161-1/+3
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16235-695/+549