oota-llvm.git
2010-10-13 Chris Lattnerconstify these methods.
2010-10-13 Jim GrosbachDetabify and clean up 80 column violations.
2010-10-13 Chris Lattneradd a few operations for signed operations that also
2010-10-13 Jim GrosbachA few 80 column fixes.
2010-10-13 Jim Grosbachtrailing whitespace
2010-10-13 Jim GrosbachAdd a FIXME.
2010-10-13 Jim GrosbachAdd operand encoding bits for SMC and SVC in ARM mode.
2010-10-13 Jim GrosbachMore encoding cleanup. Also add register Rd operands...
2010-10-13 Owen AndersonCallGraphSCC passes implicity require CallGraph analysis.
2010-10-13 Owen AndersonConversely, Analysis-implementations do NOT need to...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-13 Jim GrosbachSimplify some ARM encoding information.
2010-10-13 Eric ChristopherUpdate comment.
2010-10-13 Jim GrosbachAdd a FIXME. The ADR instruction is a bit odd.
2010-10-13 Jim GrosbachRefactor the ARM 'setend' instruction pattern. Use...
2010-10-13 Bill WendlingAdd MC encodings for VCVT* instrunctions.
2010-10-13 Jim GrosbachAdd a FIXME.
2010-10-13 Jim GrosbachMake a few more bits of some simple instructions explic...
2010-10-13 Owen AndersonTake advantage of C++'s thread-safe static local initia...
2010-10-13 Oscar FuentesGetTargetTriple.cmake: detect MinGW 64 bits.
2010-10-13 Jim GrosbachAdd ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
2010-10-13 Jim GrosbachFix encoding for compares. No Rd register.
2010-10-13 Jim GrosbachAdd ARM mode operand encoding information for ADDE...
2010-10-13 Rafael EspindolaFix another case where we were preferring instructions...
2010-10-13 Benjamin KramerRemove noisy semicolon.
2010-10-13 Rafael EspindolaFix PR8365 by adding a more specialized Pat that checks...
2010-10-13 Tobias GrosserAdd Region::isTopLevelRegion().
2010-10-13 Eric ChristopherStart handling more global variables.
2010-10-13 Tobias GrosserRegionInfo: Fix trivial error that slipped in last...
2010-10-13 Tobias GrosserRegionInfo: Update RegionInfo after a BB was split.
2010-10-13 Tobias GrosserRegioInfo: Add getExpandedRegion().
2010-10-13 Tobias GrosserRegionInfo: Allow to update exit and entry of a region.
2010-10-13 Tobias GrosserRegionInfo: Enhance addSubregion.
2010-10-13 Tobias GrosserRegionInfo: Allow to set the parent region of a basic...
2010-10-13 Rafael EspindolaFix PR8313 by changing ValueToValueMap use a TrackingVH.
2010-10-13 Evan ChengLimit load / store issues (at least until we have a...
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-10-13 Bill WendlingAdd encodings for VNEG and VSQRT. Also add encodings...
2010-10-13 Bill WendlingAdd encodings for VCVT instructions.
2010-10-13 Jim GrosbachAdd ARM encoding information for comparisons, forced...
2010-10-13 Bill WendlingAdd VCMPZ and VABS.
2010-10-13 Tobias GrosserRegionInfo: Free the RegionNodes in cache.
2010-10-13 Bill WendlingRefactor VCMP instructions.
2010-10-12 Jim GrosbachAdd the rest of the ARM so_reg encoding options (regist...
2010-10-12 Eric ChristopherFileCheckize this in a hope to quiet a valgrind warning...
2010-10-12 Bill WendlingAdd encodings for VNMUL[SD].
2010-10-12 Bill WendlingAdd encodings for VDIV and VMUL.
2010-10-12 Evan ChengTurn some fp stackifier assertion into errors to avoid...
2010-10-12 Jim GrosbachMove the ARM so_imm encoding into a custom operand...
2010-10-12 Jim GrosbachBe nitpicky and line up the comments.
2010-10-12 Bill WendlingRefactor some of the encoding logic into a base class...
2010-10-12 Jim GrosbachAdd custom encoder for the 's' bit denoting whether...
2010-10-12 Bill WendlingAdd encoding for VSUB and VCMP.
2010-10-12 Bill WendlingDon't need to specify calling convention. Add 'readnone...
2010-10-12 Jim GrosbachAllow targets to optionally specify custom binary encod...
2010-10-12 Bill WendlingEncoding for VADDD. Plus a test for the VFP instructions.
2010-10-12 Bill WendlingSplit out the "size" field from the encoding. The newer...
2010-10-12 Eric ChristopherFix thinko in arm fast isel alloca rewrite.
2010-10-12 Jim GrosbachEncoding for ARM-mode VADD.F32 instruction.
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-12 Eric ChristopherCombine these together - should probably have some...
2010-10-12 Michael J.... KillTheDoctor: Fix VS2008 build.
2010-10-12 Nick LewyckyMark variable 'NoImplicitFloatOps' used only in an...
2010-10-12 Jim GrosbachComment grammar tweakage.
2010-10-12 Jim GrosbachAdd MOVi ARM encoding.
2010-10-12 Dan GohmanInitial va_arg support for x86-64. Patch by David Meyer!
2010-10-12 Jim GrosbachNuke unused wrapper function.
2010-10-12 Jakob Stoklund... Remove the x86 MOV{32,64}{rr,rm,mr}_TC instructions.
2010-10-12 Jim GrosbachAdd encoding information for the remainder of the gener...
2010-10-12 Bob WilsonPR8359: The ARM backend may end up allocating registers...
2010-10-12 Eric ChristopherRework alloca handling so that we can load or store...
2010-10-12 Eric ChristopherFix the last two commits to configure - configure is...
2010-10-12 Eric ChristopherHandle a wider arrangement of loads.
2010-10-12 Cameron EsfahaniFix spelling error.
2010-10-12 Dan GohmanDelete a redundant check.
2010-10-12 Dan GohmanMore SmallVectorImpls.
2010-10-12 Dan GohmanShrink a SmallVector with a known maximum size.
2010-10-12 Dan GohmanConstify.
2010-10-12 Dan GohmanUse SmallVectorImpl in a bunch of places.
2010-10-12 Francois PichetDisable warning C4267 for MSVC. Otherwise it generate...
2010-10-11 Dan GohmanAdd a simple testcase for tbaa.
2010-10-11 Evan ChengMore ARM scheduling itinerary fixes.
2010-10-11 Dan GohmanSupport AA chaining.
2010-10-11 Dan GohmanFix the pass manager's search order for immutable passe...
2010-10-11 Jim GrosbachMC machine encoding for simple aritmetic instructions...
2010-10-11 Jason W KimSecond set of ARM/MC/ELF changes.
2010-10-11 Dan GohmanClang's #include handling apparently doesn't work for...
2010-10-11 Michael J.... Unit Tests: Missed this error. MSVC and clang didn...
2010-10-11 Evan ChengProper VST scheduling itineraries.
2010-10-11 Eric ChristopherUse a sane mechanism for that assert.
2010-10-11 Michael J.... System: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Jakob Stoklund... Replace FindLiveRangeContaining() with getVNInfoAt...
2010-10-11 Jim GrosbachThe assert() should reference to machine instr operand...
2010-10-11 Michael J.... Revert "System: Add SwapByteOrder and update Support...
2010-10-11 Eric ChristopherWe're not going to handle dynamic allocas anywhere...
2010-10-11 Daniel DunbarChange explicit search Apple specific code to only...
2010-10-11 Jim GrosbachMake sure to use the machine instruction operand number...
2010-10-11 Michael J.... Reduce dpendencies for SupportTests.
2010-10-11 Michael J.... System: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Eric ChristopherMake sure that the call stack adjustments have default...
next