- a5bbde8 fix a bug I introduced, no idea how this didn't repro right. by Chris Lattner · 14 years ago
- 15ea094 hack to unbreak buildbots by Chris Lattner · 14 years ago
- bd38acf Regenerate. No functional change, just cleanup. by Jim Grosbach · 14 years ago
- 41045ba Teach PerfectShuffle to not generate files with embedded tab characters. by Jim Grosbach · 14 years ago
- eafc5cb add uadd_ov/usub_ov to apint, consolidate constant folding by Chris Lattner · 14 years ago
- 08e90f5 missed a line :( by Chris Lattner · 14 years ago
- 0a0a585 constify these methods. by Chris Lattner · 14 years ago
- 55561d1 Detabify and clean up 80 column violations. by Jim Grosbach · 14 years ago
- f2ddc64 add a few operations for signed operations that also return an overflow flag. by Chris Lattner · 14 years ago
- 9536959 A few 80 column fixes. by Jim Grosbach · 14 years ago
- 3a37866 trailing whitespace by Jim Grosbach · 14 years ago
- b4b07b9 Add a FIXME. by Jim Grosbach · 14 years ago
- 06ef444 Add operand encoding bits for SMC and SVC in ARM mode. by Jim Grosbach · 14 years ago
- 832859d More encoding cleanup. Also add register Rd operands for indirect branches. by Jim Grosbach · 14 years ago
- ae0a7bc CallGraphSCC passes implicity require CallGraph analysis. by Owen Anderson · 14 years ago
- 139788f Conversely, Analysis-implementations do NOT need to initialize the AnalysisGroup. It will only matter when by Owen Anderson · 14 years ago
- 325e264 Analysis groups need to initialize their default implementations. by Owen Anderson · 14 years ago
- a7dbc1e Simplify some ARM encoding information. by Jim Grosbach · 14 years ago
- a9c5751 Update comment. by Eric Christopher · 14 years ago
- 6c354fd Add a FIXME. The ADR instruction is a bit odd. by Jim Grosbach · 14 years ago
- b3af5de Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern by Jim Grosbach · 14 years ago
- 67a704d Add MC encodings for VCVT* instrunctions. by Bill Wendling · 14 years ago
- 596307e Add a FIXME. by Jim Grosbach · 14 years ago
- fa7d2cb Make a few more bits of some simple instructions explicit. nop, yield, wfe, by Jim Grosbach · 14 years ago
- 972beb5 Take advantage of C++'s thread-safe static local initialization to simplify thread-safe pass initialization. by Owen Anderson · 14 years ago
- 72731a6 GetTargetTriple.cmake: detect MinGW 64 bits. by Oscar Fuentes · 14 years ago
- b35ad41 Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions. by Jim Grosbach · 14 years ago
- e822f94 Fix encoding for compares. No Rd register. by Jim Grosbach · 14 years ago
- 24989ec Add ARM mode operand encoding information for ADDE/SUBE instructions. by Jim Grosbach · 14 years ago
- 6d86280 Fix another case where we were preferring instructions with large by Rafael Espindola · 14 years ago
- e98fbba Remove noisy semicolon. by Benjamin Kramer · 14 years ago
- dba81cf Fix PR8365 by adding a more specialized Pat that checks if an 'and' with by Rafael Espindola · 14 years ago
- b227930 Add Region::isTopLevelRegion(). by Tobias Grosser · 14 years ago
- ede42b0 Start handling more global variables. by Eric Christopher · 14 years ago
- c502101 RegionInfo: Fix trivial error that slipped in last minute. by Tobias Grosser · 14 years ago
- 592316c RegionInfo: Update RegionInfo after a BB was split. by Tobias Grosser · 14 years ago
- c69bd73 RegioInfo: Add getExpandedRegion(). by Tobias Grosser · 14 years ago
- 4bcc022 RegionInfo: Allow to update exit and entry of a region. by Tobias Grosser · 14 years ago
- 9649390 RegionInfo: Enhance addSubregion. by Tobias Grosser · 14 years ago
- 9ee5c50 RegionInfo: Allow to set the parent region of a basic block. by Tobias Grosser · 14 years ago
- 6688c4a Fix PR8313 by changing ValueToValueMap use a TrackingVH. by Rafael Espindola · 14 years ago
- 14ce175 Limit load / store issues (at least until we have a true multi-issue aware scheduler). by Evan Cheng · 14 years ago
- 1ed219a Be more consistent in using ValueToValueMapTy. by Rafael Espindola · 14 years ago
- 6932643 Add encodings for VNEG and VSQRT. Also add encodings for VMOV, but not a test by Bill Wendling · 14 years ago
- 54908dd Add encodings for VCVT instructions. by Bill Wendling · 14 years ago
- 89c898f Add ARM encoding information for comparisons, forced-cc-out arithmetics, and by Jim Grosbach · 14 years ago
- 1fc6d88 Add VCMPZ and VABS. by Bill Wendling · 14 years ago
- 67be08a RegionInfo: Free the RegionNodes in cache. by Tobias Grosser · 14 years ago
- cd77686 Refactor VCMP instructions. by Bill Wendling · 14 years ago
- ef324d7 Add the rest of the ARM so_reg encoding options (register shifted register) by Jim Grosbach · 14 years ago
- 8f9145b FileCheckize this in a hope to quiet a valgrind warning on grep. by Eric Christopher · 14 years ago
- 5a1fd8c Add encodings for VNMUL[SD]. by Bill Wendling · 14 years ago
- caa3d46 Add encodings for VDIV and VMUL. by Bill Wendling · 14 years ago
- 3f490f3 Turn some fp stackifier assertion into errors to avoid silently generating bad code when assertions are off. rdar://8540457. by Evan Cheng · 14 years ago
- 2a6a93d Move the ARM so_imm encoding into a custom operand encoder and remove the by Jim Grosbach · 14 years ago
- c14b80f Be nitpicky and line up the comments. by Jim Grosbach · 14 years ago
- 52061f8 Refactor some of the encoding logic into a base class. This keeps us from having by Bill Wendling · 14 years ago
- 08bd549 Add custom encoder for the 's' bit denoting whether an ARM arithmetic by Jim Grosbach · 14 years ago
- dd3bc11 Add encoding for VSUB and VCMP. by Bill Wendling · 14 years ago
- 6e8bf26 Don't need to specify calling convention. Add 'readnone' to functions. by Bill Wendling · 14 years ago
- 5013f74 Allow targets to optionally specify custom binary encoder functions for by Jim Grosbach · 14 years ago
- 174777b Encoding for VADDD. Plus a test for the VFP instructions. by Bill Wendling · 14 years ago
- a0c14ef Split out the "size" field from the encoding. The newer documentation has it as by Bill Wendling · 14 years ago
- 558cf00 Fix thinko in arm fast isel alloca rewrite. by Eric Christopher · 14 years ago
- 499e886 Encoding for ARM-mode VADD.F32 instruction. by Jim Grosbach · 14 years ago
- 2ab36d3 Begin adding static dependence information to passes, which will allow us to by Owen Anderson · 14 years ago
- 52b4505 Combine these together - should probably have some text associated by Eric Christopher · 14 years ago
- 09203ac KillTheDoctor: Fix VS2008 build. by Michael J. Spencer · 14 years ago
- 65b65d6 Mark variable 'NoImplicitFloatOps' used only in an assert as used. by Nick Lewycky · 14 years ago
- 82635f0 Comment grammar tweakage. by Jim Grosbach · 14 years ago
- f59818b Add MOVi ARM encoding. by Jim Grosbach · 14 years ago
- 320afb8 Initial va_arg support for x86-64. Patch by David Meyer! by Dan Gohman · 14 years ago
- 8e15730 Nuke unused wrapper function. by Jim Grosbach · 14 years ago
- d0eeeeb Remove the x86 MOV{32,64}{rr,rm,mr}_TC instructions. by Jakob Stoklund Olesen · 14 years ago
- 0de6ab3 Add encoding information for the remainder of the generic arithmetic by Jim Grosbach · 14 years ago
- 77f42b5 PR8359: The ARM backend may end up allocating registers D16 to D31 when by Bob Wilson · 14 years ago
- 1541877 Rework alloca handling so that we can load or store from casted by Eric Christopher · 14 years ago
- 14074e8 Fix the last two commits to configure - configure is a generated file. by Eric Christopher · 14 years ago
- 5532433 Handle a wider arrangement of loads. by Eric Christopher · 14 years ago
- 519c893 Fix spelling error. by Cameron Esfahani · 14 years ago
- 624218f Delete a redundant check. by Dan Gohman · 14 years ago
- 9b0e47e More SmallVectorImpls. by Dan Gohman · 14 years ago
- 8de206c Shrink a SmallVector with a known maximum size. by Dan Gohman · 14 years ago
- 568a63d Constify. by Dan Gohman · 14 years ago
- ebb1834 Use SmallVectorImpl in a bunch of places. by Dan Gohman · 14 years ago
- b2b9b76 Disable warning C4267 for MSVC. Otherwise it generate literally thousands of warnings when targeting x64. The warning occurs because int is 32 bit but size_t is 64 bit on Win64. by Francois Pichet · 14 years ago
- c015723 Add a simple testcase for tbaa. by Dan Gohman · 14 years ago
- 08cec1e More ARM scheduling itinerary fixes. by Evan Cheng · 14 years ago
- 633e702 Support AA chaining. by Dan Gohman · 14 years ago
- 7c34730 Fix the pass manager's search order for immutable passes, and make it by Dan Gohman · 14 years ago
- 42fac8e MC machine encoding for simple aritmetic instructions that use a shifted by Jim Grosbach · 14 years ago
- 17b443d Second set of ARM/MC/ELF changes. by Jason W Kim · 14 years ago
- d3d2ddc Clang's #include handling apparently doesn't work for libstdc++'s by Dan Gohman · 14 years ago
- e58d720 Unit Tests: Missed this error. MSVC and clang didn't complain. by Michael J. Spencer · 14 years ago
- 60ff879 Proper VST scheduling itineraries. by Evan Cheng · 14 years ago
- 5f9e8b9 Use a sane mechanism for that assert. by Eric Christopher · 14 years ago
- 4c099b8 System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
- 31cc3ec Replace FindLiveRangeContaining() with getVNInfoAt() in LiveIntervalAnalysis. by Jakob Stoklund Olesen · 14 years ago
- a1e2194 The assert() should reference to machine instr operand number, too. by Jim Grosbach · 14 years ago
- af72684 Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." by Michael J. Spencer · 14 years ago