summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* build the bitcode dirChris Lattner2007-04-22
* Initial support for writing bitcode files. This currently only writes types,Chris Lattner2007-04-22
* Initial support for reading bitcode files. They currently only read types,Chris Lattner2007-04-22
* For PR1146:Reid Spencer2007-04-22
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-22
* X86 TLS: Implement review feedback.Lauro Ramos Venancio2007-04-21
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-21
* We only need one putchar which gives it a shot at getting matched by itsReid Spencer2007-04-21
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-21
* Make PredicateSimplifier not use DominatorTree.Owen Anderson2007-04-21
* Fix a comment.Owen Anderson2007-04-21
* Reset vertex.Devang Patel2007-04-21
* Fix a bug that prevented the JIT from working correctly after llvm_shutdown.Chris Lattner2007-04-21
* Fix regressions introduced by my previous patch: opt calls verifier in aChris Lattner2007-04-20
* Allow the lowering of ISD::GLOBAL_OFFSET_TABLE.Lauro Ramos Venancio2007-04-20
* avoid mutating a global in an accessorChris Lattner2007-04-20
* fit in 80 colsChris Lattner2007-04-20
* Comment out usage of write() for now.Jeff Cohen2007-04-20
* rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::stateChris Lattner2007-04-20
* Fix a problem where primitive types lose their name after llvm_shutdown is ca...Chris Lattner2007-04-20
* catch a case that was biting jeffcChris Lattner2007-04-20
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-20
* Specify S registers as D registers' sub-registers.Evan Cheng2007-04-20
* Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH].Evan Cheng2007-04-20
* Add sub-registers sets.Evan Cheng2007-04-20
* add a crazy ideaChris Lattner2007-04-20
* Avoid recursion.Devang Patel2007-04-20
* Move more passes to using ETForest instead of DominatorTree.Owen Anderson2007-04-20
* Make Microsoft assembler and linker happy.Jeff Cohen2007-04-20
* Fix a message, patch by Christopher Lamb.Chris Lattner2007-04-19
* Fix a bug in getFrameRegister.Lauro Ramos Venancio2007-04-19
* Make use of ConstantInt::isZero instead of ConstantInt::isNullValue.Zhou Sheng2007-04-19
* Make the operations of APInt variables more efficient.Zhou Sheng2007-04-19
* Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap.Evan Cheng2007-04-18
* Fix the spelling of the prefetchnta instruction.Dan Gohman2007-04-18
* Revert changes that caused breakage.Owen Anderson2007-04-18
* Switch more uses of DominatorTree over to ETForest.Owen Anderson2007-04-18
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-18
* VarInfo::UsedBlocks is no longer used. Remove.Evan Cheng2007-04-18
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-18
* Use new ETForest accessor.Owen Anderson2007-04-18
* Use ETForest instead of DominatorTree.Owen Anderson2007-04-18
* allow SRL to simplify its operands, as it doesn't demand all bits as input.Chris Lattner2007-04-18
* When replacing a node in SimplifyDemandedBits, if the old node used anyChris Lattner2007-04-18
* fix a pastoChris Lattner2007-04-18
* Don't populate TryAgainList when coalescing only physical registers with virt...Evan Cheng2007-04-18
* Cache DT[*SI] lookup.Devang Patel2007-04-18
* don't access argument list of prototypesChris Lattner2007-04-18
* FixDevang Patel2007-04-18
* Increment use count of new virtuals created during PHI elimination.Evan Cheng2007-04-18