aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use C++ comments in C code.Nick Lewycky2011-04-161-1/+1
* Put each personality function in a section. This fixes the gnu ld warning:Rafael Espindola2011-04-165-8/+57
* Correct result when a branch condition is live across a blockStuart Hastings2011-04-161-4/+10
* Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...Evan Cheng2011-04-162-71/+96
* Fix cmake build.Rafael Espindola2011-04-161-1/+1
* Move the re-stemming function up top and use it where it's currently inlined.Nick Lewycky2011-04-161-15/+25
* Rename LineProfiling to GCOVProfiling to more accurately represent what itNick Lewycky2011-04-169-265/+621
* Introduce support to encode Objective-C property information in debugging inf...Devang Patel2011-04-167-2/+133
* Thumb2 BFC was insufficiently encoded.Johnny Chen2011-04-153-1/+6
* A8.6.315 VLD3 (single 3-element structure to all lanes)Johnny Chen2011-04-152-0/+17
* Re-enable test o32_cc_vararg.ll.Akira Hatanaka2011-04-151-3/+0
* Initial work to improve documentation for Clang's diagnostics, from Matthieu ...Douglas Gregor2011-04-153-3/+74
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-1534-270/+253
* Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generateCameron Zwarich2011-04-152-4/+31
* Fix some broken links, from Matthieu MonrocqDouglas Gregor2011-04-151-3/+3
* Fix lines that exceed 80 columns. There is no change in functionality.Akira Hatanaka2011-04-152-4/+4
* Add this test back for Darwin.Rafael Espindola2011-04-151-0/+10
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-1532-270/+299
* The AND instruction leaves the V flag unmodified, so it falls victim to the sameCameron Zwarich2011-04-152-7/+28
* Fix cmake build.Rafael Espindola2011-04-151-0/+1
* Some refactoring suggested by Anton Korobeynikov.Rafael Espindola2011-04-153-41/+30
* Add missing register forms of instructions to the ARM CMP-folding code. ThisCameron Zwarich2011-04-152-0/+34
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-159-9/+196
* Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...Evan Cheng2011-04-153-13/+19
* Add encoding tests for flds/fildsJoerg Sonnenberger2011-04-152-0/+24
* Implements StringRef::compare with bounds. It is behaves similarly to strncmp...Lenny Maiorani2011-04-153-0/+40
* Teach the SplitKit blitter to handle multiply defined values as well.Jakob Stoklund Olesen2011-04-152-96/+223
* Remember to set flag.Jakob Stoklund Olesen2011-04-151-0/+1
* Add 129518 back with a fix for when we are producing eh just because of debug...Rafael Espindola2011-04-159-34/+92
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15193-267/+266
* Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...NAKAMURA Takumi2011-04-159-91/+33
* Fix another fcopysign lowering bug. If src is f64 and destination is f32, don'tEvan Cheng2011-04-152-5/+25
* For t2BFI, both Inst{26} and Inst{5} "should" be 0.Johnny Chen2011-04-151-0/+4
* Add 3DNow! intrinsics.Michael J. Spencer2011-04-154-49/+449
* The ARM disassembler did not handle the alignment correctly for VLD*DUP* inst...Johnny Chen2011-04-153-0/+43
* Follow up on r127913. Fix Thumb revsh isel. rdar://9286766Evan Cheng2011-04-142-1/+65
* Add an instcombine for constructs like a | -(b != c); a select is moreEli Friedman2011-04-142-1/+27
* Fix an infinite alternation in JumpThreading where two transforms would repea...Owen Anderson2011-04-142-3/+46
* Cleanup r129509 based on comments by ChrisMon P Wang2011-04-141-7/+6
* Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera...Johnny Chen2011-04-145-4/+74
* move PR9661 out to here.Chris Lattner2011-04-141-0/+24
* Fix another instance of the DAG combiner not using the correct type for the R...Owen Anderson2011-04-141-3/+5
* tests: Remove a FrontendC test which is no longer valid.Daniel Dunbar2011-04-141-11/+0
* Change ELF systems to use CFI for producing the EH tables. This reduces theRafael Espindola2011-04-149-33/+91
* Fix whitespace and tabs.Michael J. Spencer2011-04-142-55/+55
* Cleanup r129472 by using a utility routine as suggested by Eli.Mon P Wang2011-04-141-51/+43
* In the pre-RA scheduler, maintain cmp+br proximity.Andrew Trick2011-04-148-25/+139
* Documented bugpoint --compile-custom --compile-command.Andrew Trick2011-04-141-2/+16
* add a minor missed dag combine that is blocking mid-level optimizationChris Lattner2011-04-141-0/+76
* sink a call into its only use.Chris Lattner2011-04-141-2/+1