2007-04-22 |
Jeff Cohen | Minor corrections. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Lauro Ramos... | Implement PIC for arm-linux. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Add a .cvsignore file. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Replace llvm_gcc_supports_ada and llvm_gcc_supports_obj... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Pass the LLVMGCC_LANGS variable through to Tcl. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Regenerate for detection of llvm-gcc supported languages |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Add support for determining which languages the llvm... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Lauro Ramos... | X86 TLS: Implement review feedback. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | llvm-dg.exp is dead, remove it. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Failure.sh is dead, remove it. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Use the llvm_supports_target function to prevent runnin... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Add the llvm_supports_target function. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Add the TARGETS_TO_BUILD variable. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Duncan Sands | Test if the compiler supports Ada, and enable Ada tests... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Always print the same "PR" information in the same... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Put failure information on a separate line. Hopefully... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | Revert Christopher Lamb's load/store alignment changes. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Reid Spencer | We only need one putchar which gives it a shot at getti... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Jeff Cohen | Make enum-valued bitfield large enough to avoid interpr... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Jeff Cohen | Fix breakage of bytecode reader when built with VC++. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Jeff Cohen | The expression "SubclassData = (SubclassData & ~1)... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Christopher... | add support for alignment attributes on load/store... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Owen Anderson | Make PredicateSimplifier not use DominatorTree. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Owen Anderson | Fix a comment. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Owen Anderson | Fix some null checks to actually test the part that... |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Chris Lattner | make this portable to 64-bit hosts |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Evan Cheng | Bug fix; add super-registers sets. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Evan Cheng | Add super-register set. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Devang Patel | Reset vertex. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Devang Patel | New test case. |
commit | commitdiff | tree | snapshot |
2007-04-21 |
Chris Lattner | Fix a bug that prevented the JIT from working correctly... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | Fix regressions introduced by my previous patch: opt... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Lauro Ramos... | Allow the lowering of ISD::GLOBAL_OFFSET_TABLE. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | avoid mutating a global in an accessor |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Jeff Cohen | Comment out usage of write() for now. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | rename JIT::state -> JIT::jitstate to avoid shadowing... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | Fix a problem where primitive types lose their name... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | catch a case that was biting jeffc |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Lauro Ramos... | Implement "general dynamic", "initial exec" and "local... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Evan Cheng | Add sub-registers set accessor. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Devang Patel | Enable Objective-C tests. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Evan Cheng | Specify S registers as D registers' sub-registers. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Evan Cheng | Specify sub-register relations. e.g. RAX: [EAX], EAX... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Evan Cheng | Add sub-registers sets. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Evan Cheng | Add sub-register sets. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | test |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | test commit |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | test commit |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | add a crazy idea |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Devang Patel | Avoid recursion. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Owen Anderson | Move more passes to using ETForest instead of Dominator... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Owen Anderson | Add null checks and const-ify these accessors. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Christopher... | Test check in |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | remove cruft |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Chris Lattner | Fix a very strange assertion message, patch by Christop... |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2007-04-20 |
Jeff Cohen | Make Microsoft assembler and linker happy. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Chris Lattner | Fix a message, patch by Christopher Lamb. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Lauro Ramos... | Fix a bug in getFrameRegister. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Zhou Sheng | Make use of ConstantInt::isZero instead of ConstantInt... |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Zhou Sheng | Make the operations of APInt variables more efficient. |
commit | commitdiff | tree | snapshot |
2007-04-19 |
Jeff Cohen | Fix some VC++ warnings. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Evan Cheng | Revert Owen's last check-in. This is breaking Mac OS... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Jeff Cohen | Provide link. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Dan Gohman | Fix the spelling of the prefetchnta instruction. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Owen Anderson | Revert changes that caused breakage. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Owen Anderson | Switch more uses of DominatorTree over to ETForest. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Owen Anderson | Use ETForest instead of DominatorTree. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Owen Anderson | Add accessor to get the blocks immediately dominated... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Evan Cheng | VarInfo::UsedBlocks is no longer used. Remove. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Owen Anderson | Use ETForest instead of DominatorTree. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Owen Anderson | Use new ETForest accessor. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Owen Anderson | Use ETForest instead of DominatorTree. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Owen Anderson | Add an accessor to make ETForest more useful. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Chris Lattner | allow SRL to simplify its operands, as it doesn't deman... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Chris Lattner | When replacing a node in SimplifyDemandedBits, if the... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Chris Lattner | fix a pasto |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Evan Cheng | New crasher test case. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Evan Cheng | Don't populate TryAgainList when coalescing only physic... |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Devang Patel | Cache DT[*SI] lookup. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Chris Lattner | don't access argument list of prototypes |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Devang Patel | Fix |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Devang Patel | New test. |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Chris Lattner | what's an & between friends? |
commit | commitdiff | tree | snapshot |
2007-04-18 |
Evan Cheng | Increment use count of new virtuals created during... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Chris Lattner | Be more careful when inserting reused instructions... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Evan Cheng | Oops. Didn't mean to check in a quick hack. |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Chris Lattner | Fix a bug in my previous patch, grabbing the shift... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Chris Lattner | dag combiner just got better at pruning bits. This... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Chris Lattner | Fold (x << c1)>> c2 into a single shift if the bits... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Duncan Sands | Use // not ; since this is C. |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Evan Cheng | Copy coalescing change to prevent a physical register... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Devang Patel | New test case. |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Evan Cheng | Add a register allocation preference field; add a metho... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Evan Cheng | Change getAllocatableSet() so it returns allocatable... |
commit | commitdiff | tree | snapshot |
2007-04-17 |
Evan Cheng | Keep track of number of uses within the function per... |
commit | commitdiff | tree | snapshot |
next |