summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* For PR950:Reid Spencer2006-12-3118-343/+288
* For PR950:Reid Spencer2006-12-314-498/+346
* For PR950:Reid Spencer2006-12-3132-521/+400
* For PR950:Reid Spencer2006-12-313-57/+44
* For PR950:Reid Spencer2006-12-316-2863/+3193
* For PR950:Reid Spencer2006-12-312-253/+413
* For PR950:Reid Spencer2006-12-317-134/+79
* For PR950:Reid Spencer2006-12-311-98/+90
* For PR950:Reid Spencer2006-12-311-16/+49
* Regenerate.Reid Spencer2006-12-295-2370/+2394
* For PR950:Reid Spencer2006-12-293-77/+82
* fix commentRafael Espindola2006-12-291-1/+1
* Define StaticCtorsSection and StaticDtorsSection for ARM.Lauro Ramos Venancio2006-12-281-0/+2
* Implement SELECT_CC (f32/f64) for ARM.Lauro Ramos Venancio2006-12-282-2/+16
* remove duplicated lineRafael Espindola2006-12-281-1/+0
* This patch defines extloadi1 and fixes an internal compiler error onLauro Ramos Venancio2006-12-261-0/+3
* Cleanup ConstantFoldCompareInstruction:Reid Spencer2006-12-243-136/+205
* Fix some comments.Reid Spencer2006-12-241-2/+2
* For PR1066:Reid Spencer2006-12-241-2/+8
* Shut up some compilers that can't accurately analyze variable usageReid Spencer2006-12-231-2/+2
* For PR1065:Reid Spencer2006-12-231-12/+7
* Don't overload var names.Reid Spencer2006-12-231-4/+4
* For PR950:Reid Spencer2006-12-2352-5542/+6666
* add a simple fast-path for dead allocasChris Lattner2006-12-221-1/+8
* ModulePass and ImmutablePass. Force out of line virtual method.Devang Patel2006-12-221-0/+6
* Refactored JIT codegen for mingw32. Now we're using standart relocationAnton Korobeynikov2006-12-224-44/+32
* Need to walk the derived chain of typedefs to get actual size.Jim Laskey2006-12-221-4/+13
* Debug dump error.Evan Cheng2006-12-221-1/+1
* add a noteChris Lattner2006-12-221-0/+9
* Fix for ARM weak symbols, patch by Lauro Ramos Venancio!Chris Lattner2006-12-211-0/+14
* Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey2006-12-215-18/+274
* Just print integer constants as signed values. The actual signednessReid Spencer2006-12-211-7/+1
* Add a FIXME about signedness.Reid Spencer2006-12-211-0/+2
* Simplify all the casting business and get rid of isSigned().Reid Spencer2006-12-211-64/+18
* Remove isSigned calls via foreknowledge of main's argument types.Reid Spencer2006-12-211-7/+4
* Get rid of a useless if statement whose then and else blocks were identical.Reid Spencer2006-12-211-4/+1
* Add some comments about things that can go away once signless types are in.Reid Spencer2006-12-211-1/+8
* At the beginning of run, initialize analyis info availability for _ALL_Devang Patel2006-12-211-5/+19
* Oops.Jim Laskey2006-12-201-1/+1
* Original patch was overly complicated.Jim Laskey2006-12-201-34/+11
* Fix Regression/Verifier/invoke-1.llChris Lattner2006-12-201-2/+7
* Changes to target powerpc for non-Darwin assemblers.Jim Laskey2006-12-201-10/+62
* Fixed 80 cols & style violationAnton Korobeynikov2006-12-201-2/+4
* Revert the previous patch which was incorrect. This unbreaks eon, but rebreaksChris Lattner2006-12-201-1/+2
* Allow negative constants for unsigned integers and unsigned constantsReid Spencer2006-12-201-11/+13
* handle undef values much more carefully: generalize the resolveundefbranchesChris Lattner2006-12-201-32/+172
* getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan GohmanEvan Cheng2006-12-201-2/+2
* Fixed dllimported symbols support during JIT'ing. JIT on mingw32Anton Korobeynikov2006-12-203-7/+28
* eliminate constructor from Statistic class. It is now impossible to get aChris Lattner2006-12-191-4/+4
* switch statistics over to not use static ctors.Chris Lattner2006-12-192-5/+5