Age | Commit message (Expand) | Author |
2005-12-16 | rename option for consistency with -mcpu -mattr etc | Chris Lattner |
2005-12-16 | rename option | Chris Lattner |
2005-12-16 | provide an option to override the target triple in a module from the commandl... | Chris Lattner |
2005-12-16 | provide an option to override the target triple in a module from the command | Chris Lattner |
2005-12-14 | Fix printing of the instructions. | Chris Lattner |
2005-12-14 | Remove -start-group and -end-group no-op options, accidentally committed | Reid Spencer |
2005-12-13 | Adjust the constructor to the Linker class to take an argument that names | Reid Spencer |
2005-12-06 | This solves the problem of the CBE renaming symbols that start with . but the... | Andrew Lenharth |
2005-12-02 | Revert my previous patch which broke due to lazy streaming of functions | Chris Lattner |
2005-12-01 | If a module has a main, but it is defined externally, refuse to run it. | Chris Lattner |
2005-11-17 | Allow users to specify -Wl,-native* multiple times if they please | Chris Lattner |
2005-11-08 | Add a new -fast option, which generates code quickly. | Chris Lattner |
2005-11-03 | add a hack that fixes: | Chris Lattner |
2005-10-27 | Move some constant folding code shared by Analysis and Transform passes | John Criswell |
2005-10-26 | 1. Remove libraries no longer created from the list of libraries linked into the | John Criswell |
2005-10-25 | transforms before analyses | Chris Lattner |
2005-10-24 | Remove a now-unneeded library | Chris Lattner |
2005-10-24 | pull in the archive version of this lib to reduce exe size | Chris Lattner |
2005-10-24 | Pull in the archive versions of these libs to reduce executable size | Chris Lattner |
2005-10-24 | Link in datastructure as a relinked o file | Chris Lattner |
2005-10-24 | Link to archive versions of libraries instead of the relinked ones | Chris Lattner |
2005-10-24 | Use the new LinkAllAnalyses.h header instead of forcing passes to be | Chris Lattner |
2005-10-24 | Use archive versions of these libraries, using the LinkAllPasses header. | Chris Lattner |
2005-10-23 | Shrinkify to make --help output look better | Chris Lattner |
2005-10-23 | shrinkify the option name a bit | Chris Lattner |
2005-10-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
2005-10-22 | document this as experimental | Chris Lattner |
2005-10-18 | Fix PR637 | Chris Lattner |
2005-09-23 | Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native | Chris Lattner |
2005-09-23 | 1. Do not use .c_str() to keep a persistent handle on a temporary string. | Chris Lattner |
2005-09-02 | Add help support for -mcpu and -mattr. | Jim Laskey |
2005-09-01 | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey |
2005-08-29 | Allow bugpoint+PPC codegen to use fsqrt | Chris Lattner |
2005-08-27 | Implement PR614: | Reid Spencer |
2005-08-02 | If the user interrupts bugpoint, don't extract loops | Chris Lattner |
2005-08-02 | Pass -export-dynamic to gcc when compiling with -native and the link is | Chris Lattner |
2005-08-02 | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner |
2005-07-30 | Keep tabs and trailing spaces out. | Jeff Cohen |
2005-07-28 | Run the verifier pass after all the other passes rather than before them. | Reid Spencer |
2005-07-28 | Make the verifier pass run (in debug mode) in llc. This adds a sanity check | Reid Spencer |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-12 | Fix PR576. | Chris Lattner |
2005-07-08 | Make sure we don't error out if an invalid path is used, just simply | Reid Spencer |
2005-07-08 | Final Changes For PR495: | Reid Spencer |
2005-07-08 | Add support for assembling .s files on mac os x for intel | Nate Begeman |
2005-07-07 | For PR495: | Reid Spencer |
2005-07-07 | For PR495: | Reid Spencer |
2005-06-25 | add a new -filetype argument to llc. | Chris Lattner |
2005-06-25 | minor cleanups, use copy ctor instead of manually doing it. | Chris Lattner |
2005-06-25 | refactor this interface | Chris Lattner |