2007-04-22 |
Reid Spencer | For PR1136: |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Reid Spencer | Terminate with newline. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Reid Spencer | Undo premature commit. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Reid Spencer | Terminate file with newline. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Jeff Cohen | Implement review feedback. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Jeff Cohen | Teach Visual Studio about Bitcode. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Jeff Cohen | Undo erroneous corrections. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Reid Spencer | Fix the comparison of language names to accept any... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Christopher... | Fix generation of certain scheduler itineraries. |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | add llvm ir bitcode definition file |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | don't break reading from stdin |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | link in bitwriter library |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | teach llvm-dis to read bitcode files |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | add a temporary -bitcode option, which instructs llvm... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | build the bitcode dir |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | Initial support for writing bitcode files. This curren... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | Initial support for reading bitcode files. They curren... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Chris Lattner | Define the content-independent interfaces to read/write... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Reid Spencer | Make running these tests conditional on llvm-gcc suppor... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Reid Spencer | For PR1146: |
commit | commitdiff | tree | snapshot |
2007-04-22 |
Reid Spencer | Add the --host-target option. |
commit | commitdiff | tree | snapshot |
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 |
next |