Added an option to TableGen that allows users to specify a directory in which
[oota-llvm.git] / lib /
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-27 Chris LattnerFix bug: SCCP/2003-08-26-InvokeHandling.ll
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-08-25 Chris LattnerAs it turns out, things will be simpler than I first...
2003-08-25 Chris LattnerRemove special casing
2003-08-24 Chris LattnerMangle ALL letters that we do not allow, not just a...
2003-08-24 Chris LattnerSimplify code
2003-08-24 Chris LattnerConsult the target data, not the module, about how...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-24 Chris LattnerFix bug: Linker/2003-08-23-GlobalVarLinking.ll
2003-08-24 Chris LattnerImplement: Linker/2003-08-24-InheritPtrSize.ll
2003-08-24 Chris LattnerImplement: Jello/test-constantexpr.ll
2003-08-24 Chris LattnerImplement SimplifyCFG/InvokeEliminate.ll
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-24 Chris LattnerAdd support for 'any' pointer size and endianness
2003-08-24 Chris LattnerSupport new 'any' support for pointer size and endianness
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness...
2003-08-24 Chris LattnerImplement support for the unwind intrinsic in the CBE
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris Lattnerrethrow is really the language independent primitive...
2003-08-24 Chris LattnerInline invoke instructions as well as call instructions
2003-08-24 Chris Lattner*** Implement inlining of Invoke instructions!
2003-08-24 Chris LattnerFix copy-and-paste-o
2003-08-24 Chris LattnerInitial support for recognizing LLVM exception handling...
2003-08-24 Chris LattnerBig diff for a small change: delete inlined functions...
2003-08-24 Chris LattnerImplement: Inline/cfg_preserve_test.ll
2003-08-24 Chris LattnerAllow specifying the name for the newly split basic...
2003-08-23 Chris LattnerFix bug: Jello/2003-08-23-RegisterAllocatePhysReg.ll
2003-08-23 Chris LattnerImplement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-23 Chris LattnerRename SwitchInst::dest_push_back -> addCase
2003-08-23 Chris LattnerFix bug: LowerSwitch/2003-08-23-EmptySwitch.ll
2003-08-23 Chris LattnerDo not consider any types that exist in the global...
2003-08-23 Chris LattnerFix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.ll
2003-08-23 Chris LattnerImplement Linker/2003-08-23-GlobalVarLinking.ll, which...
2003-08-23 Chris LattnerFix bug: TailDup/2003-08-23-InvalidatedPointers.ll
2003-08-23 Chris LattnerFix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll
2003-08-23 Chris LattnerInitial checkin of ValueHolder helper
2003-08-22 Chris LattnerFix typeo
2003-08-22 Chris LattnerThe process of linking types can cause their addresses...
2003-08-22 Chris LattnerImplement Linker/2003-08-20-OpaqueTypeResolve.ll
2003-08-22 Chris LattnerAccept double quoted strings everwhere we accept a...
2003-08-22 Chris LattnerIf an "LLVM name" has wierd characters in it, print...
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-21 Chris LattnerFix spello
2003-08-21 Chris LattnerMinor cleanups: wrap at 80 lines. Convert file comment...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-21 Chris LattnerChange all #include'd files to be :: rules instead...
2003-08-21 Brian GaekeReoptimizer has moved to reopt cvs module.
2003-08-21 Chris LattnerImplement Assembler/2003-08-21-ConstantExprCast-Fold.llx
2003-08-20 Chris LattnerUnless we CANNOT merge the arguments, do so
2003-08-20 Chris LattnerImplement testcase: Assembler/2003-08-20-ConstantExprGE...
2003-08-18 Chris LattnerFix grammar, add comment
2003-08-18 Chris LattnerDo not even attempt to compute dominator information...
2003-08-18 Chris Lattnerno really, implement it!
2003-08-18 Chris LattnerAdd support for casting any pointer to any integer...
2003-08-18 Chris LattnerFix linking bug in xboard
2003-08-18 Chris LattnerAdd support for the sig(set|long)jmp intrinsics
2003-08-18 Chris LattnerAdd intrinsics for the llvm.sig(set|long)jmp functions
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-17 Chris LattnerFix ABI issue: Longs really do need to be only 4 byte...
2003-08-17 Chris LattnerFix the bug that broke the nightly tester in McCat...
2003-08-17 Chris LattnerImplement folding of switch instructions.
2003-08-17 Chris LattnerFix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll
2003-08-17 Chris LattnerThe fixme is irrelevant: if that happens, the LLVM...
2003-08-17 Chris LattnerFix bug: Jello/2003-08-15-AllocaAssertion.ll
2003-08-16 Chris LattnerFix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
2003-08-16 Brian GaekeRename -emitmaps to -enable-maps
2003-08-15 Brian GaekeFix typo in comment
2003-08-15 Brian Gaekelib/Support/CommandLine.cpp:
2003-08-15 Misha BrukmanNow that the JIT memory manager allocates as many bytes...
2003-08-15 Misha BrukmanFix register and parameter numbers in saving double...
2003-08-15 Chris LattnerRemove uses of the NonCopyable class, to make the doxyg...
2003-08-15 Chris Lattnerrename selection library to selectiondag
2003-08-15 Chris Lattnerrename selection directory and library to SelectionDAG
2003-08-15 Chris LattnerAdd a bunch of new node types, etc
2003-08-15 Chris LattnerAdjust to new API, add expandCall stub
2003-08-15 Chris LattnerAdd support for unconditional branches and for emitting...
2003-08-15 Chris LattnerAdd a bunch of new node types, including a new Void...
2003-08-15 Misha Brukman* Must save FP registers when calling CompilationCallba...
2003-08-14 Brian GaekeAdd support for reading command line arguments from...
2003-08-14 Vikram S. AdveImprovement to the previous fix: branch following a...
2003-08-14 Chris LattnerStop annoying warnings about mismatched types with...
2003-08-14 Chris LattnerImplement a _REAL_ memory manager for the code generate...
2003-08-14 Misha BrukmanSince we now have TableGen editing modes for VIM and...
2003-08-14 Chris LattnerRestore 'nice name' to pass
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeAdd new method to FunctionPassManager to add ImmutableP...
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-14 Chris LattnerDramatically simplify how -time-passes works.
2003-08-13 Chris LattnerFix FIXME by removing FIXME
2003-08-13 Chris LattnerThis file uses stable_sort
2003-08-13 Chris LattnerImplement instcombine optimizations:
2003-08-13 Brian GaekeX86 static backend: smacked
2003-08-13 Chris LattnerGeneralize some of the add tests to allow for reassocia...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
next