oota-llvm.git
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...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-04-16 Chris LattnerAdd missing keyword, add new linkage keywords
2003-04-16 Chris LattnerAdd new linkage keywords. Spell uninitialized correctly
2003-04-16 Chris LattnerAdd PRE directory
2003-04-16 Chris LattnerImprove the efficiency and cleanup writing a bit
2003-04-16 Chris LattnerDon't allow declaring an external internal variable
2003-04-16 Chris LattnerImprove compatibility with system AS further by allowin...
2003-04-16 Chris Lattner* Get rid of using declaration
2003-04-16 Chris LattnerNamespacify command line options
2003-04-15 Chris LattnerFix bug: Assember2003-04-15-ConstantInitAssertion.llx
2003-04-15 Chris LattnerNew testcase that triggered assertion failure.
2003-04-13 Chris LattnerMake help message more clear
2003-04-10 Misha BrukmanSimple arithmetic loop-based test case for modulo sched...
2003-04-10 Misha BrukmanAdding a simple test case in the hope that commit-diffs...
2003-04-10 Misha BrukmanNot only is this the first test case for ModuloScheduin...
2003-04-10 Chris Lattner* Fix bug: Mem2Reg/2003-04-10-DFNotFound.ll
2003-04-10 Chris LattnerNew testcase
2003-04-10 Misha BrukmanFixed compilation errors, command-line argument declara...
2003-04-09 Misha BrukmanMade the code readable:
2003-04-07 Misha BrukmanMust use std::pair instead of just 'pair'.
2003-04-07 Guochun Shiadded a function and a member to the TargetSchedInfo...
2003-04-06 Guochun Shiadded some memory for clone function
2003-04-06 Guochun Shichange the include file names and some class names...
2003-03-31 Chris LattnerImplement scanf and fix sscanf to actually endian swap...
2003-03-31 Chris LattnerUpdate to work with newer versions of bison
2003-03-31 Chris LattnerInitial checkin of PRE test
2003-03-31 Chris LattnerInitial checkin of PRE tests
2003-03-31 Chris LattnerInitial checkin of PRE on LLVM. This implementation...
2003-03-31 Chris LattnerMinor tweak
2003-03-31 Chris Lattner* We now preserve the no-critical-edge pass (because...
2003-03-31 Chris LattnerAdd getAnalysisUsage method
2003-03-27 Guochun Shi*** empty log message ***
2003-03-21 Chris LattnerMove BreakCriticalEdges pass to lib/Transforms/Utils
2003-03-21 Chris LattnerAdd helper method
2003-03-21 Chris LattnerUpdate comment
2003-03-20 Chris LattnerAdd more graph traits specializations for dominator...
2003-03-19 Chris Lattner* Change the order that globals and constants are proce...
2003-03-19 Chris LattnerChanges to the V2 bytecode format:
2003-03-19 Chris Lattner* Bug fixes:
2003-03-19 Chris LattnerAdd new chunk type
2003-03-18 Chris LattnerFix testcase
2003-03-17 Chris LattnerFix problems with BitSetVector that makes it not compil...
2003-03-14 Chris LattnerFix several bugs in the build system, including the...
2003-03-11 Chris LattnerAdd the following instcombine xforms:
2003-03-11 Chris LattnerTest limited reassociation
2003-03-10 Chris LattnerAdd optimizations:
2003-03-10 Chris LattnerImplement: -A*-B == A*B
2003-03-10 Chris LattnerAdd testcases for negated multiplies
2003-03-10 Chris LattnerAdd new transformation: // (~A | ~B) == (~(A & B))
2003-03-10 Chris LattnerAdd test for demorgans law with constants
2003-03-10 Chris LattnerGeneralize not and neg comparison testers to allow...
2003-03-10 Chris Lattner* Add testcases for associative operators
2003-03-10 Chris LattnerFix ConstantUInt::isAllOnesValue
2003-03-10 Chris LattnerGeneralize (A+c1)+c2 optimization to work with all...
2003-03-10 Chris LattnerModernize testcase
2003-03-10 Chris LattnerMinor change, no functionality diff
2003-03-10 Chris LattnerAdd a bunch of new tests
2003-03-10 Chris LattnerFix bug: (x << 100) wasn't folded to 0, but (x >> 100...
next