- 55e59c1 Code that needs a TargetMachine should have access to one directly, rather by Dan Gohman · 15 years ago
- 46007b3 Move isInTailCallPosition out of SelectionDAGBuilder, as it isn't by Dan Gohman · 15 years ago
- 3072b8a Enable -Wcast-qual for C++ files, where intentional qualifier-stripping can by Dan Gohman · 15 years ago
- dacd479 Remove -module, which appears to be a leftover from prior libtool usage. by Dan Gohman · 15 years ago
- 023f8aa This doesn't need SmallVector.h anymore. by Dan Gohman · 15 years ago
- c1b202a Support .a files directly (without -l). by Mikhail Glushenkov · 15 years ago
- d6cc53c Better error-handling for DisassembleThumb2DPSoReg() where the 3-reg operand by Johnny Chen · 15 years ago
- 17192a1 Fix this for std::vectors which don't have .data(). by Dan Gohman · 15 years ago
- 4b7df44 ARM disassembler did not react to recent changes to the NEON instruction table. by Johnny Chen · 15 years ago
- 9d44e70 Don't write into MemoryBuffers. by Benjamin Kramer · 15 years ago
- 985744e Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
- 72bdd4c Revert 91528 and use a std::vector instead, fixing an abuse of std::string. by Dan Gohman · 15 years ago
- dfd4bbf Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
- 5af8f42 Add a few more ELF bits. by Dan Gohman · 15 years ago
- a5370f1 Add a const. by Dan Gohman · 15 years ago
- fd813bc These functions don't need to access this. by Dan Gohman · 15 years ago
- d456a47 Add missed part of prev. commit by Anton Korobeynikov · 15 years ago
- 928eb49 Make processor FUs unique for given itinerary. This extends the limit of 32 by Anton Korobeynikov · 15 years ago
- d65077a avoid temporary std::string in non posix_spawn path. by Chris Lattner · 15 years ago
- d7aef9b Eliminate temporary string. by Benjamin Kramer · 15 years ago
- bceaffc Properly inherit the environment on darwin where environ is not available for shared libraries. by Benjamin Kramer · 15 years ago
- 6523803 This is horrible. Split the difference, and declare 'environ' on all non-Darwin by Nick Lewycky · 15 years ago
- 1a3eb95 Revert r101701, Darwin doesn't have 'environ'. Go figure. by Nick Lewycky · 15 years ago
- b7dfca9 Fix linux build. posix_spawn doesn't inherit the environment by default. by Nick Lewycky · 15 years ago
- 4f098b6 make Program::Execute use posix_spawn on systems that support it, by Chris Lattner · 15 years ago
- 459e13a reduce indentation by Chris Lattner · 15 years ago
- b221ecb unnest from namespace. by Chris Lattner · 15 years ago
- f06b859 silence some -Wmissing-field-initializers warnings. by Chris Lattner · 15 years ago
- a07cd90 silence some unused-value warnings. by Chris Lattner · 15 years ago
- 091fc4b Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been by Bill Wendling · 15 years ago
- 69c128f Formatting changes. No functionality change. by Bill Wendling · 15 years ago
- 21739c1 Add a "PadTo" field to the emitULEB128Bytes method. This will pad out to the by Bill Wendling · 15 years ago
- a370a44 Fix declarations in a few more tests. by Nick Lewycky · 15 years ago
- dd3a879 Revert "reject forward references to functions whose type don't match", because DJG told me to! by Daniel Dunbar · 15 years ago
- 8e13af3 Fix intrinsic signature in this test. by Nick Lewycky · 15 years ago
- 77e80de reject forward references to functions whose type don't match by Chris Lattner · 15 years ago
- b5f6af6 Add comment (lost when reverting and reapplying 101503). by Dale Johannesen · 15 years ago
- 0dd0d49 doh, didn't mean to check in my hackaround lit sucking. :) by Chris Lattner · 15 years ago
- 34e9d17 fix PR6332, allowing an index of zero into a zero sized array by Chris Lattner · 15 years ago
- eef6d78 teach the x86 asm parser how to handle segment prefixes by Chris Lattner · 15 years ago
- 7834fac refactor .if handling code a bit. by Chris Lattner · 15 years ago
- f84755b fix PR6858: a dangling pointer use bug which was caused by Chris Lattner · 15 years ago
- 44b04a5 a bunch of cleanups and tweaks, no functionality changes. by Chris Lattner · 15 years ago
- 43bc70e Fix more -Wcast-qual warnings. by Dan Gohman · 15 years ago
- 3fb150a Fix -Wcast-qual warnings. by Dan Gohman · 15 years ago
- 89f9492 remove a dead variable, PR6856 by Chris Lattner · 15 years ago
- 0fb372a testcase for r101538, patch by Nico Schmidt! by Chris Lattner · 15 years ago
- 0d805c3 Add const qualifiers to TargetLoweringObjectFile usage. by Dan Gohman · 15 years ago
- 82d5eaf Use const_cast instead of a C-style cast to cast away const. by Dan Gohman · 15 years ago
- 9f23dee Start function numbering at 0. by Dan Gohman · 15 years ago
- 383b5f6 Delete now-unnecessary const_casts. by Dan Gohman · 15 years ago
- b6f778a Use cast instead of dyn_cast when assuming success. by Dan Gohman · 15 years ago
- d858e90 Use const qualifiers with TargetLowering. This eliminates several by Dan Gohman · 15 years ago
- 1e93df6 Move per-function state out of TargetLowering subclasses and into by Dan Gohman · 15 years ago
- 2329d66 Name these stub files consistently with the SPU and PPC targets' conventions. by Chandler Carruth · 15 years ago
- 65de1b9 a bunch of ssse3 instructions are misencoded to think they have an by Chris Lattner · 15 years ago
- ca5e4f8 reenable r101565, removing a problematic assertion. by Chris Lattner · 15 years ago
- 94d1d9c Postra machine licm must add registers defined by loop invariants to *all* of by Evan Cheng · 15 years ago
- 5c21280 Refresh this documentation. Things have changed a bit in the mean time: by Nick Lewycky · 15 years ago
- f2b9109 Fix codegen passes. -disable-ssc shouldn't disable postra machine licm. by Evan Cheng · 15 years ago
- e5b51ac More work to allow dag combiner to promote 16-bit ops to 32-bit. by Evan Cheng · 15 years ago
- 4ff2852 Another 80 col violation. by Evan Cheng · 15 years ago
- 9f3f061 Revise my previous change to ExpandBIT_CONVERT. I hadn't realized that this by Bob Wilson · 15 years ago
- 8d1092b Add nounwind. by Evan Cheng · 15 years ago
- 84bd6b0 Re-commit my previous SSAUpdater changes. The previous version naively tried by Bob Wilson · 15 years ago
- 8295d4c As a temporary workaround for post-RA not handling DebugValue instructions, by Bob Wilson · 15 years ago
- 23eaf26 Revert "Use a simpler data structure to calculate the least recently used register in RegAllocLocal." by Jakob Stoklund Olesen · 15 years ago
- ab89ff7 Reapply 101503+101520. These are "obviously correct" [Chris] by Dale Johannesen · 15 years ago
- 7e3e325 disable r101565: an assert is getting triggered. More lurking badness no doubt. by Chris Lattner · 15 years ago
- 9484689 add a note by Chris Lattner · 15 years ago
- 551754c Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 15 years ago
- f2548ca Add support to emit dwarf ranges. by Devang Patel · 15 years ago
- cf7fbd4 Use a simpler data structure to calculate the least recently used register in RegAllocLocal. by Jakob Stoklund Olesen · 15 years ago
- de0ade4 Cast to (uint64_t) instead of relying on the "ul" suffix. by Johnny Chen · 15 years ago
- abf0c34 Add a getSelectionDAGInfo member to TargetMachine. by Dan Gohman · 15 years ago
- 6f25d9f update docs for api change. by Chris Lattner · 15 years ago
- bde0bb5 building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager by Chris Lattner · 15 years ago
- 53c5e42 Add skeleton target-specific SelectionDAGInfo files. by Dan Gohman · 15 years ago
- af5b0e8 Fixed logic error. Should check Builder for validity before calling SetSession by Johnny Chen · 15 years ago
- a3dfc64 move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). by Chris Lattner · 15 years ago
- 391569c Regenerate configure script. by Dan Gohman · 15 years ago
- e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 15 years ago
- f7e2bc8 Minor change to make the test case comply with Vd<0> == '0' when Q == '1'. by Johnny Chen · 15 years ago
- 2decb22 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 15 years ago
- c7b6591 Fixed a bug in DisassembleN1RegModImmFrm() where a break stmt was missing for a by Johnny Chen · 15 years ago
- 003d7c4 (i32 sext_in_reg (i32 aext (i16 x)), i16) -> (i32 sext x). No known test case until -promote-16bit is enabled. by Evan Cheng · 15 years ago
- 8b14624 tidy up by Chris Lattner · 15 years ago
- c93760c move PrintCallGraphPass out of the middle of CGPassManager. by Chris Lattner · 15 years ago
- aef1fea add a missing break back, patch by Nico Schmidt! by Chris Lattner · 15 years ago
- 8c0e899 Create a new TargetSelectionDAGInfo class. This will eventually acquire by Dan Gohman · 15 years ago
- 4bcf0a9 Commit this, which should have accompanied 101531. by Dan Gohman · 15 years ago
- 37f32ee Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. by Dan Gohman · 15 years ago
- 7f506a9 Fix this code to avoid implicit assumptions about the length of the array. by Dan Gohman · 15 years ago
- 16fda69 In the same spirit of r101524, which removed the assert() from printAddrMode2OffsetOperand(), by Johnny Chen · 15 years ago
- 5b13a1a Revert 101520, which depended on 101503, which was reverted. by Dan Gohman · 15 years ago
- 2fb10f1 Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed by Johnny Chen · 15 years ago
- f72a53d Revert commit 101503 (johannes), in the hope of fixing the dragonegg build, by Duncan Sands · 15 years ago
- d73d187 Remove the assert() from printAddrMode2OffsetOperand(). "#0 and #-0" are by Johnny Chen · 15 years ago
- 899dd9b Trim a #include. by Dan Gohman · 15 years ago
- ec1fb6d Revert r101455, which fails on the llvm-arm-linux buildbot. by Dan Gohman · 15 years ago