summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-31
* Regenerate.Reid Spencer2006-12-29
* For PR950:Reid Spencer2006-12-29
* fix commentRafael Espindola2006-12-29
* Define StaticCtorsSection and StaticDtorsSection for ARM.Lauro Ramos Venancio2006-12-28
* Implement SELECT_CC (f32/f64) for ARM.Lauro Ramos Venancio2006-12-28
* remove duplicated lineRafael Espindola2006-12-28
* This patch defines extloadi1 and fixes an internal compiler error onLauro Ramos Venancio2006-12-26
* Cleanup ConstantFoldCompareInstruction:Reid Spencer2006-12-24
* Fix some comments.Reid Spencer2006-12-24
* For PR1066:Reid Spencer2006-12-24
* Shut up some compilers that can't accurately analyze variable usageReid Spencer2006-12-23
* For PR1065:Reid Spencer2006-12-23
* Don't overload var names.Reid Spencer2006-12-23
* For PR950:Reid Spencer2006-12-23
* add a simple fast-path for dead allocasChris Lattner2006-12-22
* ModulePass and ImmutablePass. Force out of line virtual method.Devang Patel2006-12-22
* Refactored JIT codegen for mingw32. Now we're using standart relocationAnton Korobeynikov2006-12-22
* Need to walk the derived chain of typedefs to get actual size.Jim Laskey2006-12-22
* Debug dump error.Evan Cheng2006-12-22
* add a noteChris Lattner2006-12-22
* Fix for ARM weak symbols, patch by Lauro Ramos Venancio!Chris Lattner2006-12-21
* Changes from Nick Lewycky with a simplified PPCTargetAsmInfo.Jim Laskey2006-12-21
* Just print integer constants as signed values. The actual signednessReid Spencer2006-12-21
* Add a FIXME about signedness.Reid Spencer2006-12-21
* Simplify all the casting business and get rid of isSigned().Reid Spencer2006-12-21
* Remove isSigned calls via foreknowledge of main's argument types.Reid Spencer2006-12-21
* Get rid of a useless if statement whose then and else blocks were identical.Reid Spencer2006-12-21
* Add some comments about things that can go away once signless types are in.Reid Spencer2006-12-21
* At the beginning of run, initialize analyis info availability for _ALL_Devang Patel2006-12-21
* Oops.Jim Laskey2006-12-20
* Original patch was overly complicated.Jim Laskey2006-12-20
* Fix Regression/Verifier/invoke-1.llChris Lattner2006-12-20
* Changes to target powerpc for non-Darwin assemblers.Jim Laskey2006-12-20
* Fixed 80 cols & style violationAnton Korobeynikov2006-12-20
* Revert the previous patch which was incorrect. This unbreaks eon, but rebreaksChris Lattner2006-12-20
* Allow negative constants for unsigned integers and unsigned constantsReid Spencer2006-12-20
* handle undef values much more carefully: generalize the resolveundefbranchesChris Lattner2006-12-20
* getLoad() and getStore() calls missed SVOffset operand. Thanks to Dan GohmanEvan Cheng2006-12-20
* Fixed dllimported symbols support during JIT'ing. JIT on mingw32Anton Korobeynikov2006-12-20
* eliminate constructor from Statistic class. It is now impossible to get aChris Lattner2006-12-19
* switch statistics over to not use static ctors.Chris Lattner2006-12-19
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-19
* elimiante Statistic static ctorsChris Lattner2006-12-19