oota-llvm.git
2003-04-25 Chris LattnerFix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll
2003-04-25 Chris LattnerNew testcase
2003-04-25 Chris LattnerFix bugs in testcase
2003-04-25 Chris LattnerAdd comment
2003-04-25 Chris LattnerOnly do the %ld -> %lld promotion when running a 64...
2003-04-25 Chris LattnerAdd __strdup
2003-04-25 Chris LattnerFix BasicAA/2003-04-25-GEPCrash.ll
2003-04-25 Chris LattnerNew testcase
2003-04-25 Chris LattnerMAke sure that LLI properly configures align_of(double)
2003-04-25 Chris LattnerWhoops, 32 bit targets have _4_ byte pointers, not...
2003-04-25 Chris LattnerMake sure to copy double alignment as well
2003-04-25 Chris LattnerFix compatibility bug: X86 aligns doubles to 4 bytes...
2003-04-25 Chris LattnerKill using declarations
2003-04-25 Chris LattnerFix method name type-o
2003-04-25 Chris LattnerFix obvious type-o
2003-04-25 Chris LattnerMake sure to add a targetdata instance to the passmanag...
2003-04-25 Chris LattnerFix problem where we would read 64 bits worth of pointe...
2003-04-25 Chris LattnerFix major problem with PHI node traversal: rechecking...
2003-04-25 Chris LattnerRename Kept -> Suffix
2003-04-25 Chris LattnerRename Kept -> Suffix
2003-04-25 Chris Lattner** CORRECTLY, conservatively handle constant expressions
2003-04-25 Chris Lattner*** Huge: Make constantexprs be handled correctly,...
2003-04-25 Chris LattnerAllow for easy detection of when a "default" TargetData...
2003-04-25 Chris LattnerDefault ctor doesn't provide name
2003-04-25 Chris LattnerMinor non-functional changes:
2003-04-25 Chris LattnerFix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll
2003-04-25 Chris LattnerBig programs have tons of global variable initializers...
2003-04-25 Chris LattnerWhen cleaning up the final bytecode file, make sure...
2003-04-25 Chris LattnerNew testcase
2003-04-24 Chris LattnerSpeed up convergence significantly and also reduce...
2003-04-24 Chris LattnerThe big fix is this change:
2003-04-24 Chris LattnerRemove dead functions
2003-04-24 Chris LattnerMake sure that deleted functions have external linkage
2003-04-24 Chris LattnerUse the list reducer to improve convergence speed and...
2003-04-24 Chris LattnerAdjust to match new ListReducer interface
2003-04-24 Chris LattnerAllow reducer interfaces to mutate the lists passed in
2003-04-24 Chris LattnerMove function from Miscompilation.cpp
2003-04-24 Chris LattnerMove the ListReducer Class into it's own header file...
2003-04-24 Chris LattnerFix a nasty bug where the ConstantMerge pass was invali...
2003-04-24 Chris LattnerAllow bugpoint to try new an different methods for...
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-24 Chris Lattneradd a new targetdata ctor to create a target data appro...
2003-04-24 Chris LattnerAdd new targetdata ctor to create a targetdata appropri...
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-04-24 Chris LattnerTrivial cleanup
2003-04-24 Chris LattnerLevelRaise now gets target data from passmanager
2003-04-24 Chris LattnerLevelRaise now gets TD from passmanager
2003-04-24 Chris LattnerMake the levelraise pass be well behaved w.r.t the...
2003-04-24 Chris LattnerFix iterator invalidation problem
2003-04-24 Chris LattnerMake sure that the cloned module retains the type symbo...
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2003-04-24 Chris LattnerMake sure to preserve endiannes and pointer size when...
2003-04-23 Chris LattnerPrint where reference output goes
2003-04-23 Chris LattnerFix bug where pointers were assumed to always be 64...
2003-04-23 Chris LattnerThe new CFrontend generates LOTs of basic blocks that...
2003-04-23 Chris LattnerAllow specifying an input file for the program being...
2003-04-23 Chris LattnerAdd memcpy
2003-04-23 Chris LattnerFix a problem with setcc instructions and pointers
2003-04-23 Chris LattnerImplement a bunch of new external functions
2003-04-23 Chris LattnerImplement &|^ on bool values
2003-04-23 Chris LattnerAdd support for _IO_getc function used on linux
2003-04-23 Chris LattnerFix problem where labels were being incorrectly elided...
2003-04-23 Chris LattnerFix the super obnoxious "cast to pointer from integer...
2003-04-23 Chris Lattner* Implement access to external variables in LLI
2003-04-23 Chris LattnerFix Bug: Linker/2003-04-23-LinkOnceLost.ll
2003-04-23 Chris LattnerNew testcase
2003-04-23 Chris LattnerTweak testcases to use linkonce as appropriate
2003-04-23 Chris LattnerFix iterator invalidation problem with cast instructions
2003-04-23 Chris LattnerImplement the constantexpr CAST instruction correctly
2003-04-23 Chris LattnerWe now need to link libscalar to get the switch lowerin...
2003-04-23 Chris LattnerRemove unnecessary &*
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-23 Chris LattnerRemove unneccesary &*
2003-04-23 Chris LattnerKill unneccesary &*
2003-04-23 Chris LattnerRemove documented problem that is now fixed
2003-04-23 Chris LattnerProperly convert some &'s to &'s
2003-04-23 Chris LattnerAdd support for the Switch instruction by running the...
2003-04-23 Chris LattnerAdd stub to create lowerSwitches pass
2003-04-23 Chris LattnerNew pass to lower switch instructions to branch instruc...
2003-04-23 Chris LattnerMinor cleanups
2003-04-23 Chris LattnerAllow autoconversion from ilist_iterator<T> to T* in...
2003-04-23 Chris LattnerAllow dyn_cast to operate on things that aren't OBVIOUS...
2003-04-23 Misha BrukmanFixed 'prevalent'.
2003-04-22 Misha BrukmanJust some code beautification changes I had sitting...
2003-04-22 Chris LattnerFix bug: BasicAA/2003-04-22-GEPProblem.ll
2003-04-22 Chris LattnerNew testcase
2003-04-22 Chris LattnerKill using declarations
2003-04-22 Chris LattnerImplement cast to bool
2003-04-22 Chris LattnerGet rid of extraneous arguments to implementation functions
2003-04-22 Chris LattnerAdd support to LLI for switch instruction
2003-04-22 Chris LattnerUse a union to cast int to fp
2003-04-22 Misha BrukmanIt's "necessary"...
2003-04-22 Chris LattnerAdd support for the switch instruction to the CWriter
2003-04-22 Chris LattnerUpdate to add new keywords
2003-04-22 Chris LattnerAdd warning when linking modules with disagreeing targe...
2003-04-22 Chris LattnerEmit information about target
2003-04-22 Chris LattnerAllow information about the target to be specified...
2003-04-22 Chris LattnerAdd testcase for target information
2003-04-22 Chris LattnerADd newline to end of file
next