Dummy implementation of the pthread library.
[oota-llvm.git] / lib /
2003-12-10 Chris LattnerImplement instruction sinking out of loops. This still...
2003-12-09 Chris LattnerDo not insert one entry PHI nodes in split exit blocks!
2003-12-09 Chris LattnerRefactor code a little bit, eliminating the gratuitous...
2003-12-09 Chris LattnerFine grainify namespacification
2003-12-08 Chris LattnerImplement: TailCallElim/accum_recursion_constant_arg.ll
2003-12-08 Chris LattnerImplement: test/Regression/Transforms/TailCallElim...
2003-12-08 Chris Lattnerimplement method
2003-12-08 Chris LattnerUse the new method, though noone currently implements...
2003-12-08 Chris LattnerFinegrainify namespacification
2003-12-08 Chris LattnerCleanup and restructure the code to make it easier...
2003-12-07 Chris LattnerImplement RaiseAllocations/FreeCastConstantExpr.ll
2003-12-07 Chris Lattner* Finegrainify namespacification
2003-12-07 Chris LattnerThe recalclulate method was a nasty hack that was once...
2003-12-07 Chris LattnerCompletely rewrite domset, idom, and domtree implementa...
2003-12-07 Chris LattnerFinegrainify namespacification
2003-12-05 Alkis EvlogimenosMake assertion stricter. Since the source operands...
2003-12-05 Alkis EvlogimenosFix bug in register spilling when a preallocated live...
2003-12-05 Alkis EvlogimenosMove operator<<(std::ostream&, const LiveInterval&...
2003-12-05 Alkis EvlogimenosSort live intervals by increasing start point.
2003-12-04 Alkis EvlogimenosImprove debugging output and clean up some code.
2003-12-02 Chris LattnerFinegrainify namespacification
2003-12-01 Brian GaekeLock abstraction, introduced with a view toward making...
2003-12-01 Chris LattnerEmit & read more compressed bytecode by not emitting...
2003-12-01 Chris LattnerAdd an option to enable the SSA based peephole optimizer.
2003-12-01 Chris LattnerAdd a new SSA-based peephole optimizer which includes...
2003-12-01 Chris Lattnergeneralize the instruction types permitted a bit
2003-11-30 Alkis EvlogimenosPrint instructions before register allocation is perfor...
2003-11-30 Chris LattnerFinegrainify namespacification
2003-11-30 Alkis EvlogimenosRemove "numReloaded" statistic.
2003-11-30 Chris LattnerEmit constants to one contiguous block, but this time...
2003-11-30 Misha BrukmanGo back to allocating memory for each constant separate...
2003-11-29 Chris LattnerFix test: Transforms/LevelRaise/2003-11-28-IllegalTypeC...
2003-11-28 Chris Lattner* The return value of LinkLibraries is ignored, so...
2003-11-26 Chris LattnerTo not barf when an error occurs.
2003-11-26 Chris Lattneroutput foo(void) as appropriate
2003-11-25 Chris LattnerFix bug in previous checkin
2003-11-25 Chris LattnerFix const correctness
2003-11-25 Chris LattnerRelax constrains on GEP type indexes
2003-11-25 Chris LattnerDo not use index type to determine what it is indexing...
2003-11-25 Chris LattnerDo not depend on the gep index types to determine what...
2003-11-25 Chris LattnerDo not depend on structure elements being of type UByteTy
2003-11-25 Chris LattnerDo not depend on index type to determine whether it...
2003-11-25 Chris LattnerFix file header
2003-11-25 Chris LattnerRemove dead variable
2003-11-25 Chris LattnerUse gep_type_begin/end instead of looking for ubytes
2003-11-25 Chris LattnerFinegrainify namespacification
2003-11-25 Chris LattnerFix PR147
2003-11-24 Misha BrukmanFix copy-pasto.
2003-11-24 Misha BrukmanAdd ability to query if a file is a legitimate ELF...
2003-11-22 Brian GaekeSupport constant casting constant pointers to ints...
2003-11-22 Brian GaekeConstant shift expressions, meet InstSelectSimple....
2003-11-22 Brian GaekeStub for constant shift expr support.
2003-11-22 Brian GaekeFix PR149 - support constant shift expressions.
2003-11-22 Chris LattnerDelete dead line
2003-11-22 Chris LattnerFix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx
2003-11-22 Chris LattnerDo not crash when deleing a region with a dead invoke...
2003-11-22 Chris LattnerFinegrainify namespacification
2003-11-21 Misha Brukman* Add code to flush the ICache, which any self-respecti...
2003-11-21 Chris LattnerCheck return types of functions
2003-11-21 Chris LattnerConsidering that CI is not even IN SCOPE here, I wooda...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerGet rid of using decls, finegrainify namespacification
2003-11-21 Chris Lattner* Finegrainify namespacification
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerFix problem Reid was having with external globals and...
2003-11-21 Chris LattnerDon't crash on bogus source value
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerFix some problems with assertions printing
2003-11-21 Chris Lattnerimprove error message
2003-11-21 Chris LattnerMinor cleanups and simplifications
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-20 Misha BrukmanAdd ability to search only for native shared object...
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-20 Chris LattnerSpew symbolic types!
2003-11-20 Chris LattnerWhen spewing out warnings during function resolution...
2003-11-20 Chris LattnerSomehow I forgot poor little UnwindInst
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...
2003-11-20 Chris LattnerDon't crash if we are printing an orphaned basic block!
2003-11-19 Chris LattnerFine grainify namespaceification
2003-11-19 Chris LattnerReally, there was a reason for me factoring that out
2003-11-19 Chris Lattner*** Significantly speed up type resultion
2003-11-19 Chris Lattner* Finegrainify namespacification
2003-11-19 Chris LattnerMinor efficiency improvements, finegrainify namespacifi...
2003-11-19 Chris LattnerIn the future, these slabs can be null...
2003-11-19 Chris LattnerMinor efficiency improvements all over. Finegrainify...
2003-11-19 Chris LattnerFine grainify namespacification, #include file that...
2003-11-19 Chris LattnerFinegrainify namespacification
2003-11-19 Chris LattnerMinor speedup to do less linear time searches of infor...
2003-11-19 Chris LattnerFix PR130, and testcase test/Regression/Linker/2003...
2003-11-18 Chris LattnerFix PR123
2003-11-18 Brian GaekeOnly use -Wl,-R. if HAVE_LINK_R.
2003-11-17 Misha BrukmanEmit the MachineConstantPool constants in one contiguou...
2003-11-17 Misha Brukman* Order #includes as per style guide
2003-11-17 Chris LattnerImplement == and != correctly. Before they would incor...
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-17 Misha BrukmanThis file was somehow missing a top-level comment line.
2003-11-17 Chris LattnerNo REALLY, get rid of ConstantPointer references
2003-11-17 Chris LattnerEliminate use of the ConstantPointer class
2003-11-17 Chris LattnerConstant folding shalt not be built on annotations
next