- 5668077 Spacing fix. by Dale Johannesen · 16 years ago
- af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
- 084669a Second attempt: by Bill Wendling · 17 years ago
- 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
- d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
- a8919d0 Fix some failures in targets on available_externally functions, by Chris Lattner · 17 years ago
- 93eefa0 Fix internal representation of fp80 to be the by Dale Johannesen · 17 years ago
- 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
- b0a78f8 fix memleaks by Nuno Lopes · 17 years ago
- dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
- ea0bd51 __fastcall and __stdcall are mingw extensions to gcc for windows. Use the by Nick Lewycky · 17 years ago
- ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
- 35b40f8 Fix PR2907 by digging through constant expressions to find FP constants that by Chris Lattner · 17 years ago
- 7e9e3b3 add some simple hacky long double support for the CBE. This by Chris Lattner · 17 years ago
- 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
- 4f0bd68 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
- 54306fe Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
- 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
- a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- c1270f8 unbreak the CBE on treeadd an many others. by Chris Lattner · 17 years ago
- 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
- d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
- f29c527 Avoid emitting casts in static initializer contexts. This fixes by Dan Gohman · 17 years ago
- ae187c6 Use C99 aggregate literal syntax for first-class struct and array values. by Dan Gohman · 17 years ago
- fa1211f Enable first-class aggregates support. by Dan Gohman · 17 years ago
- 44dfd7b In the CBackend, use casts to force integer add, subtract, and by Dan Gohman · 17 years ago
- f61fd54 Make LLVM compile on DragonFly BSD (PR2499). by Matthijs Kooijman · 17 years ago
- 91f4a0f Switch from generating the int128 typedefs based on targetdata to generating by Chris Lattner · 17 years ago
- 1a08350 Revert r52046. It broke cbe on x86 / Mac OS X. by Evan Cheng · 17 years ago
- f69bc3d Handle assembler identifiers specially in CBE. This fixes PR2418. by Anton Korobeynikov · 17 years ago
- c596ec0 Rewrite a bunch of the CBE's inline asm code, giving it the by Chris Lattner · 17 years ago
- 4e8a512 Implement CBE support for first-class structs and array values, by Dan Gohman · 17 years ago
- 666d664 Fix the CBE's handling of instructions whose result is an i1. Previously, by Chris Lattner · 17 years ago
- 698348d Fix some constructs that gcc-4.4 warns about. by Duncan Sands · 17 years ago
- 91dea27 Tweak how ConstantFP80Ty constants are output by Duncan Sands · 17 years ago
- 0f73101 Fix another isFirstClassType that now needs to be isSingleValueType. by Dan Gohman · 17 years ago
- 3d1797c fix an off-by-one error in my previous patch, don't treat the callee as a incoming arg. by Chris Lattner · 17 years ago
- 79be90c3 Add support for multiple-return values in inline asm. This should by Chris Lattner · 17 years ago
- ce4396b Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
- d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- d871fa5 Initial CBE support for multiple return values. by Dan Gohman · 18 years ago
- bd72cea Suppress the 128-bit integer typedef on 32-bit targets, because by Dan Gohman · 18 years ago
- 39d8b26 Partial CBackend support for 128-bit integers. This is needed by Dan Gohman · 18 years ago
- c60c67f Add explicit keywords. by Dan Gohman · 18 years ago
- bdc24ad A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 18 years ago
- 8a923e7 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 18 years ago
- dcabdb1 gcc likes things spelled correctly by Andrew Lenharth · 18 years ago
- 9d917859 s/isReturnStruct()/hasStructRetAttr()/g by Devang Patel · 18 years ago
- c93b48c add support for lvsl, fixing PR1481 by Chris Lattner · 18 years ago
- 8fb4c98 add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE. by Chris Lattner · 18 years ago
- 9044719 refactor intrinsic handling code out into its own method. by Chris Lattner · 18 years ago
- 2541f1d fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/Vector. by Chris Lattner · 18 years ago
- 4c058b3 insertelement got the wrong operands. by Chris Lattner · 18 years ago
- 0517094 Several changes: by Chris Lattner · 18 years ago
- 9140fba Fix a bug I introduced in constant array and constant vector handling. by Chris Lattner · 18 years ago
- 7295bc1 implement shufflevector. by Chris Lattner · 18 years ago
- 689d830 implement extractelement. by Chris Lattner · 18 years ago
- d9cc003 implement insertelement. by Chris Lattner · 18 years ago
- 92d929c respect isSigned for vector types, fixing sdiv of vectors etc. by Chris Lattner · 18 years ago
- fe1083b print the attribute in the right place, this fixes function returning vectors. by Chris Lattner · 18 years ago
- d861066 vector types are simple types. This fixes div/rem of vectors. by Chris Lattner · 18 years ago
- b104be5 Print vector types appropriately. This gets basic vector code working (PR1126) by Chris Lattner · 18 years ago
- c8d974a rename PT -> VT for VectorTypes. by Chris Lattner · 18 years ago
- 895aef4 Print i32/i64 integer constants as 1u instead of ((unsigned int)1). by Chris Lattner · 18 years ago
- 9781aee Avoid collisions in value names. by Lauro Ramos Venancio · 18 years ago
- 09f410b Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 18 years ago
- e43b605 Temporarily backing out r47337. It breaks a number of CBE tests. by Evan Cheng · 18 years ago
- 40d67c5 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 18 years ago
- 4aa9e20 fix some byval problems in the cbe. Closes PR2065 by Andrew Lenharth · 18 years ago
- fedcf47 I cannot find a libgcc function for this builtin. Therefor expanding it to a noop (which is how it use to be treated). If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support. by Andrew Lenharth · 18 years ago
- 192c07b CBackend: Implement unaligned load/store. by Lauro Ramos Venancio · 18 years ago
- f755ff7 Indirect call with byval parameter requires a cast first. by Evan Cheng · 18 years ago
- 459dc52 Add support for NetBSD, patch by Krister Walfridsson! by Chris Lattner · 18 years ago
- b51d228 More cbe byval fixes. by Evan Cheng · 18 years ago
- ef5285e Some C backend ByVal parameter attribute support. Not yet complete. by Evan Cheng · 18 years ago
- aaef8ce A couple of obvious off-by-one bugs. by Evan Cheng · 18 years ago
- 5180e85 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 1e8c130 Fix silly typo in the FP CEP handling. by Anton Korobeynikov · 18 years ago
- 38ef3a8 Rather than having special rules like "intrinsics cannot by Duncan Sands · 18 years ago
- 246b7b2 Work around a GCC bug, producing this code: by Chris Lattner · 18 years ago
- ad0ea2d Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
- ef5d08f Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 18 years ago
- 207bd4d Handle PPC long double in CBackend. by Dale Johannesen · 18 years ago
- 4d4e77a Rewrite sqrt and powi to use anyfloat. By popular demand. by Dale Johannesen · 18 years ago
- 34aa41c Make temporaries explicit to avoid premature by Dale Johannesen · 18 years ago
- e48195e Fix PR1679, by printing GEP indices as signed values instead of unsigned. by Chris Lattner · 18 years ago
- 7511e6b Implement x86 long double (uses host long double, so only works on x86 target). by Dale Johannesen · 18 years ago
- 4f23045 Fix PR1666, SPASS with the CBE and 254.gap with the CBE. by Chris Lattner · 18 years ago
- 98d3a08 Remove the assumption that FP's are either float or by Dale Johannesen · 18 years ago
- 028084e Revise previous patch per review comments. by Dale Johannesen · 18 years ago
- 245dceb Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
- 9e70086 Apply feedback from previous patch. by Dale Johannesen · 18 years ago
- bed9dc4 Next round of APFloat changes. by Dale Johannesen · 18 years ago
- 3d70855 Handle packed structs in the CBackend. by Lauro Ramos Venancio · 18 years ago
- 1904e45 Fix PR1413 by Chris Lattner · 18 years ago
- 4995f92 revert reid's patch to fix these failures: by Chris Lattner · 19 years ago
- 8c78a0b Drop 'const' by Devang Patel · 19 years ago
- e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago