2009-06-24 |
Dan Gohman | Include the maximum trip count expression in ScalarEvol... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Add an isAllOnesValue utility function, similar to... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Don't emit a redundant BitCastInst if the value to... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Owen Anderson | Guard the listeners list. Unfortunately, this requires... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Bob Wilson | Provide InitializeAllTargets and InitializeNativeTarget... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Daniel Dunbar | Update for MCImm -> MCValue rename. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Chris Lattner | rename MCImm ->MCValue. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Sean Callanan | Test commit: fixed spacing. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Daniel Dunbar | Add comments for the MCStreamer interface. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Devang Patel | It is not a good idea to have data member's name match... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Devang Patel | Use getReturnTypeName() to print return type. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Devang Patel | upgrade |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Devang Patel | Add DISubprogram::getReturnTypeName() |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Daniel Dunbar | Start flushing out MCContext. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Daniel Dunbar | Set svn:ignore for {llvm/Config/AsmPrinters,Targets... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Use atomic operations when accessing statistics, and... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Add atomic multiply and divide operations, built on... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Douglas Gregor | Reinstate target dependencies on Table_gen targets... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Make timers threadsafe again. This isn't quite as... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Mikhail Glushenkov | Temporary copy-pasto to make examples compile. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Mikhail Glushenkov | Make llvmc work again. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Mikhail Glushenkov | Typo. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Mikhail Glushenkov | A little bit nicer formatting. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Mikhail Glushenkov | Typo. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Daniel Dunbar | Start sketching MCStreamer interface. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Revert my last series of commits related to Timer and... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Bill Wendling | Add include file to get the type for in64_t. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Test instructions operands were printed in the wrong... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Bill Wendling | "The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Lang Hames | Switched size_t to int64_t to prevent type mismatch... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Proper patterns for thumb2 shift and rotate instructions. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Code clean up. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Add IsThumb1Only to most 16-bit thumb instructions... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Chris Lattner | add a simple MCImm class. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Dale Johannesen | The correct values here (as defined by gcc-4.2) are |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Chris Lattner | refactor a bunch of X86 specific stuff out to its own... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Dale Johannesen | This test only works on ppc32 if some optimization... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Atomic ops that do arithmetic use signed arithmetic. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Douglas Gregor | CMake: remove support for llvm-config-generated depende... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Actually, these need to be signed integers, not unsigned. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Rename SelectShifterOperand to SelectThumb2ShifterOpera... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Use 64-bit integer counters for tracking time, rather... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Dale Johannesen | See test. Judging from PR 1278, at the time the test... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Label the existing atomic functions as 32-bit specific... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Douglas Gregor | Eliminate some unused code in CMa'e add_llvm_target... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Douglas Gregor | Eliminate object-relinking support from CMake. Fixes... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Obvious typo. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Chris Lattner | add an accessor. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Initial Thumb2 support. Majority of the work is done... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Add an atomic add operation. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Make the lazy initialization of DefaultTimerGroup threa... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Douglas Gregor | Regenerate configure script |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Douglas Gregor | Work around build problem with OpenJDK, which defines... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Bob Wilson | Add myself to the list. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Revert r73923, which broke clang. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Sanjiv Gupta | Fold the add (ptr, offset) into ptr[offset] only if... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Chris Lattner | implement a trivial binary expression parser, we can... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Minor reorg. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Evan Cheng | Replace isTwoAddress with operand constraint. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Bruno Cardoso... | Use a default alignment for data and bss sections. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Chris Lattner | get a definition of strull on windows, thanks to Howard Su. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Guard the layout info object. |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Owen Anderson | Guard the plugin loader. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Owen Anderson | Add guards around timer groups, which can be shared. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Fix a bug in the trip-count computation with And/Or... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Bob Wilson | Add support for ARM's Advanced SIMD (NEON) instruction... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Owen Anderson | Guard the statistics table. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Owen Anderson | Guard the global annotation tables. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Owen Anderson | Add locking around the external function lookup table... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Owen Anderson | Remove unneeded #include. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Fix a few minor issues that were exposed by the removal... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Bob Wilson | Add explicit types for shift count constants. This... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Fix llvm::ComputeNumSignBits to handle pointer types |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Owen Anderson | Remove the parent pointer from SCEV, since it did not... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Owen Anderson | SCEVHandle is no more! |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Bob Wilson | Use thumb2 for ARM architectures V6T2 and later. Fix... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Fix some typos that Duncan noticed. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Evan Cheng | It's coalescer, not coaleser. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Bob Wilson | For Darwin on ARMv6 and newer, make register r9 availab... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dale Johannesen | Fix memcpy expansion so it won't generate invalid |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Evan Cheng | Fix another register coalescer crash: forgot to check... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Bruno Cardoso... | Use different functions to emit the string and symbol... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Bruno Cardoso... | Add more methods to gather target specific elf stuff |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Evan Cheng | hasFP should return true if frame address is taken. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Owen Anderson | Banish global state from ScalarEvolution! SCEV uniquin... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Bob Wilson | Recognize and handle ARM v7 target triples for Darwin. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Bob Wilson | Fix llvm-gcc build for armv6t2 and later architectures... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Make use of getUMinFromMismatchedTypes when computing... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Add a getUMinFromMismatchedTypes helper function. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Duncan Sands | Include cstdio to get EOF, needed with gcc-4.4. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Chris Lattner | process memory operands with a parenthesized expression... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Chris Lattner | Implement full support for parsing primary expressions... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Chris Lattner | implement parser support for '*' operands, as in "call... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Chris Lattner | implement memory operand parsing. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dale Johannesen | Testcase for (llvm-gcc) 73873. Usually |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Factor out code for computing umin and smin for SCEV... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Chris Lattner | start implementing some simple operand parsing. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Teach ScalarEvolution how to analyze loops with multipl... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Delete an unused variable. |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dan Gohman | Fix this code to correctly handle loops with multiple... |
commit | commitdiff | tree | snapshot |
next |