Age | Commit message (Expand) | Author |
2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
2010-09-28 | Use the canonical library name for library PIC16Passes. | Oscar Fuentes |
2010-09-28 | Added library LLVMPIC16passes to CMake build. | Oscar Fuentes |
2010-08-26 | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-23 | do not (implicitly) dereference iterator many times, cache it instead | Gabor Greif |
2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-02-26 | The cloner has nothing to do if any of the main or ISR entrypoints are not | Sanjiv Gupta |
2010-02-26 | Reapply things reverted back in 97220, with the fixed test case. | Sanjiv Gupta |
2010-02-26 | Revert r97211 and r97213 to get the build green again. | Chandler Carruth |
2010-02-26 | Currently in LLVM, names of libcalls are assigned during TargetLowering | Sanjiv Gupta |
2010-02-18 | Remap the call sites of a shared function in interrupt line functions. | Sanjiv Gupta |
2010-02-18 | Re-factoring. | Sanjiv Gupta |
2010-02-17 | Added routine to clone the body of a function and maintain a map of already | Sanjiv Gupta |
2010-02-17 | Added a function to clone locals of a function.( which for pic16 are globals | Sanjiv Gupta |
2010-02-17 | Removed header files from .h by adding forward decls. | Sanjiv Gupta |
2010-02-17 | Initial implementation of PIC16 Cloner pass. | Sanjiv Gupta |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2009-10-26 | Revert r85134, it breaks mingw build | Anton Korobeynikov |
2009-10-26 | Make PIC16 overlay a loadable pass. | Sanjiv Gupta |
2009-10-21 | Revert r84764, it breaks mingw build | Anton Korobeynikov |
2009-10-21 | Build shared lib instead of an archive. | Sanjiv Gupta |
2009-10-21 | Add a pass to overlay pic16 data sections for function frame and automatic | Sanjiv Gupta |
2009-08-21 | Revert r79563 | Chris Lattner |
2009-08-21 | revert r79631 | Chris Lattner |
2009-08-21 | revert 79631 | Chris Lattner |
2009-08-21 | Add a pass to do call graph analyis to overlay the autos and frame sections of | Sanjiv Gupta |
2009-08-21 | Remove #include <iostream>. | Bill Wendling |
2009-08-20 | part of the previous commit for PIC16 ISR implementation. | Sanjiv Gupta |