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 |
2009-06-20 |
Chris Lattner | implement support for lowering subregs when preparing... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Evan Cheng | Fix PR4419: handle defs of partial uses. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Devang Patel | Remove unused field. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Devang Patel | Initialize MMI |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | hook up printMemReference. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | Start implementing translation of MachineInstr to MCIns... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Chris Lattner | make immediates be int64_t like machineoperand. Add... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Dan Gohman | Tweak this test to be a little less unusual. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Dan Gohman | Generalize isLoopGuardedByCond's checking to consider two |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Owen Anderson | Workaround for an... interesting bug in Darwin's pthrea... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Dan Gohman | Use ScalarEvolution's new GetMinSignBits and GetMinLead... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Owen Anderson | Add debugging code to test for various locking faux... |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Owen Anderson | Forgot this file. |
commit | commitdiff | tree | snapshot |
2009-06-20 |
Owen Anderson | Revert r73790, and replace it with a significantly... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | stub out some hacky code for wiring up the new asmprint... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Chris Lattner | allow clients of the asmprinter to opt-out of the boile... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Dan Gohman | Fix a typo in a comment that Frits von Bommel noticed. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Dan Gohman | Make GetMinTrailingZeros a member function of ScalarEvo... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Dan Gohman | Re-apply r73718, now that the fix in r73787 is in,... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Devang Patel | DwarfWriter is used to emit EH info also. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Evan Cheng | Enable arm pre-allocation load / store multiple optimiz... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Fix a serious bug that would cause deadlock during... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Dan Gohman | Fix LSR's OptimizeSMax to ignore max operators with... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Devang Patel | mv CodeGen/DebugLoc.h Support/DebugLoc.h |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Devang Patel | Move up dwarf writer initialization in common AsmPrinte... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Evan Cheng | Revert 73718. It's breaking 254.gap. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Anton Korobeynikov | Unbreak cyclic deps |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Fix bad paste-o in the MSVC atomics. |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Forgot to remove some explicit locking when it became... |
commit | commitdiff | tree | snapshot |
2009-06-19 |
Owen Anderson | Fences are expensive. Avoid doing them when we're... |
commit | commitdiff | tree | snapshot |
next |