| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When using NEON for single-precision FP, the NEON result must be placed in ↵ | David Goodwin | 2009-08-05 | 3 | -21/+41 |
| | | | | | | | D0-D15 as these are the only D registers with S subregs. Introduce a new regclass to represent D0-D15 and use it in the NEON single-precision FP patterns. llvm-svn: 78244 | ||||
| * | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene | 2009-08-05 | 4 | -30/+31 |
| | | | | | | | and eliminate complexity. Yay! llvm-svn: 78243 | ||||
| * | remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. | Chris Lattner | 2009-08-05 | 4 | -35/+13 |
| | | | | | llvm-svn: 78242 | ||||
| * | Add an svn:ignore property. | Dan Gohman | 2009-08-05 | 0 | -0/+0 |
| | | | | | llvm-svn: 78241 | ||||
| * | Fix FindExecutable to use sys::Path::GetMainExecutable instead of | Dan Gohman | 2009-08-05 | 8 | -66/+65 |
| | | | | | | | | | | | | | | just argv[0]. And remove the code for searching the current working directory and for searching PATH; the point of FindExecutable is not to find whatever version of the executable can be found by searching around, but to find an executable that accompanies the current executable. Update the tools to use sys::Program::FindProgramByName when they want PATH searching. llvm-svn: 78240 | ||||
| * | Minor code simplification. | Dan Gohman | 2009-08-05 | 1 | -4/+2 |
| | | | | | llvm-svn: 78239 | ||||
| * | Remove redundand checks: the only way to have, e.g. f32 RegVT is exactly | Anton Korobeynikov | 2009-08-05 | 1 | -11/+7 |
| | | | | | | | hardfloat case. llvm-svn: 78237 | ||||
| * | hasSuperClass tests for a strict superset relation, rather than | Dan Gohman | 2009-08-05 | 1 | -2/+2 |
| | | | | | | | | a superset relation. This code wants to test the regular superset relation. llvm-svn: 78236 | ||||
| * | Forgot to add new endianness.h header file. | Edward O'Callaghan | 2009-08-05 | 1 | -0/+65 |
| | | | | | llvm-svn: 78235 | ||||
| * | Refactor test suit endianness pre-processor code. More style and readability ↵ | Edward O'Callaghan | 2009-08-05 | 4 | -118/+80 |
| | | | | | | | fixes, start labling endif's llvm-svn: 78234 | ||||
| * | Fix -fno-omit-frame-pointer bug Eli noticed. | Benjamin Kramer | 2009-08-05 | 1 | -2/+2 |
| | | | | | llvm-svn: 78233 | ||||
| * | Unbreak the stuff, this is ugly, but we cannot do better for now with ↵ | Anton Korobeynikov | 2009-08-05 | 1 | -5/+4 |
| | | | | | | | 'plain' C calling conv. llvm-svn: 78232 | ||||
| * | Modified test case to use FileCheck. | Fariborz Jahanian | 2009-08-05 | 1 | -2/+11 |
| | | | | | llvm-svn: 78231 | ||||
| * | Get rid of "smart" quotes. Per report on cfe-dev. | Eli Friedman | 2009-08-05 | 5 | -25/+25 |
| | | | | | llvm-svn: 78230 | ||||
| * | Test for llvm-gcc checkin 78223. | Dale Johannesen | 2009-08-05 | 1 | -0/+5 |
| | | | | | llvm-svn: 78229 | ||||
| * | Use feedback from RegionStoreSubRegionMap::add() to prune off adding a super | Ted Kremenek | 2009-08-05 | 1 | -7/+11 |
| | | | | | | | region to the worklist used to create the subregion map. llvm-svn: 78228 | ||||
| * | Next batch of C++ to C comment style changes. Also improve and factor out ↵ | Edward O'Callaghan | 2009-08-05 | 16 | -296/+339 |
| | | | | | | | endianness pre-processor code. llvm-svn: 78226 | ||||
| * | Missed pieces for ARM HardFP ABI. | Anton Korobeynikov | 2009-08-05 | 5 | -24/+54 |
| | | | | | | | Patch by Sandeep Patel! llvm-svn: 78225 | ||||
| * | Fix canonical type construction for function types with the noreturn | Douglas Gregor | 2009-08-05 | 2 | -1/+10 |
| | | | | | | | attribute. Fixes PR4865. llvm-svn: 78224 | ||||
| * | Handle destruction of temporaries used in default argument | Fariborz Jahanian | 2009-08-05 | 3 | -2/+14 |
| | | | | | | | construction of constructor calls. llvm-svn: 78222 | ||||
| * | Privatize the FunctionType table. | Owen Anderson | 2009-08-05 | 2 | -7/+9 |
| | | | | | llvm-svn: 78221 | ||||
| * | Use elf Object File directly | Andrew Lenharth | 2009-08-05 | 1 | -18/+1 |
| | | | | | llvm-svn: 78220 | ||||
| * | Remove some dead code. | Daniel Dunbar | 2009-08-05 | 3 | -35/+1 |
| | | | | | llvm-svn: 78219 | ||||
| * | Enable the new no-SP register classes by default. This is to address | Dan Gohman | 2009-08-05 | 6 | -20/+9 |
| | | | | | | | | PR4572. A few tests have some minor code regressions due to different coalescing. llvm-svn: 78217 | ||||
| * | Remove a redundant declaration. | Bob Wilson | 2009-08-05 | 1 | -2/+0 |
| | | | | | llvm-svn: 78216 | ||||
| * | Update a comment to reflect the current code. | Dan Gohman | 2009-08-05 | 1 | -1/+2 |
| | | | | | llvm-svn: 78215 | ||||
| * | Add testcases for reg-mem arithemtics added recently | Anton Korobeynikov | 2009-08-05 | 1 | -0/+133 |
| | | | | | llvm-svn: 78214 | ||||
| * | Patch to improve ir-gen for constructors with default argument | Fariborz Jahanian | 2009-08-05 | 6 | -17/+67 |
| | | | | | | | expressions and a test case. llvm-svn: 78213 | ||||
| * | Convert bswap test to filecheck, add more test entries & convert stuff to ↵ | Anton Korobeynikov | 2009-08-05 | 2 | -7/+32 |
| | | | | | | | filecheck llvm-svn: 78212 | ||||
| * | Fix a bug in the PIC16 backend. | Dan Gohman | 2009-08-05 | 2 | -2/+1 |
| | | | | | llvm-svn: 78211 | ||||
| * | Disable NEON single-precision FP support for Cortex-A8, for now... | David Goodwin | 2009-08-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 78209 | ||||
| * | Add an explicit keyword. | Dan Gohman | 2009-08-05 | 1 | -1/+1 |
| | | | | | llvm-svn: 78208 | ||||
| * | Remove dead code. MDNode and MDString are not Constant anymore. | Devang Patel | 2009-08-05 | 7 | -21/+0 |
| | | | | | llvm-svn: 78207 | ||||
| * | Delete an obsolete sentance from a comment. | Dan Gohman | 2009-08-05 | 1 | -2/+1 |
| | | | | | llvm-svn: 78206 | ||||
| * | Add new function attribute keywords to the vim syntax. | Dan Gohman | 2009-08-05 | 1 | -1/+2 |
| | | | | | llvm-svn: 78205 | ||||
| * | Change these tests to use function attributes rather than special llc | Dan Gohman | 2009-08-05 | 2 | -9/+21 |
| | | | | | | | command-line options. llvm-svn: 78204 | ||||
| * | Add memory versions of some instructions. | Anton Korobeynikov | 2009-08-05 | 1 | -6/+83 |
| | | | | | | | Patch by Neale Ferguson! llvm-svn: 78203 | ||||
| * | Rename a variable to make MSVC happy. | Benjamin Kramer | 2009-08-05 | 1 | -3/+3 |
| | | | | | llvm-svn: 78202 | ||||
| * | checking in broken testcases is not such a good idea. | Chris Lattner | 2009-08-05 | 1 | -0/+1 |
| | | | | | llvm-svn: 78201 | ||||
| * | By default, for cortex-a8 use NEON for single-precision FP. | David Goodwin | 2009-08-05 | 2 | -5/+7 |
| | | | | | llvm-svn: 78200 | ||||
| * | Remove unnecessary ProfileInfoLoader methods. | Daniel Dunbar | 2009-08-05 | 4 | -253/+89 |
| | | | | | | | - Part of optimal static profiling patch sequence by Andreas Neustifter. llvm-svn: 78199 | ||||
| * | Quite a few tests crashed in llc after 78142. This is just one of them. I ↵ | Sanjiv Gupta | 2009-08-05 | 1 | -0/+10 |
| | | | | | | | hope to add a few more. llvm-svn: 78198 | ||||
| * | Add StringRef::endswith | Daniel Dunbar | 2009-08-05 | 1 | -0/+5 |
| | | | | | llvm-svn: 78197 | ||||
| * | Documentation: fix HTML validation errors. | Benjamin Kramer | 2009-08-05 | 13 | -33/+35 |
| | | | | | llvm-svn: 78196 | ||||
| * | only point to dest labels if the graph has them | Andrew Lenharth | 2009-08-05 | 1 | -2/+6 |
| | | | | | llvm-svn: 78192 | ||||
| * | Special constants as destinations does not work as expected - drop the patterns. | Anton Korobeynikov | 2009-08-05 | 1 | -53/+0 |
| | | | | | llvm-svn: 78191 | ||||
| * | Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by ↵ | Benjamin Kramer | 2009-08-05 | 2 | -0/+6 |
| | | | | | | | Pawel Worach! llvm-svn: 78190 | ||||
| * | Alpha: Get section directives right | Andrew Lenharth | 2009-08-05 | 1 | -3/+3 |
| | | | | | llvm-svn: 78189 | ||||
| * | Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! | Benjamin Kramer | 2009-08-05 | 2 | -1/+3 |
| | | | | | llvm-svn: 78188 | ||||
| * | Remove unused forward decls. | Benjamin Kramer | 2009-08-05 | 2 | -24/+2 |
| | | | | | llvm-svn: 78187 | ||||

