oota-llvm.git
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
2003-04-22 Chris LattnerNamespacify
2003-04-22 Chris LattnerAdd support for reading and writing pointersize/endiann...
2003-04-22 Chris LattnerBuild the appropriate target machine for the input...
2003-04-22 Chris LattnerAdd information about the module source
2003-04-22 Chris LattnerPreserve module source information in the ModuleID
2003-04-22 Chris LattnerPreserve the new moduleID field
2003-04-22 Chris LattnerAdd support for tracking whether a module is 64/32...
2003-04-22 Misha BrukmanIt's "necessary" to spell "necessarily" correctly.
2003-04-21 Chris LattnerMake stderr, stdout, stdin work with LLI
2003-04-21 Chris LattnerFix wierd idiom
2003-04-21 Chris Lattnerfprintf CAN take exactly 2 args
2003-04-21 Chris LattnerAdd support for a simple constantexpr: cast of one...
2003-04-21 Chris LattnerFix bug: 2003-01-30-LinkerRename.ll
2003-04-21 Chris LattnerFix linking a function with qualifiers to a external...
2003-04-21 Chris LattnerNew testcase
2003-04-21 Chris LattnerAdd support for allowing the user to extend the GCCLD...
2003-04-21 Chris LattnerFix bug where use still existed in dead code
2003-04-19 Chris LattnerEliminate useless duplicate libraries
2003-04-19 Chris LattnerAdd first support for linking in .a files correctly...
2003-04-19 Chris LattnerAdd prototype to read .a files
2003-04-19 Chris LattnerInitial support for reading standard .a files
2003-04-19 Chris LattnerAdd support for reading unaligned bytecode buffers
2003-04-19 Chris LattnerRemove arbitrary limitation
2003-04-19 Chris LattnerUpdate testcases to match what is currently output...
2003-04-19 Chris LattnerImplement: FunctionResolve/2003-04-18-ForwardDeclGlobal.ll
2003-04-19 Chris LattnerAdd testcase for constantexpr gep
next