- c93d837 Add some debug output. by David Goodwin · 15 years ago
- 754bdac Fix struct/class mismatch. by Benjamin Kramer · 15 years ago
- 104eac1 Use isa instead of dyn_cast when the result is only converted to bool. by Dan Gohman · 15 years ago
- a44fa83 Fix cut-n-pasto in comment. by Devang Patel · 15 years ago
- cdc17eb fix GetInstSizeInBytes for eh_sjlj_setjmp by Jim Grosbach · 15 years ago
- 59c4f5c Add convenience functions for creating exact sdiv operators, and by Dan Gohman · 15 years ago
- d30658c Avoid implicitly depending on Instructions.h. by Dan Gohman · 15 years ago
- 02552de move some 32-bit instrs to x86instrinfo.td by Chris Lattner · 15 years ago
- f221c0b Revert 78662 to fix broken windows build. Add a comment which explains the problem. by Benjamin Kramer · 15 years ago
- 327365e This void is implicit in C++. by Benjamin Kramer · 15 years ago
- ffef8ac Tidy #includes. by Dan Gohman · 15 years ago
- 3108222 Simplify this code. The case where one class is GR64RegClass and the by Dan Gohman · 15 years ago
- b2d746c Add an explicit keyword. by Dan Gohman · 15 years ago
- 7f4151b ConstantFolder and NoFolder no longer require their Context members. by Dan Gohman · 15 years ago
- d3fe75e now that these are in file-check format, we can merge them together by Chris Lattner · 15 years ago
- a124430 Fix a typo in an assertion string. by Dan Gohman · 15 years ago
- 3751aa5 Use the default copy-ctor, copy-assignment, and destructor. by Dan Gohman · 15 years ago
- d1ad72f Add a comment about the additional meaning of setPreservesCFG() for by Dan Gohman · 15 years ago
- 0040725 Don't assume that external global variables are aligned at their preferred by Dan Gohman · 15 years ago
- 00b0a24 Remove unnecessary throw() specifications; LLVM doesn't use exceptions. by Dan Gohman · 15 years ago
- 764ab52 Whitespace cleanup. Remove trailing whitespace. by Jim Grosbach · 15 years ago
- f128787 Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cstdlib> in the header. by Jim Grosbach · 15 years ago
- 1b2d0b8 Remove unnecessary casts. by Dan Gohman · 15 years ago
- d443ee6 Add const qualifiers. by Dan Gohman · 15 years ago
- 3c8178e Remove an unnecessary mutable. by Dan Gohman · 15 years ago
- 7e83697 Regenerate per request of Gabor Greif (r78628) by Shantonu Sen · 15 years ago
- 6b83198 Silence MSVC warning. by Benjamin Kramer · 15 years ago
- 195c71b Fix the previous accidental commit. Now shrinking common Thumb2 load / store instructions. by Evan Cheng · 15 years ago
- 3a21425 Fix Thumb2 load / store addressing mode matching code. Do not use so_reg form to by Evan Cheng · 15 years ago
- 1cf5783 80 column violation. by Evan Cheng · 15 years ago
- ccf9f2b Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 15 years ago
- 4a8ea21 Cosmetic changes. by Evan Cheng · 15 years ago
- 7fb8c3f Adding a blank line back. by Evan Cheng · 15 years ago
- ae709ea Link metadata. by Devang Patel · 15 years ago
- 9d3627e Remove dead metadata. by Devang Patel · 15 years ago
- 8c54a62 Rebuild RegScavenger::DistanceMap each time it is needed. by Jakob Stoklund Olesen · 15 years ago
- d4d415a Fix a -Asserts warning. by Daniel Dunbar · 15 years ago
- d1fa3f5 Convert more Neon tests to use FileCheck. by Bob Wilson · 15 years ago
- b0abb4d Use vAny type to get rid of Neon intrinsics that differed only in whether by Bob Wilson · 15 years ago
- 9b6a53a Fix a few more places in TableGen that need to handle EVT::vAny types. by Bob Wilson · 15 years ago
- 0db68f4 llvm-mc/X86: Parse '*' correctly (in the way the matcher expects). by Daniel Dunbar · 15 years ago
- 1e840b2 llvm-mc: Accept .word as a synonym for .short by Daniel Dunbar · 15 years ago
- bfc0f34 llvm-mc: Honor -o option (and add -f). by Daniel Dunbar · 15 years ago
- d0c14d6 llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these by Daniel Dunbar · 15 years ago
- ace6312 llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' by Daniel Dunbar · 15 years ago
- ea6408f llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands. by Daniel Dunbar · 15 years ago
- a418628 Fixed more problems caused by 78142. by Sanjiv Gupta · 15 years ago
- 3a5f0d4 Replace DOUT. by David Goodwin · 15 years ago
- f24bd40 Use new EVT::vAny type to combine Neon intrinsics for VPADD. by Bob Wilson · 15 years ago
- 61fc4cf Add a new overloaded EVT::vAny type for use in TableGen to allow intrinsic by Bob Wilson · 15 years ago
- 1c5cf1b Added the x86 INT instructions; both the special-case INT 3 and the general-case by Sean Callanan · 15 years ago
- f35290c Fix bug in NEON convert for single-precision FP. This also fixes the tblgen warnings. by David Goodwin · 15 years ago
- 10971d8 Lay the groundwork for my upcoming ilist sentinel shrinking patch by Gabor Greif · 15 years ago
- 3034e8f Add stdlib.h by Jim Grosbach · 15 years ago
- 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
- 3a1f0f6 Enable Thumb2 instruction shrinking (32-bit to 16-bit) pass. Convert a bunch of thumb2 tests to FileCheck. by Evan Cheng · 15 years ago
- 52c1afc Modified VNInfo. The "copy" member is now a union which holds the copy for a register interval, or the defining register for a stack interval. Access is via getCopy/setCopy and getReg/setReg. by Lang Hames · 15 years ago
- 00edf39 Fix a bug in the DAGCombiner's handling of multiple linked by Dan Gohman · 15 years ago
- a407ca1 Fix a bug where DAGCombine was producing an illegal ConstantFP by Dan Gohman · 15 years ago
- c5cfea3 Use FileCheck. by David Goodwin · 15 years ago
- 4980187 Use FileCheck... its good for you... by David Goodwin · 15 years ago
- 286d9e4 Remove MDNode from ValueMap when MDNode is destroyed. by Devang Patel · 15 years ago
- af37f34 Fix test. by David Goodwin · 15 years ago
- e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 15 years ago
- a8c6908 Whitespace, 80-column, and isTwoAddress -> Constraints = "" changes. by Eric Christopher · 15 years ago
- 6418a3c Rename MDNodeSet as MDNodes. by Devang Patel · 15 years ago
- aeb66fe Fix test. by David Goodwin · 15 years ago
- 1490d0f Align comments. by Devang Patel · 15 years ago
- 338268c Use NEON for single-precision int<->FP conversions. by David Goodwin · 15 years ago
- 715c662 Do not rely on magic "llvm.dbg.*" global variable name to find debug info. by Devang Patel · 15 years ago
- 72bcdb6 Keep track of DIType. by Devang Patel · 15 years ago
- 4600d17 Remove a bunch of debugging code that was slowing PBQP down by 25% or so. by Owen Anderson · 15 years ago
- 027c2b1 Fix up whitespace, remove commented out code. by Eric Christopher · 15 years ago
- 44f63f9 llvm-mc/AsmParser: Disambiguate i64i8imm. by Daniel Dunbar · 15 years ago
- 5c468e3 llvm-mc/AsmParser: Allow .td users to redefine the names of the methods to call by Daniel Dunbar · 15 years ago
- e74f3c0 Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc. by Daniel Dunbar · 15 years ago
- d6662ad SimpleValueType-ify a few more methods on TargetLowering. by Owen Anderson · 15 years ago
- e2b861f Handle the constantfp created during post-legalization dag combiner phase. by Evan Cheng · 15 years ago
- 7067184 Continue the SimpleValueType-ification. by Owen Anderson · 15 years ago
- 1afd3e6 Fix ocaml "make check" tests, that wasn't finding the proper c++ compiler. by Erick Tryzelaar · 15 years ago
- 86c9d6b Fix comment in llvm.mli. by Erick Tryzelaar · 15 years ago
- a84b155 Convert comments to C90-style so llvm-c can import DataTypes.h. by Erick Tryzelaar · 15 years ago
- 2b526fe Fix docstring for ocaml binding's const_float. by Erick Tryzelaar · 15 years ago
- ac6b4f2 llvm-mc/AsmMatcher: Remove some code which has been obsoleted by move to by Daniel Dunbar · 15 years ago
- 8e00117 llvm-mc/AsmMatcher: Fix thinko, Mem isn't a subclass of Imm. by Daniel Dunbar · 15 years ago
- d7de19a We are not using FoldingSet for metadata uniquing anymore. by Devang Patel · 15 years ago
- 77547be Start moving TargetLowering away from using full MVTs and towards SimpleValueType, which will simplify the privatization of IntegerType in the future. by Owen Anderson · 15 years ago
- 338825c llvm-mc/AsmMatcher: Change assembler parser match classes to their own record by Daniel Dunbar · 15 years ago
- b2d555b g++ 4.0 doesn't have std::vector::data. by Benjamin Kramer · 15 years ago
- 0631fce Change the MDNode uniquing to a ValueMap, at Devang's request. by Owen Anderson · 15 years ago
- f9bdedd split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 15 years ago
- e15c2d7 add a fixme by Chris Lattner · 15 years ago
- f3231de arm only needs to emit one .align directive for hidden nlp's, not one by Chris Lattner · 15 years ago
- c076a97 make sure that arm nonlazypointers are aligned properly by Chris Lattner · 15 years ago
- e1e8a82 Fix a weird ppc64-specific link error during an llvm-gcc build: by Chris Lattner · 15 years ago
- 12b2bda fix some warnings for the MSVC build, by Yonggang Luo! by Chris Lattner · 15 years ago
- eb1fedc Make this comment more closely reflect the code. by Dan Gohman · 15 years ago
- 5743a3f Add nounwind keywords. by Dan Gohman · 15 years ago
- b71d1b2 by David Greene · 15 years ago
- 468857f Clarify limitations of a ModulePass requiring a FunctionPass. by Devang Patel · 15 years ago