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