- f89d1dc Refine further the scope where the global DebugLoc value is active. by Dan Gohman · 15 years ago
- 4b67bc1 Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn't by Nick Lewycky · 15 years ago
- 107ae0a Silence an unused variable warning. by Eric Christopher · 15 years ago
- a0bada7 fix comment noticed by Bob by Chris Lattner · 15 years ago
- 607a7ab back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 15 years ago
- 5f03782 move comment. by Chris Lattner · 15 years ago
- d55c1c1 fix PR6832: we were using the alignment of a pointer when we by Chris Lattner · 15 years ago
- aa08c55 Create an exports file, so that the plugin only exports the onload symbol. by Dan Gohman · 15 years ago
- f692003 Make things static that don't need to be referenced from outside the file. by Dan Gohman · 15 years ago
- a001b66 improve comments. by Chris Lattner · 15 years ago
- 0b09e12 Add an svn:ignore. by Dan Gohman · 15 years ago
- 4cc576b pull all the ConvertToScalarInfo code together into one place. by Chris Lattner · 15 years ago
- 593375d more refactoring: suck some stuff out of SRoA into ConvertToScalarInfo. by Chris Lattner · 15 years ago
- 8db3f2c shift intrinsic operand by Gabor Greif · 15 years ago
- c447207 introduce a new ConvertToScalarInfo struct to simplify by Chris Lattner · 15 years ago
- 626f3d7 Avoid sinking machine instructions into a loop. by Jakob Stoklund Olesen · 15 years ago
- cd52932 Added another test case for am3offset operand, testing Rn, #+/-imm8. by Johnny Chen · 15 years ago
- 4b231c5 Add test case for machine-sink on critical edges by Jakob Stoklund Olesen · 15 years ago
- 1cfa094 Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not by Johnny Chen · 15 years ago
- 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 15 years ago
- 2d675f1 Add a dependency on the .dir file to make sure that the directory by Dan Gohman · 15 years ago
- 3a1588a Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is doing the right thing and codegen looks correct for both Thumb and Thumb2. by Evan Cheng · 15 years ago
- 31d8010 tidy interface to isOnlyCopiedFromConstantGlobal by Chris Lattner · 15 years ago
- 51faa37 Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new by Daniel Dunbar · 15 years ago
- b16b53b Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with by Dan Gohman · 15 years ago
- f27733f zap mergeinfo by Gabor Greif · 15 years ago
- 2ff961f reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 15 years ago
- 83821c8 Pointed out by housel on #llvm. by Duncan Sands · 15 years ago
- 5ef9d76 Fix PR6847. RegScavenger should ignore DebugValues. by Jakob Stoklund Olesen · 15 years ago
- 8538f04 Make sure the initialization of a GC root is after its definition. by Nicolas Geoffray · 15 years ago
- 764f62b Revert r100896 and around - this breaks the only mingw32 buildbot we have. by Anton Korobeynikov · 15 years ago
- 8cf1616 prune includes by Gabor Greif · 15 years ago
- 0ea7d21 ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP directly. In cases where there are two dyn_alloc in the same BB it would have caused the old SP value to be reused and badness ensues. rdar://7493908 by Evan Cheng · 15 years ago
- c886698 DEBUG() print out "Unknown format" msg. by Johnny Chen · 15 years ago
- 8c407d4 ReuseFrameIndexVals is used in multiple files, so it can't be static. by Dan Gohman · 15 years ago
- 82bcd23 EnablePPC64RS and EnablePPC32RS are used in multiple files, so they by Dan Gohman · 15 years ago
- b357983 Fix a bunch of namespace polution. by Dan Gohman · 15 years ago
- 098406b Fix namespace polution. by Dan Gohman · 15 years ago
- 005752b Make getPredecessorWithUniqueSuccessorForBB return the unique successor by Dan Gohman · 15 years ago
- 3181c50 typos by Gabor Greif · 15 years ago
- 9ee1720 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 15 years ago
- 45d95a1 zap mergeinfo by Gabor Greif · 15 years ago
- 3bb37e9 Simplify ".bc" detection. by Benjamin Kramer · 15 years ago
- 165dac0 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 15 years ago
- e698758 enhance the load/store narrowing optimization to handle a by Chris Lattner · 15 years ago
- 6dc8685 teach codegen to turn trunc(zextload) into load when possible. by Chris Lattner · 15 years ago
- efcddc3 add a simple dag combine to replace trivial shl+lshr with by Chris Lattner · 15 years ago
- 2392ae7 Implement rdar://7860110 (also in target/readme.txt) narrowing by Chris Lattner · 15 years ago
- ae541aa Add more const qualifiers for LLVM IR pointers in CodeGen. by Dan Gohman · 15 years ago
- dc7d6c9 further tweak this to do something useful. by Chris Lattner · 15 years ago
- 23ab896 remove undef control flow. by Chris Lattner · 15 years ago
- 8f10915 Remove unnecessary uses of <iostream>. by Daniel Dunbar · 15 years ago
- 4c7276a tests: MC/Disassembler tests depend on ARM support being compiler in. by Daniel Dunbar · 15 years ago
- 6484dd4 fix a crash on "lli ex" or any other file whose name is exactly two by Chris Lattner · 15 years ago
- 0dbdca5 Fix build. by Anders Carlsson · 15 years ago
- 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
- cff6f85 Allow lowering for palignr instructions for mmx sized vectors. Add by Eric Christopher · 15 years ago
- adf9799 More 80 violations. by Evan Cheng · 15 years ago
- 4439869 Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build. by Johnny Chen · 15 years ago
- 22d286b 80 col violations. by Evan Cheng · 15 years ago
- f8a2e01 Add comment. by Devang Patel · 15 years ago
- d334026 There is no need to track compile unit offsets if there is only one compile unit. by Devang Patel · 15 years ago
- 7a996b2 Remove dead code. by Devang Patel · 15 years ago
- a76b334 IPO needs ScalarOpts and InstCombine in its libs by Tobias Grosser · 15 years ago
- d1ec11a Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm() by Johnny Chen · 15 years ago
- e7b5252 Add -arm-long-calls option to force calls to be indirect. This makes the by Jim Grosbach · 15 years ago
- 070c07f Fix TrackingVH to handle const Value subclasses. by Dan Gohman · 15 years ago
- 75d4ec3 Remove a const here. This makes this function consistent with all the by Dan Gohman · 15 years ago
- 0a60fa3 Constify GetConstantStringInfo. by Dan Gohman · 15 years ago
- 4eb3739 Don't use DILocation when processing a DebugLoc. by Nicolas Geoffray · 15 years ago
- 2fd100a For t2BFI disassembly, apply the same error checking as in r101205. by Johnny Chen · 15 years ago
- 7ad3b2a Move a bunch of methods from CallSite to CallSiteBase, so that they can by Dan Gohman · 15 years ago
- d907d25 Fixed another assert exposed by fuzzing. The utility function getRegisterEnum() by Johnny Chen · 15 years ago
- d394e27 Remove unneeded types from test. by Jakob Stoklund Olesen · 15 years ago
- 86cd445 - Code clean up to reduce indentation. by Evan Cheng · 15 years ago
- 7b975f4 Use FunTy instead of hard-coding Function. by Dan Gohman · 15 years ago
- 164cd8b Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand by Bob Wilson · 15 years ago
- ce93108 Oops, make these public. by Dan Gohman · 15 years ago
- d9587fd Move getType() and getCaller() into CallSiteBase so that by Dan Gohman · 15 years ago
- dda54ee Trim tests and convert to FileCheck. by Evan Cheng · 15 years ago
- 6465265 Delete unneeeded arguments. by Dan Gohman · 15 years ago
- 6a732b5 Delete unused arguments. by Dan Gohman · 15 years ago
- 2520864 Factor out EH landing pad code into a separate function, and constify by Dan Gohman · 15 years ago
- 7f6b8b8 Reset the debug location even if the instruction was a terminator. by Dan Gohman · 15 years ago
- 833ec1d Fix a missing #include. by Dan Gohman · 15 years ago
- 1160945 Refine #includes. by Dan Gohman · 15 years ago
- 4031d59 Split ISD::NodeType and a few related items out of SelectionDAGNodes.h by Dan Gohman · 15 years ago
- fe85e76 Pull utility routines with no SelectionDAG dependence out of by Dan Gohman · 15 years ago
- b02b62a Fix typos in comments. by Dan Gohman · 15 years ago
- 6ed58e0 performance: cache the dereferenced use_iterator by Gabor Greif · 15 years ago
- 9880997 Delete an obsolete comment. by Dan Gohman · 15 years ago
- c21a2dc Delete an unused function. by Dan Gohman · 15 years ago
- 5dc4433 Clear the FunctionLoweringInfo object before doing other things that by Dan Gohman · 15 years ago
- 0e02672 Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and by Dan Gohman · 15 years ago
- 046fe6b Add a comment. by Dan Gohman · 15 years ago
- b13033f Move the code for initialing the entry block livein set out of SelectionDAGISel. by Dan Gohman · 15 years ago
- c0fb65d Reorgnaize this code to be more tidy and readable. by Dan Gohman · 15 years ago
- 441516f Trim #includes. by Dan Gohman · 15 years ago
- 9870826 Move the code for emitting livein copies out of SelectionDAGISel. by Dan Gohman · 15 years ago
- 67894a3 performance: cache the dereferenced use_iterator by Gabor Greif · 15 years ago