aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-2937-74/+74
* regenerateChris Lattner2007-12-298-5038/+6699
* remove attributionsChris Lattner2007-12-295-10/+10
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-295-2/+44
* remove attributions from tools.Chris Lattner2007-12-2948-96/+96
* remove attributions from examples.Chris Lattner2007-12-297-14/+14
* remove attributions from utils.Chris Lattner2007-12-2936-72/+72
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29548-1292/+1451
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-2926-52/+52
* remove attribution from lib Makefiles.Chris Lattner2007-12-2935-71/+71
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-2928-56/+56
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29253-506/+506
* Don't attribute in file headers anymore. See llvmdev for the Chris Lattner2007-12-292-30/+12
* this is done.Chris Lattner2007-12-291-7/+0
* One readme entry is done, one is really easy (Evan, want to investigateChris Lattner2007-12-292-77/+35
* upgrade this testChris Lattner2007-12-291-8/+9
* Fold comparisons against a constant nan, and optimize ORD/UNORD Chris Lattner2007-12-293-17/+33
* this xform is implemented.Chris Lattner2007-12-292-22/+9
* Disable null pointer folding transforms for non-generic address spaces. This ...Christopher Lamb2007-12-292-4/+12
* make sure not to zap volatile stores, thanks a lot to Dale for noticing this!Chris Lattner2007-12-291-1/+2
* Codegen:Chris Lattner2007-12-292-4/+40
* don't fold fp_round(fp_extend(load)) -> fp_round(extload)Chris Lattner2007-12-291-0/+4
* avoid going through a stack slot to convert from fpstack to xmm regChris Lattner2007-12-293-29/+54
* Delete a store whose input is a load from the same pointer:Chris Lattner2007-12-291-1/+12
* add a noteChris Lattner2007-12-291-1/+41
* expand note.Chris Lattner2007-12-291-0/+4
* dead calls to llvm.stacksave can be deleted, even though theyChris Lattner2007-12-292-1/+20
* upgrade this testChris Lattner2007-12-291-11/+12
* Test -simplifycfg only.Devang Patel2007-12-281-46/+23
* add a note.Chris Lattner2007-12-281-0/+32
* add a note.Chris Lattner2007-12-281-0/+32
* Add a testcase for my recent InstCombine fix, written by Nicholas.Owen Anderson2007-12-281-0/+89
* Repair a transform that Chris noticed a bug in. Thanks to Nicholas for point...Owen Anderson2007-12-281-5/+12
* disable this instcombine xform, it miscompiles:Chris Lattner2007-12-281-0/+2
* add a noteChris Lattner2007-12-281-0/+19
* Ignore functions with internal linkages during linking. This snipped mimics theAnton Korobeynikov2007-12-271-0/+3
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-276-0/+98
* Switch the bindings to use LLVMFoldingBuilder.Gordon Henriksen2007-12-272-9/+9
* Adding an uninitialized builder constructor to the Ocaml bindings.Gordon Henriksen2007-12-263-9/+22
* one fewer uncond branch with my codegenprepare hack for single-mbb backedges.Chris Lattner2007-12-261-1/+1
* Tests for changes made in r45356, where IPO optimizations would dropGordon Henriksen2007-12-262-0/+35
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-255-0/+15
* update to llvm 2.0 syntax.Chris Lattner2007-12-251-2/+2
* Don't break critical edges for single-bb loops, this helps with PR1877, thoughChris Lattner2007-12-251-3/+1
* Actually parse q operation in llvm-arSeo Sanghyeon2007-12-251-0/+1
* Disabling -g for ocaml builds; it's not downwards compatible.Gordon Henriksen2007-12-251-3/+4
* GC poses hazards to the inliner. Consider:Gordon Henriksen2007-12-253-0/+60
* Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen2007-12-254-33/+56
* Adjusting verification of "llvm.gc*" intrinsic prototypes to matchGordon Henriksen2007-12-255-27/+82
* Flesh out the Briggs implementation a little bit more, fix a few FIXMEs.Owen Anderson2007-12-241-11/+35