- e4df756 When in -static mode, force the PIC style to none. Doing this requires fixing by Chris Lattner · 16 years ago
- b133a0a merge two identical functions and simplify things that are GOT specific by Chris Lattner · 16 years ago
- e3ee6f1e hoist check for IsTailCall to callers. Eliminate redundant check for by Chris Lattner · 16 years ago
- 951bf7d change a few methods to be static functions. by Chris Lattner · 16 years ago
- 7c10e0e one more added assert. by Chris Lattner · 16 years ago
- 39f56b6 remove eh, convert to FileCheck style by Chris Lattner · 16 years ago
- 4aa21aa move handling of dllimport linkage in isel, not in asmprinter. by Chris Lattner · 16 years ago
- f4a9774 we have no tests for dllimport/export. Add one. by Chris Lattner · 16 years ago
- 0a249a8 Work around an ICE in gcc-4.2.4. by Jeffrey Yasskin · 16 years ago
- 885ce84 one more assertion! by Chris Lattner · 16 years ago
- 033bcee add some more assertions. Remove code to handle dllimport on darwin. by Chris Lattner · 16 years ago
- 2e4284d Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE by Dan Gohman · 16 years ago
- 44f7bbd remove "asmcall", using print_pcrel_imm instead of printOperand. by Chris Lattner · 16 years ago
- b172b0b simplify some logic by Chris Lattner · 16 years ago
- 9f44b3a * add some assertions for sanity checking. by Chris Lattner · 16 years ago
- af9005d stop on the first file mismatch. by Chris Lattner · 16 years ago
- 600f175 add a test for dale's recent change. by Chris Lattner · 16 years ago
- 7c71822 Make SmallPtrSet iterators real iterators by Douglas Gregor · 16 years ago
- c341f1c LLVMContext-ification. by Owen Anderson · 16 years ago
- ab711cc switch test to FileCheck-style and test the P and non-P cases. by Chris Lattner · 16 years ago
- e5646cc rename a test to make it a feature test. by Chris Lattner · 16 years ago
- f1daf7d Use common code for both ARM and Thumb-2 instruction and register info. by David Goodwin · 16 years ago
- 8529d28 * manually concatenate two string literals by Chris Lattner · 16 years ago
- dda0f4c - Add some NEON ld / st instruction static encoding. by Evan Cheng · 16 years ago
- d109540 Fix thinko. by Devang Patel · 16 years ago
- 7309762 Fix the AssertingVH unittests. by Jeffrey Yasskin · 16 years ago
- 489393d Add an option to allocate JITed global data separately from code. By by Jeffrey Yasskin · 16 years ago
- e41dec6 by David Greene · 16 years ago
- 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 16 years ago
- 229509a by David Greene · 16 years ago
- 59629c1 by David Greene · 16 years ago
- 320671d Update SLotTracker to handle MDNode slots. Simplify MDNode printing. by Devang Patel · 16 years ago
- f2d754b Nowadays vectors are only split if they have an even by Duncan Sands · 16 years ago
- e7cbe41 Change how so_imm and t2_so_imm are handled. At instruction selection time, the immediates are no longer encoded in the imm8 + rot format, that are left as it is. The encoding is now done in ams printing and code emission time instead. by Evan Cheng · 16 years ago
- c3d505c Recommit r74952 with a bug fix: by Bill Wendling · 16 years ago
- 058a024 Use interators instead of counters for loops. by Bill Wendling · 16 years ago
- 3046470 Missed an exit during the conversion. by Torok Edwin · 16 years ago
- dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
- d1fbd14 Push LLVMContext _back_ through IRBuilder. by Owen Anderson · 16 years ago
- 096e728 Switch all the MC tests to use FileCheck. by Chris Lattner · 16 years ago
- 648f997 convert to FileCheck style. by Chris Lattner · 16 years ago
- 2ed3346 Implement NEON vst1 instruction. by Bob Wilson · 16 years ago
- 77521f5 Generalize opcode selection in ARMBaseRegisterInfo. by David Goodwin · 16 years ago
- cecbc96 Fix cmake build. Added ARMBaseRegisterInfo.cpp to lib/Target/ARM/CMakeLists.txt by Xerxes Ranby · 16 years ago
- 1c7eea6 by Devang Patel · 16 years ago
- 59ae6b9 Make the code that updates ScalarEvolution's internal state in response by Dan Gohman · 16 years ago
- 85ebb0f Tell ScalarEvolution to forget a loop before starting to delete it. by Dan Gohman · 16 years ago
- 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 16 years ago
- e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
- 515cdbe add some more check for vector compares. by Chris Lattner · 16 years ago
- 57e56cd convert a test to "FileCheck" style. by Chris Lattner · 16 years ago
- 81cb8ca Add a new little "FileCheck" utility for regression testing. by Chris Lattner · 16 years ago
- db5a71a Push methods into base class in preparation for sharing. by David Goodwin · 16 years ago
- 205a5ca Implement NEON vld1 instructions. by Bob Wilson · 16 years ago
- ab7c09b Start converting to new error handling API. by Torok Edwin · 16 years ago
- 4de77f8 Conform... by David Goodwin · 16 years ago
- c140c48 Start breaking out common base functionality for register info. by David Goodwin · 16 years ago
- b6017b0 convert comments to doxygen style by Chris Lattner · 16 years ago
- a928f27 Add rev16 test... xfail for now by David Goodwin · 16 years ago
- a565f7a Add myself to blame file... by David Goodwin · 16 years ago
- 334c264 Checkpoint Thumb2 Instr info work. Generalized base code so that it can be shared between ARM and Thumb2. Not yet activated because register information must be generalized first. by David Goodwin · 16 years ago
- 8c899ee Remove trailing whitespace. Reorder some methods by Duncan Sands · 16 years ago
- 91f935e Update the example to show that an archive can contain llvm bitcode. by Rafael Espindola · 16 years ago
- 13223c9 Trial first commit Fixed build, requires std header before using std::string by Alisdair Meredith · 16 years ago
- 2d76f25 Mark sublw_cc and subfw_cc as Terminator insns so that they are part of the terminator insns for a basic block alongwith branch insns. This way a copy is not getting inserted between cmp and branch during PHIElimination disturbing the status flags. by Sanjiv Gupta · 16 years ago
- 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
- 34a0fa3 Add a Thumb2 instruction flag to that indicates whether the instruction can be transformed to 16-bit variant. by Evan Cheng · 16 years ago
- 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
- 8b8d31e remove two methods that no longer exist. by Chris Lattner · 16 years ago
- 01d9a1b more getting windows to build. by Chris Lattner · 16 years ago
- a47d966 eliminate the v[if]cmp versions of these tests, now that [if]cmp+sext works. by Chris Lattner · 16 years ago
- b2773e1 Change these tests to use [fi]cmp+sext instead of v[fi]cmp. No by Chris Lattner · 16 years ago
- 2b7a271 dag combine sext(setcc) -> vsetcc before legalize. To make this safe, by Chris Lattner · 16 years ago
- 8e5a084 hopefully fix the build on windows. by Chris Lattner · 16 years ago
- c9a4153 Add a todo. by Evan Cheng · 16 years ago
- 0fc0ade Also statically set bit 25 for BR_JT instructions. by Evan Cheng · 16 years ago
- f81b576 LLVMContext-ification. by Owen Anderson · 16 years ago
- bc8a945 Statically encode bit 25 to indicate immediate form of data processing instructions. Patch by Sean Callanan. by Evan Cheng · 16 years ago
- 97b4d4a --- Reverse-merging (from foreign repository) r74952 into '.': by Bill Wendling · 16 years ago
- a4f7318 SelectionDAG::SignBitIsZero doesn't work right for vectors, by Chris Lattner · 16 years ago
- 9fcff04 Commit the file I actually changed as part of last by Dale Johannesen · 16 years ago
- 8ea5ec6 Operand of asm("call") (the callee function) is represented by Dale Johannesen · 16 years ago
- c2c27b3 add support for legalizing an icmp where the result is illegal (4xi1) but by Chris Lattner · 16 years ago
- cb178c6 add a trivial test that vector compares work. by Chris Lattner · 16 years ago
- 0a6c2d8 random code cleanups. by Chris Lattner · 16 years ago
- 5962ed0 implement support for spliting and scalarizing vector setcc's. This by Chris Lattner · 16 years ago
- 9800e84 lower vector icmp/fcmp to ICMP/FCMP nodes with the right result by Chris Lattner · 16 years ago
- 87c411b ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same, by Chris Lattner · 16 years ago
- cd8eb8b Change NEON vldN/vstN intrinsics to specify "N" as an immediate operand by Bob Wilson · 16 years ago
- 64a3fa2 add support for vector legalizing of *_EXTEND. by Chris Lattner · 16 years ago
- 9a3b13f Fix http://llvm.org/PR4481: Make llvm-config print the right include paths when by Jeffrey Yasskin · 16 years ago
- 120505d Disable loop index split for now and let nightly tester verify its usefulness. by Devang Patel · 16 years ago
- 33d6a34 verify that the fcmp version of this works just as well as the by Chris Lattner · 16 years ago
- 261cc19 Accidently dropped this while removing dead code in previous commit. by Devang Patel · 16 years ago
- 66c6324 DWARF requires frame moves be specified at specific times. If you have a by Bill Wendling · 16 years ago
- 62e744b LLVMContext-ifiy the implementation of the C API. by Owen Anderson · 16 years ago
- 0a4afb6 Remove dead code. by Devang Patel · 16 years ago
- c9ab7bf LLVM Context-ification. by Owen Anderson · 16 years ago
- 18476ee Fix a typo and a grammaro in a comment. by Dan Gohman · 16 years ago
- e253c95 Add Thumb2 movcc instructions. by Evan Cheng · 16 years ago