aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-08-28Moved index into BB to common graph class because its needed by ModuloSchedGr...Tanya Lattner
2003-08-27Added/removed header fileTanya Lattner
2003-08-27*** empty log message ***Tanya Lattner
2003-08-27Fix bug: SCCP/2003-08-26-InvokeHandling.llChris Lattner
2003-08-25First version of SchedGraph common class and refactoring of SchedGraph.Tanya Lattner
2003-08-25As it turns out, things will be simpler than I first expected. We no longerChris Lattner
2003-08-25Remove special casingChris Lattner
2003-08-24Mangle ALL letters that we do not allow, not just a few.Chris Lattner
2003-08-24Simplify codeChris Lattner
2003-08-24Consult the target data, not the module, about how large the current pointerChris Lattner
2003-08-24Targets now configure themselves based on the source module, not on theChris Lattner
2003-08-24Targets should configure themselves based on a Module, not some wierd flagsChris Lattner
2003-08-24Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner
2003-08-24Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner
2003-08-24Implement: Jello/test-constantexpr.llChris Lattner
2003-08-24Implement SimplifyCFG/InvokeEliminate.llChris Lattner
2003-08-24Add preliminary support for "any" pointersize/endianness. This will needChris Lattner
2003-08-24Add support for 'any' pointer size and endiannessChris Lattner
2003-08-24Support new 'any' support for pointer size and endiannessChris Lattner
2003-08-24Allow modules to have 'any' pointer size and endianness. Luckily, we hadChris Lattner
2003-08-24Implement support for the unwind intrinsic in the CBEChris Lattner
2003-08-24rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner
2003-08-24rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner
2003-08-24Inline invoke instructions as well as call instructionsChris Lattner
2003-08-24*** Implement inlining of Invoke instructions!Chris Lattner
2003-08-24Fix copy-and-paste-oChris Lattner
2003-08-24Initial support for recognizing LLVM exception handling intrinsicsChris Lattner
2003-08-24Big diff for a small change: delete inlined functions if all callees haveChris Lattner
2003-08-24Implement: Inline/cfg_preserve_test.llChris Lattner
2003-08-24Allow specifying the name for the newly split basic blockChris Lattner
2003-08-23Fix bug: Jello/2003-08-23-RegisterAllocatePhysReg.llChris Lattner
2003-08-23Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5Chris Lattner
2003-08-23Rename SwitchInst::dest_push_back -> addCaseChris Lattner
2003-08-23Rename SwitchInst::dest_push_back -> addCaseChris Lattner
2003-08-23Fix bug: LowerSwitch/2003-08-23-EmptySwitch.llChris Lattner
2003-08-23Do not consider any types that exist in the global symbol table!Chris Lattner
2003-08-23Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.llChris Lattner
2003-08-23Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gccChris Lattner
2003-08-23Fix bug: TailDup/2003-08-23-InvalidatedPointers.llChris Lattner
2003-08-23Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.llChris Lattner
2003-08-23Initial checkin of ValueHolder helperChris Lattner
2003-08-22Fix typeoChris Lattner
2003-08-22The process of linking types can cause their addresses to become invalid. Fo...Chris Lattner
2003-08-22Implement Linker/2003-08-20-OpaqueTypeResolve.llChris Lattner
2003-08-22Accept double quoted strings everwhere we accept a %ABC variable name.Chris Lattner
2003-08-22If an "LLVM name" has wierd characters in it, print it out in double quotes i...Chris Lattner
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-08-21Fix spelloChris Lattner
2003-08-21Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell