oota-llvm.git
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
2003-04-18 Chris LattnerTest case for forward declared global array with no...
2003-04-18 Chris LattnerAdd crufty compatibility stuff for ld
2003-04-18 Chris LattnerEliminate some compatibility stuff no longer needed :P
2003-04-18 Chris LattnerUse anonymous namespace instead of "static"
2003-04-18 Chris LattnerFix bug: Mem2reg/2003-04-18-DeadBlockProblem.ll
2003-04-18 Chris LattnerNew testcase
2003-04-18 Chris LattnerGlobal constants CAN be external
2003-04-18 Chris LattnerFix a big bad bug I checked in yesterday :(
2003-04-18 Chris LattnerRefactor CloneFunction to expose the new CloneBasicBloc...
2003-04-18 Chris LattnerNew const_cast instead of c style cast
2003-04-18 Chris LattnerAdd prototype for new CloneBasicBlock function
2003-04-17 Chris LattnerAdd a simple test for hex constant integers
2003-04-17 Chris LattnerAllow hexadecimal integer constants to be used
2003-04-17 Chris LattnerDon't build constantexprs that could be folded
2003-04-17 Chris LattnerAllow constant folding of GEP instructions, even if...
2003-04-17 Chris LattnerDon't force a ConstantPointer to be returned
2003-04-17 Chris LattnerTest case to make sure that constexprs are automaticall...
2003-04-16 Chris LattnerDon't support codegen passes in opt
2003-04-16 Chris LattnerRemove codegen libraries to speed up linking opt
2003-04-16 Chris LattnerFix bug: IndVarSimplify/2003-04-16-ExprAnalysis.ll
2003-04-16 Chris LattnerNew testcase
2003-04-16 Chris LattnerChange the interface to constant expressions to allow...
2003-04-16 Chris LattnerAllow the user to disable the internalize pass
2003-04-16 Chris LattnerAdd tests for linker and linkonce globals
2003-04-16 Chris LattnerAdd support to the bytecode reader/writer for the new...
2003-04-16 Chris LattnerGive verbose error messages if bytecode file cannot...
2003-04-16 Chris LattnerAdd code to verify correctly linkages
2003-04-16 Chris LattnerRevert modulo scheduling change that should be part...
next