oota-llvm.git
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...
2003-03-10 Chris LattnerImplement: (A|B)^B == A & (~B)
2003-03-10 Chris LattnerAdd test for: (A|B)^B == A & (~B)
2003-03-10 Chris LattnerModernize testcase
2003-03-08 Misha BrukmanThe word 'independent' has no 'a'.
2003-03-07 Chris LattnerMake sure that intermediate code is verifier clean...
2003-03-07 Chris LattnerFix bug: SimplifyCFG/2003-03-07-DominateProblem.ll
2003-03-07 Chris LattnerNew testcase
2003-03-06 Chris LattnerClean up cruft
2003-03-06 Chris LattnerExtend struct and array constants to support isNullValue
2003-03-06 Chris LattnerRemove #include
2003-03-06 Chris LattnerUpdate testcases to use long to index gep
2003-03-06 Chris LattnerInfrastructure for more compact bytecode files and...
2003-03-06 Chris Lattners/Method/Function in variable and method names
2003-03-06 Chris LattnerContinue simplifying error handling, s/method/function
2003-03-06 Chris LattnerCleanup error handling constructs
2003-03-06 Chris LattnerPull common code out
2003-03-06 Chris LattnerGeneralize interface a bit
2003-03-06 Chris LattnerRemove unneccesary forward decl
2003-03-06 Chris LattnerAdd new getIncomingValueForBlock method
2003-03-06 Chris LattnerUse the std namespace explicitly
2003-03-05 Chris LattnerAdd a link to source of inspiration
2003-03-05 Chris LattnerNew testcase for pow builtin recognition
next