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 |
2009-06-21 |
Dan Gohman | Rename a variable for consistency with the ExitBlock... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dan Gohman | Fix ScalarEvolution's backedge-taken count computations... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | rename SourceMgr::PrintError to PrintMessage. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | set up the top-level parsing loop. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | stub out parser for asm files. Change invariant on... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | add string literals. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | hopefully fix the build on linux. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | simplify some error recovery stuff. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | implement enough of a lexer to get through Olden/health... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Rafael Espindola | Fix PR4185. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | oh yeah, cmake needs to be told explicitly about new... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | some baby steps. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | prune #include, fix warning. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | start wiring up support for asm parsing. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | move include searching logic from TGLexer to SourceMgr. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | Rename TGSourceMgr -> SourceMgr. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | rename TGLoc -> SMLoc. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | move TGSourceMgr class out of TableGen into libsupport. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | simplify closing paren and (rip) printing. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | indentation fix |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Nick Lewycky | Expand this test to handle more cases (remainder and... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | fit in 80 cols |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | remove #if 0 code |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | cosmetic changes. |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Chris Lattner | implement PR4424: 0/x is always 0 for integer division. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | change TLS_ADDR lowering to lower to a real mem operand... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | no need for unwind info |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | no need for unwind info here. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | remove dead code, the main codepath never has to deal |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | eliminate the "call" operand modifier from the asm... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Duncan Sands | Clarify that if the alignment is zero then an alignment |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | fix edit-o |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | some comments and cleanup |
commit | commitdiff | tree | snapshot |
next |