2009-08-11 |
Benjamin Kramer | Silence MSVC warning. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Evan Cheng | Fix the previous accidental commit. Now shrinking commo... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Evan Cheng | Fix Thumb2 load / store addressing mode matching code... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Evan Cheng | 80 column violation. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Erick Tryzelaar | Change llvm-c's ordering of contexts to make it consistent. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Evan Cheng | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Evan Cheng | Adding a blank line back. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Devang Patel | Link metadata. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Devang Patel | Remove dead metadata. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Jakob Stoklund... | Rebuild RegScavenger::DistanceMap each time it is needed. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Daniel Dunbar | Fix a -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Bob Wilson | Convert more Neon tests to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Bob Wilson | Use vAny type to get rid of Neon intrinsics that differ... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Bob Wilson | Fix a few more places in TableGen that need to handle... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Daniel Dunbar | llvm-mc/X86: Parse '*' correctly (in the way the matche... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Daniel Dunbar | llvm-mc: Accept .word as a synonym for .short |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Daniel Dunbar | llvm-mc: Honor -o option (and add -f). |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Daniel Dunbar | llvm-mc: Sketch parsing for .file, .line, and .loc... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Daniel Dunbar | llvm-mc: Fix darwin .section parsing. It was skipping... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Daniel Dunbar | llvm-mc/AsmParser: Implement automatic classification... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Sanjiv Gupta | Fixed more problems caused by 78142. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
David Goodwin | Replace DOUT. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Bob Wilson | Use new EVT::vAny type to combine Neon intrinsics for... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Bob Wilson | Add a new overloaded EVT::vAny type for use in TableGen... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Sean Callanan | Added the x86 INT instructions; both the special-case... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
David Goodwin | Fix bug in NEON convert for single-precision FP. This... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Gabor Greif | Lay the groundwork for my upcoming ilist sentinel shrin... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Jim Grosbach | Add stdlib.h |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Jim Grosbach | SjLj based exception handling unwinding support. This... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Enable Thumb2 instruction shrinking (32-bit to 16-bit... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Lang Hames | Modified VNInfo. The "copy" member is now a union which... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Dan Gohman | Fix a bug in the DAGCombiner's handling of multiple... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Dan Gohman | Fix a bug where DAGCombine was producing an illegal... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Use FileCheck... its good for you... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Devang Patel | Remove MDNode from ValueMap when MDNode is destroyed. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Fix test. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Owen Anderson | Rename MVT to EVT, in preparation for splitting SimpleV... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Eric Christopher | Whitespace, 80-column, and isTwoAddress -> Constraints... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Devang Patel | Rename MDNodeSet as MDNodes. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Fix test. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Devang Patel | Align comments. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Use NEON for single-precision int<->FP conversions. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Devang Patel | Do not rely on magic "llvm.dbg.*" global variable name... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Devang Patel | Keep track of DIType. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Owen Anderson | Remove a bunch of debugging code that was slowing PBQP... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Eric Christopher | Fix up whitespace, remove commented out code. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmParser: Disambiguate i64i8imm. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmParser: Allow .td users to redefine the... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | Rename ConvertType to ConvertConstant to avoid a name... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Owen Anderson | SimpleValueType-ify a few more methods on TargetLowering. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Handle the constantfp created during post-legalization... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Owen Anderson | Continue the SimpleValueType-ification. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Erick Tryzelaar | Fix ocaml "make check" tests, that wasn't finding the... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Erick Tryzelaar | Fix comment in llvm.mli. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Erick Tryzelaar | Convert comments to C90-style so llvm-c can import... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Erick Tryzelaar | Fix docstring for ocaml binding's const_float. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmMatcher: Remove some code which has been... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmMatcher: Fix thinko, Mem isn't a subclass... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Devang Patel | We are not using FoldingSet for metadata uniquing anymore. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Owen Anderson | Start moving TargetLowering away from using full MVTs... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmMatcher: Change assembler parser match class... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Benjamin Kramer | g++ 4.0 doesn't have std::vector::data. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Owen Anderson | Change the MDNode uniquing to a ValueMap, at Devang... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | split MachO section handling stuff out to its out ... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | add a fixme |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | arm only needs to emit one .align directive for hidden... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | make sure that arm nonlazypointers are aligned properly |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | Fix a weird ppc64-specific link error during an llvm... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | fix some warnings for the MSVC build, by Yonggang Luo! |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Dan Gohman | Make this comment more closely reflect the code. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Dan Gohman | Add nounwind keywords. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Greene | Add support for printing loop structure information... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Devang Patel | Clarify limitations of a ModulePass requiring a Functio... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | llvm-mc/AsmParser: Check for matches with super classes... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Checkpoint scheduling itinerary changes. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
David Goodwin | Post RA scheduler changes. Introduce a hazard recognize... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Watch out for empty BB. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | rev, rev16, and revsh do not set CPSR. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Duh. Most 16-bit Thumb rr instructions are two-address... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | CPSR can be livein; transfer predicate operands correct... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Add support for folding loads / stores into 16-bit... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Use tMOVgpr2gpr instead of t2MOVr. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | Add support for a user supplied pointer argument to... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Bruno Cardoso... | Move ConstantExpr handling to ResolveConstantExpr metho... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Add support to reduce most of 32-bit Thumb2 arithmetic... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Evan Cheng | Always use the 16-bit tMOVgpr2gpr instead of the 32... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | Make the big switch: Change MCSectionMachO to represent... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | add a simple back() method to StringRef. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Benjamin Kramer | Use abs64 instead abs; some platforms don't have a... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Evan Cheng | Add support to convert 32-bit instructions to 16-bit... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Chris Lattner | always end a section with \n on elf. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | Disable this test for now, we don't check for super... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Implement user defined super classes. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Bob Wilson | Add tests for Neon VZIP and VUZP instructions. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Bob Wilson | Add a test for Neon VTRN instructions. |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Daniel Dunbar | llvm-mc/AsmParser: Separate instruction ordering for... |
commit | commitdiff | tree | snapshot |
next |