Age | Commit message (Expand) | Author |
2009-06-16 | Split the thread-related APIs out into their own file, and add a few more | Owen Anderson |
2009-06-16 | Generalize instcombine's isSafeToLoadUnconditionally() function | Chris Lattner |
2009-06-16 | Fixed names of libcalls checked in r73480. | Sanjiv Gupta |
2009-06-16 | Added required libcalls for PIC16 (mostly floating points to integer casting ... | Sanjiv Gupta |
2009-06-16 | Add comments to ConstantInt::get and ConstantFP::get to more fully | Dan Gohman |
2009-06-15 | Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i... | Owen Anderson |
2009-06-15 | Add a CreateFNeg function to IRBuilder. | Dan Gohman |
2009-06-15 | Support vector casts in more places, fixing a variety of assertion | Dan Gohman |
2009-06-15 | Address more comments :) | Anton Korobeynikov |
2009-06-15 | Document ABIType enum. Patch by Sandeep Patel! | Anton Korobeynikov |
2009-06-15 | Part 1. | Evan Cheng |
2009-06-15 | add a new static method to portably determine whether a patch is | Chris Lattner |
2009-06-14 | Fix old-style type names in comments. | Dan Gohman |
2009-06-14 | Specialize DenseMapInfo for SCEVHandle, so that SCEVHandles can be | Dan Gohman |
2009-06-14 | Convert several parts of the ScalarEvolution framework to use | Dan Gohman |
2009-06-14 | Move register allocation preference (or hint) from LiveInterval to MachineReg... | Evan Cheng |
2009-06-14 | Add an early implementation of a partial inlining pass. The idea behind this | Owen Anderson |
2009-06-14 | Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar... | Bruno Cardoso Lopes |
2009-06-13 | Add a ScalarEvolution::getAnyExtendExpr utility function for performing | Dan Gohman |
2009-06-12 | Type change cleanup on JCE and MCE. Patch by Aaron Gray | Bruno Cardoso Lopes |
2009-06-11 | Use forward declarations and move TargetELFWriterInfo impl to a new file. | Bruno Cardoso Lopes |
2009-06-11 | Remove unused parameter warnings. | Bill Wendling |
2009-06-11 | Support for ELF Visibility | Bruno Cardoso Lopes |
2009-06-11 | Cosmetic changes to parameter attribute verification. | Duncan Sands |
2009-06-10 | Implement and use new method Function::hasAddressTaken(). | Jay Foad |
2009-06-10 | Remove warnings: no newline at end of file. | Sanjiv Gupta |
2009-06-09 | Add the beginnings of an implementatation of lazy liveness analysis, based on... | Owen Anderson |
2009-06-09 | Change IndexedModeAction representation. | David Greene |
2009-06-08 | Oops, didn't mean to commit 73102 yet. Revert it. | David Greene |
2009-06-08 | Change IndexedModeAction representation. | David Greene |
2009-06-08 | The attached patches implement most of the ARM AAPCS-VFP hard float | Anton Korobeynikov |
2009-06-08 | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene |
2009-06-07 | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes |
2009-06-07 | Create FunctionType::isValidArgumentType to go along with isValidReturnType. | Nick Lewycky |
2009-06-06 | Rename UnknownValue to CouldNotCompute, since it holds an instance of | Dan Gohman |
2009-06-06 | Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com... | Bruno Cardoso Lopes |
2009-06-05 | More portability checks for CMake's config.h. | Douglas Gregor |
2009-06-05 | Add new function attribute - noimplicitfloat | Devang Patel |
2009-06-05 | Adapt the x86 build_vector dagcombine to the current state of the legalizer. | Nate Begeman |
2009-06-05 | Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line. | Dan Gohman |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2009-06-04 | Add new function attribute - noredzone. | Devang Patel |
2009-06-04 | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor |
2009-06-04 | Fix comments. | Torok Edwin |
2009-06-04 | Add support for outputting ANSI colors to raw_fd_ostream. | Torok Edwin |
2009-06-04 | <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass... | Nick Kledzik |
2009-06-04 | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes |
2009-06-03 | Change LTO to run the global opt pass twice. | Daniel Dunbar |
2009-06-03 | PR4317: Handle splits where the new block is unreachable correctly in | Eli Friedman |
2009-06-03 | Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. | Daniel Dunbar |