- May 13, 2012
-
-
Justin Holewinski authored
llvm-svn: 156745
-
Jean-Daniel Dupas authored
llvm-svn: 156743
-
Benjamin Kramer authored
ReleaseNotes: Add a note about zero_undef on llvm.cttz/ctlz. Extend x86 section. Add a bullet for dwarf access tables. llvm-svn: 156740
-
Benjamin Kramer authored
ReleaseNotes: Add a blurb about llvm-mc -g and move inliner changes into the optimizer sections. Verbosify some bullets. llvm-svn: 156739
-
Benjamin Kramer authored
^~~~ llvm-build llvm-svn: 156738
-
Benjamin Kramer authored
llvm-svn: 156737
-
Benjamin Kramer authored
llvm-svn: 156736
-
Benjamin Kramer authored
llvm-svn: 156735
-
Bill Wendling authored
llvm-svn: 156733
-
Bill Wendling authored
llvm-svn: 156732
-
Bill Wendling authored
llvm-svn: 156731
-
Bill Wendling authored
llvm-svn: 156730
-
Nadav Rotem authored
llvm-svn: 156729
-
- May 12, 2012
-
-
Gregory Szorc authored
llvm-svn: 156724
-
Bill Wendling authored
llvm-svn: 156655
-
- 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
-