- May 11, 2012
-
-
Bill Wendling authored
llvm-svn: 156648
-
Duncan Sands authored
llvm-svn: 156635
-
Dan Gohman authored
but it generates int3 on x86 instead of ud2. llvm-svn: 156593
-
- May 09, 2012
-
-
Nuno Lopes authored
change the objectsize intrinsic signature: add a 3rd parameter to denote the maximum runtime performance penalty that the user is willing to accept. This commit only adds the parameter. Code taking advantage of it will follow. llvm-svn: 156473
-
Seth Cantrell authored
llvm-svn: 156443
-
- May 08, 2012
-
-
Daniel Dunbar authored
patch wasn't ready yet. llvm-svn: 156395
-
Daniel Dunbar authored
llvm-svn: 156393
-
Daniel Dunbar authored
- Currently this leaves us with less build system support (e.g., installing man pages) for the docs than is desired. I'm working on fixing this, but it may take a while. If someone finds this particularly egregious let me know and I will prioritize it. llvm-svn: 156389
-
Daniel Dunbar authored
llvm-svn: 156386
-
Daniel Dunbar authored
llvm-svn: 156385
-
Daniel Dunbar authored
- The POD versions are slated for execution, but are still around until llvm.org machinery is in place. llvm-svn: 156384
-
Pete Cooper authored
llvm-svn: 156333
-
- May 03, 2012
-
-
Duncan Sands authored
llvm-svn: 156067
-
Daniel Dunbar authored
llvm-svn: 156032
-
- May 01, 2012
-
-
Eli Bendersky authored
Added an example of MCJIT-based debugging. llvm-svn: 155895
-
- Apr 27, 2012
-
-
Jim Grosbach authored
llvm-svn: 155716
-
- Apr 26, 2012
-
-
Joerg Sonnenberger authored
llvm-svn: 155657
-
Michael J. Spencer authored
While making lld build under the tools directory I decided to refactor how this works. There is now a macro, add_llvm_external_project, which takes the name of the expected subdirectory. This sets up two CMake options. * LLVM_EXTERNAL_${NAME}_SOURCE_DIR This is the path to the source. It defaults to ${CMAKE_CURRENT_SOURCE_DIR}/${name}. * LLVM_EXTERNAL_${NAME}_BUILD Enable and disable building the tool as part of LLVM. I chose LLVM_EXTERNAL_${NAME} as a prefix so they all show up together in the GUI. llvm-svn: 155654
-
- Apr 25, 2012
-
-
Benjamin Kramer authored
Comparing ~0UL with an unsigned will always return false when long is 64 bits long. llvm-svn: 155568
-
Eric Christopher authored
This reverts commit 76271a3366731d4c372fdebcd8d3437e6e09a61b. as it's breaking the bots. llvm-svn: 155562
-
Stepan Dyatkovskiy authored
- FlatArrayMap. Very simple map container that uses flat array inside. - MultiImplMap. Map container interface, that has two modes, one for small amount of elements and one for big amount. - SmallMap. SmallMap is DenseMap compatible MultiImplMap. It uses FlatArrayMap for small mode, and DenseMap for big mode. Also added unittests for new classes and update for ProgrammersManual. For more details about new classes see ProgrammersManual and comments in sourcecode. llvm-svn: 155557
-
- Apr 20, 2012
-
-
Michael J. Spencer authored
build system generate this file with the proper version. llvm-svn: 155221
-
Joel Jones authored
llvm-svn: 155213
-
Joel Jones authored
Add debugging hints for when bugpoint does not suffice, specifically for instcombine and TargetLowering llvm-svn: 155209
-
Daniel Dunbar authored
- Also, drop the lines.gif background from doxygen, this URL was wrong on the llvm.org server anyway. llvm-svn: 155208
-
Benjamin Kramer authored
llvm-svn: 155206
-
-
Daniel Dunbar authored
llvm-svn: 155199
-
- Apr 19, 2012
-
-
Daniel Dunbar authored
llvm-svn: 155153
-
Daniel Dunbar authored
llvm-svn: 155151
-
Michael J. Spencer authored
llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147
-
Daniel Dunbar authored
llvm-svn: 155134
-
Daniel Dunbar authored
- Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to come… - PR12589 llvm-svn: 155133
-
Daniel Dunbar authored
- Work in progress, this is just the basic structure. llvm-svn: 155132
-
- Apr 18, 2012
-
-
Jim Grosbach authored
llvm-svn: 155040
-
Eli Bendersky authored
llvm-svn: 154992
-
Eli Bendersky authored
llvm-svn: 154990
-
- Apr 17, 2012
-
-
Chandler Carruth authored
llvm-svn: 154892
-
Chandler Carruth authored
about what folks should expect w.r.t. the new algorithm. llvm-svn: 154891
-
- Apr 16, 2012
-
-
Duncan Sands authored
llvm-svn: 154858
-