2009-06-24 |
Dan Gohman | Simplify [su]max(MAX, n) to MAX. This comes up in loop... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | When inserting code into a loop preheader, insert it... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Duncan Sands | Add new files to cmake list. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Duncan Sands | Start sketching 2.6 release notes. This provides a |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Evan Cheng | Move thumb and thumb2 tests into separate directories. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | factor some code better. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | wire up support for MCContext/MCStreamer in -experiment... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | remove dead makefile flags. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | remove dead makefile flags. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | implement a bunch of synonyms for section switching. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Delete some orphaned comments, fix some 80-column viola... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Remove an obsolete comment and fix some 80-column viola... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | add support for parsing and emitting .section directive... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | add trivial support for passing label definitions throu... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Lang Hames | Fixed a bug in LiveInterval scaling (failure to scale... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Evan Cheng | Fix support for inline asm input / output operand tying... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Add a testcase demoing some of ScalarEvolution's new... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Extend ScalarEvolution's multiple-exit support to compu... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Nick Lewycky | Unbreak build on Linux by removing Darwinism. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Teach GetMinSignBits about SCEVAddExprs. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Daniel Dunbar | Start MCAsmStreamer implementation. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Revert this accidental commit. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Move the special cases for constants out of getUnknown... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | create an MCStreamer and provide it to AsmParser. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | stub out a trivial constructor method. |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Dan Gohman | Use ScalarEvolution::getConstant instead of getUnknown... |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Chris Lattner | make the lexer unique strings it lexes instead of passi... |
commit | commitdiff | tree | snapshot |
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 |
next |