| Commit message (Expand) | Author | Age | Files | Lines |
* | Make IntInits and ListInits typed. This helps deduce types of !if and | David Greene | 2009-06-08 | 1 | -0/+1 |
* | Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without | Bruno Cardoso Lopes | 2009-06-07 | 1 | -1/+12 |
* | Create FunctionType::isValidArgumentType to go along with isValidReturnType. | Nick Lewycky | 2009-06-07 | 2 | -1/+21 |
* | Rename UnknownValue to CouldNotCompute, since it holds an instance of | Dan Gohman | 2009-06-06 | 1 | -7/+7 |
* | Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com... | Bruno Cardoso Lopes | 2009-06-06 | 1 | -2/+16 |
* | More portability checks for CMake's config.h. | Douglas Gregor | 2009-06-05 | 1 | -4/+4 |
* | Add new function attribute - noimplicitfloat | Devang Patel | 2009-06-05 | 3 | -8/+5 |
* | Adapt the x86 build_vector dagcombine to the current state of the legalizer. | Nate Begeman | 2009-06-05 | 1 | -5/+5 |
* | Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line. | Dan Gohman | 2009-06-05 | 1 | -6/+1 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 8 | -57/+171 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 2 | -5/+3 |
* | Properly detect malloc_zone_statistics in CMake build system | Douglas Gregor | 2009-06-04 | 1 | -1/+1 |
* | Fix comments. | Edwin Török | 2009-06-04 | 1 | -2/+1 |
* | Add support for outputting ANSI colors to raw_fd_ostream. | Edwin Török | 2009-06-04 | 2 | -0/+60 |
* | <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass... | Nick Kledzik | 2009-06-04 | 1 | -0/+10 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-06-04 | 3 | -82/+80 |
* | Change LTO to run the global opt pass twice. | Daniel Dunbar | 2009-06-03 | 1 | -8/+2 |
* | PR4317: Handle splits where the new block is unreachable correctly in | Eli Friedman | 2009-06-03 | 1 | -2/+7 |
* | Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over. | Daniel Dunbar | 2009-06-03 | 1 | -0/+101 |
* | Remove some silly code. | Daniel Dunbar | 2009-06-03 | 1 | -1/+1 |
* | Add StandardPasses.h which embeds the standard compilation passes shared by | Daniel Dunbar | 2009-06-03 | 1 | -0/+149 |
* | Revert 72650 | Bruno Cardoso Lopes | 2009-06-03 | 3 | -80/+82 |
* | Change TargetFolder's TD member from a reference to a | Dan Gohman | 2009-06-03 | 1 | -5/+7 |
* | Change ConstantFoldConstantExpression to accept a null | Dan Gohman | 2009-06-02 | 1 | -1/+1 |
* | Delete an unnecessary forward declaration. | Dan Gohman | 2009-06-02 | 1 | -1/+0 |
* | fix build on VC++2k8. | Edwin Török | 2009-06-02 | 1 | -4/+4 |
* | Simplify assertion message to avoid confusion. | Devang Patel | 2009-06-02 | 1 | -17/+15 |
* | Update to in-place spilling framework. Includes live interval scaling and tri... | Lang Hames | 2009-06-02 | 3 | -10/+39 |
* | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 4 | -23/+10 |
* | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 4 | -10/+23 |
* | Dcoument that the opauque value used to construct QNaNs is truncated | Mike Stump | 2009-06-01 | 1 | -1/+1 |
* | Fix the name of the function in this comment. | Dan Gohman | 2009-05-31 | 1 | -2/+2 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-05-30 | 3 | -82/+80 |
* | Add AMD64 elf machine type | Bruno Cardoso Lopes | 2009-05-30 | 1 | -1/+2 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 3 | -8/+388 |
* | Add some documentation. | Mike Stump | 2009-05-30 | 1 | -1/+6 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 4 | -14/+20 |
* | Add support for letting the client choose different flavors of NaNs. Testcas... | Mike Stump | 2009-05-30 | 1 | -4/+5 |
* | Untabify. | Bill Wendling | 2009-05-30 | 2 | -7/+7 |
* | Default isNarrowingProfitable to false. | Evan Cheng | 2009-05-29 | 1 | -1/+1 |
* | Added optimization that narrow load / op / store and the 'op' is a bit twiddl... | Evan Cheng | 2009-05-28 | 1 | -0/+7 |
* | LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as many | Jeffrey Yasskin | 2009-05-26 | 1 | -1/+2 |
* | Give SCEVNaryExpr a doxygen comment. | Dan Gohman | 2009-05-26 | 1 | -0/+4 |
* | Eliminate VarInfo::UsedBlocks. | Evan Cheng | 2009-05-26 | 1 | -4/+0 |
* | Various comment fixes. | Dan Gohman | 2009-05-24 | 1 | -2/+2 |
* | Change ScalarEvolution::getSCEVAtScope to always return the original value | Dan Gohman | 2009-05-24 | 1 | -2/+2 |
* | Generalize SCEVExpander::visitAddRecExpr's GEP persuit, and avoid | Dan Gohman | 2009-05-24 | 1 | -2/+2 |
* | The rewriter may hold references to instructions that are deleted because the... | Edwin Török | 2009-05-24 | 1 | -1/+1 |
* | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -2/+5 |
* | available_externall linkage is not local, this was confusing the codegenerator, | Edwin Török | 2009-05-23 | 1 | -2/+1 |